]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: use inset-info instead of images for LyX-icons (part 1)
[lyx.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 Info
502 type  "icon"
503 arg   "math-mode"
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 Um eine abgesetzte Formel
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formel ! abgesetzte
516 \end_layout
517
518 \end_inset
519
520  zu erstellen, drückt man 
521 \family sans
522 Strg+Shift+M
523 \family default
524 .
525 \end_layout
526
527 \begin_layout Standard
528 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
529  Cursor in die Formel und drückt 
530 \family sans
531 Strg+Shift+M
532 \family default
533  oder benutzt das Menü 
534 \family sans
535 Bearbeiten\SpecialChar \menuseparator
536 Mathe\SpecialChar \menuseparator
537
538 \begin_inset Newline linebreak
539 \end_inset
540
541 Formelart ändern
542 \family default
543 .
544  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
545  umwandeln.
546 \end_layout
547
548 \begin_layout Standard
549 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
550  gibt man in die Formel den Befehl 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Befehle ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  ein.
569  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
570  wird.
571 \end_layout
572
573 \begin_layout Standard
574 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
575 \end_layout
576
577 \begin_layout Standard
578 Die 
579 \family sans
580 Mathe-Werkzeugleiste
581 \family default
582  kann über das Menü 
583 \family sans
584 Ansicht\SpecialChar \menuseparator
585 Werkzeugleisten
586 \family default
587  eingeblendet werden.
588  Wenn dort auf 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Mathe
593 \begin_inset Quotes erd
594 \end_inset
595
596  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
597  diese Einstellung wird durch ein Häkchen im Menü 
598 \family sans
599 Werkzeugleisten
600 \family default
601  angezeigt.
602  Wenn nun im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  nochmal auf 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Mathe
611 \begin_inset Quotes erd
612 \end_inset
613
614  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
615  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
616  des Menüeintrags von 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Mathe
621 \begin_inset Quotes erd
622 \end_inset
623
624  zu 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Mathe
629 \begin_inset space ~
630 \end_inset
631
632 (automatisch)
633 \begin_inset Quotes erd
634 \end_inset
635
636  angezeigt.
637 \end_layout
638
639 \begin_layout Standard
640 In den TeX-Modus
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-Modus
646 \end_layout
647
648 \end_inset
649
650  gelangt man über den Werkzeugleistenknopf 
651 \begin_inset Info
652 type  "icon"
653 arg   "ert-insert"
654 \end_inset
655
656  oder das Menü 
657 \family sans
658 Einfügen\SpecialChar \menuseparator
659 Te
660 \begin_inset ERT
661 status collapsed
662
663 \begin_layout Plain Layout
664
665 {}
666 \end_layout
667
668 \end_inset
669
670 X
671 \begin_inset space ~
672 \end_inset
673
674 Code
675 \family default
676  (Tastenkürzel 
677 \family sans
678 Strg+L
679 \family default
680 ).
681 \begin_inset Note Note
682 status collapsed
683
684 \begin_layout Plain Layout
685 In LyX gibt es drei 
686 \begin_inset Quotes gld
687 \end_inset
688
689 Eigennamen
690 \begin_inset Quotes grd
691 \end_inset
692
693 , die im Ausdruck mit hoch bzw.
694 \begin_inset space \space{}
695 \end_inset
696
697 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
698 \end_layout
699
700 \begin_layout Plain Layout
701 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
702  man ein TeX-Klammerpaar ein.
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 In den LaTeX-Vorspann
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 L@LaTeX-Vorspann
717 \end_layout
718
719 \end_inset
720
721  gelangt man über das Menü 
722 \family sans
723 Dokument\SpecialChar \menuseparator
724 Einstellungen\SpecialChar \menuseparator
725 LaT
726 \begin_inset ERT
727 status collapsed
728
729 \begin_layout Plain Layout
730
731 {}
732 \end_layout
733
734 \end_inset
735
736 eX-Vorspann
737 \family default
738 .
739 \end_layout
740
741 \begin_layout Standard
742 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
743 en Formeln kann man die Menüs 
744 \family sans
745 Bearbeiten\SpecialChar \menuseparator
746 Mathe
747 \family default
748  und 
749 \family sans
750 Bearbeiten\SpecialChar \menuseparator
751 Zeilen
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 &
756 \begin_inset space \thinspace{}
757 \end_inset
758
759 Spalten
760 \family default
761  oder die 
762 \family sans
763 Tabellen-Werkzeugleiste
764 \family default
765  verwenden.
766  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
767  die Spalte bzw.
768 \begin_inset space \space{}
769 \end_inset
770
771 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773 \begin_inset space \space{}
774 \end_inset
775
776 darunter liegenden Zeile vertauscht.
777  Befindet sich der Cursor in der letzten Spalte bzw.
778 \begin_inset space \space{}
779 \end_inset
780
781 Zeile, wird mit der links daneben stehenden Spalte bzw.
782 \begin_inset space \space{}
783 \end_inset
784
785 darüber liegenden Zeile vertauscht.
786 \end_layout
787
788 \begin_layout Standard
789 Zum Schreiben von Text in einer Formel
790 \begin_inset Foot
791 status collapsed
792
793 \begin_layout Plain Layout
794 Bei mehrzeiligen Formeln wird der Befehl 
795 \series bold
796
797 \backslash
798 intertext
799 \series default
800  verwendet, siehe 
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sub:Text-in-mehrzeiligen"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \end_inset
811
812  verwendet man den 
813 \emph on
814 mathematischen Textmodus
815 \emph default
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Text ! in Formeln
822 \end_layout
823
824 \end_inset
825
826
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 Mathematischer Textmodus
832 \end_layout
833
834 \end_inset
835
836 , in den man mit dem Tastenkürzel 
837 \family sans
838 Alt+M
839 \begin_inset space ~
840 \end_inset
841
842 M
843 \family default
844  oder durch Eingabe des Befehls 
845 \series bold
846
847 \backslash
848 text
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Befehle ! T ! 
854 \backslash
855 text
856 \end_layout
857
858 \end_inset
859
860
861 \series default
862  gelangt.
863  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
864  Formel unterscheiden.
865  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
866  anderen Zeichen einer Formel nicht kursiv.
867 \end_layout
868
869 \begin_layout Subsection*
870 Befehlsschema
871 \end_layout
872
873 \begin_layout Standard
874 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
875  Schema:
876 \end_layout
877
878 \begin_layout Standard
879
880 \series bold
881
882 \backslash
883 Befehlsname[optionales
884 \series default
885  
886 \series bold
887 Argument]{anzugebendes
888 \series default
889  
890 \series bold
891 Argument}
892 \end_layout
893
894 \begin_layout Standard
895 Ein Befehl muss immer mit einem Backslash 
896 \begin_inset Quotes gld
897 \end_inset
898
899
900 \series bold
901
902 \backslash
903
904 \series default
905
906 \begin_inset Quotes grd
907 \end_inset
908
909  beginnen.
910  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
911  eckigen Klammern weggelassen werden.
912  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
913 \begin_inset Index idx
914 status collapsed
915
916 \begin_layout Plain Layout
917 T@TeX-Klammern
918 \end_layout
919
920 \end_inset
921
922  bezeichnet.
923  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
924  an, erzeugt LyX automatisch eine TeX-Klammer.
925  Ansonsten werden sie in Formeln mit dem Befehl 
926 \series bold
927
928 \backslash
929 {
930 \series default
931  erzeugt.
932  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
933  Klammern, die blau erscheinen.
934  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
935  TeX-Klammern erscheinen nicht im Ausdruck.
936 \end_layout
937
938 \begin_layout Standard
939 Werden Befehle ohne Argumente, wie z.
940 \begin_inset space \thinspace{}
941 \end_inset
942
943 B.
944  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
945 \emph on
946 immer
947 \emph default
948  ein Leerzeichen folgen um ihn zu beenden.
949  Dieses Leerzeichen erscheint nicht im Ausdruck.
950  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
951  normalen Text ein geschütztes Leerzeichen folgen.
952 \end_layout
953
954 \begin_layout Standard
955 Ein geschütztes Leerzeichen gibt man mit 
956 \family sans
957 Strg+Leertaste
958 \family default
959  ein.
960 \end_layout
961
962 \begin_layout Subsection*
963 Zeichenerklärung
964 \end_layout
965
966 \begin_layout Itemize
967 Das Symbol 
968 \begin_inset space \textvisiblespace{}
969 \end_inset
970
971  steht für ein einzugebendes Leerzeichen.
972 \end_layout
973
974 \begin_layout Itemize
975 Ein Pfeil wie z.
976 \begin_inset space \thinspace{}
977 \end_inset
978
979 B.
980  
981 \begin_inset Formula $\to$
982 \end_inset
983
984  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
985  Die 
986 \family sans
987 Tabulator
988 \family default
989 -Taste kann oft anstelle von 
990 \begin_inset Formula $\to$
991 \end_inset
992
993  und 
994 \begin_inset Formula $\downarrow$
995 \end_inset
996
997  benutzt werden und 
998 \family sans
999 Umschalt+Tabulator
1000 \family default
1001  anstelle von 
1002 \begin_inset Formula $\leftarrow$
1003 \end_inset
1004
1005  und 
1006 \begin_inset Formula $\uparrow$
1007 \end_inset
1008
1009 .
1010 \end_layout
1011
1012 \begin_layout Subsection*
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Float table
1019 placement H
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Caption Standard
1027
1028 \begin_layout Plain Layout
1029 \begin_inset CommandInset label
1030 LatexCommand label
1031 name "tab:Verfügbare-Einheiten"
1032
1033 \end_inset
1034
1035 Verfügbare Einheiten
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Tabular
1046 <lyxtabular version="3" rows="13" columns="2">
1047 <features rotate="0" tabularvalignment="middle">
1048 <column alignment="center" valignment="top">
1049 <column alignment="center" valignment="top">
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Einheit
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Name / Beschreibung
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 mm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Millimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 cm
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Zentimeter
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 in
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Inch / Zoll (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 in = 2,54
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 cm)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pt
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punkt (72,27
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pt = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 in)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pc
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Pica (1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pc = 12
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 sp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 skalierter Punkt(65536
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 sp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 bp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 großer Punkt (72
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 bp = 1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 dd
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Didot (1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd 
1269 \begin_inset Formula $\approx$
1270 \end_inset
1271
1272  0,376
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 mm)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 cc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Cicero (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 cc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 dd)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 ex
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Höhe des Buchstabens 
1325 \emph on
1326 x
1327 \emph default
1328  in der aktuellen Schrift
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 em
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Breite des Buchstabens 
1349 \emph on
1350 M
1351 \emph default
1352  in der aktuellen Schrift
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 mu
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 Mathe-Einheit (1
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 mu = 
1377 \begin_inset Formula $\nicefrac{1}{18}$
1378 \end_inset
1379
1380
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 em)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 </lyxtabular>
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Standard
1403 \begin_inset Newpage newpage
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Section
1410 Grundlegende Funktionen
1411 \end_layout
1412
1413 \begin_layout Subsection
1414 Exponenten
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Exponenten
1420 \end_layout
1421
1422 \end_inset
1423
1424  und Indizes
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Indizes
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Hochstellen|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Exponenten
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Tiefstellen|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Indizes
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1503  
1504 \begin_inset Info
1505 type  "icon"
1506 arg   "math-subscript"
1507 \end_inset
1508
1509 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Info
1512 type  "icon"
1513 arg   "math-superscript"
1514 \end_inset
1515
1516  erzeugt.
1517 \end_layout
1518
1519 \begin_layout Standard
1520 \align center
1521 \begin_inset Tabular
1522 <lyxtabular version="3" rows="4" columns="2">
1523 <features rotate="0" tabularvalignment="middle">
1524 <column alignment="center" valignment="top" width="0pt">
1525 <column alignment="center" valignment="top" width="0pt">
1526 <row>
1527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 Befehl
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Ergebnis
1541 \begin_inset Note Note
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 \series bold
1547
1548 \backslash
1549 raisebox
1550 \series default
1551  dient nur als Abstandhalter.
1552 \end_layout
1553
1554 \end_inset
1555
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 </row>
1562 <row>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567 B_V
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 \begin_inset Formula $B_{V}$
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 </row>
1585 <row>
1586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 B^V
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B^
1614 \begin_inset space \textvisiblespace{}
1615 \end_inset
1616
1617 A
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 </row>
1635 </lyxtabular>
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1644 llt
1645 \begin_inset Foot
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1650 \end_layout
1651
1652 \end_inset
1653
1654 .
1655  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1656  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1657 \end_layout
1658
1659 \begin_layout Subsection
1660 Brüche
1661 \begin_inset CommandInset label
1662 LatexCommand label
1663 name "sub:Brüche"
1664
1665 \end_inset
1666
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Brüche
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 Brüche werden mit dem Befehl 
1682 \series bold
1683
1684 \backslash
1685 frac
1686 \series default
1687
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Befehle ! F ! 
1693 \backslash
1694 frac
1695 \end_layout
1696
1697 \end_inset
1698
1699  oder mit dem Mathe-Werkzeugleistenknopf 
1700 \begin_inset Info
1701 type  "icon"
1702 arg   "math-insert \\frac"
1703 \end_inset
1704
1705  erstellt.
1706  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1707  in einer eingebetteten oder abgesetzten Formel befindet.
1708  Mit dem Mathe-Werkzeugleistenknopf 
1709 \begin_inset Info
1710 type  "icon"
1711 arg   "math-insert \\frac-square"
1712 \end_inset
1713
1714  können verschieden Bruchtypen gewählt werden.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Mit dem Befehl 
1719 \series bold
1720
1721 \backslash
1722 dfrac
1723 \series default
1724
1725 \begin_inset Index idx
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 Befehle ! D ! 
1730 \backslash
1731 dfrac
1732 \end_layout
1733
1734 \end_inset
1735
1736  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1737  Formel erscheint.
1738  Mit 
1739 \series bold
1740
1741 \backslash
1742 tfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! T ! 
1750 \backslash
1751 tfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1757  Ein Beispiel:
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Eine Zeile mit dem Bruch 
1762 \begin_inset Formula $\frac{1}{2}$
1763 \end_inset
1764
1765 , der mit dem Befehl 
1766 \series bold
1767
1768 \backslash
1769 frac
1770 \series default
1771  erstellt wurde.
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Eine Zeile mit dem Bruch 
1776 \begin_inset Formula $\dfrac{1}{2}$
1777 \end_inset
1778
1779 , der mit dem Befehl 
1780 \series bold
1781
1782 \backslash
1783 dfrac
1784 \series default
1785  erstellt wurde.
1786 \end_layout
1787
1788 \begin_layout Standard
1789 \align center
1790 \begin_inset Tabular
1791 <lyxtabular version="3" rows="4" columns="2">
1792 <features rotate="0" tabularvalignment="middle">
1793 <column alignment="center" valignment="top" width="0pt">
1794 <column alignment="center" valignment="top" width="0pt">
1795 <row>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 Befehl
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Ergebnis
1810 \begin_inset Note Note
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814
1815 \series bold
1816
1817 \backslash
1818 raisebox
1819 \series default
1820  dient nur als Abstandhalter.
1821 \end_layout
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 frac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 A
1876 \begin_inset Formula $\downarrow$
1877 \end_inset
1878
1879 B
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \backslash
1904 dfrac
1905 \begin_inset space \textvisiblespace{}
1906 \end_inset
1907
1908 e^
1909 \backslash
1910 frac
1911 \begin_inset space \textvisiblespace{}
1912 \end_inset
1913
1914 1
1915 \begin_inset Formula $\downarrow$
1916 \end_inset
1917
1918 2
1919 \begin_inset Formula $\downarrow\downarrow$
1920 \end_inset
1921
1922 3
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 </row>
1940 </lyxtabular>
1941
1942 \end_inset
1943
1944
1945 \end_layout
1946
1947 \begin_layout Standard
1948 \begin_inset VSpace bigskip
1949 \end_inset
1950
1951
1952 \begin_inset Newpage newpage
1953 \end_inset
1954
1955 Für Mehrfachbrüche gibt es den Befehl 
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \series default
1961
1962 \begin_inset Index idx
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966 Befehle ! C ! 
1967 \backslash
1968 cfrac
1969 \end_layout
1970
1971 \end_inset
1972
1973 .
1974  Dazu ein Beispiel:
1975 \begin_inset VSpace -3mm
1976 \end_inset
1977
1978
1979 \end_layout
1980
1981 \begin_layout Standard
1982 \begin_inset Formula 
1983 \begin{align*}
1984 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1985 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1986 \end{align*}
1987
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \begin_layout Standard
1994 Der Befehl für obiges Beispiel lautet:
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \begin_inset space \textvisiblespace{}
2004 \end_inset
2005
2006 A
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 B+
2011 \backslash
2012 cfrac
2013 \begin_inset space \textvisiblespace{}
2014 \end_inset
2015
2016 C+
2017 \backslash
2018 cfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 E
2023 \begin_inset Formula $\downarrow$
2024 \end_inset
2025
2026 F
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 D
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset VSpace medskip
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041
2042 \series bold
2043
2044 \backslash
2045 cfrac
2046 \series default
2047  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2048  auch wenn er selbst Teil eines Bruches ist.
2049 \end_layout
2050
2051 \begin_layout Standard
2052 Es ist möglich die Ausrichtung des Zählers einzustellen.
2053  Der Befehl 
2054 \series bold
2055
2056 \backslash
2057 cfracleft
2058 \series default
2059  richtet ihn links, der Befehl 
2060 \series bold
2061
2062 \backslash
2063 cfracright
2064 \series default
2065  rechts aus.
2066  
2067 \series bold
2068
2069 \backslash
2070 cfrac
2071 \series default
2072  zentriert den Zähler.
2073  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2074 \end_layout
2075
2076 \begin_layout Standard
2077
2078 \series bold
2079 \begin_inset Formula 
2080 \[
2081 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2082 \]
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset Note Greyedout
2091 status open
2092
2093 \begin_layout Plain Layout
2094
2095 \series bold
2096 Achtung:
2097 \series default
2098  
2099 \series bold
2100
2101 \backslash
2102 cfracleft
2103 \series default
2104  und
2105 \series bold
2106  
2107 \backslash
2108 cfracright
2109 \series default
2110  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2111 \series bold
2112
2113 \backslash
2114 cfrac[Ausrichtung]{Zähler}{Nenner}
2115 \series default
2116  dar.
2117  Daher kann man sie nicht im TeX-Code benutzen.
2118 \end_layout
2119
2120 \end_inset
2121
2122
2123 \end_layout
2124
2125 \begin_layout Standard
2126 \begin_inset VSpace medskip
2127 \end_inset
2128
2129 Oftmals ist es am günstigsten 
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  und 
2136 \series bold
2137
2138 \backslash
2139 frac
2140 \series default
2141  zu kombinieren:
2142 \begin_inset Formula 
2143 \[
2144 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2145 \]
2146
2147 \end_inset
2148
2149
2150 \end_layout
2151
2152 \begin_layout Standard
2153 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2154 \series bold
2155
2156 \backslash
2157 nicefrac
2158 \series default
2159
2160 \begin_inset Index idx
2161 status collapsed
2162
2163 \begin_layout Plain Layout
2164 Befehle ! N ! 
2165 \backslash
2166 nicefrac
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\nicefrac{5}{31}$
2173 \end_inset
2174
2175  oder 
2176 \series bold
2177
2178 \backslash
2179 unitfrac
2180 \series default
2181
2182 \begin_inset Index idx
2183 status collapsed
2184
2185 \begin_layout Plain Layout
2186 Befehle! U ! 
2187 \backslash
2188 unitfrac
2189 \end_layout
2190
2191 \end_inset
2192
2193
2194 \begin_inset Formula $\unitfrac{5}{31}$
2195 \end_inset
2196
2197  benutzt werden.
2198  Des Weiteren gibt es den Befehl 
2199 \series bold
2200
2201 \backslash
2202 unitfracthree
2203 \series default
2204  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2205 \begin_inset Formula $\unitfrac[2]{1}{3}$
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 \begin_inset Note Greyedout
2213 status open
2214
2215 \begin_layout Plain Layout
2216
2217 \series bold
2218 Achtung:
2219 \series default
2220  
2221 \series bold
2222
2223 \backslash
2224 unitfracthree
2225 \series default
2226  ist kein echter LaTeX-Befehl, sondern der Befehl
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230
2231 \series bold
2232
2233 \backslash
2234 unitfrac[Zahl]{Zähler}{Nenner}
2235 \series default
2236  .
2237  Daher kann man ihn nicht im TeX-Code benutzen.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2247  in 
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Selbstdefinierte-Brüche"
2251
2252 \end_inset
2253
2254  erklärt.
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \begin_inset Newpage newpage
2259 \end_inset
2260
2261
2262 \end_layout
2263
2264 \begin_layout Subsection
2265 Wurzeln
2266 \begin_inset Index idx
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270 Wurzeln
2271 \end_layout
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Standard
2279 Quadratwurzeln werden mit 
2280 \series bold
2281
2282 \backslash
2283 sqrt
2284 \series default
2285
2286 \begin_inset Index idx
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Befehle ! S ! 
2291 \backslash
2292 sqrt
2293 \end_layout
2294
2295 \end_inset
2296
2297  oder dem Mathe-Werkzeugleistenknopf 
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "math-insert \\sqrt"
2301 \end_inset
2302
2303  gesetzt, alle anderen Wurzeln mit dem Befehl 
2304 \series bold
2305
2306 \backslash
2307 root
2308 \series default
2309
2310 \begin_inset Index idx
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 Befehle ! R ! 
2315 \backslash
2316 root
2317 \end_layout
2318
2319 \end_inset
2320
2321  oder dem Mathe-Werkzeugleistenknopf 
2322 \begin_inset Info
2323 type  "icon"
2324 arg   "math-insert \\root"
2325 \end_inset
2326
2327 .
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \align center
2332 \begin_inset Tabular
2333 <lyxtabular version="3" rows="3" columns="2">
2334 <features rotate="0" tabularvalignment="middle">
2335 <column alignment="center" valignment="top" width="0pt">
2336 <column alignment="center" valignment="top" width="0pt">
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 Befehl
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351 Ergebnis
2352 \begin_inset Note Note
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356
2357 \series bold
2358
2359 \backslash
2360 raisebox
2361 \series default
2362  dient nur als Abstandhalter.
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \backslash
2380 sqrt
2381 \begin_inset space \textvisiblespace{}
2382 \end_inset
2383
2384 A-B
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 <row>
2403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \backslash
2409 root
2410 \begin_inset space \textvisiblespace{}
2411 \end_inset
2412
2413 3
2414 \begin_inset Formula $\downarrow$
2415 \end_inset
2416
2417 A-B
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2427 \end_inset
2428
2429
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 </lyxtabular>
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 Eine Quadratwurzel kann man auch mit 
2444 \series bold
2445
2446 \backslash
2447 root
2448 \series default
2449  erstellen, indem man das Feld über der Wurzel frei lässt.
2450 \end_layout
2451
2452 \begin_layout Standard
2453 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2454  Formel: 
2455 \begin_inset Formula $\sqrt[\beta]{B}$
2456 \end_inset
2457
2458
2459 \begin_inset Newline newline
2460 \end_inset
2461
2462 Das 
2463 \begin_inset Formula $\beta$
2464 \end_inset
2465
2466  berührt die Wurzel.
2467  Um dies zu verhindern, verwendet man die Befehle 
2468 \series bold
2469
2470 \backslash
2471 leftroot
2472 \series default
2473
2474 \begin_inset Index idx
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Befehle ! L ! 
2479 \backslash
2480 leftroot
2481 \end_layout
2482
2483 \end_inset
2484
2485  und 
2486 \series bold
2487
2488 \backslash
2489 uproot
2490 \series default
2491
2492 \begin_inset Index idx
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496 Befehle ! U ! 
2497 \backslash
2498 uproot
2499 \end_layout
2500
2501 \end_inset
2502
2503 , die folgendes Schema besitzen:
2504 \end_layout
2505
2506 \begin_layout Standard
2507
2508 \series bold
2509
2510 \backslash
2511 leftroot{Abstand}
2512 \series default
2513  bzw.
2514 \begin_inset space \space{}
2515 \end_inset
2516
2517
2518 \series bold
2519
2520 \backslash
2521 uproot{Abstand}
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Abstand ist die Anzahl der Big Points (Einheit bp; 
2526 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2527 \end_inset
2528
2529 ), um die der Index nach links bzw.
2530 \begin_inset space \space{}
2531 \end_inset
2532
2533 nach oben verschoben werden soll.
2534  Die Befehle werden in den Index geschrieben.
2535  So ergibt der Befehl
2536 \begin_inset Newline newline
2537 \end_inset
2538
2539
2540 \series bold
2541
2542 \backslash
2543 root
2544 \backslash
2545 leftroot{-1
2546 \begin_inset Formula $\to$
2547 \end_inset
2548
2549
2550 \backslash
2551 uproot{2
2552 \begin_inset Formula $\to$
2553 \end_inset
2554
2555
2556 \backslash
2557 beta
2558 \begin_inset space \textvisiblespace{}
2559 \end_inset
2560
2561
2562 \begin_inset Formula $\to$
2563 \end_inset
2564
2565 B
2566 \begin_inset Newline newline
2567 \end_inset
2568
2569
2570 \series default
2571 eine korrekt gesetzte Formel: 
2572 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Subsection
2579 Binomialkoeffizienten
2580 \begin_inset Index idx
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Binomialkoeffizienten
2585 \end_layout
2586
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \begin_layout Standard
2593 Binomialkoeffizienten können mit dem Befehl 
2594 \series bold
2595
2596 \backslash
2597 binom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Befehle ! B ! 
2605 \backslash
2606 binom
2607 \end_layout
2608
2609 \end_inset
2610
2611  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "math-insert \\frac-square"
2615 \end_inset
2616
2617  eingefügt werden.
2618  Analog zu Brüchen (
2619 \series bold
2620
2621 \backslash
2622 frac
2623 \series default
2624 ) gibt es außer 
2625 \series bold
2626
2627 \backslash
2628 binom
2629 \series default
2630  noch die Befehle 
2631 \series bold
2632
2633 \backslash
2634 dbinom
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Befehle ! D ! 
2642 \backslash
2643 dbinom
2644 \end_layout
2645
2646 \end_inset
2647
2648  und 
2649 \series bold
2650
2651 \backslash
2652 tbinom
2653 \series default
2654
2655 \begin_inset Index idx
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Befehle ! T ! 
2660 \backslash
2661 tbinom
2662 \end_layout
2663
2664 \end_inset
2665
2666 .
2667  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2668 \series bold
2669
2670 \backslash
2671 brace
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 Befehle ! B ! 
2679 \backslash
2680 brace
2681 \end_layout
2682
2683 \end_inset
2684
2685  und 
2686 \series bold
2687
2688 \backslash
2689 brack
2690 \series default
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Befehle ! B ! 
2697 \backslash
2698 brack
2699 \end_layout
2700
2701 \end_inset
2702
2703 .
2704 \end_layout
2705
2706 \begin_layout Standard
2707 \align center
2708 \begin_inset Tabular
2709 <lyxtabular version="3" rows="6" columns="2">
2710 <features rotate="0" tabularvalignment="middle">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718 Befehl
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 Ergebnis
2728 \begin_inset Note Note
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732
2733 \series bold
2734
2735 \backslash
2736 raisebox
2737 \series default
2738  dient nur als Abstandhalter.
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 </row>
2749 <row>
2750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \backslash
2756 binom
2757 \begin_inset space \textvisiblespace{}
2758 \end_inset
2759
2760 A
2761 \begin_inset Formula $\downarrow$
2762 \end_inset
2763
2764 B
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row>
2783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \backslash
2789 dbinom
2790 \begin_inset space \textvisiblespace{}
2791 \end_inset
2792
2793 A
2794 \begin_inset Formula $\downarrow$
2795 \end_inset
2796
2797 B
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row>
2816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \backslash
2822 tbinom
2823 \begin_inset space \textvisiblespace{}
2824 \end_inset
2825
2826 A
2827 \begin_inset Formula $\downarrow$
2828 \end_inset
2829
2830 B
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \backslash
2855 brack
2856 \begin_inset space \textvisiblespace{}
2857 \end_inset
2858
2859 A
2860 \begin_inset Formula $\downarrow$
2861 \end_inset
2862
2863 B
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \backslash
2888 brace
2889 \begin_inset space \textvisiblespace{}
2890 \end_inset
2891
2892 A
2893 \begin_inset Formula $\downarrow$
2894 \end_inset
2895
2896 B
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2906 \end_inset
2907
2908
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 </row>
2914 </lyxtabular>
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Subsection
2922 Fallunterscheidungen
2923 \begin_inset Index idx
2924 status collapsed
2925
2926 \begin_layout Plain Layout
2927 Fallunterscheidungen
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \begin_layout Standard
2936 \align center
2937 \begin_inset Tabular
2938 <lyxtabular version="3" rows="3" columns="2">
2939 <features rotate="0" tabularvalignment="middle">
2940 <column alignment="center" valignment="top" width="0pt">
2941 <column alignment="center" valignment="top" width="0pt">
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947 Befehl
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 Ergebnis
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \backslash
2969 cases
2970 \begin_inset space \textvisiblespace{}
2971 \end_inset
2972
2973 A
2974 \begin_inset Formula $\to$
2975 \end_inset
2976
2977 B>0
2978 \begin_inset Index idx
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Befehle ! C ! 
2983 \backslash
2984 cases
2985 \end_layout
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\begin{cases}
2999 A & B>0\end{cases}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \backslash
3015 cases
3016 \begin_inset space \textvisiblespace{}
3017 \end_inset
3018
3019 Strg+Enter
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & \textrm{für }x>0\\
3030 B & \textrm{für }x=0
3031 \end{cases}$
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 </lyxtabular>
3041
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \begin_layout Standard
3048 Nach der Eingabe von 
3049 \series bold
3050
3051 \backslash
3052 cases
3053 \series default
3054  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3055 \begin_inset Info
3056 type  "icon"
3057 arg   "math-insert \\cases"
3058 \end_inset
3059
3060  können mit 
3061 \family sans
3062 Strg+Enter
3063 \family default
3064  oder dem Tabellen-Werkzeugleistenknopf 
3065 \begin_inset Info
3066 type  "icon"
3067 arg   "inset-modify tabular append-row"
3068 \end_inset
3069
3070  neue Zeilen erstellt werden.
3071 \begin_inset Foot
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3076 \begin_inset CommandInset ref
3077 LatexCommand ref
3078 reference "sub:Akzente-für-ein"
3079
3080 \end_inset
3081
3082  beschrieben.
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 Der Befehl 
3092 \series bold
3093
3094 \backslash
3095 cases
3096 \series default
3097  ist auch über das Menü 
3098 \family sans
3099 Einfügen\SpecialChar \menuseparator
3100 Mathe\SpecialChar \menuseparator
3101 Cases-Umgebung
3102 \family default
3103  verfügbar.
3104 \end_layout
3105
3106 \begin_layout Subsection
3107 Verneinungen
3108 \begin_inset Index idx
3109 status collapsed
3110
3111 \begin_layout Plain Layout
3112 Verneinungen
3113 \end_layout
3114
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \begin_layout Standard
3121 Durch die Eingabe von 
3122 \series bold
3123
3124 \backslash
3125 not
3126 \series default
3127
3128 \begin_inset Index idx
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132 Befehle ! N ! 
3133 \backslash
3134 not
3135 \end_layout
3136
3137 \end_inset
3138
3139  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3140  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3141 \end_layout
3142
3143 \begin_layout Standard
3144 \align center
3145 \begin_inset Tabular
3146 <lyxtabular version="3" rows="4" columns="2">
3147 <features rotate="0" tabularvalignment="middle">
3148 <column alignment="center" valignment="top" width="0pt">
3149 <column alignment="center" valignment="top" width="0pt">
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 Befehl
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 Ergebnis
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 </row>
3170 <row>
3171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \backslash
3177 not=
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\not=$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \backslash
3202 not 
3203 \backslash
3204 le
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 \begin_inset Formula $\not\le$
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \backslash
3229 not 
3230 \backslash
3231 parallel
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 \begin_inset Formula $\not\parallel$
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 </lyxtabular>
3250
3251 \end_inset
3252
3253
3254 \end_layout
3255
3256 \begin_layout Standard
3257 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3258  Deswegen gibt es für Einige spezielle Befehle (siehe 
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sub:Mathematische-Symbole"
3262
3263 \end_inset
3264
3265  und 
3266 \begin_inset CommandInset ref
3267 LatexCommand ref
3268 reference "sec:Relationen"
3269
3270 \end_inset
3271
3272 ).
3273 \end_layout
3274
3275 \begin_layout Subsection
3276 Platzhalter
3277 \begin_inset CommandInset label
3278 LatexCommand label
3279 name "sub:Platzhalter"
3280
3281 \end_inset
3282
3283
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Platzhalter
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \begin_inset Index idx
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 chemische Zeichen ! Isotope
3299 \end_layout
3300
3301 \end_inset
3302
3303
3304 \begin_inset Index idx
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 Isotope|see
3309 \begin_inset ERT
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313
3314 {
3315 \end_layout
3316
3317 \end_inset
3318
3319 chemische Zeichen
3320 \begin_inset ERT
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324
3325 }
3326 \end_layout
3327
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339 Möchte man z.
3340 \begin_inset space \thinspace{}
3341 \end_inset
3342
3343 B.
3344  Isotope
3345 \begin_inset Foot
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3350 \begin_inset CommandInset ref
3351 LatexCommand ref
3352 reference "sub:Chemische-Symbole-und"
3353
3354 \end_inset
3355
3356  beschrieben.
3357 \end_layout
3358
3359 \end_inset
3360
3361  darstellen, tritt folgendes Problem auf:
3362 \end_layout
3363
3364 \begin_layout Standard
3365 \align center
3366 \begin_inset Tabular
3367 <lyxtabular version="3" rows="2" columns="2">
3368 <features rotate="0" tabularvalignment="middle">
3369 <column alignment="center" valignment="top" width="0pt">
3370 <column alignment="center" valignment="top" width="0pt">
3371 <row>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 durch Hoch- und Tiefstellen erzeugte Indizes:
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 korrekte Indizes:
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3409 \end_inset
3410
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 </lyxtabular>
3418
3419 \end_inset
3420
3421
3422 \begin_inset Note Note
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428
3429 \backslash
3430 raisebox
3431 \series default
3432  dient nur
3433 \end_layout
3434
3435 \begin_layout Plain Layout
3436 als Abstandhalter.
3437 \end_layout
3438
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \begin_layout Standard
3445 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3446  längeren Index gesetzt.
3447  Um das zu verhindern gibt es den Befehl 
3448 \series bold
3449
3450 \backslash
3451 phantom
3452 \series default
3453
3454 \begin_inset Index idx
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458 Befehle ! P ! 
3459 \backslash
3460 phantom
3461 \end_layout
3462
3463 \end_inset
3464
3465  oder den Mathe-Werkzeugleistenknopf
3466 \begin_inset space \thinspace{}
3467 \end_inset
3468
3469
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3475 \family sans
3476
3477 \begin_inset Info
3478 type  "icon"
3479 arg   "math-insert \\space"
3480 \end_inset
3481
3482
3483 \end_layout
3484
3485 \end_inset
3486
3487  
3488 \begin_inset Graphics
3489         filename ../../images/math/phantom.png
3490         scale 85
3491
3492 \end_inset
3493
3494 , der ein oder mehrere Phantomzeichen erstellt.
3495  Wenn 
3496 \series bold
3497
3498 \backslash
3499 phantom
3500 \series default
3501  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3502  Pfeilen überlagert wird.
3503  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3504  als Leerraum erstellt wird.
3505  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3506  Zeichen.
3507 \end_layout
3508
3509 \begin_layout Standard
3510 \align center
3511 \begin_inset Tabular
3512 <lyxtabular version="3" rows="4" columns="2">
3513 <features rotate="0" tabularvalignment="middle">
3514 <column alignment="center" valignment="top">
3515 <column alignment="center" valignment="top">
3516 <row>
3517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 Befehl
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Ergebnis
3531 \begin_inset Note Note
3532 status collapsed
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537
3538 \backslash
3539 raisebox
3540 \series default
3541  dient nur als Abstandhalter.
3542 \end_layout
3543
3544 \end_inset
3545
3546
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 ^19
3558 \begin_inset space \textvisiblespace{}
3559 \end_inset
3560
3561 _
3562 \backslash
3563 phantom
3564 \begin_inset space \textvisiblespace{}
3565 \end_inset
3566
3567 1
3568 \begin_inset Formula $\to$
3569 \end_inset
3570
3571 9
3572 \begin_inset space \textvisiblespace{}
3573 \end_inset
3574
3575 F
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3585 \end_inset
3586
3587
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 ^235
3599 \begin_inset space \textvisiblespace{}
3600 \end_inset
3601
3602 _
3603 \backslash
3604 phantom
3605 \begin_inset space \textvisiblespace{}
3606 \end_inset
3607
3608 23
3609 \begin_inset Formula $\to$
3610 \end_inset
3611
3612 9
3613 \begin_inset space \textvisiblespace{}
3614 \end_inset
3615
3616 F
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3626 \end_inset
3627
3628
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \backslash
3641 Lambda^
3642 \begin_inset space \textvisiblespace{}
3643 \end_inset
3644
3645
3646 \backslash
3647 phantom
3648 \begin_inset space \textvisiblespace{}
3649 \end_inset
3650
3651 ii
3652 \begin_inset Formula $\to$
3653 \end_inset
3654
3655 t
3656 \begin_inset space \textvisiblespace{}
3657 \end_inset
3658
3659 _MMt
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3669 \end_inset
3670
3671
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 </lyxtabular>
3678
3679 \end_inset
3680
3681
3682 \end_layout
3683
3684 \begin_layout Standard
3685 Des Weiteren gibt es noch die Befehle 
3686 \series bold
3687
3688 \backslash
3689 vphantom
3690 \series default
3691
3692 \begin_inset Index idx
3693 status collapsed
3694
3695 \begin_layout Plain Layout
3696 Befehle ! V ! 
3697 \backslash
3698 vphantom
3699 \end_layout
3700
3701 \end_inset
3702
3703  (Werkzeugleistenknopf 
3704 \begin_inset space ~
3705 \end_inset
3706
3707
3708 \begin_inset Graphics
3709         filename ../../images/math/vphantom.png
3710         scale 85
3711
3712 \end_inset
3713
3714 ) und 
3715 \series bold
3716
3717 \backslash
3718 hphantom
3719 \series default
3720
3721 \begin_inset Index idx
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725 Befehle ! H ! 
3726 \backslash
3727 hphantom
3728 \end_layout
3729
3730 \end_inset
3731
3732  (Werkzeugleistenknopf 
3733 \begin_inset space ~
3734 \end_inset
3735
3736
3737 \begin_inset Graphics
3738         filename ../../images/math/hphantom.png
3739         scale 85
3740
3741 \end_inset
3742
3743 ).
3744  
3745 \series bold
3746
3747 \backslash
3748 hphantom
3749 \series default
3750  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3751  nicht jedoch für deren Breite.
3752  Bei 
3753 \series bold
3754
3755 \backslash
3756 vphantom
3757 \series default
3758  wird nur Platz mit der Breite des Kästchens erstellt.
3759  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3760 \end_layout
3761
3762 \begin_layout Standard
3763 Zum Beispiel erzeugt 
3764 \series bold
3765
3766 \backslash
3767 vphantom
3768 \series default
3769
3770 \begin_inset space \textvisiblespace{}
3771 \end_inset
3772
3773
3774 \series bold
3775 a
3776 \backslash
3777 int
3778 \series default
3779  Platz der Höhe des Integralzeichens,
3780 \begin_inset Foot
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784 Der Befehl 
3785 \series bold
3786
3787 \backslash
3788 int
3789 \series default
3790  erzeugt ein Integralzeichen, siehe 
3791 \begin_inset CommandInset ref
3792 LatexCommand ref
3793 reference "sub:Große-Operatoren"
3794
3795 \end_inset
3796
3797 .
3798 \end_layout
3799
3800 \end_inset
3801
3802  da dieses das größere Zeichen ist.
3803  Eine Beispielanwendung ist in 
3804 \begin_inset CommandInset ref
3805 LatexCommand ref
3806 reference "sub:Mehrzeilige-Klammern"
3807
3808 \end_inset
3809
3810  zu finden.
3811 \end_layout
3812
3813 \begin_layout Standard
3814 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3815  
3816 \family sans
3817 Einfügen\SpecialChar \menuseparator
3818 Formatierung\SpecialChar \menuseparator
3819 Phantom
3820 \family default
3821  eingefügt werden:
3822 \end_layout
3823
3824 \begin_layout Standard
3825 Dies ist ein Satz.
3826 \begin_inset Newline newline
3827 \end_inset
3828
3829
3830 \begin_inset Phantom Phantom
3831 status open
3832
3833 \begin_layout Plain Layout
3834 Dies
3835 \end_layout
3836
3837 \end_inset
3838
3839  ist ein Satz.
3840 \end_layout
3841
3842 \begin_layout Subsection
3843 Linien
3844 \begin_inset Index idx
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848 Linien
3849 \end_layout
3850
3851 \end_inset
3852
3853
3854 \begin_inset Index idx
3855 status collapsed
3856
3857 \begin_layout Plain Layout
3858 Formel ! unterstrichene
3859 \end_layout
3860
3861 \end_inset
3862
3863
3864 \end_layout
3865
3866 \begin_layout Standard
3867 \align center
3868 \begin_inset Tabular
3869 <lyxtabular version="3" rows="4" columns="2">
3870 <features rotate="0" tabularvalignment="middle">
3871 <column alignment="center" valignment="top" width="0pt">
3872 <column alignment="center" valignment="top" width="0pt">
3873 <row>
3874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Befehl
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 Ergebnis
3888 \begin_inset Note Note
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894
3895 \backslash
3896 raisebox
3897 \series default
3898  dient nur als Abstandhalter.
3899 \end_layout
3900
3901 \end_inset
3902
3903
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \backslash
3916 overline
3917 \begin_inset space \textvisiblespace{}
3918 \end_inset
3919
3920 A+B
3921 \begin_inset Index idx
3922 status collapsed
3923
3924 \begin_layout Plain Layout
3925 Befehle ! O ! 
3926 \backslash
3927 overline
3928 \end_layout
3929
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 </row>
3950 <row>
3951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955
3956 \backslash
3957 underline
3958 \begin_inset space \textvisiblespace{}
3959 \end_inset
3960
3961 A+B
3962 \begin_inset Index idx
3963 status collapsed
3964
3965 \begin_layout Plain Layout
3966 Befehle ! U ! 
3967 \backslash
3968 underline
3969 \end_layout
3970
3971 \end_inset
3972
3973
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 </row>
3991 <row>
3992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996
3997 \backslash
3998 overline
3999 \begin_inset space \textvisiblespace{}
4000 \end_inset
4001
4002
4003 \backslash
4004 underline
4005 \begin_inset space \textvisiblespace{}
4006 \end_inset
4007
4008 A+B
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4018 \end_inset
4019
4020
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 </row>
4026 </lyxtabular>
4027
4028 \end_inset
4029
4030
4031 \end_layout
4032
4033 \begin_layout Standard
4034 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4035 \series bold
4036
4037 \backslash
4038 overline
4039 \series default
4040  oder 
4041 \series bold
4042
4043 \backslash
4044 underline
4045 \series default
4046  eingibt.
4047 \end_layout
4048
4049 \begin_layout Standard
4050 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4051 \begin_inset Newline linebreak
4052 \end_inset
4053
4054
4055 \series bold
4056
4057 \backslash
4058 underline
4059 \series default
4060 .
4061 \end_layout
4062
4063 \begin_layout Standard
4064 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4065 \end_layout
4066
4067 \begin_layout Standard
4068 \begin_inset VSpace bigskip
4069 \end_inset
4070
4071 Benutzerdefinierte Linien können mit dem Befehl 
4072 \series bold
4073
4074 \backslash
4075 rule
4076 \series default
4077
4078 \begin_inset Index idx
4079 status collapsed
4080
4081 \begin_layout Plain Layout
4082 Befehle! R ! 
4083 \backslash
4084 rule
4085 \end_layout
4086
4087 \end_inset
4088
4089  erstellt werden, der folgendes Schema besitzt:
4090 \end_layout
4091
4092 \begin_layout Standard
4093
4094 \series bold
4095
4096 \backslash
4097 rule[vertikaler Versatz]{Länge}{Dicke}
4098 \end_layout
4099
4100 \begin_layout Standard
4101 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4102  unten, wenn der Wert negativ ist).
4103  Die Einheiten, die in 
4104 \begin_inset CommandInset ref
4105 LatexCommand ref
4106 reference "tab:Verfügbare-Einheiten"
4107
4108 \end_inset
4109
4110  aufgelistet sind, können für die Werte benutzt werden.
4111  Hier sind zwei Beispiele, die mit den Befehlen
4112 \begin_inset Newline newline
4113 \end_inset
4114
4115
4116 \series bold
4117
4118 \backslash
4119 rule[-2ex]{3cm}{2pt}
4120 \series default
4121  und 
4122 \series bold
4123
4124 \backslash
4125 rule{2cm}{1pt}
4126 \series default
4127  erzeugt wurden:
4128 \end_layout
4129
4130 \begin_layout Standard
4131 Dies ist ein Satz 
4132 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4133 \end_inset
4134
4135  mit zwei Linien.
4136 \end_layout
4137
4138 \begin_layout Standard
4139
4140 \series bold
4141
4142 \backslash
4143 rule
4144 \series default
4145  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4146 \family sans
4147 Einfügen\SpecialChar \menuseparator
4148 Formatierung\SpecialChar \menuseparator
4149 Horizontale
4150 \begin_inset space ~
4151 \end_inset
4152
4153 Line
4154 \family default
4155  eingefügt wird:
4156 \end_layout
4157
4158 \begin_layout Standard
4159 Dies ist ein Satz 
4160 \begin_inset CommandInset line
4161 LatexCommand rule
4162 offset "0.5ex"
4163 width "3cm"
4164 height "1pt"
4165
4166 \end_inset
4167
4168  mit einer Linie.
4169 \end_layout
4170
4171 \begin_layout Subsection
4172 Fortsetzungspunkte
4173 \begin_inset CommandInset label
4174 LatexCommand label
4175 name "sub:Fortsetzungspunkte"
4176
4177 \end_inset
4178
4179
4180 \begin_inset Index idx
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 Fortsetzungspunkte
4185 \end_layout
4186
4187 \end_inset
4188
4189
4190 \end_layout
4191
4192 \begin_layout Standard
4193 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4194 \begin_inset Foot
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4199 \begin_inset Info
4200 type  "icon"
4201 arg   "math-insert \\ldots"
4202 \end_inset
4203
4204
4205 \end_layout
4206
4207 \end_inset
4208
4209  Für Aufzählungen verwendet man unten sitzende Punkte (
4210 \series bold
4211
4212 \backslash
4213 ldots
4214 \series default
4215
4216 \begin_inset Index idx
4217 status collapsed
4218
4219 \begin_layout Plain Layout
4220 Befehle ! L ! 
4221 \backslash
4222 ldots
4223 \end_layout
4224
4225 \end_inset
4226
4227 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4228  die Operatoren sind (
4229 \series bold
4230
4231 \backslash
4232 cdots
4233 \series default
4234
4235 \begin_inset Index idx
4236 status collapsed
4237
4238 \begin_layout Plain Layout
4239 Befehle ! C ! 
4240 \backslash
4241 cdots
4242 \end_layout
4243
4244 \end_inset
4245
4246 ).
4247  Verwendet man den Befehl 
4248 \series bold
4249
4250 \backslash
4251 dots
4252 \series default
4253
4254 \begin_inset Index idx
4255 status collapsed
4256
4257 \begin_layout Plain Layout
4258 Befehle ! D ! 
4259 \backslash
4260 dots
4261 \end_layout
4262
4263 \end_inset
4264
4265 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4266  wird.
4267 \end_layout
4268
4269 \begin_layout Standard
4270 \align center
4271 \begin_inset Tabular
4272 <lyxtabular version="3" rows="9" columns="2">
4273 <features rotate="0" tabularvalignment="middle">
4274 <column alignment="center" valignment="top" width="0pt">
4275 <column alignment="center" valignment="top" width="0pt">
4276 <row>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Befehl
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 Ergebnis
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 A_1
4302 \begin_inset space \textvisiblespace{}
4303 \end_inset
4304
4305 ,
4306 \backslash
4307 dots
4308 \begin_inset space \textvisiblespace{}
4309 \end_inset
4310
4311 ,A_n
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 \begin_inset Formula $A_{1},\dots,A_{n}$
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 A_1
4335 \begin_inset space \textvisiblespace{}
4336 \end_inset
4337
4338 +
4339 \backslash
4340 dots
4341 \begin_inset space \textvisiblespace{}
4342 \end_inset
4343
4344 +A_n
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 \begin_inset Formula $A_{1}+\dots+A_{n}$
4354 \end_inset
4355
4356
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 A_1
4368 \begin_inset space \textvisiblespace{}
4369 \end_inset
4370
4371 ,
4372 \backslash
4373 ldots
4374 \begin_inset space \textvisiblespace{}
4375 \end_inset
4376
4377 ,A_n
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 \begin_inset Formula $A_{1},\ldots,A_{n}$
4387 \end_inset
4388
4389
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 A_1
4401 \begin_inset space \textvisiblespace{}
4402 \end_inset
4403
4404 +
4405 \backslash
4406 cdots
4407 \begin_inset space \textvisiblespace{}
4408 \end_inset
4409
4410 +A_n
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4420 \end_inset
4421
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \backslash
4435 vdots
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 \begin_inset Formula $\vdots$
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458
4459 \backslash
4460 ddots
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 \begin_inset Formula $\ddots$
4470 \end_inset
4471
4472
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \backslash
4485 iddots
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 \begin_inset Formula $\iddots$
4495 \end_inset
4496
4497
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 </row>
4503 <row>
4504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 3
4509 \series bold
4510 ×
4511 \series default
4512 3
4513 \begin_inset space \thinspace{}
4514 \end_inset
4515
4516 Matrix mit obigen Befehlen
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 \begin_inset Formula $\begin{array}{ccc}
4526 A_{11} & \cdots & A_{1m}\\
4527 \vdots & \ddots & \vdots\\
4528 A_{n1} & \cdots & A_{nm}
4529 \end{array}$
4530 \end_inset
4531
4532
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 </lyxtabular>
4539
4540 \end_inset
4541
4542
4543 \end_layout
4544
4545 \begin_layout Standard
4546 Die im Menü 
4547 \family sans
4548 Einfügen\SpecialChar \menuseparator
4549 Sonderzeichen
4550 \family default
4551  verfügbaren Fortsetzungspunkte sind 
4552 \series bold
4553
4554 \backslash
4555 ldots
4556 \series default
4557 .
4558 \end_layout
4559
4560 \begin_layout Standard
4561 \begin_inset VSpace medskip
4562 \end_inset
4563
4564 Um 
4565 \series bold
4566
4567 \backslash
4568 iddots
4569 \series default
4570  nutzen zu können, muss eine der Optionen 
4571 \family sans
4572 Mathdots Paket (automatisch) verwenden 
4573 \family default
4574 in den Dokumenteinstellungen unter 
4575 \family sans
4576 Mathe-Optionen
4577 \family default
4578  gewählt sein.
4579 \begin_inset Newline newline
4580 \end_inset
4581
4582 Die Option 
4583 \family sans
4584 Mathdots Paket verwenden
4585 \family default
4586  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4587  Schriftstil oder die Schriftgröße nicht Standard sind.
4588 \end_layout
4589
4590 \begin_layout Standard
4591 \begin_inset VSpace medskip
4592 \end_inset
4593
4594 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4595  Spalten erstrecken.
4596  Man erhält sie mit dem Befehl 
4597 \series bold
4598
4599 \backslash
4600 hdotsfor
4601 \series default
4602
4603 \begin_inset Index idx
4604 status collapsed
4605
4606 \begin_layout Plain Layout
4607 Befehle ! H ! 
4608 \backslash
4609 hdotsfor
4610 \end_layout
4611
4612 \end_inset
4613
4614 , der folgendes Schema besitzt:
4615 \end_layout
4616
4617 \begin_layout Standard
4618
4619 \series bold
4620
4621 \backslash
4622 hdotsfor[Abstand]{Anzahl der Spalten}
4623 \end_layout
4624
4625 \begin_layout Standard
4626 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4627  sollen.
4628  Abstand ist ein Faktor, der den Punktabstand festlegt.
4629 \end_layout
4630
4631 \begin_layout Standard
4632 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4633  
4634 \series bold
4635
4636 \backslash
4637 hdotsfor[2]{4}
4638 \series default
4639  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4640  beim Befehl 
4641 \series bold
4642
4643 \backslash
4644 dots
4645 \series default
4646  zu erhalten:
4647 \begin_inset Formula 
4648 \[
4649 \left(\begin{array}{cccc}
4650 A & B & C & D\\
4651 \hdotsfor[2]{4}\\
4652 q & w & e & r
4653 \end{array}\right)
4654 \]
4655
4656 \end_inset
4657
4658 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4659  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4660 \end_layout
4661
4662 \begin_layout Standard
4663 \begin_inset VSpace bigskip
4664 \end_inset
4665
4666 Des Weiteren kann man mit dem Befehl 
4667 \series bold
4668
4669 \backslash
4670 dotfill
4671 \series default
4672
4673 \begin_inset Index idx
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677 Befehle ! D ! 
4678 \backslash
4679 dotfill
4680 \end_layout
4681
4682 \end_inset
4683
4684  den Rest einer Zeile mit Punkten füllen.
4685  Die Wirkungsweise des Befehls entspricht der von 
4686 \series bold
4687
4688 \backslash
4689 hfill
4690 \series default
4691 , siehe 
4692 \begin_inset CommandInset ref
4693 LatexCommand ref
4694 reference "sub:Variabler-Leerraum"
4695
4696 \end_inset
4697
4698 .
4699 \end_layout
4700
4701 \begin_layout Standard
4702 Z.
4703 \begin_inset space \thinspace{}
4704 \end_inset
4705
4706 B.
4707  ergibt der Befehl 
4708 \series bold
4709 A
4710 \backslash
4711 dotfill
4712 \begin_inset space \textvisiblespace{}
4713 \end_inset
4714
4715 B
4716 \end_layout
4717
4718 \begin_layout Standard
4719 \begin_inset Formula $A\dotfill B$
4720 \end_inset
4721
4722
4723 \end_layout
4724
4725 \begin_layout Standard
4726 Analog dazu gibt es für eine Linie den Befehl 
4727 \series bold
4728
4729 \backslash
4730 hrulefill
4731 \series default
4732
4733 \begin_inset Index idx
4734 status collapsed
4735
4736 \begin_layout Plain Layout
4737 Befehle ! H ! 
4738 \backslash
4739 hrulefill
4740 \end_layout
4741
4742 \end_inset
4743
4744 :
4745 \end_layout
4746
4747 \begin_layout Standard
4748 \begin_inset Formula $A\hrulefill B$
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4756  werden.
4757 \end_layout
4758
4759 \begin_layout Section
4760 Matrizen
4761 \begin_inset CommandInset label
4762 LatexCommand label
4763 name "sec:Matrizen"
4764
4765 \end_inset
4766
4767
4768 \begin_inset Index idx
4769 status collapsed
4770
4771 \begin_layout Plain Layout
4772 Matrizen
4773 \end_layout
4774
4775 \end_inset
4776
4777
4778 \end_layout
4779
4780 \begin_layout Standard
4781 Matrizen können über den Mathe-Werkzeugleistenknopf
4782 \family sans
4783  
4784 \family default
4785
4786 \begin_inset Info
4787 type  "icon"
4788 arg   "dialog-show mathmatrix"
4789 \end_inset
4790
4791  oder das Menü 
4792 \family sans
4793 Einfügen\SpecialChar \menuseparator
4794 Mathe\SpecialChar \menuseparator
4795 Matrix
4796 \family default
4797  eingefügt werden.
4798  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4799  Verzierung gefragt.
4800  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4801  von Bedeutung:
4802 \end_layout
4803
4804 \begin_layout Standard
4805 Die erste Matrix ist oben 
4806 \begin_inset Formula $\begin{array}[t]{cccc}
4807 A & D & G & J\\
4808 B & E & H & K\\
4809 C & F & I & L
4810 \end{array}$
4811 \end_inset
4812
4813 , die zweite mittig 
4814 \begin_inset Formula $\begin{array}{cccc}
4815 A & D & G & J\\
4816 B & E & H & K\\
4817 C & F & I & L
4818 \end{array}$
4819 \end_inset
4820
4821  und die dritte unten 
4822 \begin_inset Formula $\begin{array}[b]{cccc}
4823 A & D & G & J\\
4824 B & E & H & K\\
4825 C & F & I & L
4826 \end{array}$
4827 \end_inset
4828
4829  ausgerichtet.
4830 \end_layout
4831
4832 \begin_layout Standard
4833 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4834  werden sollen.
4835  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4836  
4837 \emph on
4838 l
4839 \emph default
4840  steht für linksbündig, 
4841 \emph on
4842 c
4843 \emph default
4844  für mittig und 
4845 \emph on
4846 r
4847 \emph default
4848  für rechtsbündig.
4849  Möchte man z.
4850 \begin_inset space \thinspace{}
4851 \end_inset
4852
4853 B.
4854  eine 4
4855 \series bold
4856 ×
4857 \series default
4858 4
4859 \begin_inset space ~
4860 \end_inset
4861
4862 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4863  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4864  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4865 \series bold
4866 lccr
4867 \series default
4868  an.
4869  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4870  die Voreinstellung für jede Spalte ein 
4871 \series bold
4872 c
4873 \series default
4874  ist.
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Horizontale Ausrichtung:
4879 \end_layout
4880
4881 \begin_layout Standard
4882
4883 \series bold
4884 lll
4885 \series default
4886  : 
4887 \begin_inset Formula $\begin{array}{lll}
4888 10000 & D & G\\
4889 B & 10000 & H\\
4890 C & F & 10000
4891 \end{array}$
4892 \end_inset
4893
4894  , 
4895 \series bold
4896 ccc
4897 \series default
4898  : 
4899 \begin_inset Formula $\begin{array}{ccc}
4900 10000 & D & G\\
4901 B & 10000 & H\\
4902 C & F & 10000
4903 \end{array}$
4904 \end_inset
4905
4906  , 
4907 \series bold
4908 rrr
4909 \series default
4910  : 
4911 \begin_inset Formula $\begin{array}{rrr}
4912 10000 & D & G\\
4913 B & 10000 & H\\
4914 C & F & 10000
4915 \end{array}$
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \begin_layout Standard
4922 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4923  man die Mathe-Werkzeugleistenknöpfe 
4924 \begin_inset Info
4925 type  "icon"
4926 arg   "inset-modify tabular append-row"
4927 \end_inset
4928
4929
4930 \begin_inset Info
4931 type  "icon"
4932 arg   "inset-modify tabular delete-row"
4933 \end_inset
4934
4935 , usw.
4936 \begin_inset space \space{}
4937 \end_inset
4938
4939 oder das Menü 
4940 \family sans
4941 Bearbeiten\SpecialChar \menuseparator
4942 Zeilen & Spalten
4943 \family default
4944  verwenden.
4945  Neue Zeilen können auch mit 
4946 \family sans
4947 Strg+Enter
4948 \family default
4949  erstellt werden.
4950 \end_layout
4951
4952 \begin_layout Standard
4953 \begin_inset VSpace bigskip
4954 \end_inset
4955
4956 Die 
4957 \family sans
4958 Verzierung
4959 \family default
4960  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4961  Alternativ können Klammern entweder mit den Befehlen 
4962 \series bold
4963
4964 \backslash
4965 left
4966 \series default
4967
4968 \begin_inset Index idx
4969 status collapsed
4970
4971 \begin_layout Plain Layout
4972 Befehle ! L ! 
4973 \backslash
4974 left
4975 \end_layout
4976
4977 \end_inset
4978
4979  und 
4980 \series bold
4981
4982 \backslash
4983 right
4984 \series default
4985
4986 \begin_inset Index idx
4987 status collapsed
4988
4989 \begin_layout Plain Layout
4990 Befehle ! R ! 
4991 \backslash
4992 right
4993 \end_layout
4994
4995 \end_inset
4996
4997  erstellt werden (Tastenkürzel 
4998 \family sans
4999 Alt+M
5000 \begin_inset space ~
5001 \end_inset
5002
5003 Klammer
5004 \family default
5005 ), siehe 
5006 \begin_inset CommandInset ref
5007 LatexCommand ref
5008 reference "sub:Automatische-Klammergrößen"
5009
5010 \end_inset
5011
5012 , oder man verwendet folgende Befehle:
5013 \begin_inset VSpace bigskip
5014 \end_inset
5015
5016
5017 \end_layout
5018
5019 \begin_layout Standard
5020 \begin_inset space \hfill{}
5021 \end_inset
5022
5023
5024 \begin_inset Tabular
5025 <lyxtabular version="3" rows="4" columns="2">
5026 <features rotate="0" tabularvalignment="middle">
5027 <column alignment="center" valignment="top">
5028 <column alignment="center" valignment="top">
5029 <row>
5030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Befehl
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Ergebnis
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \backslash
5056 bmatrix
5057 \begin_inset space \textvisiblespace{}
5058 \end_inset
5059
5060 2
5061 \series bold
5062 ×
5063 \series default
5064 2
5065 \begin_inset space \thinspace{}
5066 \end_inset
5067
5068 Matrix
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5078 0 & \textrm{-}\mathrm{i}\\
5079 \mathrm{i} & 0
5080 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5081 \end_inset
5082
5083
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \backslash
5096 Bmatrix
5097 \begin_inset space \textvisiblespace{}
5098 \end_inset
5099
5100 2
5101 \series bold
5102 ×
5103 \series default
5104 2
5105 \begin_inset space \thinspace{}
5106 \end_inset
5107
5108 Matrix
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5118 0 & \textrm{-}\mathrm{i}\\
5119 \mathrm{i} & 0
5120 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \backslash
5136 pmatrix
5137 \begin_inset space \textvisiblespace{}
5138 \end_inset
5139
5140 2
5141 \series bold
5142 ×
5143 \series default
5144 2
5145 \begin_inset space \thinspace{}
5146 \end_inset
5147
5148 Matrix
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5158 0 & \textrm{-}\mathrm{i}\\
5159 \mathrm{i} & 0
5160 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 </lyxtabular>
5170
5171 \end_inset
5172
5173
5174 \begin_inset space \hfill{}
5175 \end_inset
5176
5177
5178 \begin_inset Tabular
5179 <lyxtabular version="3" rows="4" columns="2">
5180 <features rotate="0" tabularvalignment="middle">
5181 <column alignment="center" valignment="top">
5182 <column alignment="center" valignment="top">
5183 <row>
5184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Befehl
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 Ergebnis
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \backslash
5210 vmatrix
5211 \begin_inset space \textvisiblespace{}
5212 \end_inset
5213
5214 2
5215 \series bold
5216 ×
5217 \series default
5218 2
5219 \begin_inset space \thinspace{}
5220 \end_inset
5221
5222 Matrix
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5232 0 & \textrm{-}\mathrm{i}\\
5233 \mathrm{i} & 0
5234 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5235 \end_inset
5236
5237
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 </row>
5243 <row>
5244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248
5249 \backslash
5250 Vmatrix
5251 \begin_inset space \textvisiblespace{}
5252 \end_inset
5253
5254 2
5255 \series bold
5256 ×
5257 \series default
5258 2
5259 \begin_inset space \thinspace{}
5260 \end_inset
5261
5262 Matrix
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5272 0 & \textrm{-}\mathrm{i}\\
5273 \mathrm{i} & 0
5274 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5275 \end_inset
5276
5277
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \backslash
5290 matrix
5291 \begin_inset space \textvisiblespace{}
5292 \end_inset
5293
5294 2
5295 \series bold
5296 ×
5297 \series default
5298 2
5299 \begin_inset space \thinspace{}
5300 \end_inset
5301
5302 Matrix
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5312 0 & \textrm{-}\mathrm{i}\\
5313 \mathrm{i} & 0
5314 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5315 \end_inset
5316
5317
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 </lyxtabular>
5324
5325 \end_inset
5326
5327
5328 \begin_inset space \hfill{}
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \begin_layout Standard
5335 \begin_inset VSpace medskip
5336 \end_inset
5337
5338 Wurde z.
5339 \begin_inset space \thinspace{}
5340 \end_inset
5341
5342 B.
5343  
5344 \series bold
5345
5346 \backslash
5347 vmatrix
5348 \series default
5349  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5350  in das die Matrix eingefügt wird.
5351 \begin_inset Newline newline
5352 \end_inset
5353
5354 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5355 \end_layout
5356
5357 \begin_layout Standard
5358 \begin_inset VSpace bigskip
5359 \end_inset
5360
5361 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5362 \begin_inset CommandInset ref
5363 LatexCommand ref
5364 reference "sub:Spaltenabstand"
5365
5366 \end_inset
5367
5368  beschriebene Länge 
5369 \series bold
5370
5371 \backslash
5372 arraycolsep
5373 \series default
5374
5375 \begin_inset Index idx
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 Befehle ! A ! 
5380 \backslash
5381 arraycolsep
5382 \end_layout
5383
5384 \end_inset
5385
5386  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5387 \end_layout
5388
5389 \begin_layout Standard
5390 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5391 \series bold
5392
5393 \backslash
5394 arraystretch
5395 \series default
5396
5397 \begin_inset Index idx
5398 status collapsed
5399
5400 \begin_layout Plain Layout
5401 Befehle ! A ! 
5402 \backslash
5403 arraystretch
5404 \end_layout
5405
5406 \end_inset
5407
5408 .
5409  Dieser wird folgendermaßen benutzt:
5410 \end_layout
5411
5412 \begin_layout Standard
5413
5414 \series bold
5415
5416 \backslash
5417 renewcommand{
5418 \backslash
5419 arraystretch}{Dehnungsfaktor}
5420 \begin_inset Index idx
5421 status collapsed
5422
5423 \begin_layout Plain Layout
5424 Befehle ! R ! 
5425 \backslash
5426 renewcommand
5427 \end_layout
5428
5429 \end_inset
5430
5431
5432 \end_layout
5433
5434 \begin_layout Standard
5435 Der Befehl 
5436 \series bold
5437
5438 \backslash
5439 renewcommand
5440 \series default
5441  weist dabei dem vordefinierten Befehl 
5442 \series bold
5443
5444 \backslash
5445 arraystretch
5446 \series default
5447  den Dehnungsfaktor zu.
5448  Möchte man z.
5449 \begin_inset space \thinspace{}
5450 \end_inset
5451
5452 B.
5453  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5454  Dieser wird dann für alle folgenden Matrizen verwendet.
5455  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5456 \series bold
5457
5458 \backslash
5459 arraystretch
5460 \series default
5461  den Faktor 1 zu.
5462 \end_layout
5463
5464 \begin_layout Standard
5465 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5466 \series bold
5467
5468 \backslash
5469 smallmatrix
5470 \series default
5471
5472 \begin_inset Index idx
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476 Befehle ! S ! 
5477 \backslash
5478 smallmatrix
5479 \end_layout
5480
5481 \end_inset
5482
5483 .
5484  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5485  gestrichelten Linien.
5486  In dieses Kästchen wird die Matrix eingegeben.
5487  Man verwendet stattdessen das Menü 
5488 \family sans
5489 Bearbeiten\SpecialChar \menuseparator
5490 Zeilen
5491 \begin_inset space ~
5492 \end_inset
5493
5494 &
5495 \begin_inset space ~
5496 \end_inset
5497
5498 Spalten
5499 \family default
5500  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5501  Neue Zeilen können auch mit 
5502 \family sans
5503 Strg+Enter
5504 \family default
5505  erstellt werden.
5506 \end_layout
5507
5508 \begin_layout Standard
5509 Dies ist eine Matrix 
5510 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5511 C & D
5512 \end{smallmatrix}\right)$
5513 \end_inset
5514
5515  in einer Textzeile.
5516 \end_layout
5517
5518 \begin_layout Section
5519 Klammern und Begrenzungszeichen
5520 \begin_inset Index idx
5521 status collapsed
5522
5523 \begin_layout Plain Layout
5524 Klammern
5525 \end_layout
5526
5527 \end_inset
5528
5529
5530 \begin_inset Index idx
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534 Begrenzungszeichen
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \end_layout
5541
5542 \begin_layout Subsection
5543 Vertikale Klammern und Begrenzungszeichen
5544 \begin_inset Index idx
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548 Klammern ! vertikale
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Standard
5557 \begin_inset space \hfill{}
5558 \end_inset
5559
5560
5561 \begin_inset Tabular
5562 <lyxtabular version="3" rows="9" columns="2">
5563 <features rotate="0" tabularvalignment="middle">
5564 <column alignment="center" valignment="top" width="0pt">
5565 <column alignment="center" valignment="top" width="0pt">
5566 <row>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 Befehl
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 Ergebnis
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 </row>
5586 <row>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 (
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $($
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 {
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 \begin_inset Formula $\{$
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 [
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 \begin_inset Formula $[$
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 <row>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660
5661 \backslash
5662 langle
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 \begin_inset Formula $\langle$
5672 \end_inset
5673
5674
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 </row>
5680 <row>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685
5686 \backslash
5687 lceil
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $\lceil$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710
5711 \backslash
5712 lfloor
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721 \begin_inset Formula $\lfloor$
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 </row>
5730 <row>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 /
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 \begin_inset Formula $/$
5745 \end_inset
5746
5747
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 </row>
5753 <row>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 |
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $|$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 </lyxtabular>
5777
5778 \end_inset
5779
5780
5781 \begin_inset space \hfill{}
5782 \end_inset
5783
5784
5785 \begin_inset Tabular
5786 <lyxtabular version="3" rows="9" columns="2">
5787 <features rotate="0" tabularvalignment="middle">
5788 <column alignment="center" valignment="top" width="0pt">
5789 <column alignment="center" valignment="top" width="0pt">
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 Befehl
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 Ergebnis
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 </row>
5810 <row>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 )
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 \begin_inset Formula $)$
5825 \end_inset
5826
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 }
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 \begin_inset Formula $\}$
5848 \end_inset
5849
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 </row>
5856 <row>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 ]
5862 \end_layout
5863
5864 \end_inset
5865 </cell>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 \begin_inset Formula $]$
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 </row>
5879 <row>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884
5885 \backslash
5886 rangle
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 \begin_inset Formula $\rangle$
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 </row>
5904 <row>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909
5910 \backslash
5911 rceil
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 \begin_inset Formula $\rceil$
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \backslash
5936 rfloor
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\rfloor$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961
5962 \backslash
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 \begin_inset Formula $\backslash$
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 <row>
5982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986
5987 \backslash
5988 |
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 \begin_inset Formula $\|$
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 </lyxtabular>
6007
6008 \end_inset
6009
6010
6011 \begin_inset space \hfill{}
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \begin_layout Standard
6018
6019 \series medium
6020 \begin_inset Note Greyedout
6021 status open
6022
6023 \begin_layout Plain Layout
6024
6025 \series bold
6026 Achtung:
6027 \series default
6028  Im TeX-Modus muss für den Backslash der Befehl 
6029 \series bold
6030
6031 \backslash
6032 textbackslash
6033 \series default
6034
6035 \begin_inset Index idx
6036 status collapsed
6037
6038 \begin_layout Plain Layout
6039 Befehle ! T ! 
6040 \backslash
6041 textbackslash
6042 \end_layout
6043
6044 \end_inset
6045
6046  verwendet werden, denn der Befehl 
6047 \series bold
6048
6049 \backslash
6050
6051 \backslash
6052
6053 \series default
6054  steht dort für einen Zeilenumbruch.
6055 \end_layout
6056
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \begin_layout Standard
6063 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6064  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6065  Dabei können dann statt den Befehlen 
6066 \series bold
6067
6068 \backslash
6069 langle
6070 \series default
6071  und 
6072 \series bold
6073
6074 \backslash
6075 rangle
6076 \series default
6077  direkt die Zeichen < und > verwendet werden.
6078 \end_layout
6079
6080 \begin_layout Subsubsection
6081 Manuelle Klammergrößen
6082 \begin_inset CommandInset label
6083 LatexCommand label
6084 name "sub:Manuelle-Klammergrößen"
6085
6086 \end_inset
6087
6088
6089 \begin_inset Index idx
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093 Klammergrößen ! manuelle
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \begin_layout Standard
6102 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6103  LaTeX-Befehle 
6104 \series bold
6105
6106 \backslash
6107 big
6108 \series default
6109
6110 \begin_inset Index idx
6111 status collapsed
6112
6113 \begin_layout Plain Layout
6114 Befehle ! B ! 
6115 \backslash
6116 big
6117 \end_layout
6118
6119 \end_inset
6120
6121
6122 \series bold
6123
6124 \backslash
6125 Big
6126 \series default
6127
6128 \series bold
6129
6130 \backslash
6131 bigg
6132 \series default
6133  und 
6134 \series bold
6135
6136 \backslash
6137 Bigg
6138 \series default
6139  tun.
6140  
6141 \series bold
6142
6143 \backslash
6144 big
6145 \series default
6146  steht hierbei für die kleinste und 
6147 \series bold
6148
6149 \backslash
6150 Bigg
6151 \series default
6152  für die größte Klammergröße.
6153 \end_layout
6154
6155 \begin_layout Standard
6156 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6157 \end_layout
6158
6159 \begin_layout Standard
6160 \align center
6161 \begin_inset Tabular
6162 <lyxtabular version="3" rows="2" columns="2">
6163 <features rotate="0" tabularvalignment="middle">
6164 <column alignment="center" valignment="top" width="0pt">
6165 <column alignment="center" valignment="top" width="0pt">
6166 <row>
6167 <cell alignment="center" valignment="top" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 einheitliche Klammergröße:
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 besser sieht das so aus:
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 </lyxtabular>
6213
6214 \end_inset
6215
6216
6217 \begin_inset Note Note
6218 status collapsed
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223
6224 \backslash
6225 raisebox
6226 \series default
6227  dient nur
6228 \end_layout
6229
6230 \begin_layout Plain Layout
6231 als Abstandhalter.
6232 \end_layout
6233
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240 Für die zweite Formel wurde der Befehl 
6241 \series bold
6242
6243 \backslash
6244 Big((A+B)(A-B)
6245 \backslash
6246 Big)^
6247 \begin_inset space \textvisiblespace{}
6248 \end_inset
6249
6250 C
6251 \series default
6252  verwendet.
6253 \end_layout
6254
6255 \begin_layout Standard
6256 Hier alle Klammergrößen in der Übersicht:
6257 \end_layout
6258
6259 \begin_layout Standard
6260 \align center
6261
6262 \backslash
6263 Bigg(
6264 \backslash
6265 exp
6266 \backslash
6267 bigg<
6268 \backslash
6269 Big[
6270 \backslash
6271 big{
6272 \backslash
6273 ln(3x)
6274 \backslash
6275 big}^2
6276 \begin_inset space \textvisiblespace{}
6277 \end_inset
6278
6279
6280 \backslash
6281 sin(x)
6282 \backslash
6283 Big]^
6284 \begin_inset space \textvisiblespace{}
6285 \end_inset
6286
6287 A
6288 \begin_inset space \textvisiblespace{}
6289 \end_inset
6290
6291
6292 \backslash
6293 bigg>
6294 \backslash
6295 Bigg)^0,5
6296 \end_layout
6297
6298 \begin_layout Standard
6299 \align center
6300 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Standard
6307 Es gibt außer den 
6308 \series bold
6309
6310 \backslash
6311 big
6312 \series default
6313 -Befehlen noch die Variante 
6314 \series bold
6315
6316 \backslash
6317 bigm
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Befehle ! B ! 
6325 \backslash
6326 bigm
6327 \end_layout
6328
6329 \end_inset
6330
6331 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6332  die Variante 
6333 \series bold
6334
6335 \backslash
6336 bigl
6337 \series default
6338 -
6339 \series bold
6340
6341 \backslash
6342 bigr
6343 \series default
6344
6345 \begin_inset Index idx
6346 status collapsed
6347
6348 \begin_layout Plain Layout
6349 Befehle ! B ! 
6350 \backslash
6351 bigl - 
6352 \backslash
6353 bigr
6354 \end_layout
6355
6356 \end_inset
6357
6358 , die keinen zusätzlichen Leerraum erzeugt.
6359  Das 
6360 \emph on
6361 l
6362 \emph default
6363  am Ende des Befehls 
6364 \series bold
6365
6366 \backslash
6367 bigl
6368 \series default
6369  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6370  ein 
6371 \emph on
6372 r
6373 \emph default
6374  ersetzt.
6375  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6376  sein.
6377 \end_layout
6378
6379 \begin_layout Standard
6380 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6381 \end_layout
6382
6383 \begin_layout Standard
6384 \align center
6385 \begin_inset Tabular
6386 <lyxtabular version="3" rows="5" columns="2">
6387 <features rotate="0" tabularvalignment="middle">
6388 <column alignment="center" valignment="middle">
6389 <column alignment="center" valignment="middle">
6390 <row>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 Befehl
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 Ergebnis
6405 \begin_inset Note Note
6406 status collapsed
6407
6408 \begin_layout Plain Layout
6409
6410 \series bold
6411
6412 \backslash
6413 raisebox
6414 \series default
6415  dient nur als Abstandhalter.
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 </row>
6426 <row>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431
6432 \backslash
6433 Bigm(
6434 \backslash
6435 bigm(
6436 \backslash
6437 ln(3x)
6438 \backslash
6439 bigm)^2
6440 \begin_inset space \textvisiblespace{}
6441 \end_inset
6442
6443
6444 \backslash
6445 Bigm)
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 </row>
6463 <row>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468
6469 \backslash
6470 Big(
6471 \backslash
6472 big(
6473 \backslash
6474 ln(3x)
6475 \backslash
6476 big)^2
6477 \begin_inset space \textvisiblespace{}
6478 \end_inset
6479
6480
6481 \backslash
6482 Big)
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 <row>
6501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505
6506 \backslash
6507 Bigl(
6508 \backslash
6509 bigl(
6510 \backslash
6511 ln(3x)
6512 \backslash
6513 bigr)^2
6514 \begin_inset space \textvisiblespace{}
6515 \end_inset
6516
6517
6518 \backslash
6519 Bigr)
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6529 \end_inset
6530
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \backslash
6544 bigl)
6545 \backslash
6546 ln(3x)
6547 \backslash
6548 bigr(
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 </row>
6566 </lyxtabular>
6567
6568 \end_inset
6569
6570
6571 \end_layout
6572
6573 \begin_layout Subsubsection
6574 Automatische Klammergrößen
6575 \begin_inset CommandInset label
6576 LatexCommand label
6577 name "sub:Automatische-Klammergrößen"
6578
6579 \end_inset
6580
6581
6582 \begin_inset Index idx
6583 status collapsed
6584
6585 \begin_layout Plain Layout
6586 Klammergrößen ! automatische
6587 \end_layout
6588
6589 \end_inset
6590
6591
6592 \end_layout
6593
6594 \begin_layout Standard
6595 Klammern variabler Größe können mit den Befehlen 
6596 \series bold
6597
6598 \backslash
6599 left
6600 \series default
6601
6602 \begin_inset Index idx
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606 Befehle ! L ! 
6607 \backslash
6608 left
6609 \end_layout
6610
6611 \end_inset
6612
6613  und 
6614 \series bold
6615
6616 \backslash
6617 right
6618 \series default
6619
6620 \begin_inset Index idx
6621 status collapsed
6622
6623 \begin_layout Plain Layout
6624 Befehle ! R ! 
6625 \backslash
6626 right
6627 \end_layout
6628
6629 \end_inset
6630
6631  oder über den Mathe-Werkzeugleistenknopf
6632 \family sans
6633  
6634 \family default
6635
6636 \begin_inset Info
6637 type  "icon"
6638 arg   "dialog-show mathdelimiter"
6639 \end_inset
6640
6641  eingefügt werden.
6642  Auf 
6643 \series bold
6644
6645 \backslash
6646 left
6647 \series default
6648  und 
6649 \series bold
6650
6651 \backslash
6652 right
6653 \series default
6654  muss unmittelbar die gewünschte Klammer folgen.
6655  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6656 \end_layout
6657
6658 \begin_layout Standard
6659 \align center
6660 normale Klammer: Der Befehl 
6661 \series bold
6662
6663 \backslash
6664 ln(
6665 \backslash
6666 frac
6667 \begin_inset space \textvisiblespace{}
6668 \end_inset
6669
6670 A
6671 \begin_inset Formula $\downarrow$
6672 \end_inset
6673
6674 C
6675 \begin_inset space \textvisiblespace{}
6676 \end_inset
6677
6678 )
6679 \series default
6680  ergibt
6681 \begin_inset Formula 
6682 \[
6683 \ln(\frac{A}{C})
6684 \]
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 \align center
6693 mehrzeilige Klammer: Der Befehl 
6694 \series bold
6695
6696 \backslash
6697 ln
6698 \backslash
6699 left(
6700 \backslash
6701 frac
6702 \begin_inset space \textvisiblespace{}
6703 \end_inset
6704
6705 A
6706 \begin_inset Formula $\downarrow$
6707 \end_inset
6708
6709 C
6710 \begin_inset space \textvisiblespace{}
6711 \end_inset
6712
6713
6714 \backslash
6715 right)
6716 \series default
6717  ergibt
6718 \begin_inset Formula 
6719 \[
6720 \ln\left(\frac{A}{C}\right)
6721 \]
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Standard
6729 An Stelle von 
6730 \series bold
6731
6732 \backslash
6733 left
6734 \series default
6735  und 
6736 \series bold
6737
6738 \backslash
6739 right
6740 \series default
6741  kann man die Tastenkürzel 
6742 \family sans
6743 Alt+M
6744 \begin_inset space ~
6745 \end_inset
6746
6747 Klammer
6748 \family default
6749  verwenden.
6750  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6751  und dass die rechte Klammer gleich mit erstellt wird.
6752 \begin_inset Newline newline
6753 \end_inset
6754
6755 Der Befehl für das letzte Beispiel würde dann lauten: 
6756 \series bold
6757
6758 \backslash
6759 ln Alt+M
6760 \series default
6761  
6762 \series bold
6763 (
6764 \backslash
6765 frac
6766 \begin_inset space \textvisiblespace{}
6767 \end_inset
6768
6769 A
6770 \begin_inset Formula $\downarrow$
6771 \end_inset
6772
6773 C
6774 \end_layout
6775
6776 \begin_layout Standard
6777 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6778  Klammer einen Punkt.
6779  So ergibt z.
6780 \begin_inset space \thinspace{}
6781 \end_inset
6782
6783 B.
6784  der Befehl 
6785 \series bold
6786
6787 \backslash
6788 left.
6789 \backslash
6790 frac
6791 \begin_inset space \textvisiblespace{}
6792 \end_inset
6793
6794 A
6795 \begin_inset Formula $\downarrow$
6796 \end_inset
6797
6798 B
6799 \begin_inset space \textvisiblespace{}
6800 \end_inset
6801
6802
6803 \backslash
6804 right}
6805 \series default
6806
6807 \begin_inset space \thinspace{}
6808 \end_inset
6809
6810 :
6811 \series bold
6812
6813 \begin_inset Formula 
6814 \[
6815 \left.\frac{A}{B}\right\} 
6816 \]
6817
6818 \end_inset
6819
6820
6821 \series default
6822 Die Befehle 
6823 \series bold
6824
6825 \backslash
6826 left
6827 \series default
6828  und 
6829 \series bold
6830
6831 \backslash
6832 right
6833 \series default
6834  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6835  umgewandelt.
6836  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6837 \end_layout
6838
6839 \begin_layout Standard
6840 \begin_inset VSpace bigskip
6841 \end_inset
6842
6843 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6844  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6845  Befehl 
6846 \series bold
6847
6848 \backslash
6849 middle
6850 \series default
6851
6852 \begin_inset Index idx
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856 Befehle ! M ! 
6857 \backslash
6858 middle
6859 \end_layout
6860
6861 \end_inset
6862
6863  zur Verfügung.
6864  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6865  angepasst, was z.
6866 \begin_inset space \thinspace{}
6867 \end_inset
6868
6869 B.
6870  für physikalische Vektoren von Nutzen ist:
6871 \begin_inset Formula 
6872 \[
6873 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6874 \]
6875
6876 \end_inset
6877
6878 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6879 \begin_inset CommandInset ref
6880 LatexCommand ref
6881 reference "sub:Physikalische-Vektoren"
6882
6883 \end_inset
6884
6885  beschrieben ist.
6886 \end_layout
6887
6888 \begin_layout Subsection
6889 Horizontale Klammern
6890 \begin_inset Index idx
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 Klammern ! horizontale
6895 \end_layout
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \begin_layout Standard
6903 \align center
6904 \begin_inset Tabular
6905 <lyxtabular version="3" rows="4" columns="2">
6906 <features rotate="0" tabularvalignment="middle">
6907 <column alignment="center" valignment="top" width="0pt">
6908 <column alignment="center" valignment="top" width="0pt">
6909 <row>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 Befehl
6915 \begin_inset Note Note
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919
6920 \series bold
6921
6922 \backslash
6923 raisebox
6924 \series default
6925  dient nur als Abstandhalter.
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 Ergebnis
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 \begin_inset ERT
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954
6955
6956 \backslash
6957 raisebox{2.3mm}{
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \backslash
6964 overbrace
6965 \begin_inset space \textvisiblespace{}
6966 \end_inset
6967
6968 A+B
6969 \begin_inset space \textvisiblespace{}
6970 \end_inset
6971
6972 ^
6973 \begin_inset space \textvisiblespace{}
6974 \end_inset
6975
6976 3
6977 \begin_inset ERT
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981
6982 }
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \begin_inset Index idx
6989 status collapsed
6990
6991 \begin_layout Plain Layout
6992 Befehle ! O ! 
6993 \backslash
6994 overbrace
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 \begin_inset Formula $\overbrace{A+B}^{3}$
7009 \end_inset
7010
7011
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row>
7018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 \begin_inset ERT
7023 status collapsed
7024
7025 \begin_layout Plain Layout
7026
7027
7028 \backslash
7029 raisebox{-2.2mm}{
7030 \end_layout
7031
7032 \end_inset
7033
7034
7035 \backslash
7036 underbrace
7037 \begin_inset space \textvisiblespace{}
7038 \end_inset
7039
7040 A+B
7041 \begin_inset space \textvisiblespace{}
7042 \end_inset
7043
7044 _5
7045 \begin_inset ERT
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049
7050 }
7051 \end_layout
7052
7053 \end_inset
7054
7055
7056 \begin_inset Index idx
7057 status collapsed
7058
7059 \begin_layout Plain Layout
7060 Befehle ! U ! 
7061 \backslash
7062 underbrace
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 \begin_inset Formula $\underbrace{A+B}_{5}$
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \backslash
7092 overbrace
7093 \begin_inset space \textvisiblespace{}
7094 \end_inset
7095
7096
7097 \backslash
7098 underbrace
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102 A+B_w
7103 \begin_inset space \textvisiblespace{}
7104 \end_inset
7105
7106
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110 _7
7111 \begin_inset space \textvisiblespace{}
7112 \end_inset
7113
7114
7115 \begin_inset space \textvisiblespace{}
7116 \end_inset
7117
7118 ^
7119 \begin_inset space \textvisiblespace{}
7120 \end_inset
7121
7122 C
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 </row>
7140 </lyxtabular>
7141
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \begin_layout Standard
7148 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7149 \series bold
7150
7151 \backslash
7152 overbrace
7153 \series default
7154  oder 
7155 \series bold
7156
7157 \backslash
7158 underbrace
7159 \series default
7160  eingibt.
7161 \end_layout
7162
7163 \begin_layout Standard
7164 \begin_inset VSpace bigskip
7165 \end_inset
7166
7167 Benötigt man Klammern, die sich überschneiden, muss man die in 
7168 \begin_inset CommandInset ref
7169 LatexCommand ref
7170 reference "sec:Mehrzeilige-Formeln"
7171
7172 \end_inset
7173
7174  beschriebenen mehrzeiligen Formeln verwenden:
7175 \begin_inset Formula 
7176 \begin{eqnarray*}
7177 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7178  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7179 \end{eqnarray*}
7180
7181 \end_inset
7182
7183 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7184  Dabei ist es wichtig, dass vor dem ersten 
7185 \begin_inset Formula $d$
7186 \end_inset
7187
7188  der Abstandsbefehl
7189 \begin_inset Foot
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193 Abstandsbefehle sind in 
7194 \begin_inset CommandInset ref
7195 LatexCommand ref
7196 reference "sub:Vordefinierter-Leerraum"
7197
7198 \end_inset
7199
7200  erklärt.
7201 \end_layout
7202
7203 \end_inset
7204
7205  
7206 \series bold
7207
7208 \backslash
7209 :
7210 \series default
7211  eingegeben wird, denn die nach dem 
7212 \begin_inset Formula $q$
7213 \end_inset
7214
7215  endende Klammer verhindert, dass das nachfolgende 
7216 \begin_inset Quotes gld
7217 \end_inset
7218
7219 +
7220 \begin_inset Quotes grd
7221 \end_inset
7222
7223  von Leerraum umgeben ist.
7224 \begin_inset Foot
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228 weil eine Klammer nicht als Zeichen gilt, siehe 
7229 \begin_inset CommandInset ref
7230 LatexCommand ref
7231 reference "sub:Binäre-Operatoren"
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239
7240  In die zweite Zeile wird die zweite Klammer eingegeben.
7241  Da sie vor dem 
7242 \begin_inset Formula $b$
7243 \end_inset
7244
7245  beginnen soll, gibt man zuerst 
7246 \series bold
7247
7248 \backslash
7249 hphantom{gggg+
7250 \backslash
7251 :}
7252 \series default
7253  ein.
7254 \begin_inset Foot
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258 mehr zu 
7259 \series bold
7260
7261 \backslash
7262 hphantom
7263 \series default
7264  siehe 
7265 \begin_inset CommandInset ref
7266 LatexCommand ref
7267 reference "sub:Platzhalter"
7268
7269 \end_inset
7270
7271 .
7272 \end_layout
7273
7274 \end_inset
7275
7276  Dieser Leerraum wird benötigt, weil das 
7277 \begin_inset Quotes gld
7278 \end_inset
7279
7280 +
7281 \begin_inset Quotes grd
7282 \end_inset
7283
7284  in der Formel auch von Leerraum umgeben ist.
7285  Die Klammer wird unter den Befehl 
7286 \series bold
7287
7288 \backslash
7289 hphantom{bbqq+dddd}
7290 \series default
7291  gesetzt.
7292 \end_layout
7293
7294 \begin_layout Standard
7295 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7296 n, wie in folgendem Beispiel:
7297 \begin_inset ERT
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301
7302
7303 \backslash
7304 setlength{
7305 \backslash
7306 jot}{-6pt}
7307 \end_layout
7308
7309 \end_inset
7310
7311
7312 \begin_inset Formula 
7313 \begin{eqnarray*}
7314  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7315 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7316 \end{eqnarray*}
7317
7318 \end_inset
7319
7320
7321 \begin_inset ERT
7322 status collapsed
7323
7324 \begin_layout Plain Layout
7325
7326
7327 \backslash
7328 setlength{
7329 \backslash
7330 jot}{3pt}
7331 \end_layout
7332
7333 \end_inset
7334
7335 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7336  mit dem Unterschied, dass sich die Klammer oben befindet.
7337  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7338  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7339  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7340  werden.
7341  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7342 \begin_inset Foot
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346 \begin_inset CommandInset href
7347 LatexCommand href
7348 name "LyX-Fehler #1505"
7349 target "http://www.lyx.org/trac/ticket/1505"
7350
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357
7358 .
7359  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7360 \series bold
7361
7362 \backslash
7363 jot
7364 \series default
7365
7366 \begin_inset Index idx
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370 Befehle ! J ! 
7371 \backslash
7372 jot
7373 \end_layout
7374
7375 \end_inset
7376
7377  vor der Formel mit dem Befehl 
7378 \series bold
7379
7380 \backslash
7381 setlength{
7382 \backslash
7383 jot}{-6pt}
7384 \series default
7385  im TeX-Modus auf den Wert -6
7386 \begin_inset space \thinspace{}
7387 \end_inset
7388
7389 pt geändert.
7390  Nach der Formel wird 
7391 \series bold
7392
7393 \backslash
7394 jot
7395 \series default
7396  mit demselben Befehl wieder auf den Standardwert 3
7397 \begin_inset space \thinspace{}
7398 \end_inset
7399
7400 pt zurückgesetzt.
7401  Genaueres zum Zeilenabstand in Formeln ist in 
7402 \begin_inset CommandInset ref
7403 LatexCommand ref
7404 reference "sub:Zeilenabstand"
7405
7406 \end_inset
7407
7408  erklärt.
7409 \end_layout
7410
7411 \begin_layout Section
7412 Pfeile
7413 \begin_inset Index idx
7414 status collapsed
7415
7416 \begin_layout Plain Layout
7417 Pfeile
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \end_layout
7424
7425 \begin_layout Standard
7426 Pfeile können über den Mathe-Werkzeugleistenknopf 
7427 \begin_inset Info
7428 type  "icon"
7429 arg   "math-insert \\leftarrow"
7430 \end_inset
7431
7432  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7433  aufgelistet sind.
7434 \end_layout
7435
7436 \begin_layout Subsection
7437 Horizontale Pfeile
7438 \begin_inset Index idx
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 Pfeile ! horizontale
7443 \end_layout
7444
7445 \end_inset
7446
7447
7448 \end_layout
7449
7450 \begin_layout Standard
7451 \begin_inset space \hfill{}
7452 \end_inset
7453
7454
7455 \begin_inset Tabular
7456 <lyxtabular version="3" rows="8" columns="2">
7457 <features rotate="0" tabularvalignment="middle">
7458 <column alignment="center" valignment="top" width="0pt">
7459 <column alignment="center" valignment="top" width="0pt">
7460 <row>
7461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 Befehl
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 Ergebnis
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \backslash
7487 gets
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 \begin_inset Formula $\gets$
7497 \end_inset
7498
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row>
7506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \backslash
7512 Leftarrow
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 \begin_inset Formula $\Leftarrow$
7522 \end_inset
7523
7524
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \backslash
7537 longleftarrow
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 \begin_inset Formula $\longleftarrow$
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \backslash
7562 Longleftarrow
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 \begin_inset Formula $\Longleftarrow$
7572 \end_inset
7573
7574
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \backslash
7587 leftharpoonup
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 \begin_inset Formula $\leftharpoonup$
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 </row>
7605 <row>
7606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \backslash
7612 leftharpoondown
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 \begin_inset Formula $\leftharpoondown$
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \backslash
7637 hookleftarrow
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 \begin_inset Formula $\hookleftarrow$
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 </lyxtabular>
7656
7657 \end_inset
7658
7659
7660 \begin_inset space \hfill{}
7661 \end_inset
7662
7663
7664 \begin_inset Tabular
7665 <lyxtabular version="3" rows="8" columns="2">
7666 <features rotate="0" tabularvalignment="middle">
7667 <column alignment="center" valignment="top" width="0pt">
7668 <column alignment="center" valignment="top" width="0pt">
7669 <row>
7670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 Befehl
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 Ergebnis
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \backslash
7696 to
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 \begin_inset Formula $\to$
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \backslash
7721 Rightarrow
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 \begin_inset Formula $\Rightarrow$
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row>
7740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \backslash
7746 longrightarrow
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 \begin_inset Formula $\longrightarrow$
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row>
7765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \backslash
7771 Longrightarrow
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 \begin_inset Formula $\Longrightarrow$
7781 \end_inset
7782
7783
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row>
7790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \backslash
7796 rightharpoonup
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 \begin_inset Formula $\rightharpoonup$
7806 \end_inset
7807
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 <row>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \backslash
7821 rightharpoondown
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 \begin_inset Formula $\rightharpoondown$
7831 \end_inset
7832
7833
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \backslash
7846 hookrightarrow
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Formula $\hookrightarrow$
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 </lyxtabular>
7865
7866 \end_inset
7867
7868
7869 \begin_inset space \hfill{}
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \begin_layout Standard
7876 \begin_inset space \hfill{}
7877 \end_inset
7878
7879
7880 \begin_inset Tabular
7881 <lyxtabular version="3" rows="6" columns="2">
7882 <features rotate="0" tabularvalignment="middle">
7883 <column alignment="center" valignment="top" width="0pt">
7884 <column alignment="center" valignment="top" width="0pt">
7885 <row>
7886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 Befehl
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Ergebnis
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \backslash
7912 leftrightarrow
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 \begin_inset Formula $\leftrightarrow$
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \backslash
7937 Leftrightarrow
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 \begin_inset Formula $\Leftrightarrow$
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \backslash
7962 longleftrightarrow
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 \begin_inset Formula $\longleftrightarrow$
7972 \end_inset
7973
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 <row>
7981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \backslash
7987 Longleftrightarrow
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 \begin_inset Formula $\Longleftrightarrow$
7997 \end_inset
7998
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 </row>
8005 <row>
8006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \backslash
8012 rightleftharpoons
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021 \begin_inset Formula $\rightleftharpoons$
8022 \end_inset
8023
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 </lyxtabular>
8031
8032 \end_inset
8033
8034
8035 \begin_inset space \hspace{}
8036 \length 25pt
8037 \end_inset
8038
8039
8040 \begin_inset space \hfill{}
8041 \end_inset
8042
8043
8044 \begin_inset Tabular
8045 <lyxtabular version="3" rows="5" columns="2">
8046 <features rotate="0" tabularvalignment="middle">
8047 <column alignment="center" valignment="top" width="0pt">
8048 <column alignment="center" valignment="top" width="0pt">
8049 <row>
8050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 Befehl
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 Ergebnis
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \backslash
8076 mapsto
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 \begin_inset Formula $\mapsto$
8086 \end_inset
8087
8088
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \backslash
8101 longmapsto
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 \begin_inset Formula $\longmapsto$
8111 \end_inset
8112
8113
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \backslash
8126 leadsto
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 \begin_inset Formula $\leadsto$
8136 \end_inset
8137
8138
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \backslash
8151 dasharrow
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 \begin_inset Formula $\dasharrow$
8161 \end_inset
8162
8163
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 </lyxtabular>
8170
8171 \end_inset
8172
8173
8174 \begin_inset space \hfill{}
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \begin_layout Standard
8181 \begin_inset VSpace medskip
8182 \end_inset
8183
8184 Als Akzente verwendete Pfeile, wie z.
8185 \begin_inset space \thinspace{}
8186 \end_inset
8187
8188 B.
8189  Vektorpfeile, sind in 
8190 \begin_inset CommandInset ref
8191 LatexCommand ref
8192 reference "sec:Akzente"
8193
8194 \end_inset
8195
8196  aufgelistet.
8197 \end_layout
8198
8199 \begin_layout Standard
8200 \begin_inset VSpace bigskip
8201 \end_inset
8202
8203 Des Weiteren gibt es die beschriftbaren Pfeile
8204 \begin_inset Index idx
8205 status collapsed
8206
8207 \begin_layout Plain Layout
8208 Pfeile ! beschriftbare
8209 \end_layout
8210
8211 \end_inset
8212
8213  
8214 \series bold
8215
8216 \backslash
8217 xleftarrow
8218 \series default
8219
8220 \begin_inset Index idx
8221 status collapsed
8222
8223 \begin_layout Plain Layout
8224 Befehle ! X ! 
8225 \backslash
8226 xleftarrow
8227 \end_layout
8228
8229 \end_inset
8230
8231  und 
8232 \series bold
8233
8234 \backslash
8235 xrightarrow
8236 \series default
8237
8238 \begin_inset Index idx
8239 status collapsed
8240
8241 \begin_layout Plain Layout
8242 Befehle ! X ! 
8243 \backslash
8244 xrightarrow
8245 \begin_inset ERT
8246 status collapsed
8247
8248 \begin_layout Plain Layout
8249
8250
8251 \backslash
8252 vspace{4mm}
8253 \end_layout
8254
8255 \end_inset
8256
8257
8258 \end_layout
8259
8260 \end_inset
8261
8262 .
8263  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8264  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8265  Die Pfeillänge passt sich der Breite der Beschriftung an.
8266 \end_layout
8267
8268 \begin_layout Standard
8269 \align center
8270 \begin_inset Tabular
8271 <lyxtabular version="3" rows="3" columns="2">
8272 <features rotate="0" tabularvalignment="middle">
8273 <column alignment="center" valignment="top" width="0pt">
8274 <column alignment="center" valignment="top" width="0pt">
8275 <row>
8276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Befehl
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 Ergebnis
8290 \begin_inset Note Note
8291 status collapsed
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296
8297 \backslash
8298 raisebox
8299 \series default
8300  dient nur als Abstandhalter.
8301 \end_layout
8302
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 F(a)
8317 \backslash
8318 xleftarrow
8319 \begin_inset space \textvisiblespace{}
8320 \end_inset
8321
8322 x=a
8323 \begin_inset Formula $\downarrow$
8324 \end_inset
8325
8326 x>0
8327 \begin_inset Formula $\to$
8328 \end_inset
8329
8330 F(x)
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 F(x)
8354 \backslash
8355 xrightarrow
8356 \begin_inset space \textvisiblespace{}
8357 \end_inset
8358
8359 x=a
8360 \begin_inset Formula $\downarrow$
8361 \end_inset
8362
8363 x>0
8364 \begin_inset Formula $\to$
8365 \end_inset
8366
8367 F(a)
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8377 \end_inset
8378
8379
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 </lyxtabular>
8386
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \begin_layout Subsection
8393 Vertikale und diagonale Pfeile
8394 \begin_inset Index idx
8395 status collapsed
8396
8397 \begin_layout Plain Layout
8398 Pfeile ! diagonale
8399 \end_layout
8400
8401 \end_inset
8402
8403
8404 \begin_inset Index idx
8405 status collapsed
8406
8407 \begin_layout Plain Layout
8408 Pfeile ! vertikale
8409 \end_layout
8410
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \begin_layout Standard
8417 \begin_inset space \hfill{}
8418 \end_inset
8419
8420
8421 \begin_inset Tabular
8422 <lyxtabular version="3" rows="7" columns="2">
8423 <features rotate="0" tabularvalignment="middle">
8424 <column alignment="center" valignment="top" width="0pt">
8425 <column alignment="center" valignment="top" width="0pt">
8426 <row>
8427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Befehl
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Ergebnis
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \backslash
8453 uparrow
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 \begin_inset Formula $\uparrow$
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \backslash
8478 Uparrow
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 \begin_inset Formula $\Uparrow$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \backslash
8503 updownarrow
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $\updownarrow$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \backslash
8528 Updownarrow
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 \begin_inset Formula $\Updownarrow$
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \backslash
8553 Downarrow
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 \begin_inset Formula $\Downarrow$
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \backslash
8578 downarrow
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 \begin_inset Formula $\downarrow$
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 </lyxtabular>
8597
8598 \end_inset
8599
8600
8601 \begin_inset space \hfill{}
8602 \end_inset
8603
8604
8605 \begin_inset Tabular
8606 <lyxtabular version="3" rows="5" columns="2">
8607 <features rotate="0" tabularvalignment="middle">
8608 <column alignment="center" valignment="top" width="0pt">
8609 <column alignment="center" valignment="top" width="0pt">
8610 <row>
8611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 Befehl
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Ergebnis
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \backslash
8637 nearrow
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 \begin_inset Formula $\nearrow$
8647 \end_inset
8648
8649
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \backslash
8662 searrow
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 \begin_inset Formula $\searrow$
8672 \end_inset
8673
8674
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 swarrow
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\swarrow$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 nwarrow
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\nwarrow$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 </lyxtabular>
8731
8732 \end_inset
8733
8734
8735 \begin_inset space \hfill{}
8736 \end_inset
8737
8738
8739 \end_layout
8740
8741 \begin_layout Standard
8742 \begin_inset VSpace medskip
8743 \end_inset
8744
8745 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8746  
8747 \begin_inset CommandInset ref
8748 LatexCommand ref
8749 reference "sub:Manuelle-Klammergrößen"
8750
8751 \end_inset
8752
8753  und 
8754 \begin_inset CommandInset ref
8755 LatexCommand ref
8756 reference "sub:Automatische-Klammergrößen"
8757
8758 \end_inset
8759
8760  beschriebenen Befehlen verwendet werden.
8761 \end_layout
8762
8763 \begin_layout Section
8764 Akzente
8765 \begin_inset CommandInset label
8766 LatexCommand label
8767 name "sec:Akzente"
8768
8769 \end_inset
8770
8771
8772 \begin_inset Index idx
8773 status collapsed
8774
8775 \begin_layout Plain Layout
8776 Akzente
8777 \end_layout
8778
8779 \end_inset
8780
8781
8782 \end_layout
8783
8784 \begin_layout Standard
8785 Akzente können über den Mathe-Werkzeugleistenknopf 
8786 \begin_inset Graphics
8787         filename ../../images/math/hat.png
8788         scale 85
8789
8790 \end_inset
8791
8792  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8793  aufgelistet sind.
8794 \end_layout
8795
8796 \begin_layout Subsection
8797 Akzente für ein Zeichen
8798 \begin_inset ERT
8799 status collapsed
8800
8801 \begin_layout Plain Layout
8802
8803
8804 \backslash
8805 texorpdfstring{
8806 \end_layout
8807
8808 \end_inset
8809
8810
8811 \begin_inset Foot
8812 status collapsed
8813
8814 \begin_layout Plain Layout
8815 Akzente im Text siehe 
8816 \begin_inset CommandInset ref
8817 LatexCommand ref
8818 reference "sub:Sonderzeichen-Akzente"
8819
8820 \end_inset
8821
8822
8823 \end_layout
8824
8825 \end_inset
8826
8827
8828 \begin_inset ERT
8829 status collapsed
8830
8831 \begin_layout Plain Layout
8832
8833 }{}
8834 \end_layout
8835
8836 \end_inset
8837
8838
8839 \begin_inset Note Note
8840 status collapsed
8841
8842 \begin_layout Plain Layout
8843
8844 \series bold
8845
8846 \backslash
8847 texorpdfstring
8848 \series default
8849  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8850 \end_layout
8851
8852 \begin_layout Plain Layout
8853 Näheres zu 
8854 \series bold
8855
8856 \backslash
8857 texorpdfstring
8858 \series default
8859  steht in Kapitel 
8860 \begin_inset CommandInset ref
8861 LatexCommand ref
8862 reference "sub:Formeln-in-Überschriften"
8863
8864 \end_inset
8865
8866 .
8867 \end_layout
8868
8869 \end_inset
8870
8871
8872 \begin_inset CommandInset label
8873 LatexCommand label
8874 name "sub:Akzente-für-ein"
8875
8876 \end_inset
8877
8878
8879 \begin_inset Index idx
8880 status collapsed
8881
8882 \begin_layout Plain Layout
8883 Akzente ! für ein Zeichen
8884 \end_layout
8885
8886 \end_inset
8887
8888
8889 \end_layout
8890
8891 \begin_layout Standard
8892 \begin_inset space \hfill{}
8893 \end_inset
8894
8895
8896 \begin_inset Tabular
8897 <lyxtabular version="3" rows="8" columns="2">
8898 <features rotate="0" tabularvalignment="middle">
8899 <column alignment="center" valignment="top" width="0pt">
8900 <column alignment="center" valignment="top" width="0pt">
8901 <row>
8902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Befehl
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Ergebnis
8916 \begin_inset Note Note
8917 status collapsed
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922
8923 \backslash
8924 raisebox
8925 \series default
8926  dient nur als Abstandhalter.
8927 \end_layout
8928
8929 \end_inset
8930
8931
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \backslash
8944 dot
8945 \begin_inset space \textvisiblespace{}
8946 \end_inset
8947
8948 A
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8958 \end_inset
8959
8960
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \backslash
8973 ddot
8974 \begin_inset space \textvisiblespace{}
8975 \end_inset
8976
8977 A
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \backslash
9002 dddot
9003 \begin_inset space \textvisiblespace{}
9004 \end_inset
9005
9006 A
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \backslash
9031 ddddot
9032 \begin_inset space \textvisiblespace{}
9033 \end_inset
9034
9035 A
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9045 \end_inset
9046
9047
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \backslash
9060 vec
9061 \begin_inset space \textvisiblespace{}
9062 \end_inset
9063
9064 A
9065 \begin_inset Index idx
9066 status collapsed
9067
9068 \begin_layout Plain Layout
9069 Vektoren
9070 \end_layout
9071
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \backslash
9099 bar
9100 \begin_inset space \textvisiblespace{}
9101 \end_inset
9102
9103 A
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \backslash
9128 mathring
9129 \begin_inset space \textvisiblespace{}
9130 \end_inset
9131
9132 A
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 </lyxtabular>
9151
9152 \end_inset
9153
9154
9155 \begin_inset space \hfill{}
9156 \end_inset
9157
9158
9159 \begin_inset Tabular
9160 <lyxtabular version="3" rows="7" columns="2">
9161 <features rotate="0" tabularvalignment="middle">
9162 <column alignment="center" valignment="top" width="0pt">
9163 <column alignment="center" valignment="top" width="0pt">
9164 <row>
9165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Befehl
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 Ergebnis
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \backslash
9191 tilde
9192 \begin_inset space \textvisiblespace{}
9193 \end_inset
9194
9195 A
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9205 \end_inset
9206
9207
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218
9219 \backslash
9220 hat
9221 \begin_inset space \textvisiblespace{}
9222 \end_inset
9223
9224 A
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \backslash
9249 check
9250 \begin_inset space \textvisiblespace{}
9251 \end_inset
9252
9253 A
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 acute
9279 \begin_inset space \textvisiblespace{}
9280 \end_inset
9281
9282 A
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9292 \end_inset
9293
9294
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \backslash
9307 grave
9308 \begin_inset space \textvisiblespace{}
9309 \end_inset
9310
9311 A
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \backslash
9336 breve
9337 \begin_inset space \textvisiblespace{}
9338 \end_inset
9339
9340 A
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9350 \end_inset
9351
9352
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 </lyxtabular>
9359
9360 \end_inset
9361
9362
9363 \begin_inset space \hfill{}
9364 \end_inset
9365
9366
9367 \end_layout
9368
9369 \begin_layout Standard
9370 \begin_inset VSpace bigskip
9371 \end_inset
9372
9373 Akzente wie z.B.
9374  é können direkt in Formeln eingegeben werden.
9375  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9376  Für Umlaute
9377 \begin_inset Index idx
9378 status collapsed
9379
9380 \begin_layout Plain Layout
9381 Umlaute
9382 \end_layout
9383
9384 \end_inset
9385
9386  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9387  Diese beiden Zeichen bilden dann für LaTeX 
9388 \emph on
9389 ein
9390 \emph default
9391  Zeichen.
9392  Im Gegensatz zu 
9393 \series bold
9394
9395 \backslash
9396 ddot
9397 \series default
9398  entstehen damit 
9399 \begin_inset Quotes gld
9400 \end_inset
9401
9402 echte
9403 \begin_inset Quotes grd
9404 \end_inset
9405
9406  Umlaute, was folgendes Beispiel zeigt:
9407 \end_layout
9408
9409 \begin_layout Standard
9410 \begin_inset VSpace -2mm
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \begin_layout Standard
9417 \align center
9418 \begin_inset Tabular
9419 <lyxtabular version="3" rows="3" columns="2">
9420 <features rotate="0" tabularvalignment="middle">
9421 <column alignment="center" valignment="top">
9422 <column alignment="center" valignment="top">
9423 <row>
9424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Befehl
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 Ergebnis
9438 \begin_inset Note Note
9439 status collapsed
9440
9441 \begin_layout Plain Layout
9442
9443 \series bold
9444
9445 \backslash
9446 raisebox
9447 \series default
9448  dient nur als Abstandhalter.
9449 \end_layout
9450
9451 \end_inset
9452
9453
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 \begin_inset Quotes grd
9465 \end_inset
9466
9467 i
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 \begin_inset Formula $"i$
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 ddot
9493 \begin_inset space \textvisiblespace{}
9494 \end_inset
9495
9496 i
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9506 \end_inset
9507
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 </lyxtabular>
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Ein weiterer Vorteil gegenüber 
9523 \series bold
9524
9525 \backslash
9526 ddot
9527 \series default
9528  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9529  denn die obigen Akzentbefehle sind 
9530 \emph on
9531 im mathematischen Text\SpecialChar \-
9532 modus nicht erlaubt
9533 \emph default
9534 .
9535  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9536  nur das Zeichen unter dem Akzent umgewandelt werden.
9537  Das gilt auch für alle anderen Umwandlungen wie z.
9538 \begin_inset space \thinspace{}
9539 \end_inset
9540
9541 B.
9542  in kursiv oder fett.
9543 \end_layout
9544
9545 \begin_layout Standard
9546 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9547  direkt eingegeben werden.
9548 \end_layout
9549
9550 \begin_layout Standard
9551 \begin_inset VSpace bigskip
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \begin_layout Standard
9558 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
9559  
9560 \series bold
9561 undertilde
9562 \series default
9563
9564 \begin_inset Index idx
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568 Pakete ! undertilde
9569 \end_layout
9570
9571 \end_inset
9572
9573  auf Ihrem System installiert ist:
9574 \end_layout
9575
9576 \begin_layout Standard
9577 \begin_inset ERT
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581
9582
9583 \backslash
9584 ifundertilde 
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \begin_inset Note Note
9591 status open
9592
9593 \begin_layout Plain Layout
9594 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
9595 \series bold
9596 undertilde
9597 \series default
9598  installiert ist:
9599 \end_layout
9600
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \begin_layout Standard
9607 \noindent
9608 \align center
9609 \begin_inset Tabular
9610 <lyxtabular version="3" rows="2" columns="2">
9611 <features rotate="0" tabularvalignment="middle">
9612 <column alignment="center" valignment="top" width="0pt">
9613 <column alignment="center" valignment="top" width="0pt">
9614 <row>
9615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 Befehl
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 Ergebnis
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 <row>
9635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \backslash
9641 utilde
9642 \begin_inset space \textvisiblespace{}
9643 \end_inset
9644
9645 A
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9655 \end_inset
9656
9657
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 </lyxtabular>
9664
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \begin_layout Standard
9671 \begin_inset ERT
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675
9676
9677 \backslash
9678 else 
9679 \end_layout
9680
9681 \end_inset
9682
9683
9684 \begin_inset Note Note
9685 status open
9686
9687 \begin_layout Plain Layout
9688 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
9689 \series bold
9690 undertilde
9691 \series default
9692  nicht installiert ist:
9693 \end_layout
9694
9695 \end_inset
9696
9697
9698 \end_layout
9699
9700 \begin_layout Standard
9701 Das LaTeX-Paket 
9702 \series bold
9703 undertilde 
9704 \series default
9705 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
9706 \end_layout
9707
9708 \begin_layout Standard
9709 \begin_inset ERT
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713
9714
9715 \backslash
9716 fi 
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \end_layout
9723
9724 \begin_layout Subsection
9725 Akzente für mehrere Zeichen
9726 \begin_inset Index idx
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730 Akzente ! für mehrere Zeichen
9731 \end_layout
9732
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \begin_layout Standard
9739 \begin_inset space \hfill{}
9740 \end_inset
9741
9742
9743 \begin_inset Tabular
9744 <lyxtabular version="3" rows="5" columns="2">
9745 <features rotate="0" tabularvalignment="middle">
9746 <column alignment="center" valignment="top" width="0pt">
9747 <column alignment="center" valignment="top" width="0pt">
9748 <row>
9749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 Befehl
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 Ergebnis
9763 \begin_inset Note Note
9764 status collapsed
9765
9766 \begin_layout Plain Layout
9767
9768 \series bold
9769
9770 \backslash
9771 raisebox
9772 \series default
9773  dient nur als Abstandhalter.
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \backslash
9791 overleftarrow
9792 \begin_inset space \textvisiblespace{}
9793 \end_inset
9794
9795 A=B
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \backslash
9820 underleftarrow
9821 \begin_inset space \textvisiblespace{}
9822 \end_inset
9823
9824 A=B
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row>
9843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \backslash
9849 overleftrightarrow
9850 \begin_inset space \textvisiblespace{}
9851 \end_inset
9852
9853 A=B
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 underleftrightarrow
9879 \begin_inset space \textvisiblespace{}
9880 \end_inset
9881
9882 A=B
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 </lyxtabular>
9901
9902 \end_inset
9903
9904
9905 \begin_inset space \hfill{}
9906 \end_inset
9907
9908
9909 \begin_inset Tabular
9910 <lyxtabular version="3" rows="5" columns="2">
9911 <features rotate="0" tabularvalignment="middle">
9912 <column alignment="center" valignment="top" width="0pt">
9913 <column alignment="center" valignment="top" width="0pt">
9914 <row>
9915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 Befehl
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Ergebnis
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row>
9935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \backslash
9941 overrightarrow
9942 \begin_inset space \textvisiblespace{}
9943 \end_inset
9944
9945 A=B
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9955 \end_inset
9956
9957
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row>
9964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \backslash
9970 underrightarrow
9971 \begin_inset space \textvisiblespace{}
9972 \end_inset
9973
9974 A=B
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 </row>
9992 <row>
9993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997
9998 \backslash
9999 widetilde
10000 \begin_inset space \textvisiblespace{}
10001 \end_inset
10002
10003 A=B
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \backslash
10028 widehat
10029 \begin_inset space \textvisiblespace{}
10030 \end_inset
10031
10032 A=B
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10042 \end_inset
10043
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 </lyxtabular>
10051
10052 \end_inset
10053
10054
10055 \begin_inset space \hfill{}
10056 \end_inset
10057
10058
10059 \end_layout
10060
10061 \begin_layout Standard
10062 \begin_inset VSpace medskip
10063 \end_inset
10064
10065 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10066  Die Akzente
10067 \begin_inset Newline linebreak
10068 \end_inset
10069
10070
10071 \series bold
10072
10073 \backslash
10074 widetilde
10075 \series default
10076  und 
10077 \series bold
10078
10079 \backslash
10080 widehat
10081 \series default
10082  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10083  was folgendes Beispiel verdeutlicht:
10084 \begin_inset Formula 
10085 \[
10086 \widetilde{A+B=C-D}
10087 \]
10088
10089 \end_inset
10090
10091
10092 \end_layout
10093
10094 \begin_layout Standard
10095 Mit den im vorigen Kapitel beschriebenen Befehlen 
10096 \series bold
10097
10098 \backslash
10099 overset
10100 \series default
10101
10102 \begin_inset Index idx
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106 Befehle ! O ! 
10107 \backslash
10108 overset
10109 \end_layout
10110
10111 \end_inset
10112
10113  und 
10114 \series bold
10115
10116 \backslash
10117 underset
10118 \series default
10119
10120 \begin_inset Index idx
10121 status collapsed
10122
10123 \begin_layout Plain Layout
10124 Befehle ! U ! 
10125 \backslash
10126 underset
10127 \end_layout
10128
10129 \end_inset
10130
10131  ist es auch möglich mehrere Zeichen zu akzentuieren.
10132  Der Befehl 
10133 \series bold
10134
10135 \backslash
10136 underset
10137 \begin_inset space \textvisiblespace{}
10138 \end_inset
10139
10140 A=B
10141 \begin_inset Formula $\downarrow$
10142 \end_inset
10143
10144 ***
10145 \series default
10146  ergibt:
10147 \begin_inset Formula 
10148 \[
10149 \underset{***}{A=B}
10150 \]
10151
10152 \end_inset
10153
10154
10155 \end_layout
10156
10157 \begin_layout Section
10158 Leerraum
10159 \begin_inset CommandInset label
10160 LatexCommand label
10161 name "sub:Leerraum"
10162
10163 \end_inset
10164
10165
10166 \begin_inset Index idx
10167 status collapsed
10168
10169 \begin_layout Plain Layout
10170 Leerraum ! horizontaler
10171 \end_layout
10172
10173 \end_inset
10174
10175
10176 \end_layout
10177
10178 \begin_layout Subsection
10179 Vordefinierter Leerraum
10180 \begin_inset CommandInset label
10181 LatexCommand label
10182 name "sub:Vordefinierter-Leerraum"
10183
10184 \end_inset
10185
10186
10187 \begin_inset Index idx
10188 status collapsed
10189
10190 \begin_layout Plain Layout
10191 Leerraum ! horizontaler ! vordefiniert
10192 \end_layout
10193
10194 \end_inset
10195
10196
10197 \end_layout
10198
10199 \begin_layout Standard
10200 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10201  Dazu gibt man ein geschütztes Leerzeichen ein.
10202  Es erscheint ein 
10203 \begin_inset Quotes gld
10204 \end_inset
10205
10206
10207 \color blue
10208
10209 \begin_inset space \textvisiblespace{}
10210 \end_inset
10211
10212
10213 \color inherit
10214
10215 \begin_inset Quotes grd
10216 \end_inset
10217
10218  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10219  Leerraum-Größen wählen.
10220  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10221 \begin_inset Graphics
10222         filename ../../images/math/space.png
10223         scale 85
10224
10225 \end_inset
10226
10227  oder mit einzelnen Befehlen aufrufen.
10228  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10229  danach wieder aus allen Größen wählen.
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \align center
10234 \begin_inset Tabular
10235 <lyxtabular version="3" rows="6" columns="3">
10236 <features rotate="0" tabularvalignment="middle">
10237 <column alignment="center" valignment="top">
10238 <column alignment="center" valignment="top" width="15col%">
10239 <column alignment="center" valignment="top">
10240 <row>
10241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Befehl
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Anzahl der Leertastendrücke
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Ergebnis
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row>
10270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \backslash
10276 ,
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 0
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 \begin_inset Formula $A\, B$
10295 \end_inset
10296
10297
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 </row>
10303 <row>
10304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \backslash
10310 :
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 1
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 \begin_inset Formula $A\: B$
10329 \end_inset
10330
10331
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 <row>
10338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342
10343 \backslash
10344 ;
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 2
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 \begin_inset Formula $A\; B$
10363 \end_inset
10364
10365
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \backslash
10378 quad
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 3
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 \begin_inset Formula $A\quad B$
10397 \end_inset
10398
10399
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \backslash
10412 qquad
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 4
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 \begin_inset Formula $A\qquad B$
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 </lyxtabular>
10440
10441 \end_inset
10442
10443
10444 \begin_inset space \hfill{}
10445 \end_inset
10446
10447
10448 \begin_inset Tabular
10449 <lyxtabular version="3" rows="6" columns="3">
10450 <features rotate="0" tabularvalignment="middle">
10451 <column alignment="center" valignment="top">
10452 <column alignment="center" valignment="top" width="15col%">
10453 <column alignment="center" valignment="top">
10454 <row>
10455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 Befehl
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Anzahl der Leertastendrücke
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Ergebnis
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \backslash
10490 hfill
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 5
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 \begin_inset Formula $A\hfill B$
10509 \end_inset
10510
10511
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 </row>
10517 <row>
10518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522
10523 \backslash
10524 hspace*{1em}
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 6
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 \begin_inset Formula $A\hspace*{1em}B$
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 </row>
10551 <row>
10552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556
10557 \backslash
10558 hspace{1em}
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 7
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 \begin_inset Formula $A\hspace{1em}B$
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \backslash
10592
10593 \begin_inset space \textvisiblespace{}
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 8
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 \begin_inset Formula $A\ B$
10615 \end_inset
10616
10617
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \backslash
10630 !
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 9
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 \begin_inset Formula $A\! B$
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 </lyxtabular>
10658
10659 \end_inset
10660
10661
10662 \end_layout
10663
10664 \begin_layout Standard
10665 Leerraum
10666 \begin_inset space ~
10667 \end_inset
10668
10669 5
10670 \begin_inset space \thinspace{}
10671 \end_inset
10672
10673 --
10674 \begin_inset space \thinspace{}
10675 \end_inset
10676
10677 7 sind variable Leerräume, die in 
10678 \begin_inset CommandInset ref
10679 LatexCommand ref
10680 reference "sub:Variabler-Leerraum"
10681
10682 \end_inset
10683
10684  erläutert sind.
10685  Leerraum
10686 \begin_inset space ~
10687 \end_inset
10688
10689 9 scheint überhaupt keinen Leerraum zu produzieren.
10690  Er ist in LyX allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10691  denn er erstellt negativen Leerraum.
10692  Es gibt noch zwei weitere negative Leerräume:
10693 \end_layout
10694
10695 \begin_layout Standard
10696 \align center
10697 \begin_inset Tabular
10698 <lyxtabular version="3" rows="3" columns="3">
10699 <features rotate="0" tabularvalignment="middle">
10700 <column alignment="center" valignment="middle" width="6.8cm">
10701 <column alignment="center" valignment="top" width="0pt">
10702 <column alignment="center" valignment="top" width="0pt">
10703 <row>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Befehl
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \backslash
10719 negmedspace
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \backslash
10730 negthickspace
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 10
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 11
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 Ergebnis
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 \begin_inset Formula $A\negmedspace B$
10780 \end_inset
10781
10782
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 \begin_inset Formula $A\negthickspace B$
10792 \end_inset
10793
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 </lyxtabular>
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10809  Man kann auf diese Weise Ligaturen erzwingen, was z.
10810 \begin_inset space \thinspace{}
10811 \end_inset
10812
10813 B.
10814  für Summenzeichen von Nutzen ist: 
10815 \end_layout
10816
10817 \begin_layout Standard
10818 \align center
10819 \begin_inset Tabular
10820 <lyxtabular version="3" rows="3" columns="2">
10821 <features rotate="0" tabularvalignment="middle">
10822 <column alignment="center" valignment="top">
10823 <column alignment="center" valignment="top">
10824 <row>
10825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 Befehl
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Ergebnis
10839 \begin_inset Note Note
10840 status collapsed
10841
10842 \begin_layout Plain Layout
10843
10844 \series bold
10845
10846 \backslash
10847 raisebox
10848 \series default
10849  dient nur als Abstandhalter.
10850 \end_layout
10851
10852 \end_inset
10853
10854
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 </row>
10860 <row>
10861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \backslash
10867 sum
10868 \backslash
10869 sum
10870 \begin_inset space \textvisiblespace{}
10871 \end_inset
10872
10873 f_kl
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10883 \end_inset
10884
10885
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 </row>
10891 <row>
10892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \backslash
10898 sum
10899 \backslash
10900 negmedspace
10901 \backslash
10902 sum
10903 \begin_inset space \textvisiblespace{}
10904 \end_inset
10905
10906 f_kl
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10916 \end_inset
10917
10918
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 </lyxtabular>
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Standard
10932 \noindent
10933 \begin_inset VSpace medskip
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \begin_layout Standard
10940 \noindent
10941 Relationen, wie z.
10942 \begin_inset space \thinspace{}
10943 \end_inset
10944
10945 B.
10946  Gleichheitszeichen, sind immer von Leerraum umgeben.
10947  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10948  TeX-Klammer.
10949  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10950 \end_layout
10951
10952 \begin_layout Standard
10953 \align center
10954 \begin_inset Tabular
10955 <lyxtabular version="3" rows="2" columns="2">
10956 <features rotate="0" tabularvalignment="middle">
10957 <column alignment="center" valignment="top" width="0pt">
10958 <column alignment="center" valignment="top" width="0pt">
10959 <row>
10960 <cell alignment="center" valignment="top" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 normale Gleichung
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 \begin_inset Formula $A=B$
10974 \end_inset
10975
10976
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 </row>
10982 <row>
10983 <cell alignment="center" valignment="top" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Note Note
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992 \series bold
10993
10994 \backslash
10995 raisebox
10996 \series default
10997  dient nur als Abstandhalter.
10998 \end_layout
10999
11000 \end_inset
11001
11002
11003 \begin_inset Formula $\raisebox{5mm}{}$
11004 \end_inset
11005
11006 Gleichung ohne Leerraum
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 \begin_inset Formula $A{=}B$
11016 \end_inset
11017
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 </lyxtabular>
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \begin_layout Standard
11032 Der Befehl für die letzte Formel lautet: 
11033 \series bold
11034 A
11035 \backslash
11036 {=
11037 \begin_inset Formula $\to$
11038 \end_inset
11039
11040 B
11041 \end_layout
11042
11043 \begin_layout Standard
11044 \begin_inset VSpace bigskip
11045 \end_inset
11046
11047 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11048  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11049  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11050 \family sans
11051 Einfügen\SpecialChar \menuseparator
11052 Formatierung\SpecialChar \menuseparator
11053 Kleiner
11054 \begin_inset space ~
11055 \end_inset
11056
11057 Abstand
11058 \family default
11059  (Tastenkürzel 
11060 \family sans
11061 Strg+Shift+Leertaste
11062 \family default
11063 ) ein.
11064 \end_layout
11065
11066 \begin_layout Standard
11067 Ein Beispiel zur Veranschaulichung:
11068 \end_layout
11069
11070 \begin_layout Standard
11071 \begin_inset Tabular
11072 <lyxtabular version="3" rows="2" columns="2">
11073 <features rotate="0" tabularvalignment="middle">
11074 <column alignment="left" valignment="top">
11075 <column alignment="left" valignment="top">
11076 <row>
11077 <cell alignment="center" valignment="top" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 24 kW
11082 \begin_inset Formula $\cdot$
11083 \end_inset
11084
11085 h
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Leerzeichen zwischen Wert und Einheit
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 24
11106 \begin_inset space \thinspace{}
11107 \end_inset
11108
11109 kW
11110 \begin_inset Formula $\cdot$
11111 \end_inset
11112
11113 h
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 kleinster Leerraum zwischen Wert und Einheit
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 </lyxtabular>
11129
11130 \end_inset
11131
11132
11133 \end_layout
11134
11135 \begin_layout Standard
11136 \begin_inset Newpage newpage
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Subsection
11143 Variabler Leerraum
11144 \begin_inset ERT
11145 status collapsed
11146
11147 \begin_layout Plain Layout
11148
11149
11150 \backslash
11151 texorpdfstring{
11152 \end_layout
11153
11154 \end_inset
11155
11156
11157 \begin_inset Foot
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161 für vertikalen Leerraum in Formeln siehe 
11162 \begin_inset CommandInset ref
11163 LatexCommand ref
11164 reference "sub:Zeilenabstand"
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \begin_inset ERT
11175 status collapsed
11176
11177 \begin_layout Plain Layout
11178
11179 }{}
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \begin_inset Note Note
11186 status collapsed
11187
11188 \begin_layout Plain Layout
11189
11190 \series bold
11191
11192 \backslash
11193 texorpdfstring
11194 \series default
11195  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11196 \end_layout
11197
11198 \begin_layout Plain Layout
11199 Näheres zu 
11200 \series bold
11201
11202 \backslash
11203 texorpdfstring
11204 \series default
11205  steht in Kapitel 
11206 \begin_inset CommandInset ref
11207 LatexCommand ref
11208 reference "sub:Formeln-in-Überschriften"
11209
11210 \end_inset
11211
11212 .
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \begin_inset CommandInset label
11219 LatexCommand label
11220 name "sub:Variabler-Leerraum"
11221
11222 \end_inset
11223
11224
11225 \begin_inset Index idx
11226 status collapsed
11227
11228 \begin_layout Plain Layout
11229 Leerraum ! horizontaler ! variabel
11230 \end_layout
11231
11232 \end_inset
11233
11234
11235 \end_layout
11236
11237 \begin_layout Standard
11238 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11239 \series bold
11240
11241 \backslash
11242 hspace
11243 \series default
11244
11245 \begin_inset Index idx
11246 status collapsed
11247
11248 \begin_layout Plain Layout
11249 Befehle ! H ! 
11250 \backslash
11251 hspace
11252 \end_layout
11253
11254 \end_inset
11255
11256  einfügen.
11257  Es erscheint ein langes 
11258 \begin_inset Quotes gld
11259 \end_inset
11260
11261
11262 \color blue
11263
11264 \begin_inset space \textvisiblespace{}
11265 \end_inset
11266
11267
11268 \color inherit
11269
11270 \begin_inset Quotes grd
11271 \end_inset
11272
11273 .
11274  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11275  das 
11276 \begin_inset Quotes gld
11277 \end_inset
11278
11279
11280 \color blue
11281
11282 \begin_inset space \textvisiblespace{}
11283 \end_inset
11284
11285
11286 \color inherit
11287
11288 \begin_inset Quotes grd
11289 \end_inset
11290
11291  klickt.
11292  Die Länge darf auch negativ sein.
11293  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
11294  weggelassen.
11295  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
11296 \series bold
11297
11298 \backslash
11299 hspace*
11300 \series default
11301  statt 
11302 \series bold
11303
11304 \backslash
11305 hspace
11306 \series default
11307  oder klickt mit der linken Maustaste auf das 
11308 \begin_inset Quotes gld
11309 \end_inset
11310
11311
11312 \color blue
11313
11314 \begin_inset space \textvisiblespace{}
11315 \end_inset
11316
11317
11318 \color inherit
11319
11320 \begin_inset Quotes grd
11321 \end_inset
11322
11323  und wählt die Option 
11324 \family sans
11325 Schützen
11326 \family default
11327  aus.
11328 \begin_inset Newline newline
11329 \end_inset
11330
11331 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11332  einnimmt, benutzt man den Befehl 
11333 \series bold
11334
11335 \backslash
11336 hfill
11337 \series default
11338
11339 \begin_inset Index idx
11340 status collapsed
11341
11342 \begin_layout Plain Layout
11343 Befehle ! H ! 
11344 \backslash
11345 hfill
11346 \end_layout
11347
11348 \end_inset
11349
11350 .
11351 \end_layout
11352
11353 \begin_layout Standard
11354 \begin_inset VSpace -1mm
11355 \end_inset
11356
11357
11358 \end_layout
11359
11360 \begin_layout Standard
11361 \align center
11362 \begin_inset Tabular
11363 <lyxtabular version="3" rows="4" columns="2">
11364 <features rotate="0" tabularvalignment="middle">
11365 <column alignment="center" valignment="top">
11366 <column alignment="center" valignment="top">
11367 <row>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 Befehl (
11373 \backslash
11374 hspace Länge)
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 Ergebnis
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 </row>
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 A=B
11395 \backslash
11396 hspace
11397 \begin_inset space \textvisiblespace{}
11398 \end_inset
11399
11400 A
11401 \backslash
11402 not=C (3
11403 \begin_inset space \thinspace{}
11404 \end_inset
11405
11406 cm)
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 A
11430 \backslash
11431 hspace
11432 \begin_inset space \textvisiblespace{}
11433 \end_inset
11434
11435 A
11436 \backslash
11437 not=A (-1
11438 \begin_inset space \thinspace{}
11439 \end_inset
11440
11441 mm)
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 A=A
11465 \backslash
11466 hfill
11467 \begin_inset space \textvisiblespace{}
11468 \end_inset
11469
11470 B=B
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A=A\hfill B=B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \begin_layout Standard
11496 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11497  Spalteneintrags der Tabelle vorgegeben.
11498  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11499  in die 
11500 \series bold
11501
11502 \backslash
11503 hfill
11504 \series default
11505  eingegeben wird.
11506  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11507  
11508 \series bold
11509
11510 \backslash
11511 hfill
11512 \series default
11513  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11514 \series bold
11515 Eingerückt
11516 \series default
11517  eingestellt ist.
11518  (Formelstile sind in 
11519 \begin_inset CommandInset ref
11520 LatexCommand ref
11521 reference "sec:Formelstile"
11522
11523 \end_inset
11524
11525  erklärt.)
11526 \end_layout
11527
11528 \begin_layout Standard
11529 Neben 
11530 \series bold
11531
11532 \backslash
11533 hfill
11534 \series default
11535  gibt es noch die Befehle 
11536 \series bold
11537
11538 \backslash
11539 dotfill
11540 \series default
11541  und 
11542 \series bold
11543
11544 \backslash
11545 hrulefill
11546 \series default
11547 , die den Leerraum mit einem Muster füllen, siehe 
11548 \begin_inset CommandInset ref
11549 LatexCommand ref
11550 reference "sub:Fortsetzungspunkte"
11551
11552 \end_inset
11553
11554  für ein Beispiel.
11555 \end_layout
11556
11557 \begin_layout Standard
11558 Variabler Leerraum kann für Text über das Menü 
11559 \family sans
11560 Einfügen\SpecialChar \menuseparator
11561 Formatierung\SpecialChar \menuseparator
11562 Horizontaler
11563 \begin_inset space ~
11564 \end_inset
11565
11566 Abstand
11567 \family default
11568  eingefügt werden:
11569 \end_layout
11570
11571 \begin_layout Standard
11572 Dies ist eine Zeile mit
11573 \begin_inset space \hspace{}
11574 \length 2cm
11575 \end_inset
11576
11577 2
11578 \begin_inset space \thinspace{}
11579 \end_inset
11580
11581 cm Leerraum.
11582 \end_layout
11583
11584 \begin_layout Standard
11585 Dies ist eine Zeile mit
11586 \begin_inset space \hfill{}
11587 \end_inset
11588
11589 maximalem Leerraum.
11590 \end_layout
11591
11592 \begin_layout Subsection
11593 Leerraum neben eingebetteten Formeln
11594 \begin_inset Index idx
11595 status collapsed
11596
11597 \begin_layout Plain Layout
11598 Leerraum ! neben eingebetteten Formeln
11599 \end_layout
11600
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \begin_layout Standard
11607 Über die Länge 
11608 \series bold
11609
11610 \backslash
11611 mathsurround
11612 \series default
11613
11614 \begin_inset Index idx
11615 status collapsed
11616
11617 \begin_layout Plain Layout
11618 Befehle ! M ! 
11619 \backslash
11620 mathsurround
11621 \end_layout
11622
11623 \end_inset
11624
11625  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11626  wird.
11627  Der Wert einer Länge wird mit dem Befehl 
11628 \series bold
11629
11630 \backslash
11631 setlength
11632 \series default
11633
11634 \begin_inset Index idx
11635 status collapsed
11636
11637 \begin_layout Plain Layout
11638 Befehle ! S ! 
11639 \backslash
11640 setlength
11641 \end_layout
11642
11643 \end_inset
11644
11645  gesetzt.
11646  Dieser besitzt folgendes Befehlsschema:
11647 \end_layout
11648
11649 \begin_layout Standard
11650
11651 \series bold
11652
11653 \backslash
11654 setlength{Längenname}{Wert}
11655 \end_layout
11656
11657 \begin_layout Standard
11658 Um 
11659 \series bold
11660
11661 \backslash
11662 mathsurround
11663 \series default
11664  den Wert 5
11665 \begin_inset space \thinspace{}
11666 \end_inset
11667
11668 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11669 \end_layout
11670
11671 \begin_layout Standard
11672
11673 \series bold
11674
11675 \backslash
11676 setlength{
11677 \backslash
11678 mathsurround}{5mm}
11679 \end_layout
11680
11681 \begin_layout Standard
11682 ein.
11683  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11684 \begin_inset space \thinspace{}
11685 \end_inset
11686
11687 mm Leerraum gesetzt:
11688 \begin_inset ERT
11689 status collapsed
11690
11691 \begin_layout Plain Layout
11692
11693
11694 \backslash
11695 setlength{
11696 \backslash
11697 mathsurround}{5mm}
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \begin_layout Standard
11706 Dies ist eine Zeile in der sich 
11707 \begin_inset Formula $A=B$
11708 \end_inset
11709
11710  eine Formel mit 5
11711 \begin_inset space \thinspace{}
11712 \end_inset
11713
11714 mm umgebendem Leerraum befindet.
11715 \begin_inset ERT
11716 status collapsed
11717
11718 \begin_layout Plain Layout
11719
11720
11721 \backslash
11722 setlength{
11723 \backslash
11724 mathsurround}{0pt}
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11734 \series bold
11735
11736 \backslash
11737 mathsurround
11738 \series default
11739  auf den Wert 0
11740 \begin_inset space \thinspace{}
11741 \end_inset
11742
11743 pt.
11744 \end_layout
11745
11746 \begin_layout Section
11747 Boxen und Rahmen
11748 \begin_inset Index idx
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 Boxen
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \begin_inset Index idx
11759 status collapsed
11760
11761 \begin_layout Plain Layout
11762 Rahmen | see
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768 {
11769 \end_layout
11770
11771 \end_inset
11772
11773 Boxen
11774 \begin_inset ERT
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778
11779 }
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \begin_layout Standard
11793 Boxen für Text sind im Kapitel 
11794 \family typewriter
11795 Boxen
11796 \family default
11797  im Handbuch 
11798 \family typewriter
11799 Eingebettete
11800 \begin_inset space ~
11801 \end_inset
11802
11803 Objekte
11804 \family default
11805  beschrieben.
11806 \end_layout
11807
11808 \begin_layout Subsection
11809 Boxen mit Rahmen
11810 \begin_inset CommandInset label
11811 LatexCommand label
11812 name "sub:Boxen-mit-Rahmen"
11813
11814 \end_inset
11815
11816
11817 \begin_inset Index idx
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 Boxen ! mit Rahmen
11822 \end_layout
11823
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \begin_layout Standard
11830 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11831 \series bold
11832
11833 \backslash
11834 fbox
11835 \series default
11836
11837 \begin_inset Index idx
11838 status collapsed
11839
11840 \begin_layout Plain Layout
11841 Befehle ! F ! 
11842 \backslash
11843 fbox
11844 \end_layout
11845
11846 \end_inset
11847
11848  und 
11849 \series bold
11850
11851 \backslash
11852 boxed
11853 \series default
11854
11855 \begin_inset Index idx
11856 status collapsed
11857
11858 \begin_layout Plain Layout
11859 Befehle ! B ! 
11860 \backslash
11861 boxed
11862 \end_layout
11863
11864 \end_inset
11865
11866  zu umranden.
11867 \end_layout
11868
11869 \begin_layout Standard
11870 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11871  in einem Rahmen.
11872  Bei 
11873 \series bold
11874
11875 \backslash
11876 fbox
11877 \series default
11878  muss in diesem Eingabefeld mit 
11879 \family sans
11880 Strg+M
11881 \family default
11882  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11883  als mathematischer Text behandelt.
11884  Verwendet man 
11885 \series bold
11886
11887 \backslash
11888 boxed
11889 \series default
11890 , wird automatisch im Rahmen eine neue Formel erzeugt.
11891 \end_layout
11892
11893 \begin_layout Standard
11894 Der Befehl 
11895 \series bold
11896
11897 \backslash
11898 fbox
11899 \series default
11900  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11901  wird dann immer in Textzeilengröße gesetzt.
11902  Im Gegensatz dazu ist 
11903 \series bold
11904
11905 \backslash
11906 boxed
11907 \series default
11908  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11909  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11910 \end_layout
11911
11912 \begin_layout Standard
11913 Als Erweiterung zu 
11914 \series bold
11915
11916 \backslash
11917 fbox
11918 \series default
11919  gibt es den Befehl 
11920 \series bold
11921
11922 \backslash
11923 framebox
11924 \series default
11925
11926 \begin_inset Index idx
11927 status collapsed
11928
11929 \begin_layout Plain Layout
11930 Befehle ! F ! 
11931 \backslash
11932 framebox
11933 \end_layout
11934
11935 \end_inset
11936
11937 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11938  kann.
11939  
11940 \series bold
11941
11942 \backslash
11943 framebox
11944 \series default
11945  wird nach folgendem Schema verwendet:
11946 \end_layout
11947
11948 \begin_layout Standard
11949
11950 \series bold
11951
11952 \backslash
11953 framebox[Rahmenbreite][Position]{Boxinhalt}
11954 \end_layout
11955
11956 \begin_layout Standard
11957 Die Position kann entweder 
11958 \emph on
11959 l
11960 \emph default
11961  oder 
11962 \emph on
11963 r
11964 \emph default
11965  sein.
11966  
11967 \emph on
11968 l
11969 \emph default
11970  bewirkt linksbündige, 
11971 \emph on
11972 r
11973 \emph default
11974  rechtsbündige Ausrichtung der Formel in der Box.
11975  Gibt man keine Position an, wird die Formel zentriert.
11976 \begin_inset Newline newline
11977 \end_inset
11978
11979 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11980  In diesem Falle wird die Rahmenbreite wie bei 
11981 \series bold
11982
11983 \backslash
11984 fbox
11985 \series default
11986  an den Boxinhalt angepasst.
11987 \end_layout
11988
11989 \begin_layout Standard
11990 Wenn man den Befehl 
11991 \series bold
11992
11993 \backslash
11994 framebox
11995 \series default
11996  eingibt, erscheint eine Box mit drei Eingabefeldern.
11997  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
11998  beiden optionalen Argumente.
11999  In das dritte Feld wird wie bei 
12000 \series bold
12001
12002 \backslash
12003 fbox
12004 \series default
12005  die Formel eingegeben.
12006 \end_layout
12007
12008 \begin_layout Standard
12009 \align center
12010 \begin_inset Tabular
12011 <lyxtabular version="3" rows="5" columns="2">
12012 <features rotate="0" tabularvalignment="middle">
12013 <column alignment="center" valignment="top">
12014 <column alignment="center" valignment="top">
12015 <row>
12016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020 Befehl
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 Ergebnis
12030 \begin_inset Note Note
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034
12035 \series bold
12036
12037 \backslash
12038 raisebox
12039 \series default
12040  dient nur als Abstandhalter.
12041 \end_layout
12042
12043 \end_inset
12044
12045
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 </row>
12051 <row>
12052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056
12057 \backslash
12058 fbox
12059 \begin_inset space \textvisiblespace{}
12060 \end_inset
12061
12062
12063 \family sans
12064 Strg+M
12065 \family default
12066  
12067 \backslash
12068 int
12069 \begin_inset space \textvisiblespace{}
12070 \end_inset
12071
12072 A=B
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 </row>
12090 <row>
12091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095
12096 \backslash
12097 boxed
12098 \begin_inset space \textvisiblespace{}
12099 \end_inset
12100
12101
12102 \backslash
12103 int
12104 \begin_inset space \textvisiblespace{}
12105 \end_inset
12106
12107 A=B
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 </row>
12125 <row>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 A+
12131 \backslash
12132 fbox
12133 \begin_inset space \textvisiblespace{}
12134 \end_inset
12135
12136 B
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 </row>
12154 <row>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159
12160 \backslash
12161 framebox
12162 \begin_inset space \textvisiblespace{}
12163 \end_inset
12164
12165 20mm
12166 \begin_inset Formula $\to$
12167 \end_inset
12168
12169
12170 \begin_inset Formula $\to$
12171 \end_inset
12172
12173
12174 \family sans
12175 Strg+M
12176 \family default
12177  
12178 \backslash
12179 frac
12180 \begin_inset space \textvisiblespace{}
12181 \end_inset
12182
12183 A
12184 \begin_inset Formula $\downarrow$
12185 \end_inset
12186
12187 B
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 \begin_inset Formula $\raisebox{6mm}{}$
12197 \end_inset
12198
12199
12200 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12201 \end_inset
12202
12203
12204 \begin_inset Formula $\raisebox{-4mm}{}$
12205 \end_inset
12206
12207
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 </row>
12213 </lyxtabular>
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Standard
12221 Die Rahmendicke kann ebenfalls eingestellt werden.
12222  Dazu müssen vor der Formel im TeX-Modus die Befehle
12223 \end_layout
12224
12225 \begin_layout Standard
12226
12227 \series bold
12228
12229 \backslash
12230 fboxrule
12231 \series default
12232  
12233 \series bold
12234
12235 \begin_inset Quotes gld
12236 \end_inset
12237
12238 Dicke
12239 \begin_inset Quotes grd
12240 \end_inset
12241
12242
12243 \series default
12244  
12245 \series bold
12246
12247 \backslash
12248 fboxsep
12249 \series default
12250  
12251 \series bold
12252
12253 \begin_inset Quotes gld
12254 \end_inset
12255
12256 Abstand
12257 \begin_inset Quotes grd
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 eingegeben werden.
12265  
12266 \begin_inset Quotes gld
12267 \end_inset
12268
12269 Abstand
12270 \begin_inset Quotes grd
12271 \end_inset
12272
12273  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12274  in der Box fest.
12275  Ein Beispiel dafür ist folgende umrandete Formel:
12276 \begin_inset ERT
12277 status collapsed
12278
12279 \begin_layout Plain Layout
12280
12281
12282 \backslash
12283 fboxrule 2mm 
12284 \backslash
12285 fboxsep 3mm
12286 \end_layout
12287
12288 \end_inset
12289
12290
12291 \begin_inset Formula 
12292 \[
12293 \boxed{A+B=C}
12294 \]
12295
12296 \end_inset
12297
12298 Vor dieser Formel wurde im TeX-Modus
12299 \end_layout
12300
12301 \begin_layout Standard
12302
12303 \series bold
12304
12305 \backslash
12306 fboxrule
12307 \series default
12308  
12309 \series bold
12310 2mm
12311 \series default
12312  
12313 \series bold
12314
12315 \backslash
12316 fboxsep
12317 \series default
12318  
12319 \series bold
12320 3mm
12321 \end_layout
12322
12323 \begin_layout Standard
12324 eingegeben.
12325  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12330  nächsten Formel im TeX-Modus folgende Befehle ein:
12331 \end_layout
12332
12333 \begin_layout Standard
12334
12335 \series bold
12336
12337 \backslash
12338 fboxrule
12339 \series default
12340  
12341 \series bold
12342 0.4pt
12343 \series default
12344  
12345 \series bold
12346
12347 \backslash
12348 fboxsep
12349 \series default
12350  
12351 \series bold
12352 3pt
12353 \series default
12354
12355 \begin_inset ERT
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359
12360
12361 \backslash
12362 fboxrule 0.4pt 
12363 \backslash
12364 fboxsep 3pt
12365 \end_layout
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Subsection
12373 Boxen ohne Rahmen
12374 \begin_inset CommandInset label
12375 LatexCommand label
12376 name "sub:Boxen-ohne-Rahmen"
12377
12378 \end_inset
12379
12380
12381 \begin_inset Index idx
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385 Boxen ! ohne Rahmen
12386 \end_layout
12387
12388 \end_inset
12389
12390
12391 \end_layout
12392
12393 \begin_layout Standard
12394 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12395 \series bold
12396
12397 \backslash
12398 mbox
12399 \series default
12400
12401 \begin_inset Index idx
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405 Befehle ! M ! 
12406 \backslash
12407 mbox
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \series bold
12414
12415 \backslash
12416 makebox
12417 \series default
12418
12419 \begin_inset Index idx
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423 Befehle ! M ! 
12424 \backslash
12425 makebox
12426 \end_layout
12427
12428 \end_inset
12429
12430  und
12431 \begin_inset Newline linebreak
12432 \end_inset
12433
12434
12435 \series bold
12436
12437 \backslash
12438 raisebox
12439 \series default
12440
12441 \begin_inset Index idx
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Befehle ! R ! 
12446 \backslash
12447 raisebox
12448 \end_layout
12449
12450 \end_inset
12451
12452
12453 \end_layout
12454
12455 \begin_layout Standard
12456 Mit 
12457 \series bold
12458
12459 \backslash
12460 raisebox
12461 \series default
12462  kann man eine Box hoch- oder tiefstellen.
12463  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12464 n die Schriftgröße bei.
12465  
12466 \series bold
12467
12468 \backslash
12469 raisebox
12470 \series default
12471  wird dabei mit folgendem Schema benutzt:
12472 \end_layout
12473
12474 \begin_layout Standard
12475
12476 \series bold
12477
12478 \backslash
12479 raisebox{Höhe}{Boxinhalt}
12480 \end_layout
12481
12482 \begin_layout Standard
12483 Soll in der Box eine Formel stehen, muss man wie bei 
12484 \series bold
12485
12486 \backslash
12487 fbox
12488 \series default
12489  eine weitere Formel erstellen.
12490  
12491 \begin_inset Note Greyedout
12492 status open
12493
12494 \begin_layout Plain Layout
12495
12496 \series bold
12497 Achtung:
12498 \series default
12499  Für 
12500 \series bold
12501
12502 \backslash
12503 raisebox
12504 \series default
12505  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12506  
12507 \family sans
12508 Strg+M
12509 \family default
12510  erstellt, denn LyX unterstützt 
12511 \series bold
12512
12513 \backslash
12514 raisebox
12515 \series default
12516  noch nicht direkt.
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \begin_layout Standard
12525 \align center
12526 \begin_inset Tabular
12527 <lyxtabular version="3" rows="4" columns="2">
12528 <features rotate="0" tabularvalignment="middle">
12529 <column alignment="center" valignment="top">
12530 <column alignment="center" valignment="top">
12531 <row>
12532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 Befehl
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 Ergebnis
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 <row>
12552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 H
12557 \backslash
12558 raisebox{2mm
12559 \begin_inset Formula $\to$
12560 \end_inset
12561
12562
12563 \backslash
12564 {al
12565 \begin_inset Formula $\to$
12566 \end_inset
12567
12568  lo
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12578 \end_inset
12579
12580
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 </row>
12586 <row>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 H
12592 \backslash
12593 raisebox{-2mm
12594 \begin_inset Formula $\to$
12595 \end_inset
12596
12597
12598 \backslash
12599 {al
12600 \begin_inset Formula $\to$
12601 \end_inset
12602
12603 lo
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12613 \end_inset
12614
12615
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 </row>
12621 <row>
12622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 A=
12627 \backslash
12628 raisebox{-2mm
12629 \begin_inset Formula $\to$
12630 \end_inset
12631
12632
12633 \backslash
12634 {
12635 \family sans
12636 Strg+M Strg+M
12637 \family default
12638  
12639 \backslash
12640 sqrt
12641 \begin_inset space \textvisiblespace{}
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 </lyxtabular>
12663
12664 \end_inset
12665
12666
12667 \end_layout
12668
12669 \begin_layout Standard
12670 Der Befehl 
12671 \series bold
12672
12673 \backslash
12674 mbox
12675 \series default
12676  ist äquivalent zu 
12677 \series bold
12678
12679 \backslash
12680 fbox
12681 \series default
12682  und 
12683 \series bold
12684
12685 \backslash
12686 makebox
12687 \series default
12688  ist äquivalent zu 
12689 \series bold
12690
12691 \backslash
12692 framebox
12693 \series default
12694 , nur dass es keinen Rahmen gibt.
12695 \end_layout
12696
12697 \begin_layout Subsection
12698 Farbige Boxen
12699 \begin_inset CommandInset label
12700 LatexCommand label
12701 name "sub:Farbige-Boxen"
12702
12703 \end_inset
12704
12705
12706 \begin_inset Index idx
12707 status collapsed
12708
12709 \begin_layout Plain Layout
12710 Boxen ! farbige
12711 \end_layout
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12720  im LaTeX-Vorspann das LaTeX-Paket 
12721 \series bold
12722 color
12723 \series default
12724
12725 \begin_inset Foot
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729 Das Paket 
12730 \series bold
12731 color
12732 \series default
12733  ist Teil jeder LaTeX-Standardinstallation.
12734 \end_layout
12735
12736 \end_inset
12737
12738
12739 \begin_inset Index idx
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743 Pakete ! color
12744 \end_layout
12745
12746 \end_inset
12747
12748  mit der Zeile
12749 \end_layout
12750
12751 \begin_layout Standard
12752
12753 \series bold
12754
12755 \backslash
12756 usepackage{color}
12757 \end_layout
12758
12759 \begin_layout Standard
12760 geladen werden
12761 \begin_inset Foot
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12766  LyX das LaTeX-Paket 
12767 \series bold
12768 color
12769 \series default
12770  automatisch.
12771  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12772  keine Probleme hervorruft.
12773 \end_layout
12774
12775 \end_inset
12776
12777
12778 \begin_inset Note Note
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12783  ein Makro eingefügt.
12784 \end_layout
12785
12786 \end_inset
12787
12788 .
12789 \end_layout
12790
12791 \begin_layout Standard
12792 \begin_inset VSpace medskip
12793 \end_inset
12794
12795 Um Boxen einzufärben, verwendet man den Befehl 
12796 \series bold
12797
12798 \backslash
12799 colorbox
12800 \series default
12801
12802 \begin_inset Index idx
12803 status collapsed
12804
12805 \begin_layout Plain Layout
12806 Befehle ! C ! 
12807 \backslash
12808 colorbox
12809 \end_layout
12810
12811 \end_inset
12812
12813  nach folgendem Schema:
12814 \end_layout
12815
12816 \begin_layout Standard
12817
12818 \series bold
12819
12820 \backslash
12821 colorbox{Farbe}{Boxinhalt}
12822 \end_layout
12823
12824 \begin_layout Standard
12825 Der Boxinhalt kann auch wieder eine Box sein und eine 
12826 \series bold
12827
12828 \backslash
12829 colorbox
12830 \series default
12831  kann auch ein Teil einer anderen Box sein (siehe 2.
12832  und 3.
12833  Beispiel).
12834  Soll in der Box eine Formel stehen, muss wie bei 
12835 \series bold
12836
12837 \backslash
12838 raisebox
12839 \series default
12840  eine weitere Formel erstellt werden.
12841 \begin_inset Foot
12842 status collapsed
12843
12844 \begin_layout Plain Layout
12845 Das gilt auch für den Befehl 
12846 \series bold
12847
12848 \backslash
12849 fcolorbox
12850 \series default
12851 .
12852 \end_layout
12853
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \begin_layout Standard
12860 Aus folgenden vordefinierten Farben kann gewählt werden:
12861 \end_layout
12862
12863 \begin_layout Standard
12864
12865 \series bold
12866 black
12867 \series default
12868
12869 \series bold
12870 blue
12871 \series default
12872
12873 \series bold
12874 cyan
12875 \series default
12876
12877 \series bold
12878 green
12879 \series default
12880
12881 \series bold
12882 magenta
12883 \series default
12884
12885 \series bold
12886 red
12887 \series default
12888
12889 \series bold
12890 white
12891 \series default
12892  und 
12893 \series bold
12894 yellow
12895 \end_layout
12896
12897 \begin_layout Standard
12898 \align center
12899 \begin_inset Tabular
12900 <lyxtabular version="3" rows="4" columns="2">
12901 <features rotate="0" tabularvalignment="middle">
12902 <column alignment="center" valignment="top">
12903 <column alignment="center" valignment="top">
12904 <row>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 Befehl
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 Ergebnis
12919 \begin_inset Note Note
12920 status collapsed
12921
12922 \begin_layout Plain Layout
12923
12924 \series bold
12925
12926 \backslash
12927 raisebox
12928 \series default
12929  dient nur als Abstandhalter.
12930 \end_layout
12931
12932 \end_inset
12933
12934
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 </row>
12940 <row>
12941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945
12946 \backslash
12947 colorbox{yellow
12948 \begin_inset Formula $\to$
12949 \end_inset
12950
12951
12952 \backslash
12953 {A=B
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 </row>
12971 <row>
12972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \backslash
12978 colorbox{green
12979 \begin_inset Formula $\to$
12980 \end_inset
12981
12982
12983 \backslash
12984 {
12985 \backslash
12986 fbox
12987 \begin_inset space \textvisiblespace{}
12988 \end_inset
12989
12990 A=B
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13000 \end_inset
13001
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 <row>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013
13014 \backslash
13015 fbox
13016 \begin_inset space \textvisiblespace{}
13017 \end_inset
13018
13019
13020 \backslash
13021 colorbox{green
13022 \begin_inset Formula $\to$
13023 \end_inset
13024
13025
13026 \backslash
13027 {
13028 \family sans
13029 Strg+M Strg+M
13030 \family default
13031  
13032 \backslash
13033 int
13034 \begin_inset space \textvisiblespace{}
13035 \end_inset
13036
13037 C=D
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 </row>
13055 </lyxtabular>
13056
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \begin_layout Standard
13063
13064 \series bold
13065
13066 \backslash
13067 colorbox
13068 \series default
13069  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13070  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13071  
13072 \family sans
13073 Textstil
13074 \family default
13075  die gewünschte Farbe aus.
13076  Der Dialog kann mit dem Werkzeugleistenknopf 
13077 \begin_inset Graphics
13078         filename ../../images/dialog-show_character.png
13079         scale 85
13080
13081 \end_inset
13082
13083  oder dem Menü 
13084 \family sans
13085 Bearbeiten\SpecialChar \menuseparator
13086 Textstil\SpecialChar \menuseparator
13087 Benutzerdefiniert
13088 \family default
13089  aufgerufen werden.
13090  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13091  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13092  innerhalb der Formel die Farbe geändert werden.
13093 \end_layout
13094
13095 \begin_layout Standard
13096 Ein Beispiel:
13097 \end_layout
13098
13099 \begin_layout Standard
13100
13101 \color red
13102 \begin_inset Formula 
13103 \begin{equation}
13104 \int A=B\label{eq:rot}
13105 \end{equation}
13106
13107 \end_inset
13108
13109
13110 \color green
13111
13112 \begin_inset Formula 
13113 \begin{equation}
13114 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13115 \end{equation}
13116
13117 \end_inset
13118
13119
13120 \end_layout
13121
13122 \begin_layout Standard
13123 Formel 
13124 \begin_inset CommandInset ref
13125 LatexCommand eqref
13126 reference "eq:rot"
13127
13128 \end_inset
13129
13130  ist komplett rot gefärbt.
13131 \begin_inset Newline newline
13132 \end_inset
13133
13134 Formel 
13135 \begin_inset CommandInset ref
13136 LatexCommand eqref
13137 reference "eq:rotgruen"
13138
13139 \end_inset
13140
13141  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13142  Anschließend wurden die Formelzeichen rot gefärbt.
13143 \end_layout
13144
13145 \begin_layout Standard
13146 \begin_inset VSpace bigskip
13147 \end_inset
13148
13149 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13150  den Befehl 
13151 \series bold
13152
13153 \backslash
13154 fcolorbox
13155 \series default
13156
13157 \begin_inset Index idx
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161 Befehle ! F ! 
13162 \backslash
13163 fcolorbox
13164 \end_layout
13165
13166 \end_inset
13167
13168  nach folgendem Schema:
13169 \end_layout
13170
13171 \begin_layout Standard
13172
13173 \series bold
13174
13175 \backslash
13176 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13177 \end_layout
13178
13179 \begin_layout Standard
13180
13181 \series bold
13182
13183 \backslash
13184 fcolorbox
13185 \series default
13186  stellt also eine Erweiterung des Befehls 
13187 \series bold
13188
13189 \backslash
13190 colorbox
13191 \series default
13192  dar.
13193  Die Rahmenbreite wird, wie bei 
13194 \series bold
13195
13196 \backslash
13197 framebox
13198 \series default
13199 , mit 
13200 \series bold
13201
13202 \backslash
13203 fboxrule
13204 \series default
13205  und 
13206 \series bold
13207
13208 \backslash
13209 fboxsep
13210 \series default
13211  festgelegt.
13212  Ein Beispiel:
13213 \begin_inset ERT
13214 status collapsed
13215
13216 \begin_layout Plain Layout
13217
13218
13219 \backslash
13220 fboxrule 1mm 
13221 \backslash
13222 fboxsep 1mm
13223 \end_layout
13224
13225 \end_inset
13226
13227
13228 \begin_inset Formula 
13229 \[
13230 \fcolorbox{cyan}{magenta}{A=B}
13231 \]
13232
13233 \end_inset
13234
13235
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241
13242 \backslash
13243 fboxrule 0.4pt 
13244 \backslash
13245 fboxsep 3pt
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Standard
13254 Diese Formel wurde mit folgendem Befehl erstellt:
13255 \begin_inset Newline newline
13256 \end_inset
13257
13258
13259 \series bold
13260
13261 \backslash
13262 fcolorbox{cyan
13263 \begin_inset Formula $\to$
13264 \end_inset
13265
13266
13267 \backslash
13268 {magenta
13269 \begin_inset Formula $\to$
13270 \end_inset
13271
13272
13273 \backslash
13274 {A=B
13275 \end_layout
13276
13277 \begin_layout Standard
13278 \begin_inset VSpace bigskip
13279 \end_inset
13280
13281 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13282  selbst definieren.
13283 \end_layout
13284
13285 \begin_layout Standard
13286 Man kann z.
13287 \begin_inset space \thinspace{}
13288 \end_inset
13289
13290 B.
13291  mit folgender LaTeX-Vorspannzeile die Farbe 
13292 \begin_inset Quotes gld
13293 \end_inset
13294
13295
13296 \series bold
13297 dunkelgruen
13298 \series default
13299
13300 \begin_inset Quotes grd
13301 \end_inset
13302
13303
13304 \begin_inset Foot
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308 In Befehlen darf kein Umlaut stehen, siehe 
13309 \begin_inset CommandInset ref
13310 LatexCommand ref
13311 reference "sec:Benutzerdefinierte-Befehle"
13312
13313 \end_inset
13314
13315 .
13316 \end_layout
13317
13318 \end_inset
13319
13320  definieren:
13321 \end_layout
13322
13323 \begin_layout Standard
13324
13325 \series bold
13326
13327 \backslash
13328 definecolor{dunkelgruen}{cmyk}{0.5,
13329 \series default
13330  
13331 \series bold
13332 0,
13333 \series default
13334  
13335 \series bold
13336 1,
13337 \series default
13338  
13339 \series bold
13340 0.5}
13341 \series default
13342
13343 \begin_inset Index idx
13344 status collapsed
13345
13346 \begin_layout Plain Layout
13347 Befehle ! D ! 
13348 \backslash
13349 definecolor
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \begin_layout Standard
13358
13359 \series bold
13360 cmyk
13361 \series default
13362  ist der Farbraum und steht für die Farben 
13363 \series bold
13364 cyan
13365 \series default
13366
13367 \series bold
13368 magenta
13369 \series default
13370
13371 \series bold
13372 yellow
13373 \series default
13374  und 
13375 \series bold
13376 black
13377 \series default
13378 .
13379  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13380  Für den Anteil kann man Werte im Bereich 0
13381 \begin_inset space \thinspace{}
13382 \end_inset
13383
13384 -
13385 \begin_inset space \thinspace{}
13386 \end_inset
13387
13388 1 angeben.
13389  Anstelle von 
13390 \series bold
13391 cmyk
13392 \series default
13393  kann man zur Definition auch den Farbraum 
13394 \series bold
13395 rgb
13396 \series default
13397  verwenden.
13398  
13399 \series bold
13400 rgb
13401 \series default
13402  steht für 
13403 \series bold
13404 red
13405 \series default
13406
13407 \series bold
13408 green
13409 \series default
13410  und 
13411 \series bold
13412 blue
13413 \series default
13414 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13415  Des Weiteren gibt es noch den Farbraum 
13416 \series bold
13417 gray
13418 \series default
13419 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13420 \end_layout
13421
13422 \begin_layout Standard
13423 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13424 \series bold
13425 darkgreen
13426 \series default
13427 , bei der die Zeichenfarbe 
13428 \series bold
13429 yellow
13430 \series default
13431  gewählt wurde:
13432 \begin_inset Formula 
13433 \begin{equation}
13434 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13435 \end{equation}
13436
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \begin_layout Standard
13443 Selbst definierte Farben können mit dem Befehl 
13444 \series bold
13445
13446 \backslash
13447 textcolor
13448 \series default
13449  auch für Text
13450 \begin_inset Index idx
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454 Text ! farbiger
13455 \end_layout
13456
13457 \end_inset
13458
13459  verwendet werden:
13460 \end_layout
13461
13462 \begin_layout Standard
13463 \begin_inset ERT
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467
13468
13469 \backslash
13470 textcolor{dunkelgruen}{
13471 \end_layout
13472
13473 \end_inset
13474
13475 Dieser Satz ist 
13476 \begin_inset Quotes gld
13477 \end_inset
13478
13479 dunkelgruen
13480 \begin_inset Quotes grd
13481 \end_inset
13482
13483 .
13484 \begin_inset ERT
13485 status collapsed
13486
13487 \begin_layout Plain Layout
13488
13489 }
13490 \end_layout
13491
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \begin_layout Standard
13498
13499 \series bold
13500
13501 \backslash
13502 textcolor
13503 \series default
13504
13505 \begin_inset Index idx
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509 Befehle ! T ! 
13510 \backslash
13511 textcolor
13512 \end_layout
13513
13514 \end_inset
13515
13516  wird nach dem Schema 
13517 \series bold
13518
13519 \backslash
13520 textcolor{Farbe}{zu
13521 \series default
13522  
13523 \series bold
13524 färbende
13525 \series default
13526  
13527 \series bold
13528 Zeichen}
13529 \series default
13530  verwendet.
13531 \end_layout
13532
13533 \begin_layout Subsection
13534 Absatzboxen
13535 \begin_inset CommandInset label
13536 LatexCommand label
13537 name "sub:Absatzboxen"
13538
13539 \end_inset
13540
13541
13542 \begin_inset Index idx
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546 Boxen ! Absatz-
13547 \end_layout
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \begin_layout Standard
13555 Mit dem Menü 
13556 \family sans
13557 Einfügen\SpecialChar \menuseparator
13558 Box
13559 \family default
13560  oder dem Werkzeugleistenknopf 
13561 \begin_inset Graphics
13562         filename ../../images/box-insert.png
13563         scale 85
13564
13565 \end_inset
13566
13567  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13568  eine so genannte 
13569 \emph on
13570 Parbox
13571 \emph default
13572  (Absatzbox).
13573 \end_layout
13574
13575 \begin_layout Standard
13576 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13577 \end_layout
13578
13579 \begin_layout Standard
13580 \begin_inset VSpace medskip
13581 \end_inset
13582
13583 Dies ist eine Zeile 
13584 \begin_inset Box Boxed
13585 position "c"
13586 hor_pos "c"
13587 has_inner_box 1
13588 inner_pos "t"
13589 use_parbox 1
13590 use_makebox 0
13591 width "5cm"
13592 special "none"
13593 height "1in"
13594 height_special "totalheight"
13595 status open
13596
13597 \begin_layout Plain Layout
13598 Dies ist die Absatzbox.
13599  Sie ist genau 5
13600 \begin_inset space \thinspace{}
13601 \end_inset
13602
13603 cm lang und kann auch Formeln enthalten: 
13604 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \end_inset
13611
13612  mit einer Absatzbox.
13613 \begin_inset VSpace medskip
13614 \end_inset
13615
13616
13617 \end_layout
13618
13619 \begin_layout Standard
13620 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13621  graue Box mit dem Namen 
13622 \begin_inset Quotes gld
13623 \end_inset
13624
13625 Box(Gerahmt)
13626 \begin_inset Quotes grd
13627 \end_inset
13628
13629  klickt.
13630  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13631  In diesem Fall: 
13632 \emph on
13633 Verzierung
13634 \emph default
13635 : Rechteckige Box, 
13636 \emph on
13637 Innere Box
13638 \emph default
13639 : Parbox, 
13640 \emph on
13641 Breite
13642 \emph default
13643 : 5
13644 \begin_inset space \thinspace{}
13645 \end_inset
13646
13647 cm, 
13648 \emph on
13649 Vertikale Box Ausrichtung
13650 \emph default
13651 : Mitte
13652 \end_layout
13653
13654 \begin_layout Standard
13655 \begin_inset VSpace medskip
13656 \end_inset
13657
13658 In LaTeX wird eine Absatzbox mit dem Befehl 
13659 \series bold
13660
13661 \backslash
13662 parbox
13663 \series default
13664
13665 \begin_inset Index idx
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669 Befehle ! P ! 
13670 \backslash
13671 parbox
13672 \end_layout
13673
13674 \end_inset
13675
13676  erstellt, welcher folgendes Schema besitzt:
13677 \end_layout
13678
13679 \begin_layout Standard
13680
13681 \series bold
13682
13683 \backslash
13684 parbox[Position]{Breite}{Boxinhalt}
13685 \end_layout
13686
13687 \begin_layout Standard
13688 Die Positionen 
13689 \emph on
13690 b
13691 \emph default
13692  und 
13693 \emph on
13694 t
13695 \emph default
13696  sind möglich.
13697  
13698 \emph on
13699 b
13700 \emph default
13701  steht für 
13702 \begin_inset Quotes gld
13703 \end_inset
13704
13705 bottom
13706 \begin_inset Quotes grd
13707 \end_inset
13708
13709  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13710  eingepasst wird.
13711  Bei 
13712 \emph on
13713 t
13714 \emph default
13715  wie 
13716 \begin_inset Quotes gld
13717 \end_inset
13718
13719 top
13720 \begin_inset Quotes grd
13721 \end_inset
13722
13723  (oben) geschieht dies für die erste Zeile.
13724  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13725  siehe das Kapitel 
13726 \emph on
13727 Boxen
13728 \emph default
13729  des Handbuchs
13730 \emph on
13731  Eingebettete
13732 \begin_inset space ~
13733 \end_inset
13734
13735 Objekte
13736 \emph default
13737  für Beispiele.
13738 \end_layout
13739
13740 \begin_layout Standard
13741 \begin_inset VSpace bigskip
13742 \end_inset
13743
13744 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13745  in eine Absatzbox setzen.
13746  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13747 \series bold
13748
13749 \backslash
13750 fbox{
13751 \backslash
13752 parbox{
13753 \backslash
13754 linewidth-2
13755 \backslash
13756 fboxsep-2
13757 \backslash
13758 fboxrule}{
13759 \series default
13760 .
13761  Hierbei steht 
13762 \series bold
13763
13764 \backslash
13765 linewidth
13766 \series default
13767
13768 \begin_inset Index idx
13769 status collapsed
13770
13771 \begin_layout Plain Layout
13772 Befehle ! L ! 
13773 \backslash
13774 linewidth
13775 \end_layout
13776
13777 \end_inset
13778
13779  für die im Dokument eingestellte Zeilenbreite.
13780  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13781 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13782  Da dies LyX aufgrund eines Fehlers
13783 \begin_inset Foot
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787 \begin_inset CommandInset href
13788 LatexCommand href
13789 name "LyX-Fehler #4483"
13790 target "http://www.lyx.org/trac/ticket/4483"
13791
13792 \end_inset
13793
13794
13795 \end_layout
13796
13797 \end_inset
13798
13799  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13800  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13801 spann das LaTeX-Paket 
13802 \series bold
13803 calc
13804 \series default
13805
13806 \begin_inset Foot
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 \series bold
13812 calc
13813 \series default
13814  ist Teil jeder LaTeX-Standardinstallation.
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \begin_inset Index idx
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824 Pakete ! calc
13825 \end_layout
13826
13827 \end_inset
13828
13829  mit der Zeile
13830 \end_layout
13831
13832 \begin_layout Standard
13833
13834 \series bold
13835
13836 \backslash
13837 usepackage{calc}
13838 \end_layout
13839
13840 \begin_layout Standard
13841 geladen werden.
13842  Nach der Formel werden beide Boxen geschlossen, indem man 
13843 \series bold
13844 }}
13845 \series default
13846  im TeX-Modus eingibt.
13847  Dazu ein Beispiel:
13848 \begin_inset ERT
13849 status collapsed
13850
13851 \begin_layout Plain Layout
13852
13853
13854 \backslash
13855 fboxsep 5mm 
13856 \backslash
13857 fboxrule 5mm
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \begin_layout Standard
13866 \begin_inset ERT
13867 status collapsed
13868
13869 \begin_layout Plain Layout
13870
13871
13872 \backslash
13873 fbox{
13874 \backslash
13875 parbox{
13876 \backslash
13877 linewidth-2
13878 \backslash
13879 fboxsep-2
13880 \backslash
13881 fboxrule}{
13882 \end_layout
13883
13884 \end_inset
13885
13886
13887 \begin_inset Formula 
13888 \begin{equation}
13889 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13890 \end{equation}
13891
13892 \end_inset
13893
13894
13895 \begin_inset ERT
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899
13900 }}
13901 \end_layout
13902
13903 \end_inset
13904
13905
13906 \begin_inset ERT
13907 status collapsed
13908
13909 \begin_layout Plain Layout
13910
13911
13912 \backslash
13913 fboxrule 0.4pt 
13914 \backslash
13915 fboxsep 3pt
13916 \end_layout
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \begin_layout Standard
13924 \begin_inset VSpace medskip
13925 \end_inset
13926
13927 Da im Argument von 
13928 \series bold
13929
13930 \backslash
13931 fbox
13932 \series default
13933  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13934  keinen Unterschied zwischen 
13935 \series bold
13936
13937 \backslash
13938 fbox
13939 \series default
13940  und 
13941 \series bold
13942
13943 \backslash
13944 boxed
13945 \series default
13946 .
13947 \end_layout
13948
13949 \begin_layout Standard
13950 \begin_inset VSpace bigskip
13951 \end_inset
13952
13953 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13954  Dazu verwendet man 
13955 \series bold
13956
13957 \backslash
13958 parbox
13959 \series default
13960  in Verbindung mit dem Befehl 
13961 \series bold
13962
13963 \backslash
13964 tag
13965 \series default
13966 .
13967  (mehr zu 
13968 \series bold
13969
13970 \backslash
13971 tag
13972 \series default
13973  siehe 
13974 \begin_inset CommandInset ref
13975 LatexCommand ref
13976 reference "sub:Benutzerdefinierte-Nummerierung"
13977
13978 \end_inset
13979
13980 )
13981 \end_layout
13982
13983 \begin_layout Standard
13984 Ein Beispiel einer mit Hilfe von 
13985 \series bold
13986
13987 \backslash
13988 parbox
13989 \series default
13990  kommentierten Formel:
13991 \end_layout
13992
13993 \begin_layout Standard
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999
14000 \backslash
14001 [5x-7b=3b
14002 \backslash
14003 tag*{
14004 \backslash
14005 parbox{5cm}{
14006 \end_layout
14007
14008 \end_inset
14009
14010 Dies ist eine Beschreibung.
14011  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14012 \begin_inset ERT
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016
14017 }}
14018 \backslash
14019 ]
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \end_layout
14026
14027 \begin_layout Standard
14028 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14029  Befehl 
14030 \series bold
14031
14032 \backslash
14033 parbox
14034 \series default
14035  in Formeln noch nicht unterstützt.
14036  Die Formel wird mit folgender Befehlssequenz erstellt:
14037 \end_layout
14038
14039 \begin_layout Standard
14040 Der Befehl 
14041 \series bold
14042
14043 \backslash
14044 [5x-7b=3b
14045 \backslash
14046 tag*
14047 \backslash
14048 {
14049 \backslash
14050 parbox{5cm}{
14051 \series default
14052  wird im TeX-Modus eingegeben.
14053 \begin_inset Foot
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 Ist der Formelstil 
14058 \series bold
14059 Eingerückt
14060 \series default
14061  aktiviert, kann 
14062 \series bold
14063
14064 \backslash
14065 tag*
14066 \backslash
14067 {
14068 \series default
14069  auch durch 
14070 \series bold
14071
14072 \backslash
14073 hfill
14074 \series default
14075  ersetzt werden.
14076  (Formelstile siehe 
14077 \begin_inset CommandInset ref
14078 LatexCommand ref
14079 reference "sec:Formelstile"
14080
14081 \end_inset
14082
14083 )
14084 \end_layout
14085
14086 \end_inset
14087
14088  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14089 \series bold
14090 }}
14091 \backslash
14092 ]
14093 \series default
14094  im TeX-Modus ein.
14095  Die Befehle 
14096 \series bold
14097
14098 \backslash
14099 [
14100 \series default
14101  und 
14102 \series bold
14103
14104 \backslash
14105 ]
14106 \series default
14107  erstellen hierbei eine abgesetzte Formel.
14108 \end_layout
14109
14110 \begin_layout Standard
14111 Die Vorteile von 
14112 \series bold
14113
14114 \backslash
14115 parbox
14116 \series default
14117  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14118  Textmodus 
14119 \begin_inset Quotes gld
14120 \end_inset
14121
14122 kommentiert
14123 \begin_inset Quotes grd
14124 \end_inset
14125
14126  wurde:
14127 \begin_inset Formula 
14128 \[
14129 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14130 \]
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \begin_inset Newpage newpage
14139 \end_inset
14140
14141
14142 \end_layout
14143
14144 \begin_layout Section
14145 Operatoren
14146 \begin_inset Index idx
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150 Operatoren
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Subsection
14159 Große Operatoren
14160 \begin_inset CommandInset label
14161 LatexCommand label
14162 name "sub:Große-Operatoren"
14163
14164 \end_inset
14165
14166
14167 \begin_inset Index idx
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 Operatoren ! große
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \begin_inset Index idx
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181 Summen
14182 \end_layout
14183
14184 \end_inset
14185
14186
14187 \begin_inset Index idx
14188 status collapsed
14189
14190 \begin_layout Plain Layout
14191 Integrale
14192 \end_layout
14193
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \begin_layout Standard
14200 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14201  sind, muss die Option 
14202 \family sans
14203 esint-Paket automatisch verwenden
14204 \family default
14205  in den Dokumenteinstellungen unter 
14206 \family sans
14207 Mathe-Optionen
14208 \family default
14209  gewählt sein.
14210 \end_layout
14211
14212 \begin_layout Standard
14213 \begin_inset space \hfill{}
14214 \end_inset
14215
14216
14217 \begin_inset Tabular
14218 <lyxtabular version="3" rows="11" columns="2">
14219 <features rotate="0" tabularvalignment="middle">
14220 <column alignment="center" valignment="top" width="0pt">
14221 <column alignment="center" valignment="top" width="0pt">
14222 <row>
14223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 Befehl
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 Ergebnis
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 </row>
14242 <row>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247
14248 \backslash
14249 int
14250 \begin_inset Index idx
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254 Befehle ! I ! 
14255 \backslash
14256 int
14257 \end_layout
14258
14259 \end_inset
14260
14261
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 \begin_inset Formula $\int$
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 <row>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284
14285 \backslash
14286 oint
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 \begin_inset Formula $\oint$
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 </row>
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \backslash
14311 ointctrclockwise
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 \begin_inset Formula $\ointctrclockwise$
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334
14335 \backslash
14336 ointclockwise
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 \begin_inset Formula $\ointclockwise$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \backslash
14361 sqint
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 \begin_inset Formula $\sqint$
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 <row>
14380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \backslash
14386 fint
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395  
14396 \begin_inset Formula $\fint$
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 </row>
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410
14411 \backslash
14412 landupint
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421  
14422 \begin_inset Formula $\landupint$
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 </row>
14431 <row>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \backslash
14438 landdownint
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447  
14448 \begin_inset Formula $\landdownint$
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 </row>
14457 <row>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462
14463 \backslash
14464 bigcap
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 \begin_inset Formula $\bigcap$
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \end_inset
14480 </cell>
14481 </row>
14482 <row>
14483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487
14488 \backslash
14489 bigcup
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 \begin_inset Formula $\bigcup$
14499 \end_inset
14500
14501
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 </row>
14507 </lyxtabular>
14508
14509 \end_inset
14510
14511
14512 \begin_inset space \hfill{}
14513 \end_inset
14514
14515
14516 \begin_inset Tabular
14517 <lyxtabular version="3" rows="11" columns="2">
14518 <features rotate="0" tabularvalignment="middle">
14519 <column alignment="center" valignment="top" width="0pt">
14520 <column alignment="center" valignment="top" width="0pt">
14521 <row>
14522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 Befehl
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535 Ergebnis
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 </row>
14541 <row>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546
14547 \backslash
14548 sum
14549 \begin_inset Index idx
14550 status collapsed
14551
14552 \begin_layout Plain Layout
14553 Befehle ! S ! 
14554 \backslash
14555 sum
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569 \begin_inset Formula $\sum$
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 </row>
14578 <row>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583
14584 \backslash
14585 prod
14586 \begin_inset Index idx
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590 Befehle ! P ! 
14591 \backslash
14592 prod
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 \begin_inset Formula $\prod$
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 </row>
14615 <row>
14616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620
14621 \backslash
14622 coprod
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 \begin_inset Formula $\coprod$
14632 \end_inset
14633
14634
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 <row>
14641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645
14646 \backslash
14647 bigodot
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset Formula $\bigodot$
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670
14671 \backslash
14672 bigotimes
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14678 \begin_inset Text
14679
14680 \begin_layout Plain Layout
14681 \begin_inset Formula $\bigotimes$
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695
14696 \backslash
14697 bigoplus
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 \begin_inset Formula $\bigoplus$
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720
14721 \backslash
14722 bigwedge
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 \begin_inset Formula $\bigwedge$
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row>
14741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745
14746 \backslash
14747 bigvee
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756 \begin_inset Formula $\bigvee$
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 <row>
14766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \backslash
14772 bigsqcup
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 \begin_inset Formula $\bigsqcup$
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 </row>
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795
14796 \backslash
14797 biguplus
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 \begin_inset Formula $\biguplus$
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 </lyxtabular>
14816
14817 \end_inset
14818
14819
14820 \begin_inset space \hfill{}
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Standard
14827 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14828 \begin_inset Graphics
14829         filename ../../images/math/intop.png
14830         scale 85
14831
14832 \end_inset
14833
14834  eingefügt werden.
14835 \end_layout
14836
14837 \begin_layout Standard
14838 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14839  Teil gleich aussehenden binären Operatoren.
14840  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14841  beschrieben.
14842 \end_layout
14843
14844 \begin_layout Standard
14845 Für alle Integrale gibt es Befehle, die auf 
14846 \series bold
14847 op
14848 \series default
14849  enden: 
14850 \series bold
14851
14852 \backslash
14853 intop
14854 \series default
14855
14856 \series bold
14857
14858 \backslash
14859 ointop
14860 \series default
14861  usw..
14862  Diese unterscheiden sich von 
14863 \series bold
14864
14865 \backslash
14866 int
14867 \series default
14868  usw.
14869 \begin_inset space \space{}
14870 \end_inset
14871
14872 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14873 \begin_inset CommandInset ref
14874 LatexCommand ref
14875 reference "sub:Operatorgrenzen"
14876
14877 \end_inset
14878
14879 .
14880  
14881 \end_layout
14882
14883 \begin_layout Subsubsection*
14884 Hinweise zu Integralen
14885 \end_layout
14886
14887 \begin_layout Standard
14888 Der Buchstabe 
14889 \emph on
14890 d
14891 \emph default
14892  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14893  muss.
14894  Dazu markiert man das 
14895 \emph on
14896 d
14897 \emph default
14898  und wandelt es mit der Tastenkombination 
14899 \family sans
14900 Alt+Z
14901 \begin_inset space ~
14902 \end_inset
14903
14904 R
14905 \family default
14906
14907 \begin_inset Foot
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911 Schriftstile siehe 
14912 \begin_inset CommandInset ref
14913 LatexCommand ref
14914 reference "sub:Schriftstile"
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922
14923  um.
14924  Anschließend fügt man vor dem 
14925 \emph on
14926 d
14927 \emph default
14928 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14929  Dazu ein Beispiel:
14930 \end_layout
14931
14932 \begin_layout Standard
14933 inkorrekt: 
14934 \begin_inset Formula $\int A(x)dx$
14935 \end_inset
14936
14937
14938 \begin_inset Newline newline
14939 \end_inset
14940
14941
14942 \begin_inset Phantom HPhantom
14943 status open
14944
14945 \begin_layout Plain Layout
14946 in
14947 \end_layout
14948
14949 \end_inset
14950
14951 korrekt: 
14952 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \begin_layout Standard
14959 \begin_inset VSpace medskip
14960 \end_inset
14961
14962 Für Mehrfachintegrale gibt es folgende Befehle:
14963 \begin_inset VSpace medskip
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \begin_layout Standard
14970 \begin_inset space \hfill{}
14971 \end_inset
14972
14973
14974 \begin_inset Tabular
14975 <lyxtabular version="3" rows="4" columns="2">
14976 <features rotate="0" tabularvalignment="middle">
14977 <column alignment="center" valignment="top">
14978 <column alignment="center" valignment="top">
14979 <row>
14980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 Befehl
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 Ergebnis
14994 \begin_inset Note Note
14995 status collapsed
14996
14997 \begin_layout Plain Layout
14998
14999 \series bold
15000
15001 \backslash
15002 raisebox
15003 \series default
15004  dient nur als Abstandhalter.
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 </row>
15015 <row>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \backslash
15022 iint
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row>
15041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \backslash
15047 oiint
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 </row>
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070
15071 \backslash
15072 sqiint
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 </row>
15090 </lyxtabular>
15091
15092 \end_inset
15093
15094
15095 \begin_inset space \hfill{}
15096 \end_inset
15097
15098
15099 \begin_inset Tabular
15100 <lyxtabular version="3" rows="4" columns="2">
15101 <features rotate="0" tabularvalignment="middle">
15102 <column alignment="center" valignment="top">
15103 <column alignment="center" valignment="top">
15104 <row>
15105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 Befehl
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 Ergebnis
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row>
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \backslash
15131 iiint
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \backslash
15156 iiiint
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \backslash
15181 dotsint
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 </lyxtabular>
15200
15201 \end_inset
15202
15203
15204 \begin_inset space \hfill{}
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \begin_layout Subsection
15211 Operatorgrenzen
15212 \begin_inset CommandInset label
15213 LatexCommand label
15214 name "sub:Operatorgrenzen"
15215
15216 \end_inset
15217
15218
15219 \begin_inset Index idx
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223 Operatoren ! Grenzen
15224 \end_layout
15225
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \begin_layout Standard
15232 Grenzen werden durch Hoch- bzw.
15233 \begin_inset space \space{}
15234 \end_inset
15235
15236 Tiefstellen erzeugt:
15237 \end_layout
15238
15239 \begin_layout Standard
15240 \align center
15241 \begin_inset Tabular
15242 <lyxtabular version="3" rows="2" columns="2">
15243 <features rotate="0" tabularvalignment="middle">
15244 <column alignment="center" valignment="top" width="0pt">
15245 <column alignment="center" valignment="top" width="0pt">
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 Befehl
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 Ergebnis
15261 \begin_inset Note Note
15262 status collapsed
15263
15264 \begin_layout Plain Layout
15265
15266 \series bold
15267
15268 \backslash
15269 raisebox
15270 \series default
15271  dient nur als Abstandhalter.
15272 \end_layout
15273
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row>
15283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \backslash
15289 prod^
15290 \backslash
15291 infty
15292 \begin_inset space \textvisiblespace{}
15293 \end_inset
15294
15295
15296 \begin_inset Formula $\to$
15297 \end_inset
15298
15299 _0
15300 \begin_inset Formula $\to$
15301 \end_inset
15302
15303 A(x)
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 </row>
15321 </lyxtabular>
15322
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15330  Operator gesetzt.
15331  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15332  bzw.
15333 \begin_inset space \space{}
15334 \end_inset
15335
15336 unter den Operator gesetzt.
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15341  man den Cursor direkt hinter den Operator und setzt über das Menü 
15342 \family sans
15343 Bearbeiten\SpecialChar \menuseparator
15344 Mathe\SpecialChar \menuseparator
15345 Art der Operatorgrenzen ändern
15346 \family default
15347  die Grenzen auf 
15348 \series bold
15349 Eingebettet
15350 \series default
15351  (Tastenkombination 
15352 \family sans
15353 Alt+M
15354 \begin_inset space ~
15355 \end_inset
15356
15357 L
15358 \family default
15359 ).
15360  Dazu folgendes Beispiel:
15361 \end_layout
15362
15363 \begin_layout Standard
15364 Die normalen Grenzen sehen so aus:
15365 \begin_inset Formula 
15366 \[
15367 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15368 \]
15369
15370 \end_inset
15371
15372 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15373 \begin_inset Formula 
15374 \[
15375 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15376 \]
15377
15378 \end_inset
15379
15380 Bei Integralen werden mit Ausnahme von denen, die auf 
15381 \series bold
15382 op
15383 \series default
15384  enden (
15385 \series bold
15386
15387 \backslash
15388 intop
15389 \series default
15390
15391 \series bold
15392
15393 \backslash
15394 ointop
15395 \series default
15396  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
15397  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15398  gesetzt.
15399  Im folgenden Beispiel wurde die Grenze deswegen auf 
15400 \series bold
15401 Anzeige
15402 \series default
15403  gesetzt und damit unter die Integrale geschrieben:
15404 \begin_inset Formula 
15405 \begin{equation}
15406 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15407 \end{equation}
15408
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \begin_layout Standard
15415 \begin_inset VSpace medskip
15416 \end_inset
15417
15418 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15419 \series bold
15420
15421 \backslash
15422 subarray
15423 \series default
15424
15425 \begin_inset Index idx
15426 status collapsed
15427
15428 \begin_layout Plain Layout
15429 Befehle ! S ! 
15430 \backslash
15431 subarray
15432 \end_layout
15433
15434 \end_inset
15435
15436  und 
15437 \series bold
15438
15439 \backslash
15440 substack
15441 \series default
15442
15443 \begin_inset Index idx
15444 status collapsed
15445
15446 \begin_layout Plain Layout
15447 Befehle ! S ! 
15448 \backslash
15449 substack
15450 \end_layout
15451
15452 \end_inset
15453
15454 .
15455  Um z.
15456 \begin_inset space \thinspace{}
15457 \end_inset
15458
15459 B.
15460  diesen Ausdruck 
15461 \begin_inset Formula 
15462 \begin{equation}
15463 \sum_{\begin{subarray}{c}
15464 0<k<1000\\
15465 \\
15466 k\,\in\,\mathbb{N}
15467 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15468 \end{equation}
15469
15470 \end_inset
15471
15472 zu erstellen, muss man Folgendes tun:
15473 \begin_inset Newline newline
15474 \end_inset
15475
15476 Zuerst gibt man den Befehl 
15477 \series bold
15478
15479 \backslash
15480 sum
15481 \series default
15482 ^
15483 \series bold
15484 n
15485 \begin_inset space \textvisiblespace{}
15486 \end_inset
15487
15488 _
15489 \series default
15490  ein.
15491  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15492  In dieses gibt man den Befehl 
15493 \series bold
15494
15495 \backslash
15496 subarray
15497 \begin_inset space \textvisiblespace{}
15498 \end_inset
15499
15500
15501 \series default
15502  ein.
15503  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15504  Zeilen untereinander schreiben.
15505  Mit Eingabe des Zeilenumbruchs (
15506 \family sans
15507 Strg+Enter
15508 \family default
15509 ) wird eine neue Zeile erstellt.
15510  Gibt man
15511 \begin_inset Newline newline
15512 \end_inset
15513
15514
15515 \series bold
15516 0<k<1000 Strg+Enter
15517 \begin_inset Newline newline
15518 \end_inset
15519
15520
15521 \series default
15522 ein, erscheint darunter ein Kästchen für die neue Zeile.
15523 \end_layout
15524
15525 \begin_layout Standard
15526 Die Ausrichtung der Zeilen kann mit der 
15527 \family sans
15528 Tabellen-Werkzeugleiste
15529 \family default
15530  oder dem Menü 
15531 \family sans
15532 Bearbeiten\SpecialChar \menuseparator
15533 Zeilen & Spalten
15534 \family default
15535  auf links geändert werden.
15536  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15537 \series bold
15538
15539 \backslash
15540 hfill
15541 \begin_inset space \textvisiblespace{}
15542 \end_inset
15543
15544
15545 \series default
15546  eingegeben.
15547 \end_layout
15548
15549 \begin_layout Standard
15550 Der Befehl 
15551 \series bold
15552
15553 \backslash
15554 substack
15555 \series default
15556  ist äquivalent zu 
15557 \series bold
15558
15559 \backslash
15560 subarray
15561 \series default
15562 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15563 \end_layout
15564
15565 \begin_layout Standard
15566 \begin_inset VSpace bigskip
15567 \end_inset
15568
15569 Wie bei Formel 
15570 \begin_inset CommandInset ref
15571 LatexCommand eqref
15572 reference "eq:substack"
15573
15574 \end_inset
15575
15576  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15577  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15578  Um das zu verhindern, kann man den Befehl 
15579 \series bold
15580
15581 \backslash
15582 mathclap
15583 \series default
15584
15585 \begin_inset Index idx
15586 status collapsed
15587
15588 \begin_layout Plain Layout
15589 Befehle ! M ! 
15590 \backslash
15591 mathclap
15592 \end_layout
15593
15594 \end_inset
15595
15596  verwenden, der die Breite seines Inhalts auf 0
15597 \begin_inset space \thinspace{}
15598 \end_inset
15599
15600 pt setzt.
15601 \begin_inset Newline newline
15602 \end_inset
15603
15604 Auf Formel 
15605 \begin_inset CommandInset ref
15606 LatexCommand eqref
15607 reference "eq:substack"
15608
15609 \end_inset
15610
15611  angewandt, gibt man den Befehl
15612 \end_layout
15613
15614 \begin_layout Standard
15615
15616 \series bold
15617
15618 \backslash
15619 sum_
15620 \backslash
15621 mathclap
15622 \backslash
15623 substack
15624 \begin_inset space \textvisiblespace{}
15625 \end_inset
15626
15627 0<k<1000 Strg+Enter
15628 \end_layout
15629
15630 \begin_layout Standard
15631 ein, um die untere Grenze zu erstellen.
15632  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15633 \begin_inset Formula 
15634 \[
15635 \sum_{\mathclap{\substack{0<k<1000\\
15636 \\
15637 k\,\in\,\mathbb{N}
15638 }
15639 }}^{n}k^{-2}
15640 \]
15641
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 \begin_inset VSpace bigskip
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \begin_layout Standard
15655 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
15656  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
15657 \begin_inset Formula 
15658 \[
15659 \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}
15660 \]
15661
15662 \end_inset
15663
15664 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
15665  unter 
15666 \family sans
15667 Mathe-Optionen
15668 \family default
15669  für das Paket 
15670 \series bold
15671 mathtools
15672 \series default
15673
15674 \begin_inset Index idx
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678 Pakete ! mathtools
15679 \end_layout
15680
15681 \end_inset
15682
15683  die Option 
15684 \family sans
15685 Immer
15686 \begin_inset space ~
15687 \end_inset
15688
15689 laden
15690 \family default
15691  ein.
15692  Nun fügt man direkt vor den ersten Operator denn Befehl 
15693 \series bold
15694
15695 \backslash
15696 adjustlimits
15697 \series default
15698
15699 \begin_inset Index idx
15700 status collapsed
15701
15702 \begin_layout Plain Layout
15703 Befehle ! A ! 
15704 \backslash
15705 adjustlimits
15706 \end_layout
15707
15708 \end_inset
15709
15710  ein.
15711  Das Beispiel schaut dann so aus:
15712 \begin_inset Formula 
15713 \[
15714 \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}
15715 \]
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset VSpace bigskip
15724 \end_inset
15725
15726 In 
15727 \begin_inset CommandInset ref
15728 LatexCommand ref
15729 reference "sub:Selbstdefinierte-Operatoren"
15730
15731 \end_inset
15732
15733  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15734 \end_layout
15735
15736 \begin_layout Subsection
15737 Dekoration für Operatoren
15738 \begin_inset Index idx
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742 Operatoren ! Dekoration
15743 \end_layout
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Zum Dekorieren von Operatoren gibt es die Befehle 
15752 \series bold
15753
15754 \backslash
15755 overset
15756 \series default
15757
15758 \begin_inset Index idx
15759 status collapsed
15760
15761 \begin_layout Plain Layout
15762 Befehle ! O ! 
15763 \backslash
15764 overset
15765 \end_layout
15766
15767 \end_inset
15768
15769  und 
15770 \series bold
15771
15772 \backslash
15773 underset
15774 \series default
15775
15776 \begin_inset Index idx
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780 Befehle ! U ! 
15781 \backslash
15782 underset
15783 \end_layout
15784
15785 \end_inset
15786
15787 , mit denen man Zeichen über bzw.
15788 \begin_inset space \space{}
15789 \end_inset
15790
15791 unter einen Operator setzen kann.
15792  Mit dem Befehl 
15793 \series bold
15794
15795 \backslash
15796 sideset
15797 \series default
15798
15799 \begin_inset Index idx
15800 status collapsed
15801
15802 \begin_layout Plain Layout
15803 Befehle ! S ! 
15804 \backslash
15805 sideset
15806 \end_layout
15807
15808 \end_inset
15809
15810  können Zeichen vor und nach einen großen Operator gesetzt werden.
15811 \end_layout
15812
15813 \begin_layout Standard
15814 Es gibt 4
15815 \begin_inset space ~
15816 \end_inset
15817
15818 Varianten von 
15819 \series bold
15820
15821 \backslash
15822 sideset
15823 \series default
15824 :
15825 \end_layout
15826
15827 \begin_layout Itemize
15828
15829 \series bold
15830
15831 \backslash
15832 sideset
15833 \series default
15834  zum Setzen von Zeichen an die Ecken des Operators
15835 \end_layout
15836
15837 \begin_layout Itemize
15838
15839 \series bold
15840
15841 \backslash
15842 sidesetn
15843 \series default
15844  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
15845 t LaTeXs originalem 
15846 \series bold
15847
15848 \backslash
15849 sideset
15850 \series default
15851  Befehl)
15852 \end_layout
15853
15854 \begin_layout Itemize
15855
15856 \series bold
15857
15858 \backslash
15859 sidesetl
15860 \series default
15861  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
15862 \end_layout
15863
15864 \begin_layout Itemize
15865
15866 \series bold
15867
15868 \backslash
15869 sidesetr
15870 \series default
15871  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
15872 \end_layout
15873
15874 \begin_layout Standard
15875 Z.
15876 \begin_inset space \thinspace{}
15877 \end_inset
15878
15879 B.
15880  ergibt der Befehl 
15881 \series bold
15882
15883 \backslash
15884 sidesetn
15885 \begin_inset space \textvisiblespace{}
15886 \end_inset
15887
15888
15889 \backslash
15890 sum
15891 \begin_inset space \textvisiblespace{}
15892 \end_inset
15893
15894
15895 \begin_inset Formula $\to$
15896 \end_inset
15897
15898 '
15899 \begin_inset Formula $\to$
15900 \end_inset
15901
15902 _k=1
15903 \begin_inset space \textvisiblespace{}
15904 \end_inset
15905
15906
15907 \series default
15908 ^
15909 \series bold
15910 n
15911 \series default
15912  :
15913 \begin_inset Formula 
15914 \[
15915 \sideset{}{'}\sum_{k=1}^{n}
15916 \]
15917
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \begin_layout Standard
15924 \begin_inset Note Greyedout
15925 status open
15926
15927 \begin_layout Plain Layout
15928
15929 \series bold
15930 Achtung: 
15931 \backslash
15932 sideset
15933 \series default
15934  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15935  Operatoren sind nicht erlaubt.
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \begin_layout Standard
15944 Mit 
15945 \series bold
15946
15947 \backslash
15948 overset
15949 \series default
15950  bzw.
15951 \begin_inset space \space{}
15952 \end_inset
15953
15954
15955 \series bold
15956
15957 \backslash
15958 underset
15959 \series default
15960  kann man auch Symbole und Zeichen dekorieren.
15961  Beispielsweise ergibt der Befehl 
15962 \series bold
15963
15964 \backslash
15965 overset
15966 \begin_inset space \textvisiblespace{}
15967 \end_inset
15968
15969
15970 \backslash
15971 maltese
15972 \begin_inset space \textvisiblespace{}
15973 \end_inset
15974
15975
15976 \series default
15977
15978 \begin_inset Formula $\uparrow$
15979 \end_inset
15980
15981
15982 \series bold
15983 a
15984 \series default
15985  :
15986 \begin_inset Formula 
15987 \[
15988 \overset{a}{\maltese}
15989 \]
15990
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \begin_layout Subsection
15997 Binäre Operatoren
15998 \begin_inset CommandInset label
15999 LatexCommand label
16000 name "sub:Binäre-Operatoren"
16001
16002 \end_inset
16003
16004
16005 \begin_inset Index idx
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009 Operatoren ! binäre
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \begin_layout Standard
16018 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16019  ein Zeichen befindet.
16020 \begin_inset VSpace medskip
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \begin_layout Standard
16027 \begin_inset space \hfill{}
16028 \end_inset
16029
16030
16031 \begin_inset Tabular
16032 <lyxtabular version="3" rows="13" columns="2">
16033 <features rotate="0" tabularvalignment="middle">
16034 <column alignment="center" valignment="top" width="0pt">
16035 <column alignment="center" valignment="top" width="0pt">
16036 <row>
16037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 Befehl
16042 \begin_inset Note Note
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046
16047 \series bold
16048
16049 \backslash
16050 raisebox
16051 \series default
16052  dient nur als Abstandhalter.
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 Ergebnis
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 <row>
16073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 +
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 \begin_inset Formula $+$
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 </row>
16095 <row>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 -
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 \begin_inset Formula $-$
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 </row>
16118 <row>
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123
16124 \backslash
16125 pm
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 \begin_inset Formula $\pm$
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row>
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \backslash
16150 mp
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159 \begin_inset Formula $\mp$
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173
16174 \backslash
16175 cdot
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 \begin_inset Formula $\cdot$
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \backslash
16200 times
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209 \begin_inset Formula $\times$
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row>
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \backslash
16225 div
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 \begin_inset Formula $\div$
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 \begin_inset ERT
16249 status collapsed
16250
16251 \begin_layout Plain Layout
16252
16253
16254 \backslash
16255 raisebox{-1.2mm}{
16256 \end_layout
16257
16258 \end_inset
16259
16260 *
16261 \begin_inset ERT
16262 status collapsed
16263
16264 \begin_layout Plain Layout
16265
16266 }
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 \begin_inset Formula $*$
16281 \end_inset
16282
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294
16295 \backslash
16296 star
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 \begin_inset Formula $\star$
16306 \end_inset
16307
16308
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319
16320 \backslash
16321 circ
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 \begin_inset Formula $\circ$
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 </row>
16339 <row>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344
16345 \backslash
16346 diamond
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 \begin_inset Formula $\diamond$
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row>
16365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \backslash
16371 bullet
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 \begin_inset Formula $\bullet$
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 </lyxtabular>
16390
16391 \end_inset
16392
16393
16394 \begin_inset space \hfill{}
16395 \end_inset
16396
16397
16398 \begin_inset Tabular
16399 <lyxtabular version="3" rows="13" columns="2">
16400 <features rotate="0" tabularvalignment="middle">
16401 <column alignment="center" valignment="top" width="0pt">
16402 <column alignment="center" valignment="top" width="0pt">
16403 <row>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 Befehl
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 Ergebnis
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428
16429 \backslash
16430 nabla
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 \begin_inset Formula $\nabla$
16440 \end_inset
16441
16442
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453
16454 \backslash
16455 bigtriangledown
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 \begin_inset Formula $\bigtriangledown$
16465 \end_inset
16466
16467
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 <row>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478
16479 \backslash
16480 bigtriangleup
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 \begin_inset Formula $\bigtriangleup$
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 </row>
16498 <row>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503
16504 \backslash
16505 Box
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $\Box$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row>
16524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528
16529 \backslash
16530 cap 
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 \begin_inset Formula $\cap$
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 </row>
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \backslash
16555 cup
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 \begin_inset Formula $\cup$
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 </row>
16573 <row>
16574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \backslash
16580 dagger
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Formula $\dagger$
16590 \end_inset
16591
16592
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603
16604 \backslash
16605 ddagger
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 \begin_inset Formula $\ddagger$
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 <row>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628
16629 \backslash
16630 wr
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 \begin_inset Formula $\wr$
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 </row>
16648 <row>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653
16654 \backslash
16655 bigcirc
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 \begin_inset Formula $\bigcirc$
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 </row>
16673 <row>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678
16679 \backslash
16680 wedge
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 \begin_inset Formula $\wedge$
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703
16704 \backslash
16705 vee
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 \begin_inset Formula $\vee$
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 </lyxtabular>
16724
16725 \end_inset
16726
16727
16728 \begin_inset space \hfill{}
16729 \end_inset
16730
16731
16732 \begin_inset Tabular
16733 <lyxtabular version="3" rows="13" columns="2">
16734 <features rotate="0" tabularvalignment="middle">
16735 <column alignment="center" valignment="top" width="0pt">
16736 <column alignment="center" valignment="top" width="0pt">
16737 <row>
16738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 Befehl
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 Ergebnis
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762
16763 \backslash
16764 oplus
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $\oplus$
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787
16788 \backslash
16789 ominus
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Formula $\ominus$
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 </row>
16807 <row>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \backslash
16814 otimes
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Formula $\otimes$
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \backslash
16839 oslash
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $\oslash$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \backslash
16864 odot
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 \begin_inset Formula $\odot$
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \backslash
16889 amalg
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $\amalg$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \backslash
16914 uplus
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 \begin_inset Formula $\uplus$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \backslash
16939 setminus
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\setminus$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 sqcap
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\sqcap$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 sqcup
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\sqcup$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 triangleleft
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\triangleleft$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 triangleright
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\triangleright$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 </lyxtabular>
17058
17059 \end_inset
17060
17061
17062 \begin_inset space \hfill{}
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17070  
17071 \begin_inset Graphics
17072         filename ../../images/math/pm.png
17073         scale 85
17074
17075 \end_inset
17076
17077  eingefügt werden.
17078 \end_layout
17079
17080 \begin_layout Standard
17081 Um den Laplace-Operator darzustellen, kann man statt 
17082 \series bold
17083
17084 \backslash
17085 bigtriangleup
17086 \series default
17087  auch 
17088 \series bold
17089
17090 \backslash
17091 Delta
17092 \series default
17093  verwenden oder man benutzt 
17094 \series bold
17095
17096 \backslash
17097 nabla
17098 \series default
17099 ^
17100 \series bold
17101 2
17102 \series default
17103  (
17104 \begin_inset Formula $\nabla^{2}$
17105 \end_inset
17106
17107 ).
17108 \end_layout
17109
17110 \begin_layout Standard
17111 Das Zeichen 
17112 \family sans
17113 Menütrenner
17114 \family default
17115  im Menü 
17116 \family sans
17117 Einfügen\SpecialChar \menuseparator
17118 Sonderzeichen
17119 \family default
17120  ist der Operator 
17121 \series bold
17122
17123 \backslash
17124 triangleright
17125 \series default
17126 .
17127 \end_layout
17128
17129 \begin_layout Subsection
17130 Selbst definierte Operatoren
17131 \begin_inset CommandInset label
17132 LatexCommand label
17133 name "sub:Selbstdefinierte-Operatoren"
17134
17135 \end_inset
17136
17137
17138 \begin_inset Index idx
17139 status collapsed
17140
17141 \begin_layout Plain Layout
17142 Operatoren ! selbstdefinierte
17143 \end_layout
17144
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \begin_layout Standard
17151 Mit Hilfe des Befehls 
17152 \series bold
17153
17154 \backslash
17155 DeclareMathOperator
17156 \series default
17157
17158 \begin_inset Index idx
17159 status collapsed
17160
17161 \begin_layout Plain Layout
17162 Befehle ! D ! 
17163 \backslash
17164 dbinom@
17165 \backslash
17166 DeclareMathOperator
17167 \end_layout
17168
17169 \end_inset
17170
17171  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17172  Das Befehlsschema dazu lautet:
17173 \end_layout
17174
17175 \begin_layout Standard
17176
17177 \series bold
17178
17179 \backslash
17180 DeclareMathOperator{neuer Befehl}{Anzeige}
17181 \end_layout
17182
17183 \begin_layout Standard
17184 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17185  im Ausdruck aussieht.
17186  Will man einen großen Operator definieren, setzt man hinter den Befehl
17187  ein 
17188 \series bold
17189 *
17190 \series default
17191 .
17192  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17193  wie in 
17194 \begin_inset CommandInset ref
17195 LatexCommand ref
17196 reference "sub:Operatorgrenzen"
17197
17198 \end_inset
17199
17200  beschrieben.
17201 \end_layout
17202
17203 \begin_layout Standard
17204 Beispielsweise definiert die LaTeX-Vorspannzeile
17205 \end_layout
17206
17207 \begin_layout Standard
17208
17209 \series bold
17210
17211 \backslash
17212 DeclareMathOperator*{
17213 \backslash
17214 Raute}{
17215 \backslash
17216 blacklozenge}
17217 \end_layout
17218
17219 \begin_layout Standard
17220 den Befehl 
17221 \series bold
17222
17223 \backslash
17224 Raute
17225 \series default
17226 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17227  aus 
17228 \begin_inset CommandInset ref
17229 LatexCommand ref
17230 reference "sub:Sonstige-Symbole"
17231
17232 \end_inset
17233
17234  besteht:
17235 \begin_inset Formula 
17236 \[
17237 \Raute_{n=1}^{\infty}
17238 \]
17239
17240 \end_inset
17241
17242 Der Befehl für diese Formel lautet: 
17243 \series bold
17244
17245 \backslash
17246 Raute
17247 \series default
17248 ^
17249 \series bold
17250
17251 \backslash
17252 infty
17253 \begin_inset Formula $\to$
17254 \end_inset
17255
17256 _n=1
17257 \end_layout
17258
17259 \begin_layout Standard
17260 \begin_inset VSpace bigskip
17261 \end_inset
17262
17263 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17264  auch mit den Befehlen 
17265 \series bold
17266
17267 \backslash
17268 mathop
17269 \series default
17270
17271 \begin_inset Index idx
17272 status collapsed
17273
17274 \begin_layout Plain Layout
17275 Befehle ! M ! 
17276 \backslash
17277 mathop
17278 \end_layout
17279
17280 \end_inset
17281
17282  und 
17283 \series bold
17284
17285 \backslash
17286 mathbin
17287 \series default
17288
17289 \begin_inset Index idx
17290 status collapsed
17291
17292 \begin_layout Plain Layout
17293 Befehle ! M ! 
17294 \backslash
17295 mathbin
17296 \end_layout
17297
17298 \end_inset
17299
17300  definieren, die folgendes Schema besitzen:
17301 \end_layout
17302
17303 \begin_layout Standard
17304
17305 \series bold
17306
17307 \backslash
17308 mathop{Anzeige}
17309 \series default
17310  bzw.
17311 \begin_inset space \space{}
17312 \end_inset
17313
17314
17315 \series bold
17316
17317 \backslash
17318 mathbin{Anzeige}
17319 \end_layout
17320
17321 \begin_layout Standard
17322
17323 \series bold
17324
17325 \backslash
17326 mathop
17327 \series default
17328  definiert große, 
17329 \series bold
17330
17331 \backslash
17332 mathbin
17333 \series default
17334  binäre Operatoren.
17335 \end_layout
17336
17337 \begin_layout Standard
17338
17339 \series bold
17340
17341 \backslash
17342 mathop
17343 \series default
17344  lässt sich z.
17345 \begin_inset space \thinspace{}
17346 \end_inset
17347
17348 B.
17349  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17350 \begin_inset Formula 
17351 \[
17352 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17353 \]
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Standard
17361 Der Befehl für obige Formel lautet:
17362 \begin_inset Newline newline
17363 \end_inset
17364
17365  
17366 \series bold
17367
17368 \backslash
17369 mathop{
17370 \backslash
17371 sum
17372 \backslash
17373 negmedspace
17374 \backslash
17375 sum
17376 \series default
17377
17378 \begin_inset space \textvisiblespace{}
17379 \end_inset
17380
17381
17382 \series bold
17383
17384 \begin_inset Formula $\to$
17385 \end_inset
17386
17387 ^N
17388 \series default
17389
17390 \begin_inset space \textvisiblespace{}
17391 \end_inset
17392
17393
17394 \series bold
17395 _i,j=1
17396 \end_layout
17397
17398 \begin_layout Standard
17399 \begin_inset Newpage newpage
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \begin_layout Section
17406 Schriften
17407 \begin_inset Index idx
17408 status collapsed
17409
17410 \begin_layout Plain Layout
17411 Schriften
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \begin_layout Subsection
17420 Schriftstile
17421 \begin_inset CommandInset label
17422 LatexCommand label
17423 name "sub:Schriftstile"
17424
17425 \end_inset
17426
17427
17428 \begin_inset Index idx
17429 status collapsed
17430
17431 \begin_layout Plain Layout
17432 Schriften ! Schriftstile
17433 \end_layout
17434
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \begin_layout Standard
17441 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17442  gesetzt werden:
17443 \begin_inset VSpace -2mm
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \begin_layout Standard
17450 \align center
17451 \begin_inset Tabular
17452 <lyxtabular version="3" rows="7" columns="3">
17453 <features rotate="0" tabularvalignment="middle">
17454 <column alignment="center" valignment="top">
17455 <column alignment="center" valignment="top">
17456 <column alignment="center" valignment="top">
17457 <row>
17458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 Befehl
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 Ergebnis
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 Tastenkürzel
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 <row>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491
17492 \backslash
17493 mathbb
17494 \series bold
17495
17496 \begin_inset space \textvisiblespace{}
17497 \end_inset
17498
17499
17500 \series default
17501 ABC
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 \begin_inset Formula $\mathbb{ABC}$
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 Alt+Z K
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \backslash
17535 mathbf
17536 \series bold
17537
17538 \begin_inset space \textvisiblespace{}
17539 \end_inset
17540
17541
17542 \series default
17543 AbC
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 \begin_inset Formula $\mathbf{AbC}$
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 Strg+B
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 </row>
17570 <row>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \backslash
17577 boldsymbol
17578 \series bold
17579
17580 \begin_inset space \textvisiblespace{}
17581 \end_inset
17582
17583
17584 \series default
17585 AbC
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Formula $\boldsymbol{AbC}$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 Alt+Z F oder Strg+Alt+B
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 </row>
17612 <row>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617
17618 \backslash
17619 mathcal
17620 \series bold
17621
17622 \begin_inset space \textvisiblespace{}
17623 \end_inset
17624
17625
17626 \series default
17627 ABC
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\mathcal{ABC}$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 Alt+Z H
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \backslash
17661 mathfrak
17662 \series bold
17663
17664 \begin_inset space \textvisiblespace{}
17665 \end_inset
17666
17667
17668 \series default
17669 AbC
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $\mathfrak{AbC}$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 -
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 </row>
17696 <row>
17697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \backslash
17703 mathscr
17704 \series bold
17705
17706 \begin_inset space \textvisiblespace{}
17707 \end_inset
17708
17709
17710 \series default
17711 AbC
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720 \begin_inset Formula $\mathscr{AbC}$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 -
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 </lyxtabular>
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 \align center
17747 \begin_inset Tabular
17748 <lyxtabular version="3" rows="5" columns="3">
17749 <features rotate="0" tabularvalignment="middle">
17750 <column alignment="center" valignment="top">
17751 <column alignment="center" valignment="top">
17752 <column alignment="center" valignment="top">
17753 <row>
17754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 Befehl
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 Ergebnis
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 Tastenkürzel
17777 \end_layout
17778
17779 \end_inset
17780 </cell>
17781 </row>
17782 <row>
17783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787
17788 \backslash
17789 mathit
17790 \series bold
17791
17792 \begin_inset space \textvisiblespace{}
17793 \end_inset
17794
17795
17796 \series default
17797 AbC
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 \begin_inset Formula $\mathit{AbC}$
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 -
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \backslash
17831 mathrm
17832 \series bold
17833
17834 \begin_inset space \textvisiblespace{}
17835 \end_inset
17836
17837
17838 \series default
17839 AbC
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 \begin_inset Formula $\mathrm{AbC}$
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860 Alt+Z R
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 </row>
17866 <row>
17867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871
17872 \backslash
17873 mathsf
17874 \series bold
17875
17876 \begin_inset space \textvisiblespace{}
17877 \end_inset
17878
17879
17880 \series default
17881 AbC
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset Formula $\mathsf{AbC}$
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 Alt+Z S
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \backslash
17915 mathtt
17916 \series bold
17917
17918 \begin_inset space \textvisiblespace{}
17919 \end_inset
17920
17921
17922 \series default
17923 AbC
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 \begin_inset Formula $\mathtt{AbC}$
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 Alt+Z C
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 </row>
17950 </lyxtabular>
17951
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \begin_layout Standard
17958 \begin_inset Note Greyedout
17959 status open
17960
17961 \begin_layout Plain Layout
17962
17963 \series bold
17964 Achtung:
17965 \series default
17966  Die Stile 
17967 \series bold
17968
17969 \backslash
17970 mathbb
17971 \series default
17972  und 
17973 \series bold
17974
17975 \backslash
17976 mathcal
17977 \series default
17978  können nur für Großbuchstaben verwendet werden.
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \begin_layout Standard
17987 Voreingestellt ist der Stil 
17988 \series bold
17989
17990 \backslash
17991 mathnormal
17992 \series default
17993 .
17994 \end_layout
17995
17996 \begin_layout Standard
17997 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
17998 \begin_inset Formula 
17999 \[
18000 \mathfrak{A=\frac{b}{C}}
18001 \]
18002
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \begin_layout Standard
18009 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18010 ile, sondern in dem Textschriftstil 
18011 \series bold
18012
18013 \backslash
18014 textrm
18015 \series default
18016 .
18017  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18018  ein Fehler in LyX.
18019 \begin_inset Foot
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 \begin_inset CommandInset href
18024 LatexCommand href
18025 name "LyX-Fehler #4629"
18026 target "http://www.lyx.org/trac/ticket/4629"
18027
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Standard
18039 Anstelle der Stilbefehle kann man auch den Dialog 
18040 \family sans
18041 Bearbeiten\SpecialChar \menuseparator
18042 Mathe\SpecialChar \menuseparator
18043 Text-Stil
18044 \family default
18045  oder den Mathe-Werkzeugleistenknopf 
18046 \begin_inset Graphics
18047         filename ../../images/math/font.png
18048         scale 85
18049
18050 \end_inset
18051
18052  verwenden.
18053 \end_layout
18054
18055 \begin_layout Subsection
18056 Fett gedruckte Formeln
18057 \begin_inset CommandInset label
18058 LatexCommand label
18059 name "sub:Fett-gedruckte-Formeln"
18060
18061 \end_inset
18062
18063
18064 \begin_inset Index idx
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068 Formel ! fett gedruckte
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \begin_layout Standard
18077 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18078  Kapitel angegebenen Befehl 
18079 \series bold
18080
18081 \backslash
18082 mathbf
18083 \series default
18084  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18085  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18086  Formel gut erkennt:
18087 \end_layout
18088
18089 \begin_layout Standard
18090 \begin_inset Formula 
18091 \[
18092 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18093 \]
18094
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \begin_layout Standard
18101 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18102 \series bold
18103
18104 \backslash
18105 boldsymbol
18106 \series default
18107 :
18108 \begin_inset Formula 
18109 \[
18110 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18111 \]
18112
18113 \end_inset
18114
18115 Es gibt auch die Möglichkeit die Formel in eine 
18116 \series bold
18117 boldmath-Umgebung
18118 \series default
18119  zu setzen.
18120  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18121 \series bold
18122
18123 \backslash
18124 boldmath
18125 \series default
18126
18127 \begin_inset Index idx
18128 status collapsed
18129
18130 \begin_layout Plain Layout
18131 Befehle ! B ! 
18132 \backslash
18133 boldmath
18134 \end_layout
18135
18136 \end_inset
18137
18138  eingibt.
18139  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18140 \series bold
18141
18142 \backslash
18143 unboldmath
18144 \series default
18145
18146 \begin_inset Index idx
18147 status collapsed
18148
18149 \begin_layout Plain Layout
18150 Befehle ! U ! 
18151 \backslash
18152 unboldmath
18153 \end_layout
18154
18155 \end_inset
18156
18157  ein.
18158 \begin_inset ERT
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162
18163
18164 \backslash
18165 boldmath 
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset Formula 
18172 \[
18173 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18174 \]
18175
18176 \end_inset
18177
18178
18179 \begin_inset ERT
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183
18184
18185 \backslash
18186 unboldmath 
18187 \end_layout
18188
18189 \end_inset
18190
18191
18192 \end_layout
18193
18194 \begin_layout Subsection
18195 Farbige Formeln
18196 \begin_inset Index idx
18197 status collapsed
18198
18199 \begin_layout Plain Layout
18200 Formel ! farbige
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \begin_layout Standard
18209 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18210  oder Formelteile und verwenden dann den 
18211 \family sans
18212 Textstil
18213 \family default
18214  Dialog.
18215  Hier ist eine Formel in Magenta:
18216 \begin_inset Formula 
18217 \[
18218 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18219 \]
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \begin_layout Standard
18227 Man kann auch eigene Farben definieren, wie in 
18228 \begin_inset CommandInset ref
18229 LatexCommand ref
18230 reference "sub:Farbige-Boxen"
18231
18232 \end_inset
18233
18234  erklärt ist.
18235  Diese können dann mit dem TeX-Code Befehl 
18236 \series bold
18237
18238 \backslash
18239 textcolor
18240 \series default
18241
18242 \begin_inset Index idx
18243 status collapsed
18244
18245 \begin_layout Plain Layout
18246 Befehle! T ! 
18247 \backslash
18248 textcolor
18249 \end_layout
18250
18251 \end_inset
18252
18253  verwendet werden, dass folgendes Schema besitzt:
18254 \end_layout
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259
18260 \backslash
18261 textcolor{Farbe}{Zeichen oder Formel}
18262 \end_layout
18263
18264 \begin_layout Standard
18265 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18266 \end_layout
18267
18268 \begin_layout Standard
18269 \begin_inset ERT
18270 status collapsed
18271
18272 \begin_layout Plain Layout
18273
18274
18275 \backslash
18276 textcolor{dunkelgruen}{
18277 \end_layout
18278
18279 \end_inset
18280
18281
18282 \begin_inset Formula 
18283 \[
18284 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18285 \]
18286
18287 \end_inset
18288
18289
18290 \begin_inset ERT
18291 status collapsed
18292
18293 \begin_layout Plain Layout
18294
18295 }
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18305 n Farben gefärbt werden.
18306 \begin_inset Foot
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310 \begin_inset CommandInset href
18311 LatexCommand href
18312 name "LyX-bug #5269"
18313 target "http://www.lyx.org/trac/ticket/5269"
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Subsection
18326 Schriftgrößen
18327 \begin_inset CommandInset label
18328 LatexCommand label
18329 name "sub:Schriftgrößen"
18330
18331 \end_inset
18332
18333
18334 \begin_inset Index idx
18335 status collapsed
18336
18337 \begin_layout Plain Layout
18338 Schriften ! Schriftgrößen
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18348 le:
18349 \end_layout
18350
18351 \begin_layout Standard
18352
18353 \series bold
18354
18355 \backslash
18356 Huge
18357 \series default
18358
18359 \series bold
18360
18361 \backslash
18362 huge
18363 \series default
18364
18365 \series bold
18366
18367 \backslash
18368 LARGE
18369 \series default
18370
18371 \series bold
18372
18373 \backslash
18374 Large
18375 \series default
18376
18377 \series bold
18378
18379 \backslash
18380 large
18381 \series default
18382
18383 \series bold
18384
18385 \backslash
18386 normalsize
18387 \series default
18388
18389 \series bold
18390
18391 \backslash
18392 small
18393 \series default
18394
18395 \series bold
18396
18397 \backslash
18398 footnotesize
18399 \series default
18400 ,
18401 \begin_inset Newline linebreak
18402 \end_inset
18403
18404
18405 \series bold
18406
18407 \backslash
18408 scriptsize
18409 \series default
18410  und 
18411 \series bold
18412
18413 \backslash
18414 tiny
18415 \end_layout
18416
18417 \begin_layout Standard
18418 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18419  ab, die dem Befehl 
18420 \series bold
18421
18422 \backslash
18423 normalsize
18424 \series default
18425  entspricht.
18426  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18427 \series bold
18428
18429 \backslash
18430 normalsize
18431 \series default
18432 .
18433  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18434  Beträgt z.
18435 \begin_inset space \thinspace{}
18436 \end_inset
18437
18438 B.
18439  die Dokumentschriftgröße 12
18440 \begin_inset space \thinspace{}
18441 \end_inset
18442
18443 pt, produziert der Befehl 
18444 \series bold
18445
18446 \backslash
18447 Huge
18448 \series default
18449  dasselbe wie 
18450 \series bold
18451
18452 \backslash
18453 huge
18454 \series default
18455 .
18456  
18457 \end_layout
18458
18459 \begin_layout Standard
18460 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18461  Größe aller nachfolgenden Formel- und Textzeichen fest.
18462  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18463  TeX-Modus den Befehl 
18464 \series bold
18465
18466 \backslash
18467 normalsize
18468 \series default
18469  ein.
18470 \end_layout
18471
18472 \begin_layout Standard
18473 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18474  werden:
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \noindent
18479 \align center
18480 \begin_inset Tabular
18481 <lyxtabular version="3" rows="5" columns="2">
18482 <features rotate="0" tabularvalignment="middle">
18483 <column alignment="center" valignment="top">
18484 <column alignment="center" valignment="top">
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 Befehl
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 Ergebnis
18500 \begin_inset Note Note
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505 \series bold
18506
18507 \backslash
18508 raisebox
18509 \series default
18510  dient nur als Abstandhalter.
18511 \end_layout
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 </row>
18521 <row>
18522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526
18527 \backslash
18528 displaystyle
18529 \begin_inset Index idx
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533 Befehle ! D ! 
18534 \backslash
18535 displaystyle
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 <row>
18559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563
18564 \backslash
18565 textstyle
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 </row>
18583 <row>
18584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588
18589 \backslash
18590 scriptstyle
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18600 \end_inset
18601
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 </row>
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613
18614 \backslash
18615 scriptscriptstyle
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 </lyxtabular>
18634
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \begin_layout Standard
18641 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18642  in das die Formelteile eingegeben werden.
18643 \end_layout
18644
18645 \begin_layout Standard
18646 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18647  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18648  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18649  eingegeben.
18650  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18651  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18652  Dazu zwei Beispiele:
18653 \begin_inset VSpace -2mm
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \begin_layout Standard
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 huge 
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \begin_inset Formula 
18674 \[
18675 A=\frac{B}{c}\cdot\maltese
18676 \]
18677
18678 \end_inset
18679
18680
18681 \begin_inset Formula 
18682 \[
18683 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18684 \]
18685
18686 \end_inset
18687
18688
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 normalsize 
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 \begin_inset VSpace medskip
18706 \end_inset
18707
18708 Vor beiden Formeln wurde der Befehl 
18709 \series bold
18710
18711 \backslash
18712 huge
18713 \series default
18714  eingegeben.
18715  Der Befehl für die zweite Formel lautet:
18716 \begin_inset Newline newline
18717 \end_inset
18718
18719
18720 \series bold
18721
18722 \backslash
18723 maltese
18724 \begin_inset space \textvisiblespace{}
18725 \end_inset
18726
18727 A M-m m 
18728 \backslash
18729 Large
18730 \begin_inset space \textvisiblespace{}
18731 \end_inset
18732
18733
18734 \backslash
18735 maltese
18736 \begin_inset space \textvisiblespace{}
18737 \end_inset
18738
18739
18740 \backslash
18741 textit
18742 \begin_inset space \textvisiblespace{}
18743 \end_inset
18744
18745 A
18746 \begin_inset Formula $\to$
18747 \end_inset
18748
18749
18750 \begin_inset Formula $\to$
18751 \end_inset
18752
18753
18754 \begin_inset Newline newline
18755 \end_inset
18756
18757
18758 \begin_inset space \hspace*{}
18759 \length 1cm
18760 \end_inset
18761
18762 M-m
18763 \series default
18764  
18765 \series bold
18766
18767 \backslash
18768 tiny
18769 \begin_inset space \textvisiblespace{}
18770 \end_inset
18771
18772
18773 \backslash
18774 maltese
18775 \begin_inset space \textvisiblespace{}
18776 \end_inset
18777
18778
18779 \backslash
18780 textit
18781 \begin_inset space \textvisiblespace{}
18782 \end_inset
18783
18784 A
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18789  immer in der Standardgröße dargestellt.
18790 \end_layout
18791
18792 \begin_layout Section
18793 Griechische Buchstaben
18794 \begin_inset Index idx
18795 status collapsed
18796
18797 \begin_layout Plain Layout
18798 griechische Buchstaben
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Standard
18807 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18808  
18809 \begin_inset Graphics
18810         filename ../../images/math/alpha.png
18811         scale 85
18812
18813 \end_inset
18814
18815  eingefügt werden.
18816  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18817  in Formeln aufrecht gesetzt werden.
18818  In einigen Sprachen, wie z.
18819 \begin_inset space \thinspace{}
18820 \end_inset
18821
18822 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18823 \end_layout
18824
18825 \begin_layout Subsection
18826 Kleine Buchstaben
18827 \begin_inset Index idx
18828 status collapsed
18829
18830 \begin_layout Plain Layout
18831 griechische Buchstaben ! kleine
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 \begin_inset space \hfill{}
18841 \end_inset
18842
18843
18844 \begin_inset Tabular
18845 <lyxtabular version="3" rows="11" columns="2">
18846 <features rotate="0" tabularvalignment="middle">
18847 <column alignment="center" valignment="top" width="0pt">
18848 <column alignment="center" valignment="top" width="0pt">
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 Befehl
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 Ergebnis
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 </row>
18869 <row>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \backslash
18876 alpha
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885 \begin_inset Formula $\alpha$
18886 \end_inset
18887
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \backslash
18901 beta
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 \begin_inset Formula $\beta$
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 </row>
18919 <row>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924
18925 \backslash
18926 gamma
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935 \begin_inset Formula $\gamma$
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \end_inset
18942 </cell>
18943 </row>
18944 <row>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \backslash
18951 delta
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960 \begin_inset Formula $\delta$
18961 \end_inset
18962
18963
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 </row>
18969 <row>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974
18975 \backslash
18976 epsilon
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985 \begin_inset Formula $\epsilon$
18986 \end_inset
18987
18988
18989 \end_layout
18990
18991 \end_inset
18992 </cell>
18993 </row>
18994 <row>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \backslash
19001 varepsilon
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010 \begin_inset Formula $\varepsilon$
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 </row>
19019 <row>
19020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024
19025 \backslash
19026 zeta
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 \begin_inset Formula $\zeta$
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 </row>
19044 <row>
19045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049
19050 \backslash
19051 eta
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060 \begin_inset Formula $\eta$
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 </row>
19069 <row>
19070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074
19075 \backslash
19076 theta
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 \begin_inset Formula $\theta$
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \backslash
19101 vartheta
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 \begin_inset Formula $\vartheta$
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 </lyxtabular>
19120
19121 \end_inset
19122
19123
19124 \begin_inset space \hfill{}
19125 \end_inset
19126
19127
19128 \begin_inset Tabular
19129 <lyxtabular version="3" rows="12" columns="2">
19130 <features rotate="0" tabularvalignment="middle">
19131 <column alignment="center" valignment="top" width="0pt">
19132 <column alignment="center" valignment="top" width="0pt">
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138 Befehl
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 Ergebnis
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 <row>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158
19159 \backslash
19160 iota
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 \begin_inset Formula $\iota$
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 </row>
19178 <row>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \backslash
19185 kappa
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 \begin_inset Formula $\kappa$
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \backslash
19210 varkappa
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 \begin_inset Formula $\varkappa$
19220 \end_inset
19221
19222
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 </row>
19228 <row>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \backslash
19235 lambda
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Formula $\lambda$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \backslash
19260 mu
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Formula $\mu$
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \backslash
19285 nu
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Formula $\nu$
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 xi
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula $\xi$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 o
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 \begin_inset Formula $o$
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \backslash
19358 pi
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Formula $\pi$
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \backslash
19383 varpi
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 \begin_inset Formula $\varpi$
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 rho
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\rho$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 </lyxtabular>
19427
19428 \end_inset
19429
19430
19431 \begin_inset space \hfill{}
19432 \end_inset
19433
19434
19435 \begin_inset Tabular
19436 <lyxtabular version="3" rows="11" columns="2">
19437 <features rotate="0" tabularvalignment="middle">
19438 <column alignment="center" valignment="top" width="0pt">
19439 <column alignment="center" valignment="top" width="0pt">
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 Befehl
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 Ergebnis
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 </row>
19460 <row>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \backslash
19467 varrho
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 \begin_inset Formula $\varrho$
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \backslash
19492 sigma
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 \begin_inset Formula $\sigma$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 <row>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \backslash
19517 varsigma
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Formula $\varsigma$
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 <row>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \backslash
19542 tau
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset Formula $\tau$
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 </row>
19560 <row>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \backslash
19567 upsilon
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 \begin_inset Formula $\upsilon$
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 </row>
19585 <row>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590
19591 \backslash
19592 phi
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601 \begin_inset Formula $\phi$
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 </row>
19610 <row>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615
19616 \backslash
19617 varphi
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626 \begin_inset Formula $\varphi$
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 </row>
19635 <row>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640
19641 \backslash
19642 chi
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651 \begin_inset Formula $\chi$
19652 \end_inset
19653
19654
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 </row>
19660 <row>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \backslash
19667 psi
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676 \begin_inset Formula $\psi$
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \end_inset
19683 </cell>
19684 </row>
19685 <row>
19686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690
19691 \backslash
19692 omega
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701 \begin_inset Formula $\omega$
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 </row>
19710 </lyxtabular>
19711
19712 \end_inset
19713
19714
19715 \begin_inset space \hfill{}
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \begin_layout Standard
19722 \begin_inset VSpace medskip
19723 \end_inset
19724
19725 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19726 \begin_inset CommandInset ref
19727 LatexCommand ref
19728 reference "sub:Aufrechte-kleine-griechische"
19729
19730 \end_inset
19731
19732  beschrieben.
19733 \end_layout
19734
19735 \begin_layout Subsection
19736 Große Buchstaben
19737 \begin_inset Index idx
19738 status collapsed
19739
19740 \begin_layout Plain Layout
19741 griechische Buchstaben ! große
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Standard
19750 \begin_inset space \hfill{}
19751 \end_inset
19752
19753
19754 \begin_inset Tabular
19755 <lyxtabular version="3" rows="7" columns="2">
19756 <features rotate="0" tabularvalignment="middle">
19757 <column alignment="center" valignment="top" width="0pt">
19758 <column alignment="center" valignment="top" width="0pt">
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 Befehl
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 Ergebnis
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 Gamma
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 \begin_inset Formula $\Gamma$
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \backslash
19811 Delta
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Formula $\Delta$
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 <row>
19830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834
19835 \backslash
19836 Theta
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Formula $\Theta$
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \backslash
19861 Lambda
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\Lambda$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 <row>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884
19885 \backslash
19886 Xi
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 \begin_inset Formula $\Xi$
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 Pi
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\Pi$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 </lyxtabular>
19930
19931 \end_inset
19932
19933
19934 \begin_inset space \hfill{}
19935 \end_inset
19936
19937
19938 \begin_inset Tabular
19939 <lyxtabular version="3" rows="6" columns="2">
19940 <features rotate="0" tabularvalignment="middle">
19941 <column alignment="center" valignment="top" width="0pt">
19942 <column alignment="center" valignment="top" width="0pt">
19943 <row>
19944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 Befehl
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 Ergebnis
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \backslash
19970 Sigma
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $\Sigma$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 <row>
19989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993
19994 \backslash
19995 Upsilon
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 \begin_inset Formula $\Upsilon$
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 </row>
20013 <row>
20014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018
20019 \backslash
20020 Phi
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 \begin_inset Formula $\Phi$
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 Psi
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\Psi$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \backslash
20070 Omega
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\Omega$
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 </lyxtabular>
20089
20090 \end_inset
20091
20092
20093 \begin_inset space \hfill{}
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \begin_layout Standard
20100 \begin_inset VSpace medskip
20101 \end_inset
20102
20103 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20104  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20105  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20106  mit 
20107 \series bold
20108 var
20109 \series default
20110 .
20111  So ergibt z.
20112 \begin_inset space \thinspace{}
20113 \end_inset
20114
20115 B.
20116  der Befehl 
20117 \series bold
20118
20119 \backslash
20120 varGamma
20121 \series default
20122  
20123 \begin_inset Formula $\varGamma$
20124 \end_inset
20125
20126 .
20127  Eine andere Methode ist das Laden des Pakets 
20128 \series bold
20129 fixmath
20130 \series default
20131
20132 \begin_inset Foot
20133 status collapsed
20134
20135 \begin_layout Plain Layout
20136
20137 \series bold
20138 fixmath
20139 \series default
20140  ist Teil des LaTeX-Paketes 
20141 \series bold
20142 was
20143 \series default
20144
20145 \begin_inset Index idx
20146 status collapsed
20147
20148 \begin_layout Plain Layout
20149 Pakete ! was
20150 \begin_inset ERT
20151 status collapsed
20152
20153 \begin_layout Plain Layout
20154
20155
20156 \backslash
20157 vspace{4mm}
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166
20167 .
20168 \end_layout
20169
20170 \end_inset
20171
20172
20173 \begin_inset Index idx
20174 status collapsed
20175
20176 \begin_layout Plain Layout
20177 Pakete ! fixmath
20178 \end_layout
20179
20180 \end_inset
20181
20182  mit der LaTeX-Vorspannzeile
20183 \end_layout
20184
20185 \begin_layout Standard
20186
20187 \series bold
20188
20189 \backslash
20190 usepackage{fixmath}
20191 \end_layout
20192
20193 \begin_layout Standard
20194 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20195  kursiv ausgegeben.
20196 \end_layout
20197
20198 \begin_layout Subsection
20199 Fett gedruckte Buchstaben
20200 \begin_inset Index idx
20201 status collapsed
20202
20203 \begin_layout Plain Layout
20204 griechische Buchstaben ! fett gedruckte
20205 \end_layout
20206
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Standard
20213 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20214  Schriftstilen darstellen.
20215  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20216 \series bold
20217
20218 \backslash
20219 boldsymbol
20220 \series default
20221
20222 \begin_inset Index idx
20223 status collapsed
20224
20225 \begin_layout Plain Layout
20226 Befehle ! B ! 
20227 \backslash
20228 boldsymbol
20229 \end_layout
20230
20231 \end_inset
20232
20233  fett gedruckt auszugeben.
20234 \end_layout
20235
20236 \begin_layout Standard
20237 \align center
20238 \begin_inset Tabular
20239 <lyxtabular version="3" rows="3" columns="2">
20240 <features rotate="0" tabularvalignment="middle">
20241 <column alignment="center" valignment="top">
20242 <column alignment="center" valignment="top">
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 Befehl
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 Ergebnis
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 <row>
20264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \backslash
20270 Upsilon
20271 \backslash
20272 boldsymbol
20273 \backslash
20274 Upsilon
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \backslash
20299 theta
20300 \backslash
20301 boldsymbol
20302 \backslash
20303 theta
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 \begin_inset Formula $\theta\boldsymbol{\theta}$
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 </row>
20321 </lyxtabular>
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \begin_layout Section
20329 Symbole
20330 \begin_inset ERT
20331 status collapsed
20332
20333 \begin_layout Plain Layout
20334
20335
20336 \backslash
20337 texorpdfstring{
20338 \end_layout
20339
20340 \end_inset
20341
20342
20343 \begin_inset Foot
20344 status collapsed
20345
20346 \begin_layout Plain Layout
20347 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20348  
20349 \begin_inset CommandInset citation
20350 LatexCommand cite
20351 key "Symbole"
20352
20353 \end_inset
20354
20355 .
20356 \end_layout
20357
20358 \end_inset
20359
20360
20361 \begin_inset ERT
20362 status collapsed
20363
20364 \begin_layout Plain Layout
20365
20366 }{}
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \begin_inset Note Note
20373 status collapsed
20374
20375 \begin_layout Plain Layout
20376
20377 \series bold
20378
20379 \backslash
20380 texorpdfstring
20381 \series default
20382  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20383 \end_layout
20384
20385 \begin_layout Plain Layout
20386 Näheres zu 
20387 \series bold
20388
20389 \backslash
20390 texorpdfstring
20391 \series default
20392  steht in Kapitel 
20393 \begin_inset CommandInset ref
20394 LatexCommand ref
20395 reference "sub:Formeln-in-Überschriften"
20396
20397 \end_inset
20398
20399 .
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \begin_inset Index idx
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 Symbole
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20419
20420 leistenknöpfe 
20421 \begin_inset Graphics
20422         filename ../../images/math/nabla.png
20423         scale 85
20424
20425 \end_inset
20426
20427  und 
20428 \begin_inset Graphics
20429         filename ../../images/math/digamma.png
20430         scale 85
20431
20432 \end_inset
20433
20434  eingefügt werden.
20435 \end_layout
20436
20437 \begin_layout Subsection
20438 Mathematische Symbole
20439 \begin_inset CommandInset label
20440 LatexCommand label
20441 name "sub:Mathematische-Symbole"
20442
20443 \end_inset
20444
20445
20446 \begin_inset Index idx
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450 Symbole ! mathematische
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset space \hfill{}
20460 \end_inset
20461
20462
20463 \begin_inset Tabular
20464 <lyxtabular version="3" rows="10" columns="2">
20465 <features rotate="0" tabularvalignment="middle">
20466 <column alignment="center" valignment="top" width="0pt">
20467 <column alignment="center" valignment="top" width="0pt">
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 Befehl
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 Ergebnis
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 neg
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\neg$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 Im
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Formula $\Im$
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 Re
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\Re$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 aleph
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\aleph$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 partial
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\partial$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 infty
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\infty$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 wp
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\wp$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 imath
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\imath$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 jmath
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\jmath$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 </lyxtabular>
20714
20715 \end_inset
20716
20717
20718 \begin_inset space \hfill{}
20719 \end_inset
20720
20721
20722 \begin_inset Tabular
20723 <lyxtabular version="3" rows="10" columns="2">
20724 <features rotate="0" tabularvalignment="middle">
20725 <column alignment="center" valignment="top" width="0pt">
20726 <column alignment="center" valignment="top" width="0pt">
20727 <row>
20728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 Befehl
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 Ergebnis
20742 \begin_inset Note Note
20743 status collapsed
20744
20745 \begin_layout Plain Layout
20746
20747 \series bold
20748
20749 \backslash
20750 raisebox
20751 \series default
20752  dient nur als Abstandhalter.
20753 \end_layout
20754
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 forall
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 \begin_inset Formula $\forall$
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 <row>
20789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793
20794 \backslash
20795 exists
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 \begin_inset Formula $\exists$
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \backslash
20820 nexists
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $\nexists$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843
20844 \backslash
20845 emptyset
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 \begin_inset Formula $\emptyset$
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 varnothing
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\varnothing$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 dag
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\dag$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 ddag
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\ddag$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 complement
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset ERT
20955 status collapsed
20956
20957 \begin_layout Plain Layout
20958
20959
20960 \backslash
20961 raisebox{-0.8mm}{
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \begin_inset Formula $\complement$
20968 \end_inset
20969
20970
20971 \begin_inset ERT
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975
20976 }
20977 \end_layout
20978
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row>
20988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \backslash
20994 Bbbk
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Formula $\Bbbk$
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 </lyxtabular>
21013
21014 \end_inset
21015
21016
21017 \begin_inset space \hfill{}
21018 \end_inset
21019
21020
21021 \begin_inset Tabular
21022 <lyxtabular version="3" rows="10" columns="2">
21023 <features rotate="0" tabularvalignment="middle">
21024 <column alignment="center" valignment="top" width="0pt">
21025 <column alignment="center" valignment="top" width="0pt">
21026 <row>
21027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 Befehl
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 Ergebnis
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 </row>
21046 <row>
21047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \backslash
21053 prime
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062 \begin_inset Formula $\prime$
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076
21077 \backslash
21078 backprime
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset Formula $\backprime$
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 mho
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 \begin_inset Formula $\mho$
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 triangle
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $\triangle$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \backslash
21153 angle
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\angle$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 measuredangle
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\measuredangle$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 sphericalangle
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\sphericalangle$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 top
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\top$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 bot
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\bot$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 </lyxtabular>
21272
21273 \end_inset
21274
21275
21276 \begin_inset space \hfill{}
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \begin_layout Subsection
21283 Sonstige Symbole
21284 \begin_inset CommandInset label
21285 LatexCommand label
21286 name "sub:Sonstige-Symbole"
21287
21288 \end_inset
21289
21290
21291 \begin_inset Index idx
21292 status collapsed
21293
21294 \begin_layout Plain Layout
21295 Symbole ! sonstige
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \begin_layout Standard
21304 \begin_inset VSpace -7mm
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \begin_layout Standard
21311 \noindent
21312 \align center
21313 \begin_inset Tabular
21314 <lyxtabular version="3" rows="10" columns="2">
21315 <features rotate="0" tabularvalignment="middle">
21316 <column alignment="center" valignment="top" width="0pt">
21317 <column alignment="center" valignment="top" width="0pt">
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 Befehl
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 Ergebnis
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 </row>
21338 <row>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343
21344 \backslash
21345 flat
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset Formula $\flat$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 </row>
21363 <row>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368
21369 \backslash
21370 natural
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379 \begin_inset Formula $\natural$
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 </row>
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393
21394 \backslash
21395 sharp
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\sharp$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row>
21414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418
21419 \backslash
21420 surd
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $\surd$
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 checkmark
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\checkmark$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 yen
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\yen$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 pounds
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\pounds$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 $
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 \begin_inset Formula $\$$
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 §
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Formula $§$
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 </lyxtabular>
21560
21561 \end_inset
21562
21563
21564 \begin_inset Tabular
21565 <lyxtabular version="3" rows="10" columns="2">
21566 <features rotate="0" tabularvalignment="middle">
21567 <column alignment="center" valignment="top">
21568 <column alignment="center" valignment="top">
21569 <row>
21570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 Befehl
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 Ergebnis
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 </row>
21589 <row>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594
21595 \backslash
21596 hbar
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $\hbar$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 hslash
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\hslash$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 clubsuit
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\clubsuit$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 spadesuit
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\spadesuit$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 bigstar
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\bigstar$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 blacklozenge
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\blacklozenge$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 blacktriangle
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\blacktriangle$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 blacktiangledown
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\blacktriangledown$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 bullet
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\bullet$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 </lyxtabular>
21815
21816 \end_inset
21817
21818
21819 \begin_inset Tabular
21820 <lyxtabular version="3" rows="10" columns="2">
21821 <features rotate="0" tabularvalignment="middle">
21822 <column alignment="center" valignment="top" width="0pt">
21823 <column alignment="center" valignment="top" width="0pt">
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 Befehl
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 Ergebnis
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 diamondsuit
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\diamondsuit$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \backslash
21876 Diamond
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset Formula $\Diamond$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 <row>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899
21900 \backslash
21901 heartsuit
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 \begin_inset Formula $\heartsuit$
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 <row>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \backslash
21926 P
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Formula $\P$
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 <row>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949
21950 \backslash
21951 copyright
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Formula $\copyright$
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 </row>
21969 <row>
21970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974
21975 \backslash
21976 circledR
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 \begin_inset Formula $\circledR$
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 </row>
21994 <row>
21995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999
22000 \backslash
22001 maltese
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 \begin_inset Formula $\maltese$
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 </row>
22019 <row>
22020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024
22025 \backslash
22026 diagup
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035 \begin_inset Formula $\diagup$
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 </row>
22044 <row>
22045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049
22050 \backslash
22051 diagdown
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 \begin_inset Formula $\diagdown$
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 </lyxtabular>
22070
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \begin_inset VSpace medskip
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Standard
22084 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22085  
22086 \begin_inset CommandInset ref
22087 LatexCommand ref
22088 reference "sub:Schriftgrößen"
22089
22090 \end_inset
22091
22092 .
22093 \end_layout
22094
22095 \begin_layout Subsection
22096 Das Euro-Symbol €
22097 \begin_inset Index idx
22098 status collapsed
22099
22100 \begin_layout Plain Layout
22101 Symbole ! Euro-Symbol
22102 \end_layout
22103
22104 \end_inset
22105
22106
22107 \begin_inset Index idx
22108 status collapsed
22109
22110 \begin_layout Plain Layout
22111
22112 \backslash
22113 @
22114 \begin_inset ERT
22115 status collapsed
22116
22117 \begin_layout Plain Layout
22118
22119
22120 \backslash
22121 officialeuro
22122 \end_layout
22123
22124 \end_inset
22125
22126
22127 \end_layout
22128
22129 \end_inset
22130
22131
22132 \end_layout
22133
22134 \begin_layout Standard
22135 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22136
22137 \series bold
22138 eurosym
22139 \series default
22140
22141 \begin_inset Index idx
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145 Pakete ! eurosym
22146 \end_layout
22147
22148 \end_inset
22149
22150  installieren und dieses mit der LaTeX-Vorspannzeile
22151 \end_layout
22152
22153 \begin_layout Standard
22154
22155 \series bold
22156
22157 \backslash
22158 usepackage[gennarrow]{eurosym}
22159 \end_layout
22160
22161 \begin_layout Standard
22162 aktivieren.
22163  Das Euro-Symbol kann man nun mit dem Befehl 
22164 \series bold
22165
22166 \backslash
22167 euro
22168 \series default
22169
22170 \begin_inset Index idx
22171 status collapsed
22172
22173 \begin_layout Plain Layout
22174 Befehle ! E ! 
22175 \backslash
22176 euro
22177 \end_layout
22178
22179 \end_inset
22180
22181  aufrufen.
22182 \end_layout
22183
22184 \begin_layout Standard
22185 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22186  eingeben, ohne 
22187 \series bold
22188 eurosym
22189 \series default
22190  installiert zu haben.
22191  Ist 
22192 \series bold
22193 eurosym
22194 \series default
22195  installiert, kann man 
22196 \series bold
22197
22198 \backslash
22199 euro
22200 \series default
22201  auch im TeX-Modus eingeben.
22202  Das offizielle Währungssymbol erhält man dann über den Befehl 
22203 \series bold
22204
22205 \backslash
22206 officialeuro
22207 \series default
22208
22209 \begin_inset Index idx
22210 status collapsed
22211
22212 \begin_layout Plain Layout
22213 Befehle ! O ! 
22214 \backslash
22215 officialeuro
22216 \end_layout
22217
22218 \end_inset
22219
22220 , der nur im TeX-Modus verfügbar ist.
22221 \end_layout
22222
22223 \begin_layout Standard
22224 \begin_inset ERT
22225 status collapsed
22226
22227 \begin_layout Plain Layout
22228
22229
22230 \backslash
22231 ifeurosym 
22232 \end_layout
22233
22234 \end_inset
22235
22236
22237 \begin_inset Note Note
22238 status open
22239
22240 \begin_layout Plain Layout
22241 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22242 \series bold
22243 eurosym
22244 \series default
22245  installiert ist:
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Standard
22254 Eine Übersicht der verschiedenen Euro-Symbole:
22255 \end_layout
22256
22257 \begin_layout Standard
22258 \align center
22259 \begin_inset Tabular
22260 <lyxtabular version="3" rows="4" columns="3">
22261 <features rotate="0" tabularvalignment="middle">
22262 <column alignment="center" valignment="top" width="0pt">
22263 <column alignment="center" valignment="top" width="0pt">
22264 <column alignment="center" valignment="top" width="0pt">
22265 <row>
22266 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 Befehl 
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288 Ergebnis
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 </row>
22294 <row>
22295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 Formel
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308
22309 \backslash
22310 euro
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 \begin_inset Formula $\euro$
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 mathematischer Text
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\mbox{€}$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 <row>
22361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 TeX-Modus
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \backslash
22376 officialeuro
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 \begin_inset ERT
22386 status collapsed
22387
22388 \begin_layout Plain Layout
22389
22390
22391 \backslash
22392 officialeuro
22393 \end_layout
22394
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 </lyxtabular>
22404
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \begin_layout Standard
22411 \begin_inset ERT
22412 status collapsed
22413
22414 \begin_layout Plain Layout
22415
22416
22417 \backslash
22418 else 
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \begin_inset Note Note
22425 status open
22426
22427 \begin_layout Plain Layout
22428 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22429 \series bold
22430 eurosym
22431 \series default
22432  nicht installiert ist:
22433 \end_layout
22434
22435 \end_inset
22436
22437
22438 \end_layout
22439
22440 \begin_layout Standard
22441 Das LaTeX-Paket 
22442 \series bold
22443 eurosym 
22444 \series default
22445 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22446 \end_layout
22447
22448 \begin_layout Standard
22449 \begin_inset ERT
22450 status collapsed
22451
22452 \begin_layout Plain Layout
22453
22454
22455 \backslash
22456 fi 
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \begin_layout Section
22465 Relationen
22466 \begin_inset CommandInset label
22467 LatexCommand label
22468 name "sec:Relationen"
22469
22470 \end_inset
22471
22472
22473 \begin_inset Index idx
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477 Relationen
22478 \end_layout
22479
22480 \end_inset
22481
22482
22483 \begin_inset Index idx
22484 status collapsed
22485
22486 \begin_layout Plain Layout
22487 Vergleiche|see
22488 \begin_inset ERT
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492
22493 {
22494 \end_layout
22495
22496 \end_inset
22497
22498 Relationen
22499 \begin_inset ERT
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503
22504 }
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \begin_layout Standard
22518 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22519  
22520 \begin_inset Graphics
22521         filename ../../images/math/leq.png
22522         scale 85
22523
22524 \end_inset
22525
22526  eingefügt werden.
22527 \end_layout
22528
22529 \begin_layout Standard
22530 \begin_inset space \hfill{}
22531 \end_inset
22532
22533
22534 \begin_inset Tabular
22535 <lyxtabular version="3" rows="17" columns="2">
22536 <features rotate="0" tabularvalignment="middle">
22537 <column alignment="center" valignment="top" width="0pt">
22538 <column alignment="center" valignment="top" width="0pt">
22539 <row>
22540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 Befehl
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 Ergebnis
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 <
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Formula $<$
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 </row>
22582 <row>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587
22588 \backslash
22589 le
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $\le$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \backslash
22614 ll
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\ll$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 prec
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\prec$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 preceq
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\preceq$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 subset
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\subset$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 subseteq
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\subseteq$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 sqsubseteq
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\sqsubseteq$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 in
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\in$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 vdash
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\vdash$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 smile
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\smile$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 lhd
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\lhd$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 unlhd
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\unlhd$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 gtrless
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\gtrless$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 mid
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\mid$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 nmid
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\nmid$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 </lyxtabular>
22958
22959 \end_inset
22960
22961
22962 \begin_inset space \hfill{}
22963 \end_inset
22964
22965
22966 \begin_inset Tabular
22967 <lyxtabular version="3" rows="17" columns="2">
22968 <features rotate="0" tabularvalignment="middle">
22969 <column alignment="center" valignment="top" width="0pt">
22970 <column alignment="center" valignment="top" width="0pt">
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 Befehl
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 Ergebnis
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 =
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset Formula $=$
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 not=
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\not=$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \backslash
23046 equiv
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $\equiv$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 sim
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\sim$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 simeq
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\simeq$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 approx
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\approx$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 cong
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\cong$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 bowtie
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\bowtie$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 notin
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\notin$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 perp
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\perp$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244
23245 \backslash
23246 propto
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $\propto$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 asymp
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\asymp$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 doteq
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\doteq$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 circeq
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\circeq$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 models
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\models$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 widehat=
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\widehat{=}$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 </lyxtabular>
23390
23391 \end_inset
23392
23393
23394 \begin_inset space \hfill{}
23395 \end_inset
23396
23397
23398 \begin_inset Tabular
23399 <lyxtabular version="3" rows="17" columns="2">
23400 <features rotate="0" tabularvalignment="middle">
23401 <column alignment="center" valignment="top" width="0pt">
23402 <column alignment="center" valignment="top" width="0pt">
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 Befehl
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 Ergebnis
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 >
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $>$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \backslash
23453 ge
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Formula $\ge$
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476
23477 \backslash
23478 gg
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $\gg$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 succ
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\succ$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 succeq
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\succeq$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 supset
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\supset$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 supseteq
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\supseteq$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 sqsupseteq
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\sqsupseteq$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 ni
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\ni$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 dashv
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\dashv$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 frown
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\frown$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 rhd
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\rhd$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 unrhd
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\unrhd$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 lessgtr
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\lessgtr$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 parallel
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\parallel$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 nparallel
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\nparallel$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 </lyxtabular>
23822
23823 \end_inset
23824
23825
23826 \begin_inset space \hfill{}
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \begin_layout Standard
23833 \begin_inset VSpace medskip
23834 \end_inset
23835
23836 Die Zeichen 
23837 \series bold
23838
23839 \backslash
23840 lhd
23841 \series default
23842  bzw.
23843 \begin_inset space \space{}
23844 \end_inset
23845
23846
23847 \series bold
23848
23849 \backslash
23850 rhd
23851 \series default
23852  sind größer als die gleich aussehenden Operatoren
23853 \begin_inset Newline linebreak
23854 \end_inset
23855
23856
23857 \series bold
23858
23859 \backslash
23860 triangleleft
23861 \series default
23862  bzw.
23863 \begin_inset space \space{}
23864 \end_inset
23865
23866
23867 \series bold
23868
23869 \backslash
23870 triangleright
23871 \series default
23872 .
23873 \end_layout
23874
23875 \begin_layout Standard
23876 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23881 \series bold
23882
23883 \backslash
23884 stackrel
23885 \series default
23886
23887 \begin_inset Index idx
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891 Befehle ! S ! 
23892 \backslash
23893 stackrel
23894 \end_layout
23895
23896 \end_inset
23897
23898  erstellt werden:
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \align center
23903 \begin_inset Tabular
23904 <lyxtabular version="3" rows="2" columns="2">
23905 <features rotate="0" tabularvalignment="middle">
23906 <column alignment="center" valignment="top">
23907 <column alignment="center" valignment="top">
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 Befehl
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922 Ergebnis
23923 \begin_inset Note Note
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927
23928 \series bold
23929
23930 \backslash
23931 raisebox
23932 \series default
23933  dient nur als Abstandhalter.
23934 \end_layout
23935
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 A(r)
23950 \backslash
23951 stackrel
23952 \begin_inset space \textvisiblespace{}
23953 \end_inset
23954
23955 r
23956 \backslash
23957 to
23958 \backslash
23959 infty
23960 \begin_inset space \textvisiblespace{}
23961 \end_inset
23962
23963
23964 \begin_inset Formula $\downarrow$
23965 \end_inset
23966
23967
23968 \backslash
23969 approx
23970 \begin_inset space \textvisiblespace{}
23971 \end_inset
23972
23973
23974 \begin_inset space \textvisiblespace{}
23975 \end_inset
23976
23977 B
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 </row>
23995 </lyxtabular>
23996
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \begin_layout Section
24003 Funktionen
24004 \end_layout
24005
24006 \begin_layout Subsection
24007 Vordefinierte Funktionen
24008 \begin_inset CommandInset label
24009 LatexCommand label
24010 name "sub:Vordefinierte-Funktionen"
24011
24012 \end_inset
24013
24014
24015 \begin_inset Index idx
24016 status collapsed
24017
24018 \begin_layout Plain Layout
24019 Funktionen ! vordefinierte
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 Allgemein werden in mathematischen Ausdrücken Variablen 
24029 \shape italic
24030 kursiv
24031 \shape default
24032  gesetzt, Funktionsnamen hingegen nicht, denn 
24033 \begin_inset Formula $sin$
24034 \end_inset
24035
24036  könnte als 
24037 \begin_inset Formula $s\cdot i\cdot n$
24038 \end_inset
24039
24040  missverstanden werden.
24041  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24042 en etwas abgesetzt sind.
24043  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24044 \end_layout
24045
24046 \begin_layout Standard
24047 \align center
24048 \begin_inset Tabular
24049 <lyxtabular version="3" rows="2" columns="4">
24050 <features rotate="0" tabularvalignment="middle">
24051 <column alignment="center" valignment="top" width="0pt">
24052 <column alignment="center" valignment="top" width="0pt">
24053 <column alignment="center" valignment="top" width="0pt">
24054 <column alignment="center" valignment="top" width="0pt">
24055 <row>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 Befehl
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 Ergebnis
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 Befehl
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 Ergebnis
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098 Asin(x)+B
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 \begin_inset Formula $Asin(x)+B$
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 A
24120 \backslash
24121 sin(x)+B
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $A\sin(x)+B$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 </lyxtabular>
24140
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \begin_layout Standard
24147 Folgende Funktionen sind vordefiniert:
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace -2mm
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 \align center
24159 \begin_inset Tabular
24160 <lyxtabular version="3" rows="9" columns="4">
24161 <features rotate="0" tabularvalignment="middle">
24162 <column alignment="center" valignment="top" width="0pt">
24163 <column alignment="center" valignment="top" width="0pt">
24164 <column alignment="center" valignment="top" width="0pt">
24165 <column alignment="center" valignment="top" width="0pt">
24166 <row>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 Befehl
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 Befehl
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 Befehl
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 Befehl
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 <row>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209
24210 \backslash
24211 sin
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \backslash
24222 sinh
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 arcsin
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 sup
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 cos
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \backslash
24268 cosh
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 arccos
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \backslash
24290 inf
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 tan
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 tanh
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 arctan
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 lim
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 <row>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \backslash
24349 cot
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 coth
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 arg
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 liminf
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 </row>
24388 <row>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \backslash
24395 sec
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 min
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 deg
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 limsup
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 </row>
24434 <row>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \backslash
24441 csc
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 max
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 det
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 Pr
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 ln
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 exp
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 dim
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 hom
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 <row>
24527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 lg
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 log
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 ker
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564
24565 \backslash
24566 gcd
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 </lyxtabular>
24573
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \begin_layout Standard
24580 Sie können auch über den Mathe-Werkzeugleistenknopf 
24581 \begin_inset Graphics
24582         filename ../../images/math/functions.png
24583         scale 85
24584
24585 \end_inset
24586
24587  eingefügt werden.
24588 \end_layout
24589
24590 \begin_layout Subsection
24591 Selbst definierte Funktionen
24592 \begin_inset Index idx
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596 Funktionen ! selbstdefinierte
24597 \end_layout
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \begin_layout Standard
24605 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24606 \begin_inset space \thinspace{}
24607 \end_inset
24608
24609 B.
24610  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24611 \end_layout
24612
24613 \begin_layout Itemize
24614 Man definiert die Funktion selbst.
24615  Dazu gibt man im LaTeX-Vorspann die Zeile
24616 \begin_inset Newline newline
24617 \end_inset
24618
24619
24620 \begin_inset VSpace -3mm
24621 \end_inset
24622
24623
24624 \begin_inset Newline newline
24625 \end_inset
24626
24627
24628 \series bold
24629
24630 \backslash
24631 DeclareMathOperator{
24632 \backslash
24633 sgn}{sgn}
24634 \series default
24635
24636 \begin_inset Index idx
24637 status collapsed
24638
24639 \begin_layout Plain Layout
24640 Befehle ! D ! 
24641 \backslash
24642 dbinom@
24643 \backslash
24644 DeclareMathOperator
24645 \end_layout
24646
24647 \end_inset
24648
24649
24650 \begin_inset Newline newline
24651 \end_inset
24652
24653
24654 \begin_inset VSpace -2mm
24655 \end_inset
24656
24657
24658 \begin_inset Newline newline
24659 \end_inset
24660
24661 ein
24662 \begin_inset Foot
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666 Näheres zu 
24667 \series bold
24668
24669 \backslash
24670 DeclareMathOperator
24671 \series default
24672  siehe 
24673 \begin_inset CommandInset ref
24674 LatexCommand ref
24675 reference "sub:Selbstdefinierte-Operatoren"
24676
24677 \end_inset
24678
24679 .
24680 \end_layout
24681
24682 \end_inset
24683
24684 .
24685  Nun kann man mit dem Befehl 
24686 \series bold
24687
24688 \backslash
24689 sgn
24690 \series default
24691  die neu definierte Funktion aufrufen.
24692 \end_layout
24693
24694 \begin_layout Itemize
24695 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24696  Beispiel die Buchstaben 
24697 \emph on
24698 sgn
24699 \emph default
24700 , und wandelt ihn in in mathematischen Text um.
24701  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24702 \end_layout
24703
24704 \begin_layout Standard
24705 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24706  Funktion
24707 \begin_inset Foot
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24712 \end_layout
24713
24714 \end_inset
24715
24716 :
24717 \end_layout
24718
24719 \begin_layout Standard
24720 \align center
24721 \begin_inset Tabular
24722 <lyxtabular version="3" rows="3" columns="2">
24723 <features rotate="0" tabularvalignment="middle">
24724 <column alignment="center" valignment="top" width="0pt">
24725 <column alignment="center" valignment="top" width="0pt">
24726 <row>
24727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 Befehl
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740 Ergebnis
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 A
24752 \backslash
24753 sgn(x)+B
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 \begin_inset Formula $A\sgn(x)+B$
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 A
24777 \backslash
24778 ,
24779 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24780 \end_inset
24781
24782 (x)+B
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 </lyxtabular>
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Standard
24808 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24809  mehrfach verwendet werden soll.
24810 \end_layout
24811
24812 \begin_layout Subsection
24813 Grenzwerte
24814 \begin_inset Index idx
24815 status collapsed
24816
24817 \begin_layout Plain Layout
24818 Grenzwerte
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Für Grenzwerte sind außer 
24828 \series bold
24829
24830 \backslash
24831 lim
24832 \series default
24833
24834 \begin_inset Index idx
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838 Befehle ! L ! 
24839 \backslash
24840 lim
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \series bold
24847
24848 \backslash
24849 liminf
24850 \series default
24851  und 
24852 \series bold
24853
24854 \backslash
24855 limsup
24856 \series default
24857  noch folgende Funktionen definiert:
24858 \end_layout
24859
24860 \begin_layout Standard
24861 \align center
24862 \begin_inset Tabular
24863 <lyxtabular version="3" rows="5" columns="2">
24864 <features rotate="0" tabularvalignment="middle">
24865 <column alignment="center" valignment="top">
24866 <column alignment="center" valignment="top">
24867 <row>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872 Befehl
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 Ergebnis
24882 \begin_inset Note Note
24883 status collapsed
24884
24885 \begin_layout Plain Layout
24886
24887 \series bold
24888
24889 \backslash
24890 raisebox
24891 \series default
24892  dient nur als Abstandhalter.
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 varliminf
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 \begin_inset Formula $\varliminf$
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 <row>
24929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \backslash
24935 varlimsup
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 \begin_inset Formula $\varlimsup$
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 <row>
24954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 varprojlim
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 \begin_inset Formula $\varprojlim$
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 </row>
24978 <row>
24979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983
24984 \backslash
24985 varinjlim
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 \begin_inset Formula $\varinjlim$
24995 \end_inset
24996
24997
24998 \begin_inset Formula $\raisebox{-2.5mm}{}$
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 </row>
25007 </lyxtabular>
25008
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \begin_layout Standard
25015 \begin_inset VSpace medskip
25016 \end_inset
25017
25018 Der Grenzwert wird durch Tiefstellen erzeugt.
25019  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25020 \end_layout
25021
25022 \begin_layout Standard
25023 \align center
25024 \begin_inset Tabular
25025 <lyxtabular version="3" rows="2" columns="2">
25026 <features rotate="0" tabularvalignment="middle">
25027 <column alignment="center" valignment="top" width="0pt">
25028 <column alignment="center" valignment="top" width="0pt">
25029 <row>
25030 <cell alignment="center" valignment="top" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034 Befehl
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 \begin_inset space \hspace{}
25044 \length 1cm
25045 \end_inset
25046
25047 Ergebnis
25048 \begin_inset Note Note
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 Der Leerraum und 
25053 \series bold
25054
25055 \backslash
25056 raisebox
25057 \series default
25058  dienen nur als Abstandhalter.
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 </row>
25069 <row>
25070 <cell alignment="center" valignment="top" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \backslash
25076 lim_x
25077 \backslash
25078 to
25079 \begin_inset space \textvisiblespace{}
25080 \end_inset
25081
25082 A
25083 \begin_inset space \textvisiblespace{}
25084 \end_inset
25085
25086 x=B
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 </row>
25104 </lyxtabular>
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \begin_layout Standard
25112 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25113 \begin_inset Formula 
25114 \[
25115 \lim_{x\to A}x=B
25116 \]
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Standard
25124 \begin_inset VSpace medskip
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Wie man den Schriftsatz von Grenzen einstellt, ist in 
25132 \begin_inset CommandInset ref
25133 LatexCommand ref
25134 reference "sub:Operatorgrenzen"
25135
25136 \end_inset
25137
25138  erklärt.
25139 \end_layout
25140
25141 \begin_layout Subsection
25142 Modulo-Funktionen
25143 \begin_inset Index idx
25144 status collapsed
25145
25146 \begin_layout Plain Layout
25147 Funktionen ! Modulo-
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25157  Varianten.
25158 \end_layout
25159
25160 \begin_layout Standard
25161 Die Varianten in einer abgesetzten Formel:
25162 \begin_inset Formula 
25163 \begin{align*}
25164 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25165 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25166 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25167 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25168 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25169 \end{align*}
25170
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \begin_layout Standard
25177 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25178  weniger Leerraum gesetzt.
25179  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
25180  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
25181 \begin_inset Formula 
25182 \begin{align*}
25183 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25184 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25185 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25186 \end{align*}
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Section
25194 Sonderzeichen
25195 \begin_inset Index idx
25196 status collapsed
25197
25198 \begin_layout Plain Layout
25199 Sonderzeichen
25200 \end_layout
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Subsection
25208 Sonderzeichen im mathematischen Text
25209 \end_layout
25210
25211 \begin_layout Standard
25212 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25213  verwendet werden:
25214 \end_layout
25215
25216 \begin_layout Standard
25217 \begin_inset space \hfill{}
25218 \end_inset
25219
25220
25221 \begin_inset Tabular
25222 <lyxtabular version="3" rows="8" columns="2">
25223 <features rotate="0" tabularvalignment="middle">
25224 <column alignment="block" valignment="top">
25225 <column alignment="block" valignment="top">
25226 <row>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 Befehl
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 Ergebnis
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 oe
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 \begin_inset Formula $\textrm{œ}$
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 OE
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287 \begin_inset Formula $\textrm{Œ}$
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 </row>
25296 <row>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 ae
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312 \begin_inset Formula $\textrm{æ}$
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 </row>
25321 <row>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 AE
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Formula $\textrm{Æ}$
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 </row>
25346 <row>
25347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 aa
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 \begin_inset Formula $\textrm{\aa}$
25363 \end_inset
25364
25365
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 </row>
25371 <row>
25372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376
25377 \backslash
25378 AA
25379 \begin_inset Index idx
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383
25384 \backslash
25385 @
25386 \begin_inset ERT
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390
25391
25392 \backslash
25393 textrm{
25394 \backslash
25395 AA}
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset Formula $\textrm{Å}$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 i
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 \begin_inset Formula $\textrm{ı}$
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 </row>
25448 </lyxtabular>
25449
25450 \end_inset
25451
25452
25453 \begin_inset space \hfill{}
25454 \end_inset
25455
25456
25457 \begin_inset Tabular
25458 <lyxtabular version="3" rows="8" columns="2">
25459 <features rotate="0" tabularvalignment="middle">
25460 <column alignment="block" valignment="top">
25461 <column alignment="center" valignment="top">
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467 Befehl
25468 \begin_inset Note Note
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472 Der Leerraum von 0
25473 \begin_inset space \thinspace{}
25474 \end_inset
25475
25476 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25477 \begin_inset space \space{}
25478 \end_inset
25479
25480 ¿ erscheinen würde.
25481 \end_layout
25482
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 Ergebnis
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 </row>
25500 <row>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 o
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 \begin_inset Formula $\textrm{ø}$
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \end_inset
25523 </cell>
25524 </row>
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 O
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 \begin_inset Formula $\textrm{Ø}$
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 </row>
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555
25556 \backslash
25557 l
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566 \begin_inset Formula $\textrm{ł}$
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 L
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 \begin_inset Formula $\textrm{Ł}$
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 </row>
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605 !
25606 \begin_inset space \hspace{}
25607 \length 0mm
25608 \end_inset
25609
25610 `
25611 \begin_inset space \textvisiblespace{}
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 \begin_inset Formula $\textrm{!`}$
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 <row>
25633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 ?
25638 \begin_inset space \hspace{}
25639 \length 0mm
25640 \end_inset
25641
25642 `
25643 \begin_inset space \textvisiblespace{}
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655 \begin_inset Formula $\textrm{?`}$
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 </row>
25664 <row>
25665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669
25670 \backslash
25671 j
25672 \end_layout
25673
25674 \end_inset
25675 </cell>
25676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680 \begin_inset Formula $\textrm{ȷ}$
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 </row>
25689 </lyxtabular>
25690
25691 \end_inset
25692
25693
25694 \begin_inset space \hfill{}
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Standard
25701 Die Zeichen 
25702 \begin_inset Formula $\textrm{\textrm{Å}}$
25703 \end_inset
25704
25705  und 
25706 \begin_inset Formula $\textrm{\textrm{Ø}}$
25707 \end_inset
25708
25709  können auch über den Mathe-Werkzeugleistenknopf 
25710 \begin_inset Graphics
25711         filename ../../images/math/digamma.png
25712         scale 85
25713
25714 \end_inset
25715
25716  eingefügt werden.
25717 \end_layout
25718
25719 \begin_layout Standard
25720 Eine Ausnahme bilden die Befehle 
25721 \series bold
25722 !
25723 \begin_inset space \hspace{}
25724 \length 0mm
25725 \end_inset
25726
25727 `
25728 \series default
25729  und 
25730 \series bold
25731 ?
25732 \begin_inset space \hspace{}
25733 \length 0mm
25734 \end_inset
25735
25736 `
25737 \series default
25738 , denn man kann sie in LyX direkt in den Text eingeben.
25739 \end_layout
25740
25741 \begin_layout Subsection
25742 Akzente im Text
25743 \begin_inset CommandInset label
25744 LatexCommand label
25745 name "sub:Sonderzeichen-Akzente"
25746
25747 \end_inset
25748
25749
25750 \begin_inset Index idx
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754 Akzente ! im Text
25755 \end_layout
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Standard
25763 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25764  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25765 \end_layout
25766
25767 \begin_layout Standard
25768 \begin_inset space \hfill{}
25769 \end_inset
25770
25771
25772 \begin_inset Tabular
25773 <lyxtabular version="3" rows="8" columns="2">
25774 <features rotate="0" tabularvalignment="middle">
25775 <column alignment="block" valignment="top">
25776 <column alignment="block" valignment="top">
25777 <row>
25778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782 Befehl
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 Ergebnis
25792 \end_layout
25793
25794 \end_inset
25795 </cell>
25796 </row>
25797 <row>
25798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Plain Layout
25802
25803 \backslash
25804
25805 \begin_inset Quotes grd
25806 \end_inset
25807
25808 e
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25814 \begin_inset Text
25815
25816 \begin_layout Plain Layout
25817 \begin_inset ERT
25818 status collapsed
25819
25820 \begin_layout Plain Layout
25821
25822
25823 \backslash
25824 "e
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 </row>
25835 <row>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840
25841 \backslash
25842 `e
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851 \begin_inset ERT
25852 status collapsed
25853
25854 \begin_layout Plain Layout
25855
25856
25857 \backslash
25858 `e
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 </row>
25869 <row>
25870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25871 \begin_inset Text
25872
25873 \begin_layout Plain Layout
25874
25875 \backslash
25876 ^
25877 \begin_inset space \textvisiblespace{}
25878 \end_inset
25879
25880 e
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25886 \begin_inset Text
25887
25888 \begin_layout Plain Layout
25889 \begin_inset ERT
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893
25894
25895 \backslash
25896 ^e
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \end_inset
25905 </cell>
25906 </row>
25907 <row>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912
25913 \backslash
25914 =e
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923 \begin_inset ERT
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927
25928
25929 \backslash
25930 =e
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 </row>
25941 <row>
25942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946
25947 \backslash
25948 u
25949 \begin_inset space \textvisiblespace{}
25950 \end_inset
25951
25952 e
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25958 \begin_inset Text
25959
25960 \begin_layout Plain Layout
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 u e
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 b
25987 \begin_inset space \textvisiblespace{}
25988 \end_inset
25989
25990 e
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003
26004
26005 \backslash
26006 b e
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 </row>
26017 <row>
26018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022
26023 \backslash
26024 t
26025 \begin_inset space \textvisiblespace{}
26026 \end_inset
26027
26028 ee
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 t ee
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 </lyxtabular>
26056
26057 \end_inset
26058
26059
26060 \begin_inset space \hfill{}
26061 \end_inset
26062
26063
26064 \begin_inset Tabular
26065 <lyxtabular version="3" rows="8" columns="2">
26066 <features rotate="0" tabularvalignment="middle">
26067 <column alignment="block" valignment="top">
26068 <column alignment="center" valignment="top">
26069 <row>
26070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 Befehl
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 Ergebnis
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 </row>
26089 <row>
26090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094
26095 \backslash
26096 H
26097 \begin_inset space \textvisiblespace{}
26098 \end_inset
26099
26100 e
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset ERT
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113
26114
26115 \backslash
26116 H e
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 'e
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset ERT
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147
26148
26149 \backslash
26150 'e
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 </row>
26161 <row>
26162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166
26167 \backslash
26168 ~e
26169 \begin_inset Index idx
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173 Tilde
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 ~e
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 .e
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226
26227 \backslash
26228 .e
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 v
26247 \begin_inset space \textvisiblespace{}
26248 \end_inset
26249
26250 e
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264
26265 \backslash
26266 v e
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 </row>
26277 <row>
26278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282
26283 \backslash
26284 d
26285 \begin_inset space \textvisiblespace{}
26286 \end_inset
26287
26288 e
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 \begin_inset ERT
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301
26302
26303 \backslash
26304 d e
26305 \end_layout
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 </row>
26315 <row>
26316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320
26321 \backslash
26322 c
26323 \begin_inset space \textvisiblespace{}
26324 \end_inset
26325
26326 e
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339
26340
26341 \backslash
26342 c e
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 </row>
26353 </lyxtabular>
26354
26355 \end_inset
26356
26357
26358 \begin_inset space \hfill{}
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \begin_layout Standard
26365 \begin_inset VSpace medskip
26366 \end_inset
26367
26368 Mit dem Befehl 
26369 \series bold
26370
26371 \backslash
26372 t
26373 \series default
26374  können auch zwei verschiedene Zeichen akzentuiert werden.
26375  Der Befehl 
26376 \series bold
26377
26378 \backslash
26379 t
26380 \begin_inset space \textvisiblespace{}
26381 \end_inset
26382
26383 sz
26384 \series default
26385  ergibt: 
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 t sz
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Standard
26402 Die Akzente 
26403 \series bold
26404 `
26405 \series default
26406  , 
26407 \series bold
26408 '
26409 \series default
26410  und 
26411 \series bold
26412 ^
26413 \series default
26414  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26415  werden ohne den TeX-Modus zu benutzen.
26416  Dasselbe gilt für die Tilde
26417 \begin_inset Foot
26418 status collapsed
26419
26420 \begin_layout Plain Layout
26421 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26422 \end_layout
26423
26424 \end_inset
26425
26426  
26427 \series bold
26428 ~
26429 \series default
26430  in Verbindung mit 
26431 \emph on
26432 a
26433 \emph default
26434  , 
26435 \emph on
26436 n
26437 \emph default
26438  oder 
26439 \emph on
26440 o
26441 \emph default
26442 .
26443 \end_layout
26444
26445 \begin_layout Standard
26446 Die Befehle 
26447 \series bold
26448
26449 \backslash
26450 b
26451 \series default
26452  , 
26453 \series bold
26454
26455 \backslash
26456 c
26457 \series default
26458  , 
26459 \series bold
26460
26461 \backslash
26462 d
26463 \series default
26464  , 
26465 \series bold
26466
26467 \backslash
26468 H
26469 \series default
26470  , 
26471 \series bold
26472
26473 \backslash
26474 t
26475 \series default
26476  , 
26477 \series bold
26478
26479 \backslash
26480 u
26481 \series default
26482  , 
26483 \series bold
26484
26485 \backslash
26486 v
26487 \series default
26488  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26489  Textmodus verfügbar.
26490  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26491  
26492 \begin_inset CommandInset ref
26493 LatexCommand ref
26494 reference "sub:Akzente-für-ein"
26495
26496 \end_inset
26497
26498 .
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset VSpace bigskip
26503 \end_inset
26504
26505 Des Weiteren kann man mit dem Befehl 
26506 \series bold
26507
26508 \backslash
26509 textcircled
26510 \series default
26511
26512 \begin_inset Index idx
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 Befehle ! T ! 
26517 \backslash
26518 textcircled
26519 \end_layout
26520
26521 \end_inset
26522
26523 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26524  Kreis setzen, quasi mit einem Kreis akzentuieren.
26525 \end_layout
26526
26527 \begin_layout Standard
26528 \align center
26529 \begin_inset Tabular
26530 <lyxtabular version="3" rows="3" columns="2">
26531 <features rotate="0" tabularvalignment="middle">
26532 <column alignment="center" valignment="top">
26533 <column alignment="center" valignment="top">
26534 <row>
26535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26536 \begin_inset Text
26537
26538 \begin_layout Plain Layout
26539 Befehl
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 Ergebnis
26549 \begin_inset Note Note
26550 status collapsed
26551
26552 \begin_layout Plain Layout
26553
26554 \series bold
26555
26556 \backslash
26557 raisebox
26558 \series default
26559  in der Formel dient nur als Abstandhalter.
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575
26576 \backslash
26577 textcircled{w}
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 \begin_inset ERT
26587 status collapsed
26588
26589 \begin_layout Plain Layout
26590
26591
26592 \backslash
26593 textcircled{w}
26594 \end_layout
26595
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 </row>
26604 <row>
26605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609
26610 \backslash
26611 Large 
26612 \backslash
26613 textcircled{
26614 \backslash
26615 normalsize
26616 \backslash
26617 protect
26618 \backslash
26619 raisebox{-1.5pt}{W}}
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset Formula $\raisebox{4.5mm}{}$
26629 \end_inset
26630
26631
26632 \begin_inset ERT
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636
26637
26638 \backslash
26639 Large 
26640 \backslash
26641 textcircled{
26642 \backslash
26643 normalsize
26644 \backslash
26645 protect
26646 \backslash
26647 raisebox{-1.5pt}W}
26648 \end_layout
26649
26650 \end_inset
26651
26652
26653 \begin_inset Formula $\raisebox{-2mm}{}$
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 </row>
26662 </lyxtabular>
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Standard
26670 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26671  
26672 \series bold
26673
26674 \backslash
26675 Large
26676 \series default
26677
26678 \begin_inset Foot
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682 siehe 
26683 \begin_inset CommandInset ref
26684 LatexCommand ref
26685 reference "sub:Schriftgrößen"
26686
26687 \end_inset
26688
26689
26690 \end_layout
26691
26692 \end_inset
26693
26694  bestimmt dabei die Größe des Kreises.
26695  Mit Hilfe von 
26696 \series bold
26697
26698 \backslash
26699 raisebox
26700 \series default
26701
26702 \begin_inset Foot
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706 siehe 
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "sub:Boxen-ohne-Rahmen"
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \end_inset
26717
26718  kann man das Zeichen zentrieren.
26719 \end_layout
26720
26721 \begin_layout Subsection
26722 Minuskelziffern
26723 \begin_inset Index idx
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 Minuskelziffern
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \begin_layout Standard
26736 Minuskelziffern werden mit dem Befehl 
26737 \series bold
26738
26739 \backslash
26740 oldstylenums
26741 \series default
26742
26743 \begin_inset Index idx
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747 Befehle ! O ! 
26748 \backslash
26749 oldstylenums
26750 \end_layout
26751
26752 \end_inset
26753
26754  erzeugt.
26755  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26756  Das Befehlsschema lautet:
26757 \end_layout
26758
26759 \begin_layout Standard
26760
26761 \series bold
26762
26763 \backslash
26764 oldstylenums{Ziffer}
26765 \end_layout
26766
26767 \begin_layout Standard
26768 Der Befehl 
26769 \series bold
26770
26771 \backslash
26772 oldstylenums{0123456789
26773 \series default
26774  ergibt: 
26775 \begin_inset Formula $\oldstylenums{0123456789}$
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \begin_layout Section
26782 Formelstile
26783 \begin_inset CommandInset label
26784 LatexCommand label
26785 name "sec:Formelstile"
26786
26787 \end_inset
26788
26789
26790 \begin_inset Index idx
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 Formel ! Stile
26795 \end_layout
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \begin_layout Itemize
26803 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26804 \end_layout
26805
26806 \begin_deeper
26807 \begin_layout Description
26808 Zentriert ist der voreingestellte Standard
26809 \end_layout
26810
26811 \begin_layout Description
26812 Eingerückt dazu muss im Menü 
26813 \family sans
26814 Dokument\SpecialChar \menuseparator
26815 Einstellungen
26816 \family default
26817  unter 
26818 \family sans
26819 Dokumentklasse
26820 \family default
26821  die Option 
26822 \series bold
26823 fleqn
26824 \series default
26825  eingeben werden
26826 \end_layout
26827
26828 \begin_layout Standard
26829 Wird 
26830 \series bold
26831 Eingerückt
26832 \series default
26833  verwendet, kann mit der Länge 
26834 \series bold
26835
26836 \backslash
26837 mathindent
26838 \series default
26839
26840 \begin_inset Index idx
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 Befehle ! M ! 
26845 \backslash
26846 mathindent
26847 \end_layout
26848
26849 \end_inset
26850
26851  die Einrückung eingestellt werden.
26852  Soll der Abstand 15
26853 \begin_inset space \thinspace{}
26854 \end_inset
26855
26856 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26857 \end_layout
26858
26859 \begin_layout Standard
26860
26861 \series bold
26862
26863 \backslash
26864 setlength{
26865 \backslash
26866 mathindent}{15mm}
26867 \end_layout
26868
26869 \begin_layout Standard
26870 ein.
26871  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 pt verwendet.
26876 \end_layout
26877
26878 \end_deeper
26879 \begin_layout Itemize
26880 Und zwei verschiedene Nummerierungsstile:
26881 \end_layout
26882
26883 \begin_deeper
26884 \begin_layout Description
26885 Rechts ist der voreingestellte Standard
26886 \end_layout
26887
26888 \begin_layout Description
26889 Links dazu muss im Menü 
26890 \family sans
26891 Dokument\SpecialChar \menuseparator
26892 Einstellungen
26893 \family default
26894  unter 
26895 \family sans
26896 Dokumentklasse
26897 \family default
26898  die Option 
26899 \series bold
26900 leqno
26901 \series default
26902  eingeben werden
26903 \end_layout
26904
26905 \end_deeper
26906 \begin_layout Standard
26907
26908 \series bold
26909 fleqn
26910 \series default
26911  und 
26912 \series bold
26913 leqno
26914 \series default
26915  können auch gemeinsam verwendet werden.
26916  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26917 n.
26918 \end_layout
26919
26920 \begin_layout Standard
26921 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26922  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26923  ausgerichtete Formeln setzen, verwendet man den Stil 
26924 \series bold
26925 Zentriert
26926 \series default
26927 .
26928  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26929  
26930 \begin_inset CommandInset ref
26931 LatexCommand ref
26932 reference "sub:Flalign-Umgebung"
26933
26934 \end_inset
26935
26936 .
26937 \end_layout
26938
26939 \begin_layout Section
26940 Mehrzeilige Formeln
26941 \begin_inset CommandInset label
26942 LatexCommand label
26943 name "sec:Mehrzeilige-Formeln"
26944
26945 \end_inset
26946
26947
26948 \begin_inset Index idx
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952 Formel ! mehrzeilige
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Subsection
26961 Allgemeines
26962 \end_layout
26963
26964 \begin_layout Standard
26965 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26966 \family sans
26967 \series bold
26968 Strg+Enter
26969 \family default
26970 \series default
26971  drückt.
26972  Dies erzeugt entweder eine 
26973 \series bold
26974 eqnarray-Umgebung
26975 \series default
26976 , die in 
26977 \begin_inset CommandInset ref
26978 LatexCommand ref
26979 reference "sub:Eqnarray-Umgebung"
26980
26981 \end_inset
26982
26983  beschrieben ist oder, wenn die Option 
26984 \family sans
26985 AMS-Mathe-Paket verwenden
26986 \family default
26987  in den Dokumenteinstellungen gewählt ist, eine 
26988 \series bold
26989 align-Umgebung
26990 \series default
26991 , die in 
26992 \begin_inset CommandInset ref
26993 LatexCommand ref
26994 reference "sub:Standard-align-Umgebung"
26995
26996 \end_inset
26997
26998  beschrieben ist.
26999  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
27000  jedem Fall typographisch korrekt in der Ausgabe.
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27005 \family sans
27006 Einfügen\SpecialChar \menuseparator
27007 Mathe
27008 \family default
27009  erstellt werden können.
27010  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27011 \end_layout
27012
27013 \begin_layout Standard
27014 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27015  man 
27016 \family sans
27017 Strg+Enter
27018 \family default
27019  drückt.
27020  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27021 fe 
27022 \begin_inset Graphics
27023         filename ../../images/tabular-feature_append-row.png
27024         scale 85
27025
27026 \end_inset
27027
27028  bzw.
27029 \begin_inset space \space{}
27030 \end_inset
27031
27032
27033 \begin_inset Graphics
27034         filename ../../images/tabular-feature_delete-row.png
27035         scale 85
27036
27037 \end_inset
27038
27039  oder das Menü 
27040 \family sans
27041 Bearbeiten\SpecialChar \menuseparator
27042 Zeilen & Spalten
27043 \family default
27044  verwendet werden.
27045 \end_layout
27046
27047 \begin_layout Subsubsection
27048 Zeilenabstand
27049 \begin_inset CommandInset label
27050 LatexCommand label
27051 name "sub:Zeilenabstand"
27052
27053 \end_inset
27054
27055
27056 \begin_inset Index idx
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060 Formel ! mehrzeilige ! Zeilenabstand
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Standard
27069 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27070 \begin_inset Formula 
27071 \begin{eqnarray*}
27072 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}\\
27073 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
27074 \end{eqnarray*}
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Standard
27082 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27083 chbefehls angegeben.
27084  Dies ist in LyX aber nicht möglich
27085 \begin_inset Foot
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089 siehe 
27090 \begin_inset CommandInset href
27091 LatexCommand href
27092 name "LyX-Fehler #1505"
27093 target "http://www.lyx.org/trac/ticket/1505"
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101
27102 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27103  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27104  Zeile den Befehl 
27105 \series bold
27106
27107 \backslash
27108
27109 \backslash
27110 [3mm]
27111 \series default
27112  ein.
27113  Damit erhält man: 
27114 \begin_inset ERT
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118
27119
27120 \backslash
27121 begin{eqnarray*}
27122 \end_layout
27123
27124 \begin_layout Plain Layout
27125
27126 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27127  = & 
27128 \backslash
27129 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27130 \backslash
27131
27132 \backslash
27133 [3mm]
27134 \end_layout
27135
27136 \begin_layout Plain Layout
27137
27138 4x^{2}
27139 \backslash
27140 left(B^{2}+x_{0}^{2}
27141 \backslash
27142 right)+4x_{0}x
27143 \backslash
27144 left(D-B^{2}
27145 \backslash
27146 right)+B^{2}
27147 \backslash
27148 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27149 \backslash
27150 right) & = & 0
27151 \end_layout
27152
27153 \begin_layout Plain Layout
27154
27155
27156 \backslash
27157 end{eqnarray*}
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace bigskip
27167 \end_inset
27168
27169 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27170  man die Länge 
27171 \series bold
27172
27173 \backslash
27174 jot
27175 \series default
27176
27177 \begin_inset Index idx
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181 Befehle ! J ! 
27182 \backslash
27183 jot
27184 \end_layout
27185
27186 \end_inset
27187
27188 .
27189  Es gilt 
27190 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27191 \end_inset
27192
27193 .
27194  Voreingestellt ist für 
27195 \series bold
27196
27197 \backslash
27198 jot
27199 \series default
27200  der Wert 3
27201 \begin_inset space \thinspace{}
27202 \end_inset
27203
27204 pt.
27205  Um wie im vorigen Beispiel 3
27206 \begin_inset space \thinspace{}
27207 \end_inset
27208
27209 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27210 \end_layout
27211
27212 \begin_layout Standard
27213
27214 \series bold
27215
27216 \backslash
27217 setlength{
27218 \backslash
27219 jot}{3mm+3pt}
27220 \end_layout
27221
27222 \begin_layout Standard
27223 im TeX-Modus vor der Formel ein.
27224  Das setzt voraus, dass das LaTeX-Paket 
27225 \series bold
27226 calc
27227 \series default
27228
27229 \begin_inset Foot
27230 status collapsed
27231
27232 \begin_layout Plain Layout
27233
27234 \series bold
27235 calc
27236 \series default
27237  ist Teil jeder LaTeX-Standardinstallation.
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \begin_inset Index idx
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247 Pakete ! calc
27248 \end_layout
27249
27250 \end_inset
27251
27252  im LaTeX-Vorspann mit der Zeile
27253 \end_layout
27254
27255 \begin_layout Standard
27256
27257 \series bold
27258
27259 \backslash
27260 usepackage{calc}
27261 \end_layout
27262
27263 \begin_layout Standard
27264 geladen wurde.
27265 \end_layout
27266
27267 \begin_layout Standard
27268 Man erhält: 
27269 \begin_inset ERT
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273
27274
27275 \backslash
27276 setlength{
27277 \backslash
27278 jot}{3mm+3pt}
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \begin_inset Formula 
27285 \begin{eqnarray*}
27286 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}\\
27287 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
27288 \end{eqnarray*}
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 \begin_inset ERT
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300
27301
27302 \backslash
27303 setlength{
27304 \backslash
27305 jot}{3pt}
27306 \end_layout
27307
27308 \end_inset
27309
27310  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27311 \series bold
27312
27313 \backslash
27314 jot
27315 \series default
27316  auf den Wert 3
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 pt.
27321 \end_layout
27322
27323 \begin_layout Subsubsection
27324 Spaltenabstand
27325 \begin_inset CommandInset label
27326 LatexCommand label
27327 name "sub:Spaltenabstand"
27328
27329 \end_inset
27330
27331
27332 \begin_inset Index idx
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336 Formel ! mehrzeilige ! Spaltenabstand
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Standard
27345 Mehrzeilige Formeln bilden eine Matrix.
27346  Eine Formel in der Eqnarray-Umgebung ist z.
27347 \begin_inset space \thinspace{}
27348 \end_inset
27349
27350 B.
27351  eine dreispaltige Matrix.
27352  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27353  neben den Relationszeichen ändern.
27354 \end_layout
27355
27356 \begin_layout Standard
27357 Der Spaltenabstand wird mit der Länge 
27358 \series bold
27359
27360 \backslash
27361 arraycolsep
27362 \series default
27363
27364 \begin_inset Index idx
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368 Befehle ! A ! 
27369 \backslash
27370 arraycolsep
27371 \end_layout
27372
27373 \end_inset
27374
27375  festgelegt, wobei gilt:
27376 \begin_inset Newline newline
27377 \end_inset
27378
27379 Spaltenabstand = 2
27380 \begin_inset space \thinspace{}
27381 \end_inset
27382
27383
27384 \series bold
27385
27386 \backslash
27387 arraycolsep
27388 \series default
27389 .
27390 \begin_inset Newline newline
27391 \end_inset
27392
27393 Der im TeX-Modus eingegebene Befehl
27394 \end_layout
27395
27396 \begin_layout Standard
27397
27398 \series bold
27399
27400 \backslash
27401 setlength{
27402 \backslash
27403 arraycolsep}{1cm}
27404 \end_layout
27405
27406 \begin_layout Standard
27407 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27408 \begin_inset space \thinspace{}
27409 \end_inset
27410
27411 cm.
27412  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27413 \series bold
27414
27415 \backslash
27416 arraycolsep
27417 \series default
27418  auf 5
27419 \begin_inset space \thinspace{}
27420 \end_inset
27421
27422 pt.
27423 \end_layout
27424
27425 \begin_layout Standard
27426 Eine Formel mit 2
27427 \begin_inset space \thinspace{}
27428 \end_inset
27429
27430 cm Spaltenabstand:
27431 \begin_inset ERT
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435
27436
27437 \backslash
27438 setlength{
27439 \backslash
27440 arraycolsep}{1cm}
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \begin_inset Formula 
27447 \begin{eqnarray*}
27448 A & = & B\\
27449 C & \ne & A
27450 \end{eqnarray*}
27451
27452 \end_inset
27453
27454 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27455 \begin_inset space \thinspace{}
27456 \end_inset
27457
27458 pt:
27459 \begin_inset ERT
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463
27464
27465 \backslash
27466 setlength{
27467 \backslash
27468 arraycolsep}{5pt}
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \begin_inset Formula 
27475 \begin{eqnarray*}
27476 A & = & B\\
27477 C & \ne & A
27478 \end{eqnarray*}
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Subsubsection
27486 Lange Formeln
27487 \begin_inset Index idx
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Formel ! lange
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 Lange Formeln kann man wie folgt setzen:
27501 \end_layout
27502
27503 \begin_layout Itemize
27504 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27505  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27506 \begin_inset Formula 
27507 \begin{eqnarray}
27508 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 \\
27509  &  & -\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}
27510 \end{eqnarray}
27511
27512 \end_inset
27513
27514 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27515  als Operator, da es das erste Zeichen der Zeile ist.
27516  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27517  Bruchstrich unterscheiden.
27518  Um das zu verhindern, wurde mit dem Befehl 
27519 \series bold
27520
27521 \backslash
27522 hspace
27523 \series default
27524  3
27525 \begin_inset space \thinspace{}
27526 \end_inset
27527
27528 pt Leerraum hinter das Minuszeichen eingefügt.
27529 \begin_inset Foot
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 mehr zu 
27534 \series bold
27535
27536 \backslash
27537 hspace
27538 \series default
27539  siehe 
27540 \begin_inset CommandInset ref
27541 LatexCommand ref
27542 reference "sub:Variabler-Leerraum"
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \begin_inset Index idx
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556 Befehle ! H ! 
27557 \backslash
27558 hspace
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Itemize
27567 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27568 \series bold
27569
27570 \backslash
27571 lefteqn
27572 \series default
27573
27574 \begin_inset Index idx
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 Befehle ! L ! 
27579 \backslash
27580 lefteqn
27581 \end_layout
27582
27583 \end_inset
27584
27585 .
27586  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27587  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27588 \begin_inset Formula 
27589 \begin{eqnarray}
27590 \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 \\
27591  &  & -\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 \\
27592  &  & =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}
27593 \end{eqnarray}
27594
27595 \end_inset
27596
27597 Nachdem man 
27598 \series bold
27599
27600 \backslash
27601 lefteqn
27602 \series default
27603  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27604  das gegenüber dem blauen leicht verschoben ist.
27605  In dieses wird die Formel eingegeben.
27606 \begin_inset Newline newline
27607 \end_inset
27608
27609 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27610  eingegeben.
27611  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27612  Einrückung.
27613 \begin_inset VSpace medskip
27614 \end_inset
27615
27616
27617 \begin_inset Newline newline
27618 \end_inset
27619
27620
27621 \begin_inset Note Greyedout
27622 status open
27623
27624 \begin_layout Plain Layout
27625 Bei der Verwendung von 
27626 \series bold
27627
27628 \backslash
27629 lefteqn
27630 \series default
27631  ist Folgendes zu beachten:
27632 \end_layout
27633
27634 \begin_layout Itemize
27635 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27636  Würde man in obigem Beispiel der ersten Zeile den Term 
27637 \begin_inset Formula $-B^{2}$
27638 \end_inset
27639
27640  anfügen, befände sich dieser außerhalb des Seitenrands.
27641  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27642  Leerraum einfügen.
27643 \end_layout
27644
27645 \begin_layout Itemize
27646 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27647  erste Zeile gesetzt werden.
27648 \begin_inset Foot
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 \begin_inset CommandInset href
27653 LatexCommand href
27654 name "LyX-Fehler #1429"
27655 target "http://www.lyx.org/trac/ticket/1429"
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \end_inset
27663
27664  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27665  Pfeiltasten bewegen.
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Itemize
27674 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27675 \begin_inset CommandInset ref
27676 LatexCommand ref
27677 reference "sub:Multline-Umgebung"
27678
27679 \end_inset
27680
27681  und 
27682 \begin_inset CommandInset ref
27683 LatexCommand ref
27684 reference "sub:Mehrzeilige-Formelteile"
27685
27686 \end_inset
27687
27688  beschriebenen Umgebungen.
27689 \end_layout
27690
27691 \begin_layout Subsubsection
27692 Mehrzeilige Klammern
27693 \begin_inset CommandInset label
27694 LatexCommand label
27695 name "sub:Mehrzeilige-Klammern"
27696
27697 \end_inset
27698
27699
27700 \begin_inset Index idx
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 Klammern ! mehrzeilige
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27714 \begin_inset Formula 
27715 \begin{eqnarray*}
27716 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27717  &  & \left.\cdots+B-D\right]
27718 \end{eqnarray*}
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \begin_layout Standard
27726 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27727  Größe dürfen nicht über mehrere Zeilen gehen.
27728 \end_layout
27729
27730 \begin_layout Standard
27731 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27732  erste Zeile mit 
27733 \series bold
27734
27735 \backslash
27736 right.
27737 \series default
27738
27739 \begin_inset Index idx
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743 Befehle ! R ! 
27744 \backslash
27745 right
27746 \end_layout
27747
27748 \end_inset
27749
27750  und beginnt die zweite Zeile mit 
27751 \series bold
27752
27753 \backslash
27754 left.
27755 \begin_inset Foot
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 mehr zu 
27760 \series bold
27761
27762 \backslash
27763 left
27764 \series default
27765  und 
27766 \series bold
27767
27768 \backslash
27769 right
27770 \series default
27771  siehe 
27772 \begin_inset CommandInset ref
27773 LatexCommand ref
27774 reference "sub:Automatische-Klammergrößen"
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \end_inset
27782
27783
27784 \series default
27785
27786 \begin_inset Index idx
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790 Befehle ! L ! 
27791 \backslash
27792 left
27793 \end_layout
27794
27795 \end_inset
27796
27797 .
27798  Nach 
27799 \series bold
27800
27801 \backslash
27802 left.
27803
27804 \series default
27805  gibt man den Befehl 
27806 \series bold
27807
27808 \backslash
27809 vphantom
27810 \series default
27811
27812 \begin_inset space \textvisiblespace{}
27813 \end_inset
27814
27815
27816 \series bold
27817
27818 \backslash
27819 prod
27820 \series default
27821 ^
27822 \begin_inset space \textvisiblespace{}
27823 \end_inset
27824
27825
27826 \series bold
27827
27828 \backslash
27829 infty
27830 \series default
27831
27832 \begin_inset space \textvisiblespace{}
27833 \end_inset
27834
27835
27836 \series bold
27837
27838 \begin_inset Formula $\downarrow$
27839 \end_inset
27840
27841 _R=1}
27842 \series default
27843
27844 \begin_inset Index idx
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848 Befehle ! V ! 
27849 \backslash
27850 vphantom
27851 \end_layout
27852
27853 \end_inset
27854
27855  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27856  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27857 \end_layout
27858
27859 \begin_layout Standard
27860 Das Ergebnis sieht so aus:
27861 \begin_inset Formula 
27862 \begin{eqnarray*}
27863 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27864  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27865 \end{eqnarray*}
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Subsection
27873 Align-Umgebungen
27874 \end_layout
27875
27876 \begin_layout Standard
27877 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27878  werden.
27879  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27880 \end_layout
27881
27882 \begin_layout Standard
27883 Align-Umgebungen bestehen aus Spalten.
27884  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27885  ausgerichtet.
27886  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27887 \end_layout
27888
27889 \begin_layout Standard
27890 Align-Umgebung werden über das Menü 
27891 \family sans
27892 Einfügen\SpecialChar \menuseparator
27893 Mathe
27894 \family default
27895  erstellt.
27896  Über das Menü 
27897 \family sans
27898 Bearbeiten\SpecialChar \menuseparator
27899 Mathe\SpecialChar \menuseparator
27900 Formelart
27901 \begin_inset space ~
27902 \end_inset
27903
27904 ändern
27905 \family default
27906  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27907 \end_layout
27908
27909 \begin_layout Standard
27910 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27911
27912 \begin_inset Graphics
27913         filename ../../images/tabular-feature_append-column.png
27914         scale 85
27915
27916 \end_inset
27917
27918  bzw.
27919 \begin_inset space \space{}
27920 \end_inset
27921
27922
27923 \begin_inset Graphics
27924         filename ../../images/tabular-feature_delete-column.png
27925         scale 85
27926
27927 \end_inset
27928
27929  oder das Menü 
27930 \family sans
27931 Bearbeiten\SpecialChar \menuseparator
27932 Zeilen & Spalten
27933 \family default
27934  verwendet werden.
27935 \end_layout
27936
27937 \begin_layout Subsubsection
27938 Standard align-Umgebung
27939 \begin_inset CommandInset label
27940 LatexCommand label
27941 name "sub:Standard-align-Umgebung"
27942
27943 \end_inset
27944
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Formel ! mehrzeilige ! align-Umgebung
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Standard
27959 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27960 \family sans
27961 Strg+Enter
27962 \family default
27963  drückt oder das Menü 
27964 \family sans
27965 Einfügen\SpecialChar \menuseparator
27966 Mathe\SpecialChar \menuseparator
27967 AMS align-Umge\SpecialChar \-
27968 bung
27969 \family default
27970  aufruft.
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27975 n align-Umgebung erzeugt wurden:
27976 \begin_inset Formula 
27977 \begin{align*}
27978 A & =\sin(B) & C & =D\\
27979 C & \ne A & B & \ne D
27980 \end{align*}
27981
27982 \end_inset
27983
27984 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
27985  würde sich vor der ersten und hinter jeder geraden Spalte ein 
27986 \series bold
27987
27988 \backslash
27989 hfill
27990 \begin_inset Foot
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 mehr zu 
27995 \series bold
27996
27997 \backslash
27998 hfill
27999 \series default
28000  siehe 
28001 \begin_inset CommandInset ref
28002 LatexCommand ref
28003 reference "sub:Variabler-Leerraum"
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \series default
28014  befinden.
28015  Ist der Formelstil 
28016 \series bold
28017 Eingerückt
28018 \begin_inset Foot
28019 status collapsed
28020
28021 \begin_layout Plain Layout
28022 Formelstile siehe 
28023 \begin_inset CommandInset ref
28024 LatexCommand ref
28025 reference "sec:Formelstile"
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \series default
28036  gewählt, wird die Formel ohne den 
28037 \series bold
28038
28039 \backslash
28040 hfill
28041 \series default
28042  vor der ersten Spalte gesetzt.
28043 \end_layout
28044
28045 \begin_layout Subsubsection
28046 Alignat-Umgebung
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Formel ! mehrzeilige ! alignat-Umgebung
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Standard
28060 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28061  Man kann ihn manuell durch die in 
28062 \begin_inset CommandInset ref
28063 LatexCommand ref
28064 reference "sub:Leerraum"
28065
28066 \end_inset
28067
28068  beschriebenen Leerräume einfügen.
28069 \end_layout
28070
28071 \begin_layout Standard
28072 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28073  Formel 1
28074 \begin_inset space \thinspace{}
28075 \end_inset
28076
28077 cm Leerraum eingefügt wurde:
28078 \begin_inset Formula 
28079 \begin{alignat*}{2}
28080 A & =\sin(B) & \hspace{1cm}C & =D\\
28081 C & \ne A & B & \ne D
28082 \end{alignat*}
28083
28084 \end_inset
28085
28086 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28087  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28088  Formeln.
28089 \end_layout
28090
28091 \begin_layout Subsubsection
28092 Flalign-Umgebung
28093 \begin_inset CommandInset label
28094 LatexCommand label
28095 name "sub:Flalign-Umgebung"
28096
28097 \end_inset
28098
28099
28100 \begin_inset Index idx
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104 Formel ! mehrzeilige ! flalign-Umgebung
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28114  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28115  Dazu ein Beispiel:
28116 \begin_inset Formula 
28117 \begin{flalign*}
28118 A & =1 & B & =2 & C & =3\\
28119 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28120 \end{flalign*}
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28129  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28130  im Dokument links setzen obwohl der Formelstil 
28131 \series bold
28132 Zentriert
28133 \series default
28134  eingestellt ist.
28135  Als Beispiel die eingerückte ausgerichtete Formel 
28136 \begin_inset CommandInset ref
28137 LatexCommand eqref
28138 reference "eq:VolInt"
28139
28140 \end_inset
28141
28142 :
28143 \begin_inset Formula 
28144 \begin{flalign}
28145 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28146 \end{flalign}
28147
28148 \end_inset
28149
28150 In den ersten beiden Spalten befindet sich die Formel.
28151  Damit sie wie beim Formelstil 
28152 \series bold
28153 Eingerückt
28154 \series default
28155  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28156 \begin_inset space \thinspace{}
28157 \end_inset
28158
28159 pt Leerraum eingefügt.
28160 \end_layout
28161
28162 \begin_layout Subsection
28163 Eqnarray-Umgebung
28164 \begin_inset CommandInset label
28165 LatexCommand label
28166 name "sub:Eqnarray-Umgebung"
28167
28168 \end_inset
28169
28170
28171 \begin_inset Index idx
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175 Formel ! mehrzeilige ! Eqnarray-Umgebung
28176 \end_layout
28177
28178 \end_inset
28179
28180
28181 \end_layout
28182
28183 \begin_layout Standard
28184 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28185  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28186  ausgerichtet.
28187  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28188  da dieses Kästchen nur für Relationzeichen gedacht ist.
28189 \begin_inset Formula 
28190 \begin{eqnarray*}
28191 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28192 AB & AB & AB\\
28193 A & = & A
28194 \end{eqnarray*}
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Subsection
28202 Gather-Umgebung
28203 \begin_inset Index idx
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 Formel ! mehrzeilige ! Gather-Umgebung
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Standard
28216 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28217  Jede Zeile kann nummeriert werden.
28218 \begin_inset Formula 
28219 \begin{gather}
28220 A=1\\
28221 X=\textrm{-}1
28222 \end{gather}
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Subsection
28230 Multline-Umgebung
28231 \begin_inset CommandInset label
28232 LatexCommand label
28233 name "sub:Multline-Umgebung"
28234
28235 \end_inset
28236
28237
28238 \begin_inset Index idx
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242 Formel ! mehrzeilige ! Multline-Umgebung
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \begin_layout Standard
28251 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28252  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28253  Alle anderen Zeilen sind zentriert.
28254  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28255  Als Beispiel Formel 
28256 \begin_inset CommandInset ref
28257 LatexCommand eqref
28258 reference "eq:lefteqn"
28259
28260 \end_inset
28261
28262  in der multline-Umgebung:
28263 \begin_inset Formula 
28264 \begin{multline}
28265 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}\\
28266 -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}\\
28267 =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}}
28268 \end{multline}
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28277  nummeriert, wenn rechts (links) nummeriert wird.
28278 \begin_inset Foot
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282 Nummerierungsstile siehe 
28283 \begin_inset CommandInset ref
28284 LatexCommand ref
28285 reference "sec:Formelstile"
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \end_inset
28293
28294
28295 \end_layout
28296
28297 \begin_layout Standard
28298 Mit den Befehlen 
28299 \series bold
28300
28301 \backslash
28302 shoveright
28303 \series default
28304
28305 \begin_inset Index idx
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 Befehle ! S ! 
28310 \backslash
28311 shoveright
28312 \end_layout
28313
28314 \end_inset
28315
28316  und 
28317 \series bold
28318
28319 \backslash
28320 shoveleft
28321 \series default
28322
28323 \begin_inset Index idx
28324 status collapsed
28325
28326 \begin_layout Plain Layout
28327 Befehle ! S ! 
28328 \backslash
28329 shoveleft
28330 \end_layout
28331
28332 \end_inset
28333
28334  kann eine zentrierte Zeile rechts bzw.
28335 \begin_inset space \space{}
28336 \end_inset
28337
28338 links ausgerichtet werden.
28339  Die Befehle werden folgendermaßen verwendet:
28340 \end_layout
28341
28342 \begin_layout Standard
28343
28344 \series bold
28345
28346 \backslash
28347 shoveright{Zeileninhalt}
28348 \series default
28349  bzw.
28350 \begin_inset space \space{}
28351 \end_inset
28352
28353
28354 \series bold
28355
28356 \backslash
28357 shoveleft{Zeileninhalt}
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset VSpace medskip
28362 \end_inset
28363
28364 Die Länge 
28365 \series bold
28366
28367 \backslash
28368 multlinegap
28369 \series default
28370
28371 \begin_inset Index idx
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375 Befehle ! M ! 
28376 \backslash
28377 multlinegap
28378 \end_layout
28379
28380 \end_inset
28381
28382  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28383  Voreingestellt ist die Länge 0
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387 pt.
28388 \end_layout
28389
28390 \begin_layout Standard
28391 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28392 \end_layout
28393
28394 \begin_layout Standard
28395
28396 \series bold
28397
28398 \backslash
28399 setlength{
28400 \backslash
28401 multlinegap}{2cm}
28402 \end_layout
28403
28404 \begin_layout Standard
28405 eingegeben wurde:
28406 \begin_inset ERT
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410
28411
28412 \backslash
28413 setlength{
28414 \backslash
28415 multlinegap}{2cm}
28416 \end_layout
28417
28418 \end_inset
28419
28420
28421 \begin_inset Formula 
28422 \begin{multline}
28423 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}\\
28424 \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}}\\
28425 =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}}
28426 \end{multline}
28427
28428 \end_inset
28429
28430
28431 \begin_inset ERT
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435
28436
28437 \backslash
28438 setlength{
28439 \backslash
28440 multlinegap}{0pt}
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Standard
28449 Die zweite Zeile wurde mit 
28450 \series bold
28451
28452 \backslash
28453 shoveleft
28454 \series default
28455  linksbündig ausgerichtet.
28456 \end_layout
28457
28458 \begin_layout Subsection
28459 Mehrzeilige Formelteile
28460 \begin_inset CommandInset label
28461 LatexCommand label
28462 name "sub:Mehrzeilige-Formelteile"
28463
28464 \end_inset
28465
28466
28467 \begin_inset Index idx
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471 Formel ! mehrzeilige ! Formelteile
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28481  der folgenden Umgebungen: 
28482 \series bold
28483 aligned
28484 \series default
28485
28486 \series bold
28487 alignedat
28488 \series default
28489
28490 \series bold
28491 gathered
28492 \series default
28493  oder 
28494 \series bold
28495 split
28496 \series default
28497 .
28498  Sie können über das Menü 
28499 \family sans
28500 Einfügen\SpecialChar \menuseparator
28501 Mathe
28502 \family default
28503  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28504 \end_layout
28505
28506 \begin_layout Standard
28507 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28508 n Formel\SpecialChar \-
28509 umgebungen.
28510  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28511  Dazu ein Beispiel:
28512 \begin_inset Formula 
28513 \[
28514 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28515 \Delta E\Delta t & \ge\frac{\hbar}{2}
28516 \end{aligned}
28517 \right\} \textrm{Unbestimmtheitsrelationen}
28518 \]
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \begin_layout Standard
28526 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28527  der Befehl 
28528 \series bold
28529
28530 \backslash
28531 aligned
28532 \series default
28533
28534 \begin_inset Index idx
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538 Befehle ! A ! 
28539 \backslash
28540 aligned
28541 \end_layout
28542
28543 \end_inset
28544
28545  eingegeben wird.
28546  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28547  und Zeilen hinzufügen kann.
28548  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28549  gesetzt werden.
28550 \end_layout
28551
28552 \begin_layout Standard
28553 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28554  ausgerichtet sind.
28555  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28556  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28557  Als Beispiel Formel 
28558 \begin_inset CommandInset ref
28559 LatexCommand eqref
28560 reference "eq:kurzlang"
28561
28562 \end_inset
28563
28564  in der aligned-Umgebung:
28565 \begin_inset Formula 
28566 \begin{equation}
28567 \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}|}\\
28568  & -\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}|}
28569 \end{aligned}
28570 \end{equation}
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Standard
28578 Möchte man die Umgebung 
28579 \series bold
28580 alignedat
28581 \series default
28582
28583 \series bold
28584 gathered
28585 \series default
28586  oder 
28587 \series bold
28588 split
28589 \series default
28590  verwenden, gibt man den Befehl 
28591 \series bold
28592
28593 \backslash
28594 alignedat
28595 \series default
28596 ,
28597 \begin_inset Index idx
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601 Befehle ! A ! 
28602 \backslash
28603 alignedat
28604 \end_layout
28605
28606 \end_inset
28607
28608  
28609 \series bold
28610
28611 \backslash
28612 gathered
28613 \series default
28614
28615 \begin_inset Index idx
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619 Befehle ! G ! 
28620 \backslash
28621 gathered
28622 \end_layout
28623
28624 \end_inset
28625
28626  bzw.
28627 \begin_inset space \space{}
28628 \end_inset
28629
28630
28631 \series bold
28632
28633 \backslash
28634 split
28635 \series default
28636
28637 \begin_inset Index idx
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641 Befehle ! S ! 
28642 \backslash
28643 split
28644 \end_layout
28645
28646 \end_inset
28647
28648  ein.
28649  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28650  jedoch darf sie nur zwei Spalten enthalten.
28651 \end_layout
28652
28653 \begin_layout Subsection
28654 Text in mehrzeiligen Formeln
28655 \begin_inset CommandInset label
28656 LatexCommand label
28657 name "sub:Text-in-mehrzeiligen"
28658
28659 \end_inset
28660
28661
28662 \begin_inset Index idx
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Text ! in Formeln
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \begin_inset Index idx
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676 Formel ! mehrzeilige ! Text
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28686  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28687  die Ausrichtung der Spalten nicht beeinflusst.
28688  Dazu wird der Befehl 
28689 \series bold
28690
28691 \backslash
28692 intertext
28693 \begin_inset Index idx
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 Befehle ! I ! 
28698 \backslash
28699 intertext
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \series default
28706  nach folgendem Schema benutzt:
28707 \end_layout
28708
28709 \begin_layout Standard
28710
28711 \series bold
28712
28713 \backslash
28714 intertext{Text}
28715 \end_layout
28716
28717 \begin_layout Standard
28718 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28719  werden kann.
28720  Weil LyX 
28721 \series bold
28722
28723 \backslash
28724 intertext
28725 \series default
28726  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28727  Text.
28728  
28729 \series bold
28730
28731 \backslash
28732 intertext
28733 \series default
28734  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28735  dieser Zeile.
28736  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28737 \begin_inset Formula 
28738 \begin{align}
28739 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28740 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28741 \end{align}
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Section
28749 Formelnummerierung
28750 \begin_inset Index idx
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 Formelnummerierung
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \begin_inset Index idx
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764 Formel ! Nummerierung|see
28765 \begin_inset ERT
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769
28770 {
28771 \end_layout
28772
28773 \end_inset
28774
28775 Formelnummerierung
28776 \begin_inset ERT
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780
28781 }
28782 \end_layout
28783
28784 \end_inset
28785
28786
28787 \end_layout
28788
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Subsection
28795 Allgemeines
28796 \end_layout
28797
28798 \begin_layout Standard
28799 Nummerierte Formeln können mit dem Menü 
28800 \family sans
28801 Einfügen\SpecialChar \menuseparator
28802 Mathe\SpecialChar \menuseparator
28803 Nummerierte
28804 \begin_inset space ~
28805 \end_inset
28806
28807 Formel
28808 \family default
28809  (Tastenkürzel 
28810 \family sans
28811 Strg+Alt
28812 \begin_inset space ~
28813 \end_inset
28814
28815 N
28816 \family default
28817 ) erstellt, bestehende Formeln über das Menü 
28818 \family sans
28819 Bearbeiten\SpecialChar \menuseparator
28820 Mathe\SpecialChar \menuseparator
28821 Nummerierung
28822 \begin_inset space ~
28823 \end_inset
28824
28825 an/aus
28826 \family default
28827  (Tastenkürzel 
28828 \family sans
28829 Alt+M
28830 \begin_inset space ~
28831 \end_inset
28832
28833 N
28834 \family default
28835 ) nummeriert werden.
28836  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28837  Klammern.
28838  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28839 \end_layout
28840
28841 \begin_layout Standard
28842 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28843  Zeilen nummeriert.
28844  Man kann jedoch über das Menü 
28845 \family sans
28846 Bearbeiten\SpecialChar \menuseparator
28847 Mathe\SpecialChar \menuseparator
28848 Zeilennummerierung an/aus
28849 \family default
28850  (Tastenkürzel 
28851 \family sans
28852 Alt+M
28853 \begin_inset space ~
28854 \end_inset
28855
28856 Shift+N
28857 \family default
28858 ) für jede Zeile die Nummerierung festlegen.
28859 \end_layout
28860
28861 \begin_layout Standard
28862 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28863  werden, siehe 
28864 \begin_inset CommandInset ref
28865 LatexCommand ref
28866 reference "sec:Formelstile"
28867
28868 \end_inset
28869
28870 .
28871 \end_layout
28872
28873 \begin_layout Subsection
28874 Querverweise
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 Querverweise ! auf Formeln
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Standard
28888 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28889  Eine Marke wird mit dem Menü 
28890 \family sans
28891 Einfügen\SpecialChar \menuseparator
28892 Marke
28893 \family default
28894  oder dem Werkzeugleistenknopf 
28895 \begin_inset Graphics
28896         filename ../../images/label-insert.png
28897         scale 85
28898
28899 \end_inset
28900
28901  gesetzt.
28902  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28903  Alternativ klickt man mit rechts auf die Formel und wählt 
28904 \family sans
28905 Formelmarke
28906 \family default
28907 .
28908  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28909 \series bold
28910 eq:
28911 \series default
28912 , nachdem der eigentliche Markenname eingegeben wird.
28913  Der voreingestellte Eintrag steht für 
28914 \begin_inset Quotes gld
28915 \end_inset
28916
28917 equation
28918 \begin_inset Quotes grd
28919 \end_inset
28920
28921  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28922  einer Formel und nicht zu einem Kapitel gehört.
28923  Um eine Marke zu ändern, wählt man wieder das Menü 
28924 \family sans
28925 Einfügen\SpecialChar \menuseparator
28926 Marke
28927 \family default
28928  oder man klickt mit rechts auf eine Formel und dann auf 
28929 \family sans
28930 Formelmarke
28931 \family default
28932 .
28933 \end_layout
28934
28935 \begin_layout Standard
28936 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28937  Eine Formel mit Marke wird immer nummeriert.
28938 \end_layout
28939
28940 \begin_layout Standard
28941 Querverweise werden mit dem Menü 
28942 \family sans
28943 Einfügen\SpecialChar \menuseparator
28944 Querverweis
28945 \family default
28946  oder dem Werkzeugleistenknopf 
28947 \begin_inset Graphics
28948         filename ../../images/dialog-show-new-inset_ref.png
28949         scale 85
28950
28951 \end_inset
28952
28953  eingefügt.
28954  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28955  Wenn man im Querverweis Dialogfenster das Format 
28956 \series bold
28957 (<Querverweis>)
28958 \series default
28959  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28960 \begin_inset Newline newline
28961 \end_inset
28962
28963 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28964  man zur Formel auf die verwiesen wird.
28965 \end_layout
28966
28967 \begin_layout Standard
28968 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28969 \begin_inset Note Note
28970 status open
28971
28972 \begin_layout Plain Layout
28973 Man beachte die unterschiedlichen Querverweistypen.
28974 \end_layout
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Standard
28982 Die Gleichungen 
28983 \begin_inset CommandInset ref
28984 LatexCommand eqref
28985 reference "eq:tag"
28986
28987 \end_inset
28988
28989  und 
28990 \begin_inset CommandInset ref
28991 LatexCommand eqref
28992 reference "eq:c"
28993
28994 \end_inset
28995
28996  sind äquivalent.
28997  In (
28998 \begin_inset CommandInset ref
28999 LatexCommand ref
29000 reference "eq:Lat"
29001
29002 \end_inset
29003
29004 ) werden im Gegensatz zu (
29005 \begin_inset CommandInset ref
29006 LatexCommand ref
29007 reference "eq:Roem"
29008
29009 \end_inset
29010
29011 ) große lateinische Buchstaben zur Nummerierung verwendet.
29012 \end_layout
29013
29014 \begin_layout Standard
29015 \begin_inset VSpace medskip
29016 \end_inset
29017
29018 Ist im Argument von 
29019 \series bold
29020
29021 \backslash
29022 tag
29023 \begin_inset Foot
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027
29028 \series bold
29029
29030 \backslash
29031 tag
29032 \series default
29033  ist in 
29034 \begin_inset CommandInset ref
29035 LatexCommand ref
29036 reference "sub:Benutzerdefinierte-Nummerierung"
29037
29038 \end_inset
29039
29040  beschrieben.
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \series default
29047  wie in 
29048 \begin_inset CommandInset ref
29049 LatexCommand ref
29050 reference "sub:Absatzboxen"
29051
29052 \end_inset
29053
29054  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29055 \end_layout
29056
29057 \begin_layout Subsection
29058 Unternummerierung
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Formelnummerierung ! Unternummerierung
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Standard
29072 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29073  
29074 \begin_inset Newline newline
29075 \end_inset
29076
29077
29078 \series bold
29079
29080 \backslash
29081 begin{subequations}
29082 \series default
29083  und 
29084 \series bold
29085
29086 \backslash
29087 end{subequations}
29088 \series default
29089  erreichen.
29090  Beide Befehle werden im TeX-Modus eingegeben.
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Dazu ein Beispiel:
29095 \begin_inset Formula 
29096 \begin{equation}
29097 A=C-B\label{eq:a}
29098 \end{equation}
29099
29100 \end_inset
29101
29102
29103 \begin_inset ERT
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107
29108
29109 \backslash
29110 addtocounter{equation}{-1}
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \begin_inset ERT
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120
29121
29122 \backslash
29123 begin{subequations}
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \begin_inset VSpace -5mm
29130 \end_inset
29131
29132
29133 \begin_inset Formula 
29134 \begin{equation}
29135 B=C-A\label{eq:b}
29136 \end{equation}
29137
29138 \end_inset
29139
29140
29141 \begin_inset Formula 
29142 \begin{equation}
29143 C=A+B\label{eq:c}
29144 \end{equation}
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Standard
29152 \begin_inset ERT
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156
29157
29158 \backslash
29159 end{subequations}
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29169 \end_layout
29170
29171 \begin_layout Enumerate
29172 erste Formel eingeben
29173 \end_layout
29174
29175 \begin_layout Enumerate
29176
29177 \series bold
29178
29179 \backslash
29180 addtocounter{equation}{-1} 
29181 \backslash
29182 begin{subequations}
29183 \begin_inset Index idx
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Befehle ! A ! 
29188 \backslash
29189 addtocounter
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \begin_inset Newline newline
29196 \end_inset
29197
29198
29199 \series default
29200 nach der ersten Formel einfügen
29201 \end_layout
29202
29203 \begin_layout Enumerate
29204 zweite Formel eingeben
29205 \end_layout
29206
29207 \begin_layout Enumerate
29208 dritte Formel eingeben
29209 \end_layout
29210
29211 \begin_layout Enumerate
29212
29213 \series bold
29214
29215 \backslash
29216 end{subequations}
29217 \series default
29218  nach der dritten Formel einfügen
29219 \end_layout
29220
29221 \begin_layout Standard
29222 Jede Formel, die zwischen den Befehlen 
29223 \series bold
29224
29225 \backslash
29226 begin
29227 \series default
29228  und 
29229 \series bold
29230
29231 \backslash
29232 end
29233 \series default
29234  steht, wird mit a, b, c, \SpecialChar \ldots{}
29235  untergliedert.
29236  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29237  Alle untergliederten Formeln gelten als 
29238 \emph on
29239 eine
29240 \emph default
29241  nummerierte Formel.
29242  Da jede nummerierte Formel den Formelzähler 
29243 \series bold
29244 equation
29245 \series default
29246  um Eins erhöht, ist der Befehl 
29247 \series bold
29248
29249 \backslash
29250 addtocounter
29251 \series default
29252  notwendig um den Zähler wieder zu erniedrigen.
29253  Ansonsten würden die Formeln 
29254 \begin_inset CommandInset ref
29255 LatexCommand eqref
29256 reference "eq:a"
29257
29258 \end_inset
29259
29260
29261 \begin_inset CommandInset ref
29262 LatexCommand eqref
29263 reference "eq:b"
29264
29265 \end_inset
29266
29267
29268 \begin_inset CommandInset ref
29269 LatexCommand eqref
29270 reference "eq:c"
29271
29272 \end_inset
29273
29274  als 
29275 \begin_inset CommandInset ref
29276 LatexCommand eqref
29277 reference "eq:a"
29278
29279 \end_inset
29280
29281
29282 \begin_inset CommandInset ref
29283 LatexCommand eqref
29284 reference "eq:d"
29285
29286 \end_inset
29287
29288
29289 \begin_inset CommandInset ref
29290 LatexCommand eqref
29291 reference "eq:f"
29292
29293 \end_inset
29294
29295  nummeriert werden.
29296 \end_layout
29297
29298 \begin_layout Standard
29299 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29300  Formeln automatisch etwas Leerraum erstellt.
29301  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29302 \series bold
29303
29304 \backslash
29305 begin{subequations}
29306 \series default
29307  -5
29308 \begin_inset space \thinspace{}
29309 \end_inset
29310
29311 mm vertikalen Leerraum ein.
29312  Ist der Formelstil 
29313 \series bold
29314 Eingerückt
29315 \begin_inset Foot
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Formelstile siehe 
29320 \begin_inset CommandInset ref
29321 LatexCommand ref
29322 reference "sec:Formelstile"
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \series default
29333  gewählt, fügt man -7
29334 \begin_inset space \thinspace{}
29335 \end_inset
29336
29337 mm Leerraum ein.
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29342  der zweiten Zeile abgeschaltet wurde:
29343 \begin_inset ERT
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347
29348
29349 \backslash
29350 begin{subequations}
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \begin_inset Formula 
29357 \begin{eqnarray}
29358 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29359  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29360  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29361 \end{eqnarray}
29362
29363 \end_inset
29364
29365
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 end{subequations}
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \end_layout
29380
29381 \begin_layout Subsection
29382 Benutzerdefinierte Nummerierung
29383 \begin_inset CommandInset label
29384 LatexCommand label
29385 name "sub:Benutzerdefinierte-Nummerierung"
29386
29387 \end_inset
29388
29389
29390 \begin_inset Index idx
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394 Formelnummerierung ! benutzerdefinierte
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \begin_layout Standard
29403 \begin_inset Index idx
29404 status collapsed
29405
29406 \begin_layout Plain Layout
29407 Formelnummerierung ! eigene Klammern
29408 \end_layout
29409
29410 \end_inset
29411
29412 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29413  gesetzt.
29414  Will man diese Klammern z.
29415 \begin_inset space \thinspace{}
29416 \end_inset
29417
29418 B.
29419  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29420  an:
29421 \end_layout
29422
29423 \begin_layout Standard
29424
29425 \series bold
29426
29427 \backslash
29428 def
29429 \backslash
29430 tagform@#1{
29431 \backslash
29432 maketag@@@{|#1|}}
29433 \series default
29434
29435 \begin_inset Note Note
29436 status collapsed
29437
29438 \begin_layout Plain Layout
29439 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29440  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29441  werden.
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29451 \series bold
29452 #1
29453 \series default
29454  durch ein oder mehrere gewünschte Zeichen.
29455  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29456 \end_layout
29457
29458 \begin_layout Standard
29459 \begin_inset VSpace bigskip
29460 \end_inset
29461
29462 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29463  hinter der Formel stehen, benutzt man den Befehl 
29464 \series bold
29465
29466 \backslash
29467 tag
29468 \series default
29469
29470 \begin_inset Index idx
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 Befehle ! T ! 
29475 \backslash
29476 tag
29477 \end_layout
29478
29479 \end_inset
29480
29481 :
29482 \begin_inset Formula 
29483 \begin{equation}
29484 A+B=C\tag{etwas}\label{eq:tag}
29485 \end{equation}
29486
29487 \end_inset
29488
29489  In diesem Beispiel wurde in der Formel der Befehl 
29490 \series bold
29491
29492 \backslash
29493 tag
29494 \series default
29495
29496 \begin_inset space \textvisiblespace{}
29497 \end_inset
29498
29499
29500 \series bold
29501 etwas
29502 \series default
29503  eingegeben.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Gibt man stattdessen 
29508 \series bold
29509
29510 \backslash
29511 tag*
29512 \series default
29513
29514 \begin_inset space \textvisiblespace{}
29515 \end_inset
29516
29517
29518 \series bold
29519 etwas
29520 \series default
29521  ein, verhindert der Stern die Klammern um den Ausdruck:
29522 \begin_inset Formula 
29523 \[
29524 A+B=C\tag*{etwas}
29525 \]
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Standard
29533 \begin_inset VSpace bigskip
29534 \end_inset
29535
29536 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29537  oder 
29538 \begin_inset ERT
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542
29543
29544 \backslash
29545 mbox{
29546 \end_layout
29547
29548 \end_inset
29549
29550 -abschnitt
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556 }
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Note Note
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566 Der Befehl 
29567 \series bold
29568
29569 \backslash
29570 mbox
29571 \series default
29572  verhindert, dass am Bindestrich umgebrochen wird.
29573 \end_layout
29574
29575 \end_inset
29576
29577  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29578 \end_layout
29579
29580 \begin_layout Standard
29581
29582 \series bold
29583
29584 \backslash
29585 @addtoreset{equation}{part}
29586 \series default
29587
29588 \begin_inset Index idx
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 Befehle ! 
29593 \begin_inset ERT
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597
29598 "
29599 \end_layout
29600
29601 \end_inset
29602
29603 @
29604 \begin_inset ERT
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608
29609 "
29610 \end_layout
29611
29612 \end_inset
29613
29614  ! 
29615 \backslash
29616
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622 "
29623 \end_layout
29624
29625 \end_inset
29626
29627 @
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633 "
29634 \end_layout
29635
29636 \end_inset
29637
29638 addtoreset
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset Newline newline
29645 \end_inset
29646
29647 bzw.
29648 \begin_inset Newline newline
29649 \end_inset
29650
29651
29652 \series bold
29653
29654 \backslash
29655 @addtoreset{equation}{section}
29656 \end_layout
29657
29658 \begin_layout Standard
29659 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29660 \begin_inset Quotes gld
29661 \end_inset
29662
29663 @
29664 \begin_inset Quotes grd
29665 \end_inset
29666
29667  Zeichen für LaTeX mit dem Befehl 
29668 \series bold
29669
29670 \backslash
29671 makeatletter
29672 \series default
29673  
29674 \begin_inset Quotes gld
29675 \end_inset
29676
29677 aktiv
29678 \begin_inset Quotes grd
29679 \end_inset
29680
29681  gemacht werden.
29682  Der Befehl 
29683 \series bold
29684
29685 \backslash
29686 makeatother
29687 \series default
29688  macht dies wieder rückgängig.
29689  Daher ist die Befehlssequenz im TeX-Modus:
29690 \end_layout
29691
29692 \begin_layout Standard
29693
29694 \series bold
29695
29696 \backslash
29697 makeatletter
29698 \begin_inset Newline newline
29699 \end_inset
29700
29701
29702 \backslash
29703 @addtoreset{equation}{section}
29704 \begin_inset Newline newline
29705 \end_inset
29706
29707
29708 \backslash
29709 makeatother
29710 \end_layout
29711
29712 \begin_layout Standard
29713 Im LaTeX-Vorspann können 
29714 \series bold
29715
29716 \backslash
29717 makeatletter
29718 \series default
29719  und 
29720 \series bold
29721
29722 \backslash
29723 makeatother
29724 \series default
29725  weggelassen werden, da LyX sie automatisch intern einfügt.
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Um 
29730 \series bold
29731
29732 \backslash
29733 @addtoreset
29734 \series default
29735  rückgängig zu machen, muss die Datei 
29736 \series bold
29737 remreset.sty
29738 \series default
29739
29740 \begin_inset Foot
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745 \series bold
29746 remreset
29747 \series default
29748  ist Teil des LaTeX-Paketes 
29749 \series bold
29750 carlisle
29751 \series default
29752
29753 \begin_inset Index idx
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757 Pakete ! carlisle
29758 \end_layout
29759
29760 \end_inset
29761
29762 , das Teil jeder LaTeX-Standardinstallation ist.
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \begin_inset Index idx
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 Pakete ! remreset
29773 \end_layout
29774
29775 \end_inset
29776
29777  im LaTeX-Vorspann mit der Zeile
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 usepackage{remreset}
29786 \end_layout
29787
29788 \begin_layout Standard
29789 geladen werden.
29790  Dann kann der Befehl 
29791 \series bold
29792
29793 \backslash
29794 @removefromreset
29795 \series default
29796
29797 \begin_inset Index idx
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801 Befehle ! 
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807 "
29808 \end_layout
29809
29810 \end_inset
29811
29812 @
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818 "
29819 \end_layout
29820
29821 \end_inset
29822
29823  ! 
29824 \backslash
29825
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831 "
29832 \end_layout
29833
29834 \end_inset
29835
29836 @
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842 "
29843 \end_layout
29844
29845 \end_inset
29846
29847 removefromreset
29848 \end_layout
29849
29850 \end_inset
29851
29852  mit dem selben Schema wie 
29853 \series bold
29854
29855 \backslash
29856 @addtoreset
29857 \series default
29858  benutzt werden.
29859 \end_layout
29860
29861 \begin_layout Standard
29862 \begin_inset VSpace bigskip
29863 \end_inset
29864
29865 Oftmals möchte man Formeln in folgender Art nummerieren:
29866 \end_layout
29867
29868 \begin_layout Standard
29869
29870 \family typewriter
29871 (Kapitelnummer.Formelnummer)
29872 \end_layout
29873
29874 \begin_layout Standard
29875 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Für diesen Fall gibt es den Befehl 
29880 \series bold
29881
29882 \backslash
29883 numberwithin
29884 \series default
29885
29886 \begin_inset Index idx
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890 Befehle ! N ! 
29891 \backslash
29892 numberwithin
29893 \end_layout
29894
29895 \end_inset
29896
29897 , der nach folgendem Schema benutzt wird:
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 numberwithin{Zähler}{Gliederung}
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Zähler gibt an, welche Nummerierung betroffen ist.
29910  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29911 \end_layout
29912
29913 \begin_layout Standard
29914 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29915  ein:
29916 \end_layout
29917
29918 \begin_layout Standard
29919
29920 \series bold
29921
29922 \backslash
29923 numberwithin{equation}{section}
29924 \end_layout
29925
29926 \begin_layout Standard
29927 Das ist das Ergebnis:
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933
29934 \backslash
29935 numberwithin{equation}{section}
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Formula 
29942 \begin{equation}
29943 A+B=C
29944 \end{equation}
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Möchte man z.
29953 \begin_inset space \thinspace{}
29954 \end_inset
29955
29956 B.
29957  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29958  gibt man 
29959 \series bold
29960
29961 \backslash
29962 numberwithin{table}{part}
29963 \series default
29964  ein.
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29969 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29970  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29971 \end_layout
29972
29973 \begin_layout Standard
29974
29975 \series bold
29976
29977 \backslash
29978 renewcommand{
29979 \backslash
29980 theequation}{
29981 \backslash
29982 arabic{equation}}
29983 \begin_inset Index idx
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Befehle ! A ! 
29988 \backslash
29989 arabic
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \series default
29996
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 renewcommand{
30005 \backslash
30006 theequation}{
30007 \backslash
30008 arabic{equation}}
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \series bold
30015
30016 \begin_inset Newline newline
30017 \end_inset
30018
30019
30020 \series default
30021 bzw.
30022 \series bold
30023
30024 \begin_inset Newline newline
30025 \end_inset
30026
30027
30028 \backslash
30029 renewcommand{
30030 \backslash
30031 thetable}{
30032 \backslash
30033 arabic{table}}
30034 \end_layout
30035
30036 \begin_layout Standard
30037
30038 \series bold
30039
30040 \backslash
30041 numberwithin
30042 \series default
30043  benutzt intern den oben beschriebenen Befehl 
30044 \series bold
30045
30046 \backslash
30047 @addtoreset
30048 \series default
30049 , der ebenfalls rückgängig gemacht werden muss.
30050 \begin_inset ERT
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054
30055
30056 \backslash
30057 makeatletter
30058 \end_layout
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 @removefromreset{equation}{section}
30065 \end_layout
30066
30067 \begin_layout Plain Layout
30068
30069
30070 \backslash
30071 makeatother
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Subsection
30080 Nummerierung mit römischen Zahlen und Buchstaben
30081 \begin_inset Index idx
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 Formelnummerierung ! mit Buchstaben
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \begin_inset Index idx
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Formelnummerierung ! mit römischen Zahlen
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Standard
30104 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30105  werden.
30106  Um z.
30107 \begin_inset space \thinspace{}
30108 \end_inset
30109
30110 B.
30111  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30112  TeX-Modus den Befehl
30113 \end_layout
30114
30115 \begin_layout Standard
30116
30117 \series bold
30118
30119 \backslash
30120 renewcommand{
30121 \backslash
30122 theequation}{
30123 \backslash
30124 roman{equation}}
30125 \end_layout
30126
30127 \begin_layout Standard
30128 ein.
30129  
30130 \series bold
30131
30132 \backslash
30133 renewcommand
30134 \series default
30135
30136 \begin_inset Index idx
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 Befehle ! R ! 
30141 \backslash
30142 renewcommand
30143 \end_layout
30144
30145 \end_inset
30146
30147  weist dem vordefinierten Befehl 
30148 \series bold
30149
30150 \backslash
30151 theequation
30152 \series default
30153  den Befehl
30154 \begin_inset Newline linebreak
30155 \end_inset
30156
30157
30158 \series bold
30159
30160 \backslash
30161 roman{equation}
30162 \series default
30163  zu.
30164 \begin_inset Foot
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Der Befehl 
30169 \series bold
30170
30171 \backslash
30172 renewcommand
30173 \series default
30174  besitzt dasselbe Schema wie der in 
30175 \begin_inset CommandInset ref
30176 LatexCommand ref
30177 reference "sub:Der-Befehl-newcommand"
30178
30179 \end_inset
30180
30181  beschriebene Befehl
30182 \begin_inset Newline newline
30183 \end_inset
30184
30185
30186 \series bold
30187
30188 \backslash
30189 newcommand
30190 \series default
30191 .
30192 \end_layout
30193
30194 \end_inset
30195
30196  
30197 \series bold
30198 equation
30199 \series default
30200  ist der Formelzähler.
30201  Stellt man einem Zähler den Befehl 
30202 \series bold
30203
30204 \backslash
30205 the
30206 \series default
30207  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30208  wird.
30209  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30210  
30211 \series bold
30212
30213 \backslash
30214 theequation
30215 \series default
30216  hinter die Formel.
30217  
30218 \series bold
30219
30220 \backslash
30221 roman{equation}
30222 \begin_inset Index idx
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226 Befehle ! R ! 
30227 \backslash
30228 roman
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \series default
30235  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30236 \end_layout
30237
30238 \begin_layout Standard
30239 Alle Formeln nach dem 
30240 \series bold
30241
30242 \backslash
30243 renewcommand
30244 \series default
30245 -Befehl werden nun römisch nummeriert.
30246  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30247  den Befehl erneut ein, ersetzt aber 
30248 \series bold
30249
30250 \backslash
30251 roman
30252 \series default
30253  durch 
30254 \series bold
30255
30256 \backslash
30257 Roman
30258 \series default
30259
30260 \begin_inset Index idx
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264 Befehle ! R ! 
30265 \backslash
30266 roman@
30267 \backslash
30268 Roman
30269 \end_layout
30270
30271 \end_inset
30272
30273 .
30274  Für die 
30275 \begin_inset Quotes gld
30276 \end_inset
30277
30278 Nummerierung
30279 \begin_inset Quotes grd
30280 \end_inset
30281
30282  mit lateinischen Buchstaben gibt es den Befehl 
30283 \series bold
30284
30285 \backslash
30286 alph
30287 \series default
30288
30289 \begin_inset Index idx
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 Befehle ! A ! 
30294 \backslash
30295 alph
30296 \end_layout
30297
30298 \end_inset
30299
30300  für kleine und 
30301 \series bold
30302
30303 \backslash
30304 Alph
30305 \series default
30306
30307 \begin_inset Index idx
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311 Befehle ! A ! 
30312 \backslash
30313 alph@
30314 \backslash
30315 Alph
30316 \end_layout
30317
30318 \end_inset
30319
30320  für große Buchstaben.
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \begin_inset Note Greyedout
30325 status open
30326
30327 \begin_layout Plain Layout
30328
30329 \series bold
30330 \color none
30331 Achtung:
30332 \series default
30333  Es können nur maximal 26
30334 \begin_inset space ~
30335 \end_inset
30336
30337 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 renewcommand{
30354 \backslash
30355 theequation}{
30356 \backslash
30357 roman{equation}}
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Standard
30366 \begin_inset Formula 
30367 \begin{equation}
30368 A=\textrm{römisch}
30369 \end{equation}
30370
30371 \end_inset
30372
30373
30374 \begin_inset ERT
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378
30379
30380 \backslash
30381 renewcommand{
30382 \backslash
30383 theequation}{
30384 \backslash
30385 Roman{equation}}
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \begin_inset Formula 
30392 \begin{equation}
30393 B=\textrm{Römisch}\label{eq:Roem}
30394 \end{equation}
30395
30396 \end_inset
30397
30398
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404
30405 \backslash
30406 renewcommand{
30407 \backslash
30408 theequation}{
30409 \backslash
30410 alph{equation}}
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \begin_inset Formula 
30417 \begin{equation}
30418 C=\textrm{lateinisch}
30419 \end{equation}
30420
30421 \end_inset
30422
30423
30424 \begin_inset ERT
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429
30430 \backslash
30431 renewcommand{
30432 \backslash
30433 theequation}{
30434 \backslash
30435 Alph{equation}}
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \begin_inset Formula 
30442 \begin{equation}
30443 D=\textrm{Lateinisch}\label{eq:Lat}
30444 \end{equation}
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Standard
30452 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30453  ein:
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 renewcommand{
30462 \backslash
30463 theequation}{
30464 \backslash
30465 arabic{equation}}
30466 \begin_inset Index idx
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470 Befehle ! A ! 
30471 \backslash
30472 arabic
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \end_layout
30479
30480 \begin_layout Standard
30481 \begin_inset ERT
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485
30486
30487 \backslash
30488 renewcommand{
30489 \backslash
30490 theequation}{
30491 \backslash
30492 arabic{equation}}
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Formula 
30499 \begin{equation}
30500 E=\textrm{arabisch}
30501 \end{equation}
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset VSpace medskip
30510 \end_inset
30511
30512 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30513 riert.
30514  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30515  beginnen, müssen neue Formelzähler angelegt werden.
30516  Eine Beschreibung dazu findet man in der Datei 
30517 \begin_inset CommandInset href
30518 LatexCommand href
30519 name "Formelnummerierung.lyx"
30520 target "run:Formelnummerierung.lyx"
30521
30522 \end_inset
30523
30524 .
30525 \end_layout
30526
30527 \begin_layout Section
30528 Chemische Symbole und Reaktionsgleichungen
30529 \begin_inset CommandInset label
30530 LatexCommand label
30531 name "sub:Chemische-Symbole-und"
30532
30533 \end_inset
30534
30535
30536 \begin_inset Index idx
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 chemische Zeichen ! Symbole
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \begin_inset Index idx
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 Reaktionsgleichungen
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \begin_inset Index idx
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 Symbole ! chemische
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Ein Beispieltext aus der Chemie:
30570 \end_layout
30571
30572 \begin_layout Quote
30573 Das 
30574 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30575 \end_inset
30576
30577 -Ion verbindet sich mit zwei 
30578 \begin_inset Formula $\mathrm{Na^{+}}$
30579 \end_inset
30580
30581 -Ionen zu Natriumsulfat 
30582 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30583 \end_inset
30584
30585 .
30586  Die Reaktionsgleichung dazu lautet:
30587 \begin_inset Formula 
30588 \begin{equation}
30589 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30590 \end{equation}
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30599  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30600  in der Formel und wandelt diese mit der Tastenkombination 
30601 \family sans
30602 Alt+Z
30603 \begin_inset space ~
30604 \end_inset
30605
30606 R
30607 \family default
30608  in den aufrechten Schriftstil um.
30609 \begin_inset Foot
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613 Schriftstile siehe 
30614 \begin_inset CommandInset ref
30615 LatexCommand ref
30616 reference "sub:Schriftstile"
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \begin_layout Standard
30629 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30630 \series bold
30631  
30632 \backslash
30633 ce
30634 \series default
30635
30636 \begin_inset Index idx
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640 Befehle ! C ! 
30641 \backslash
30642 ce
30643 \end_layout
30644
30645 \end_inset
30646
30647  zu benutzen.
30648  Dieser ist verfügbar, wenn das LaTeX-Paket 
30649 \series bold
30650 mhchem
30651 \series default
30652
30653 \begin_inset Index idx
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657 Pakete ! mhchem
30658 \end_layout
30659
30660 \end_inset
30661
30662  installiert ist.
30663  Nachdem 
30664 \series bold
30665
30666 \backslash
30667 ce
30668 \series default
30669  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30670  Formeln in intuitiver Weise eingegeben werden können.
30671 \end_layout
30672
30673 \begin_layout Standard
30674 \align center
30675 \begin_inset Tabular
30676 <lyxtabular version="3" rows="9" columns="2">
30677 <features rotate="0" tabularvalignment="middle">
30678 <column alignment="center" valignment="top">
30679 <column alignment="center" valignment="top">
30680 <row>
30681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30682 \begin_inset Text
30683
30684 \begin_layout Plain Layout
30685 Befehl
30686 \end_layout
30687
30688 \end_inset
30689 </cell>
30690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30691 \begin_inset Text
30692
30693 \begin_layout Plain Layout
30694 Ergebnis
30695 \begin_inset Note Note
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700 \series bold
30701
30702 \backslash
30703 raisebox
30704 \series default
30705  dient nur als Abstandhalter.
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \end_inset
30714 </cell>
30715 </row>
30716 <row>
30717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721
30722 \backslash
30723 ce
30724 \begin_inset space \textvisiblespace{}
30725 \end_inset
30726
30727 H2CO3
30728 \end_layout
30729
30730 \end_inset
30731 </cell>
30732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30733 \begin_inset Text
30734
30735 \begin_layout Plain Layout
30736 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \end_inset
30743 </cell>
30744 </row>
30745 <row>
30746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30747 \begin_inset Text
30748
30749 \begin_layout Plain Layout
30750
30751 \backslash
30752 ce
30753 \begin_inset space \textvisiblespace{}
30754 \end_inset
30755
30756 SO4^2-
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30762 \begin_inset Text
30763
30764 \begin_layout Plain Layout
30765 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30766 \end_inset
30767
30768
30769 \end_layout
30770
30771 \end_inset
30772 </cell>
30773 </row>
30774 <row>
30775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30776 \begin_inset Text
30777
30778 \begin_layout Plain Layout
30779
30780 \backslash
30781 ce
30782 \begin_inset space \textvisiblespace{}
30783 \end_inset
30784
30785 (NH4)2S
30786 \end_layout
30787
30788 \end_inset
30789 </cell>
30790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30791 \begin_inset Text
30792
30793 \begin_layout Plain Layout
30794 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \end_inset
30801 </cell>
30802 </row>
30803 <row>
30804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30805 \begin_inset Text
30806
30807 \begin_layout Plain Layout
30808
30809 \backslash
30810 ce
30811 \begin_inset space \textvisiblespace{}
30812 \end_inset
30813
30814 KCr(SO4)2.12H2O
30815 \end_layout
30816
30817 \end_inset
30818 </cell>
30819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30820 \begin_inset Text
30821
30822 \begin_layout Plain Layout
30823 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30824 \end_inset
30825
30826
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 </row>
30832 <row>
30833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30834 \begin_inset Text
30835
30836 \begin_layout Plain Layout
30837
30838 \backslash
30839 ce
30840 \begin_inset space \textvisiblespace{}
30841 \end_inset
30842
30843 A-B
30844 \backslash
30845 dbond
30846 \begin_inset space \textvisiblespace{}
30847 \end_inset
30848
30849 C
30850 \backslash
30851 tbond
30852 \begin_inset space \textvisiblespace{}
30853 \end_inset
30854
30855 D
30856 \end_layout
30857
30858 \end_inset
30859 </cell>
30860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30861 \begin_inset Text
30862
30863 \begin_layout Plain Layout
30864 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 </row>
30873 <row>
30874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Plain Layout
30878
30879 \backslash
30880 ce
30881 \begin_inset space \textvisiblespace{}
30882 \end_inset
30883
30884 ^227
30885 \begin_inset Formula $\downarrow$
30886 \end_inset
30887
30888 _90
30889 \begin_inset Formula $\to$
30890 \end_inset
30891
30892 Th+
30893 \end_layout
30894
30895 \end_inset
30896 </cell>
30897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30898 \begin_inset Text
30899
30900 \begin_layout Plain Layout
30901 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \end_inset
30908 </cell>
30909 </row>
30910 <row>
30911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30912 \begin_inset Text
30913
30914 \begin_layout Plain Layout
30915
30916 \backslash
30917 ce
30918 \begin_inset space \textvisiblespace{}
30919 \end_inset
30920
30921 CO2
30922 \begin_inset space \textvisiblespace{}
30923 \end_inset
30924
30925 +
30926 \begin_inset space \textvisiblespace{}
30927 \end_inset
30928
30929 C
30930 \begin_inset space \textvisiblespace{}
30931 \end_inset
30932
30933 <=>
30934 \begin_inset space \textvisiblespace{}
30935 \end_inset
30936
30937 2CO
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30947 \end_inset
30948
30949
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 </row>
30955 <row>
30956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960
30961 \backslash
30962 ce
30963 \begin_inset space \textvisiblespace{}
30964 \end_inset
30965
30966 CO2
30967 \begin_inset space \textvisiblespace{}
30968 \end_inset
30969
30970 +
30971 \begin_inset space \textvisiblespace{}
30972 \end_inset
30973
30974 C
30975 \begin_inset space \textvisiblespace{}
30976 \end_inset
30977
30978 ->[
30979 \backslash
30980 alpha][
30981 \backslash
30982 beta]
30983 \begin_inset space \textvisiblespace{}
30984 \end_inset
30985
30986 2CO}
30987 \end_layout
30988
30989 \end_inset
30990 </cell>
30991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 </row>
31004 </lyxtabular>
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 \begin_inset Note Greyedout
31013 status open
31014
31015 \begin_layout Plain Layout
31016
31017 \series bold
31018 \color none
31019 Achtung:
31020 \series default
31021  Wenn eine Formel in eine 
31022 \series bold
31023
31024 \backslash
31025 ce
31026 \series default
31027 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
31028  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
31029 \begin_inset space \thinspace{}
31030 \end_inset
31031
31032 B.
31033  für
31034 \begin_inset Newline newline
31035 \end_inset
31036
31037
31038 \series bold
31039
31040 \backslash
31041 ce{$
31042 \backslash
31043 mu
31044 \backslash
31045 hyphen$Cl}
31046 \series default
31047
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 ce{$
31056 \backslash
31057 mu
31058 \backslash
31059 hyphen$Cl}
31060 \end_layout
31061
31062 \end_inset
31063
31064  
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \end_layout
31071
31072 \begin_layout Standard
31073 \begin_inset Note Greyedout
31074 status open
31075
31076 \begin_layout Plain Layout
31077
31078 \series bold
31079 \color none
31080 Achtung:
31081 \series default
31082  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
31083  oben zu bekommen, wie es im 
31084 \series bold
31085 mhchem
31086 \series default
31087 -Handbuch steht.
31088  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
31089  Befehl 
31090 \series bold
31091
31092 \backslash
31093 uparrow
31094 \series default
31095 :
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \end_inset
31107
31108
31109 \end_layout
31110
31111 \begin_layout Standard
31112 Wird 
31113 \series bold
31114
31115 \backslash
31116 ce
31117 \series default
31118  benutzt, lautet der Befehl für Gleichung
31119 \begin_inset space ~
31120 \end_inset
31121
31122
31123 \begin_inset CommandInset ref
31124 LatexCommand eqref
31125 reference "eq:chemische-Reaktion"
31126
31127 \end_inset
31128
31129 :
31130 \begin_inset Newline newline
31131 \end_inset
31132
31133
31134 \series bold
31135  
31136 \backslash
31137 ce
31138 \series default
31139
31140 \begin_inset space \textvisiblespace{}
31141 \end_inset
31142
31143
31144 \series bold
31145 2Na+
31146 \series default
31147
31148 \begin_inset space \textvisiblespace{}
31149 \end_inset
31150
31151
31152 \series bold
31153 +
31154 \series default
31155
31156 \begin_inset space \textvisiblespace{}
31157 \end_inset
31158
31159
31160 \series bold
31161 SO4^2-
31162 \series default
31163
31164 \begin_inset space \textvisiblespace{}
31165 \end_inset
31166
31167
31168 \begin_inset space \textvisiblespace{}
31169 \end_inset
31170
31171
31172 \series bold
31173 ->
31174 \series default
31175
31176 \begin_inset space \textvisiblespace{}
31177 \end_inset
31178
31179
31180 \series bold
31181 Na2SO4
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
31186  Formel erstellt, wie in 
31187 \begin_inset CommandInset ref
31188 LatexCommand ref
31189 reference "sec:Mehrzeilige-Formeln"
31190
31191 \end_inset
31192
31193  beschrieben.
31194  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
31195 \series bold
31196
31197 \backslash
31198 ce
31199 \series default
31200  verwendet.
31201  
31202 \begin_inset CommandInset ref
31203 LatexCommand eqref
31204 reference "eq:TEOS-Reaktion-1"
31205
31206 \end_inset
31207
31208  und 
31209 \begin_inset CommandInset ref
31210 LatexCommand eqref
31211 reference "eq:TEOS-Reaktion-2"
31212
31213 \end_inset
31214
31215  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
31216  Gleichung eine eigene Nummer hat.
31217 \begin_inset Formula 
31218 \begin{eqnarray}
31219 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
31220 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
31221 \end{eqnarray}
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Standard
31229 Außer 
31230 \series bold
31231
31232 \backslash
31233 ce
31234 \series default
31235  bietet das Paket 
31236 \series bold
31237 mhchem
31238 \series default
31239  noch den Befehl 
31240 \series bold
31241
31242 \backslash
31243 cf
31244 \series default
31245
31246 \begin_inset Index idx
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250 Befehle ! C ! 
31251 \backslash
31252 cf
31253 \end_layout
31254
31255 \end_inset
31256
31257  für spezielle Fälle.
31258  Mehr über 
31259 \series bold
31260
31261 \backslash
31262 cf
31263 \series default
31264  und weitere Beispiele sind in der Dokumentation von 
31265 \series bold
31266 mhchem
31267 \series default
31268  zu finden, 
31269 \begin_inset CommandInset citation
31270 LatexCommand cite
31271 key "mhchem"
31272
31273 \end_inset
31274
31275 .
31276 \end_layout
31277
31278 \begin_layout Section
31279 Diagramme
31280 \end_layout
31281
31282 \begin_layout Standard
31283 LyX unterstützt zwei Typen kommutativer Diagramme: 
31284 \series bold
31285 amscd
31286 \series default
31287  und 
31288 \series bold
31289 xymatrix
31290 \series default
31291 , die im Folgenden erläutert sind.
31292 \end_layout
31293
31294 \begin_layout Subsection
31295 amscd Diagramme
31296 \begin_inset Index idx
31297 status collapsed
31298
31299 \begin_layout Plain Layout
31300 Diagramme ! amscd
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \end_layout
31307
31308 \begin_layout Standard
31309 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31310  Linien oder Pfeilen dar:
31311 \begin_inset Formula 
31312 \[
31313 \begin{CD}A@>>>B@>>>C\\
31314 @AAA@.@VVV\\
31315 F@<<<E@<<<D
31316 \end{CD}
31317 \]
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31326 \series bold
31327
31328 \backslash
31329 CD
31330 \begin_inset Index idx
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334 Befehle ! C ! 
31335 \backslash
31336 CD
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \series default
31343  ein.
31344  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31345  man die weiteren Befehle eingibt.
31346  Mit 
31347 \series bold
31348
31349 \begin_inset ERT
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353
31354
31355 \backslash
31356 mbox{
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \family sans
31363 \series default
31364 Strg+Enter
31365 \family default
31366 \series bold
31367
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373 }
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \series default
31380  wird eine neue Zeile erstellt.
31381  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31382  Zeilen der Formel eingegeben.
31383 \end_layout
31384
31385 \begin_layout Standard
31386 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31387 \end_layout
31388
31389 \begin_layout Itemize
31390
31391 \series bold
31392 @<<<
31393 \series default
31394  erstellt einen Linkspfeil, 
31395 \series bold
31396 @>>>
31397 \series default
31398  einen Rechtspfeil und 
31399 \series bold
31400 @=
31401 \series default
31402  ein langes Gleichheitszeichen
31403 \end_layout
31404
31405 \begin_layout Itemize
31406
31407 \series bold
31408 @AAA
31409 \series default
31410  erstellt einen Pfeil nach oben, 
31411 \series bold
31412 @VVV
31413 \series default
31414  einen Pfeil nach unten und 
31415 \series bold
31416 @|
31417 \series default
31418  ein senkrechtes Gleichheitszeichen
31419 \end_layout
31420
31421 \begin_layout Itemize
31422
31423 \series bold
31424 @.
31425
31426 \series default
31427  dient als Platzhalter für nicht vorhandene Beziehungen
31428 \end_layout
31429
31430 \begin_layout Standard
31431 Alle Pfeile sind wie folgt beschriftbar:
31432 \end_layout
31433
31434 \begin_layout Itemize
31435 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31436 \begin_inset space \space{}
31437 \end_inset
31438
31439 > Text eingegeben, erscheint er über dem Pfeil.
31440  Wird der Text zwischen dem zweiten und dritten < bzw.
31441 \begin_inset space \space{}
31442 \end_inset
31443
31444 > eingegeben, erscheint er unter dem Pfeil.
31445 \end_layout
31446
31447 \begin_layout Itemize
31448 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31449 \begin_inset space \space{}
31450 \end_inset
31451
31452 V eingegeben, erscheint er links neben dem Pfeil.
31453  Bei Eingabe zwischen zweitem und drittem A bzw.
31454 \begin_inset space \space{}
31455 \end_inset
31456
31457 V erscheint er rechts daneben.
31458  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31459  gesetzt werden.
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31464 \end_layout
31465
31466 \begin_layout Standard
31467 \begin_inset Formula 
31468 \[
31469 \begin{CD}A@>j>>B@>>k>C@=F\\
31470 @AmAA@.@VV{V}V@|\\
31471 D@<<j<E@>k>>F@=C
31472 \end{CD}
31473 \]
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 Der Befehl dazu lautet:
31482 \begin_inset Newline newline
31483 \end_inset
31484
31485
31486 \series bold
31487
31488 \backslash
31489 CD
31490 \begin_inset space \textvisiblespace{}
31491 \end_inset
31492
31493 A@>j>>B@>>k>C@=F Strg+Enter
31494 \begin_inset Newline newline
31495 \end_inset
31496
31497
31498 \begin_inset Phantom HPhantom
31499 status open
31500
31501 \begin_layout Plain Layout
31502
31503 \series bold
31504
31505 \backslash
31506 CD
31507 \begin_inset space \textvisiblespace{}
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \end_inset
31514
31515 @AmAA@.@VV
31516 \backslash
31517 {V
31518 \series default
31519
31520 \begin_inset Formula $\to$
31521 \end_inset
31522
31523
31524 \series bold
31525 V@| Strg+Enter
31526 \begin_inset Newline newline
31527 \end_inset
31528
31529
31530 \begin_inset Phantom HPhantom
31531 status open
31532
31533 \begin_layout Plain Layout
31534
31535 \series bold
31536
31537 \backslash
31538 CD
31539 \begin_inset space \textvisiblespace{}
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \end_inset
31546
31547 D@<<j<E@>k>>F@=C
31548 \end_layout
31549
31550 \begin_layout Subsection
31551 xymatrix Diagramme
31552 \begin_inset Index idx
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556 Diagramme ! xymatrix
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Standard
31565 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31566 \series bold
31567 xypic
31568 \series default
31569  installiert sein.
31570  Eine Xymatrix wird erstellt, indem der Befehl 
31571 \series bold
31572
31573 \backslash
31574 xymatrix
31575 \series default
31576  in eine Formel eingegeben wird.
31577  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31578  hinzufügen, siehe 
31579 \begin_inset CommandInset ref
31580 LatexCommand ref
31581 reference "sec:Matrizen"
31582
31583 \end_inset
31584
31585 .
31586 \end_layout
31587
31588 \begin_layout Standard
31589 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31590  gekrümmte Pfeile und vieles mehr.
31591  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31592  sind im Detail im 
31593 \emph on
31594 XY-pic-Handbuch
31595 \emph default
31596  erklärt, dass im Menü 
31597 \family sans
31598 Hilfe\SpecialChar \menuseparator
31599 Spezielle
31600 \begin_inset space ~
31601 \end_inset
31602
31603 Handbücher
31604 \family default
31605  zu finden ist.
31606 \end_layout
31607
31608 \begin_layout Subsection
31609
31610 \noun on
31611 Feynman
31612 \noun default
31613  Diagramme
31614 \begin_inset Index idx
31615 status collapsed
31616
31617 \begin_layout Plain Layout
31618 Diagramme ! Feynman
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627 Um 
31628 \noun on
31629 Feynman-
31630 \noun default
31631 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31632 \series bold
31633 feyn
31634 \series default
31635  installiert sein.
31636  Ein 
31637 \noun on
31638 Feynman-
31639 \noun default
31640 Diagramm wird erstellt, indem der Befehl 
31641 \series bold
31642
31643 \backslash
31644 Diagram
31645 \series default
31646  in eine Formel eingegeben wird.
31647  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31648  hinzufügen, siehe 
31649 \begin_inset CommandInset ref
31650 LatexCommand ref
31651 reference "sec:Matrizen"
31652
31653 \end_inset
31654
31655 .
31656 \end_layout
31657
31658 \begin_layout Standard
31659 Beispiele wie man in LyX 
31660 \noun on
31661 Feynman-
31662 \noun default
31663 Diagramme erstellt sind im 
31664 \emph on
31665 Feynman-Diagramm Handbuch
31666 \emph default
31667  gegeben, dass im Menü 
31668 \family sans
31669 Hilfe\SpecialChar \menuseparator
31670 Spezielle
31671 \begin_inset space ~
31672 \end_inset
31673
31674 Handbücher
31675 \family default
31676  zu finden ist.
31677 \end_layout
31678
31679 \begin_layout Standard
31680 \begin_inset Newpage newpage
31681 \end_inset
31682
31683
31684 \end_layout
31685
31686 \begin_layout Section
31687 Benutzerdefinierte Befehle
31688 \begin_inset CommandInset label
31689 LatexCommand label
31690 name "sec:Benutzerdefinierte-Befehle"
31691
31692 \end_inset
31693
31694
31695 \begin_inset Index idx
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699 benutzerdefinierte Befehle
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \begin_layout Standard
31708 \begin_inset Note Greyedout
31709 status open
31710
31711 \begin_layout Plain Layout
31712
31713 \series bold
31714 Achtung: 
31715 \series default
31716 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31717 n Buchstaben bestehen.
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Subsection
31726 Der Befehl 
31727 \backslash
31728 newcommand
31729 \begin_inset CommandInset label
31730 LatexCommand label
31731 name "sub:Der-Befehl-newcommand"
31732
31733 \end_inset
31734
31735
31736 \begin_inset Index idx
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740 benutzerdefinierte Befehle ! 
31741 \backslash
31742 newcommand
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \begin_inset Index idx
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 Befehle ! N ! 
31753 \backslash
31754 newcommand
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \end_layout
31761
31762 \begin_layout Standard
31763 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31764  Man kann sich aber mit dem Befehl 
31765 \series bold
31766
31767 \backslash
31768 newcommand
31769 \series default
31770  neue kürzere Befehle definieren.
31771 \end_layout
31772
31773 \begin_layout Standard
31774 Das Befehlsschema von 
31775 \series bold
31776
31777 \backslash
31778 newcommand
31779 \series default
31780  lautet:
31781 \end_layout
31782
31783 \begin_layout Standard
31784
31785 \series bold
31786
31787 \backslash
31788 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31789 \series default
31790  
31791 \series bold
31792 Wert]
31793 \begin_inset Newline newline
31794 \end_inset
31795
31796
31797 \begin_inset Phantom HPhantom
31798 status open
31799
31800 \begin_layout Plain Layout
31801
31802 \series bold
31803
31804 \backslash
31805 newcommand
31806 \end_layout
31807
31808 \end_inset
31809
31810 {Befehlsdefinition}
31811 \end_layout
31812
31813 \begin_layout Standard
31814 \begin_inset Note Greyedout
31815 status open
31816
31817 \begin_layout Plain Layout
31818
31819 \series bold
31820 Achtung:
31821 \series default
31822  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31823  oder von benutzten LaTeX-Paketen verwendet wird.
31824  Definiert man beispielsweise für 
31825 \series bold
31826
31827 \backslash
31828 Leftarrow
31829 \series default
31830  den Befehl 
31831 \series bold
31832
31833 \backslash
31834 le
31835 \series default
31836 , erhält man eine Fehlermeldung, denn 
31837 \series bold
31838
31839 \backslash
31840 le
31841 \series default
31842  ist schon für 
31843 \begin_inset Quotes gld
31844 \end_inset
31845
31846
31847 \begin_inset Formula $\le$
31848 \end_inset
31849
31850
31851 \begin_inset Quotes grd
31852 \end_inset
31853
31854  definiert.
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31864 \begin_inset space \thinspace{}
31865 \end_inset
31866
31867 -
31868 \begin_inset space \thinspace{}
31869 \end_inset
31870
31871 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31872  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31873  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31874 \emph on
31875 erste
31876 \emph default
31877  Argument des neuen Befehls ein optionales ist.
31878 \end_layout
31879
31880 \begin_layout Standard
31881 Es folgen einige Beispiele:
31882 \end_layout
31883
31884 \begin_layout Itemize
31885 Will man für 
31886 \series bold
31887
31888 \backslash
31889 Longrightarrow
31890 \series default
31891  den Befehl 
31892 \series bold
31893
31894 \backslash
31895 gr
31896 \series default
31897  definieren, lautet die LaTeX-Vor\SpecialChar \-
31898 spannzeile:
31899 \begin_inset VSpace medskip
31900 \end_inset
31901
31902
31903 \begin_inset Newline newline
31904 \end_inset
31905
31906
31907 \series bold
31908
31909 \backslash
31910 newcommand{
31911 \backslash
31912 gr}{
31913 \backslash
31914 Longrightarrow}
31915 \end_layout
31916
31917 \begin_layout Itemize
31918 Um für den Befehl 
31919 \series bold
31920
31921 \backslash
31922 underline
31923 \series default
31924  den Befehl 
31925 \series bold
31926
31927 \backslash
31928 us
31929 \series default
31930  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31931  werden.
31932  Dazu sieht die Vorspannzeile wie folgt aus:
31933 \begin_inset VSpace medskip
31934 \end_inset
31935
31936
31937 \begin_inset Newline newline
31938 \end_inset
31939
31940
31941 \series bold
31942
31943 \backslash
31944 newcommand{
31945 \backslash
31946 us}[1]{
31947 \backslash
31948 underline{#1}}
31949 \series default
31950
31951 \begin_inset VSpace medskip
31952 \end_inset
31953
31954
31955 \begin_inset Newline newline
31956 \end_inset
31957
31958 Das Zeichen 
31959 \series bold
31960 #
31961 \series default
31962  fungiert als Argumentplatzhalter, die 
31963 \series bold
31964 1
31965 \series default
31966  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31967 \end_layout
31968
31969 \begin_layout Itemize
31970 Für 
31971 \series bold
31972
31973 \backslash
31974 framebox
31975 \series default
31976  kann man z.
31977 \begin_inset space \thinspace{}
31978 \end_inset
31979
31980 B.
31981  den Befehl 
31982 \series bold
31983
31984 \backslash
31985 fb
31986 \series default
31987  definieren:
31988 \begin_inset VSpace medskip
31989 \end_inset
31990
31991
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \series bold
31997
31998 \backslash
31999 newcommand{
32000 \backslash
32001 fb}[3]{
32002 \backslash
32003 framebox#1#2{$#3$}}
32004 \series default
32005
32006 \begin_inset VSpace medskip
32007 \end_inset
32008
32009
32010 \begin_inset Newline newline
32011 \end_inset
32012
32013 Die beiden Dollarzeichen erstellen hierbei die für 
32014 \series bold
32015
32016 \backslash
32017 framebox
32018 \series default
32019  geforderte weitere Formel, siehe 
32020 \begin_inset CommandInset ref
32021 LatexCommand ref
32022 reference "sub:Boxen-mit-Rahmen"
32023
32024 \end_inset
32025
32026 .
32027 \end_layout
32028
32029 \begin_layout Itemize
32030 Um einen neuen Befehl für 
32031 \series bold
32032
32033 \backslash
32034 fcolorbox
32035 \series default
32036  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
32037  definiert man das Argument für die Farbe als optional:
32038 \begin_inset VSpace medskip
32039 \end_inset
32040
32041
32042 \begin_inset Newline newline
32043 \end_inset
32044
32045
32046 \series bold
32047
32048 \backslash
32049 newcommand{
32050 \backslash
32051 cb}[3][white]{
32052 \backslash
32053 fcolorbox{#2}{#1}{$#3$}}
32054 \series default
32055
32056 \begin_inset VSpace medskip
32057 \end_inset
32058
32059
32060 \begin_inset Newline newline
32061 \end_inset
32062
32063 Gibt man bei der Verwendung von 
32064 \series bold
32065
32066 \backslash
32067 cb
32068 \series default
32069  die Farbe nicht an, wird die voreingestellte Farbe 
32070 \series bold
32071 white
32072 \series default
32073  verwendet.
32074 \end_layout
32075
32076 \begin_layout Standard
32077 Ein Test der neu definierten Befehle:
32078 \end_layout
32079
32080 \begin_layout Standard
32081 \align center
32082 \begin_inset Tabular
32083 <lyxtabular version="3" rows="6" columns="2">
32084 <features rotate="0" tabularvalignment="middle">
32085 <column alignment="center" valignment="top">
32086 <column alignment="center" valignment="top">
32087 <row>
32088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout Plain Layout
32092 Befehl
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32098 \begin_inset Text
32099
32100 \begin_layout Plain Layout
32101 Ergebnis
32102 \begin_inset Note Note
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107 \series bold
32108
32109 \backslash
32110 raisebox
32111 \series default
32112  dient nur als Abstandhalter.
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \end_layout
32119
32120 \end_inset
32121 </cell>
32122 </row>
32123 <row>
32124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32125 \begin_inset Text
32126
32127 \begin_layout Plain Layout
32128 A
32129 \backslash
32130 gr
32131 \begin_inset space \textvisiblespace{}
32132 \end_inset
32133
32134 B
32135 \end_layout
32136
32137 \end_inset
32138 </cell>
32139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143 \begin_inset Formula $A\gr B$
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 </row>
32152 <row>
32153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32154 \begin_inset Text
32155
32156 \begin_layout Plain Layout
32157
32158 \backslash
32159 us{ABcd
32160 \end_layout
32161
32162 \end_inset
32163 </cell>
32164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32165 \begin_inset Text
32166
32167 \begin_layout Plain Layout
32168 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 </row>
32177 <row>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182
32183 \backslash
32184 fb{[2cm]
32185 \begin_inset Formula $\to$
32186 \end_inset
32187
32188
32189 \backslash
32190 {
32191 \begin_inset Formula $\to$
32192 \end_inset
32193
32194
32195 \backslash
32196 {
32197 \backslash
32198 int
32199 \begin_inset space \textvisiblespace{}
32200 \end_inset
32201
32202 A=B
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \end_inset
32218 </cell>
32219 </row>
32220 <row>
32221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225
32226 \backslash
32227 cb{red
32228 \begin_inset Formula $\to$
32229 \end_inset
32230
32231
32232 \backslash
32233 {
32234 \backslash
32235 int
32236 \begin_inset space \textvisiblespace{}
32237 \end_inset
32238
32239 A=B
32240 \end_layout
32241
32242 \end_inset
32243 </cell>
32244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \end_inset
32255 </cell>
32256 </row>
32257 <row>
32258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262
32263 \backslash
32264 cb[green]
32265 \backslash
32266 {red
32267 \begin_inset Formula $\to$
32268 \end_inset
32269
32270
32271 \backslash
32272 {
32273 \backslash
32274 int
32275 \begin_inset space \textvisiblespace{}
32276 \end_inset
32277
32278 A=B
32279 \end_layout
32280
32281 \end_inset
32282 </cell>
32283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 </row>
32296 </lyxtabular>
32297
32298 \end_inset
32299
32300
32301 \end_layout
32302
32303 \begin_layout Subsection
32304 Mathe-Makros
32305 \begin_inset Index idx
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309 benutzerdefinierte Befehle ! Mathe-Makros
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \begin_inset Index idx
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 Makros
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
32329  Hat man es in einem Dokument z.
32330 \begin_inset space \thinspace{}
32331 \end_inset
32332
32333 B.
32334  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
32335  auf.
32336  Die allgemeine Form einer quadratischen Gleichung ist
32337 \begin_inset Formula 
32338 \[
32339 0=\lambda^{2}+p\lambda+q
32340 \]
32341
32342 \end_inset
32343
32344 Die allgemeine Form der Lösung lautet
32345 \begin_inset Formula 
32346 \[
32347 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32348 \]
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Standard
32356 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
32357  drei Parameter 
32358 \begin_inset Formula $\lambda$
32359 \end_inset
32360
32361
32362 \begin_inset Formula $p$
32363 \end_inset
32364
32365  und 
32366 \begin_inset Formula $q$
32367 \end_inset
32368
32369  angegeben werden müssen und der Index von 
32370 \begin_inset Formula $\lambda$
32371 \end_inset
32372
32373  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
32374 \begin_inset Newline newline
32375 \end_inset
32376
32377
32378 \series bold
32379
32380 \backslash
32381 newcommand{
32382 \backslash
32383 qG}[4][1,
32384 \backslash
32385 ,2]{#2_{#1}=-
32386 \backslash
32387 frac{#3}{2}
32388 \backslash
32389 pm
32390 \begin_inset Newline newline
32391 \end_inset
32392
32393
32394 \begin_inset Phantom HPhantom
32395 status open
32396
32397 \begin_layout Plain Layout
32398
32399 \series bold
32400
32401 \backslash
32402 newcommand
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \backslash
32409 sqrt{
32410 \backslash
32411 frac{#3^{2}}{4}-#4}}
32412 \end_layout
32413
32414 \begin_layout Standard
32415 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
32416  
32417 \begin_inset Newline newline
32418 \end_inset
32419
32420
32421 \series bold
32422
32423 \backslash
32424 qG{
32425 \backslash
32426 lambda
32427 \begin_inset Formula $\to$
32428 \end_inset
32429
32430
32431 \backslash
32432 {p
32433 \begin_inset Formula $\to$
32434 \end_inset
32435
32436
32437 \backslash
32438 {q 
32439 \series default
32440 ein.
32441 \end_layout
32442
32443 \begin_layout Standard
32444 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
32445  aller verwendeten LaTeX-Befehle kennen, z.
32446 \begin_inset space \thinspace{}
32447 \end_inset
32448
32449 B.
32450  dass ein Bruch in LaTeX mit 
32451 \series bold
32452
32453 \backslash
32454 frac{Zähler}
32455 \begin_inset Newline linebreak
32456 \end_inset
32457
32458 {Nenner}
32459 \series default
32460  eingegeben wird.
32461  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
32462  in LyX nicht sehen, was der neue Befehl macht.
32463  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
32464  Mathe-Makros statt den Befehl 
32465 \series bold
32466
32467 \backslash
32468 newcommand
32469 \series default
32470  zu verwenden.
32471 \end_layout
32472
32473 \begin_layout Standard
32474 Ein Mathe-Makro wird erstellt, indem man das Menü 
32475 \family sans
32476 Einfügen\SpecialChar \menuseparator
32477 Mathe\SpecialChar \menuseparator
32478 Makro
32479 \family default
32480  oder den Werkzeugleistenknopf 
32481 \begin_inset Graphics
32482         filename ../../images/math-macro_newmacroname_newcommand.png
32483         scale 85
32484
32485 \end_inset
32486
32487  verwendet.
32488  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32489  Makro definiert wird:
32490 \begin_inset Newline newline
32491 \end_inset
32492
32493
32494 \begin_inset space \hspace*{\fill}
32495 \end_inset
32496
32497
32498 \begin_inset Graphics
32499         filename ../clipart/macrobox.png
32500
32501 \end_inset
32502
32503
32504 \begin_inset space \hspace*{\fill}
32505 \end_inset
32506
32507
32508 \begin_inset Newline newline
32509 \end_inset
32510
32511
32512 \begin_inset FormulaMacro
32513 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32514 \end_inset
32515
32516
32517 \backslash
32518 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32519  geändert werden sollte.
32520  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32521  Einen Argumentplatzhalter fügt man mit dem Befehl 
32522 \series bold
32523
32524 \backslash
32525 #Argumentnummer
32526 \series default
32527  ein, z.
32528 \begin_inset space \thinspace{}
32529 \end_inset
32530
32531 B.
32532  
32533 \series bold
32534
32535 \backslash
32536 #1
32537 \series default
32538  oder man verwendet den Makro-Werkzeugleistenknopf 
32539 \begin_inset Graphics
32540         filename ../../images/math-macro-add-param.png
32541         scale 85
32542
32543 \end_inset
32544
32545 .
32546  Argumentplatzhalter werden rot dargestellt.
32547  Es sind maximal 9
32548 \begin_inset space ~
32549 \end_inset
32550
32551 Argumente möglich.
32552  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32553 \begin_inset Graphics
32554         filename ../../images/math-macro-add-optional-param.png
32555         scale 85
32556
32557 \end_inset
32558
32559  erstellt.
32560  Mit dem Werkzeugleistenknopf 
32561 \begin_inset Graphics
32562         filename ../../images/math-macro-make-optional.png
32563         scale 85
32564
32565 \end_inset
32566
32567  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32568  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32569  werden soll.
32570  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32571  Kästchen leer lässt.
32572  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32573  einnimmt, kann man in das Kästchen z.
32574 \begin_inset space \thinspace{}
32575 \end_inset
32576
32577 B.
32578 \begin_inset Newline newline
32579 \end_inset
32580
32581
32582 \series bold
32583 qG: 
32584 \backslash
32585 #1
32586 \series default
32587  
32588 \series bold
32589 ,
32590 \series default
32591  
32592 \series bold
32593
32594 \backslash
32595 #2
32596 \series default
32597  
32598 \series bold
32599 ,
32600 \series default
32601  
32602 \series bold
32603
32604 \backslash
32605 #3, 
32606 \backslash
32607 #4
32608 \begin_inset Newline newline
32609 \end_inset
32610
32611
32612 \series default
32613 eingeben.
32614  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32615  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32616  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32617  wurde.
32618 \begin_inset Newline newline
32619 \end_inset
32620
32621 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32622  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32623 \family sans
32624 Ansicht\SpecialChar \menuseparator
32625 Mathe-Makro
32626 \begin_inset space ~
32627 \end_inset
32628
32629 auf/zuklappen
32630 \family default
32631  verwendet.
32632 \end_layout
32633
32634 \begin_layout Standard
32635 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32636  ein, in unserem Fall 
32637 \series bold
32638
32639 \backslash
32640 qG
32641 \series default
32642 .
32643  Unser Makro sieht in LyX folgendermaßen aus:
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647
32648 \begin_inset space \hspace*{\fill}
32649 \end_inset
32650
32651
32652 \begin_inset Graphics
32653         filename ../clipart/macrouse.png
32654
32655 \end_inset
32656
32657
32658 \begin_inset space \hspace*{\fill}
32659 \end_inset
32660
32661
32662 \begin_inset Newline newline
32663 \end_inset
32664
32665 Hier ist unser Makro-Beispiel mit den Argumenten 
32666 \begin_inset Formula $x$
32667 \end_inset
32668
32669
32670 \begin_inset Formula $\ln(x)$
32671 \end_inset
32672
32673  und 
32674 \begin_inset Formula $B$
32675 \end_inset
32676
32677 :
32678 \end_layout
32679
32680 \begin_layout Standard
32681 \begin_inset Formula 
32682 \[
32683 \qG x{\ln(x)}B
32684 \]
32685
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \begin_layout Standard
32692 LyX bietet im Menü 
32693 \family sans
32694 Werkzeuge\SpecialChar \menuseparator
32695 Einstellungen\SpecialChar \menuseparator
32696 Bearbeiten\SpecialChar \menuseparator
32697 Kontrolle
32698 \family default
32699  verschiedene Bearbeitungsstile für Makros an.
32700  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32701  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32702  zu sehen.
32703 \end_layout
32704
32705 \begin_layout Standard
32706 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32707 \series bold
32708
32709 \backslash
32710 new\SpecialChar \-
32711 command
32712 \series default
32713 -Befehl umgewandelt.
32714  Der 
32715 \series bold
32716
32717 \backslash
32718 newcommand
32719 \series default
32720 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32721  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32722  Makrodefinitionsbox befinden.
32723 \end_layout
32724
32725 \begin_layout Standard
32726 Mathe-Makros können auch direkt aus einem 
32727 \series bold
32728
32729 \backslash
32730 newcommand
32731 \series default
32732 -Befehl erstellt werden.
32733  Schreibt man z.
32734 \begin_inset space \thinspace{}
32735 \end_inset
32736
32737 B.
32738  den Befehl
32739 \series bold
32740
32741 \begin_inset Newline newline
32742 \end_inset
32743
32744
32745 \backslash
32746 newcommand{
32747 \backslash
32748 larrow}[2]{
32749 \backslash
32750 xleftarrow[#2]{#1}}
32751 \begin_inset Newline newline
32752 \end_inset
32753
32754
32755 \series default
32756 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32757 zel 
32758 \family sans
32759 Strg+M
32760 \family default
32761 , wird der Befehl in ein Mathe-Makro umgewandelt.
32762  Bei dieser Methode muss man jedoch aufpassen, dass der 
32763 \series bold
32764
32765 \backslash
32766 newcommand
32767 \series default
32768 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32769  erstellt, dass später LaTeX-Fehler hervorruft.
32770 \end_layout
32771
32772 \begin_layout Standard
32773 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32774  Makrodefinition fehlerhaft behandelt werden.
32775  Dadurch kann das Beispiel 
32776 \series bold
32777
32778 \backslash
32779 fb
32780 \series default
32781  aus 
32782 \begin_inset CommandInset ref
32783 LatexCommand ref
32784 reference "sub:Der-Befehl-newcommand"
32785
32786 \end_inset
32787
32788  nicht als Makro erzeugt werden.
32789 \end_layout
32790
32791 \begin_layout Standard
32792 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32793  in LyX angezeigt:
32794 \end_layout
32795
32796 \begin_layout Standard
32797 \begin_inset VSpace defskip
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \begin_inset Graphics
32805         filename ../clipart/MacroToolbar.png
32806
32807 \end_inset
32808
32809
32810 \begin_inset Index idx
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 Makros ! Werkzeugleiste
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 \begin_inset VSpace defskip
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32831 \end_layout
32832
32833 \begin_layout Standard
32834 \begin_inset VSpace defskip
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \begin_layout Standard
32841 \begin_inset Tabular
32842 <lyxtabular version="3" rows="9" columns="2">
32843 <features rotate="0" islongtable="true" longtabularalignment="center">
32844 <column alignment="left" valignment="top">
32845 <column alignment="left" valignment="top" width="85col%">
32846 <row interlinespace="2.5mm">
32847 <cell alignment="center" valignment="top" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 \begin_inset Graphics
32852         filename ../../images/math-macro-remove-param.png
32853         rotateOrigin center
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 <cell alignment="center" valignment="top" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout Plain Layout
32866
32867 \family sans
32868 Bearbeiten\SpecialChar \menuseparator
32869 Mathe\SpecialChar \menuseparator
32870 Makro-Definition\SpecialChar \menuseparator
32871 Letztes Argument entfernen
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 </row>
32877 <row interlinespace="2.5mm">
32878 <cell alignment="center" valignment="top" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882 \begin_inset Graphics
32883         filename ../../images/math-macro-add-param.png
32884         rotateOrigin center
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 <cell alignment="center" valignment="top" usebox="none">
32894 \begin_inset Text
32895
32896 \begin_layout Plain Layout
32897
32898 \family sans
32899 Bearbeiten\SpecialChar \menuseparator
32900 Mathe\SpecialChar \menuseparator
32901 Makro-Definition\SpecialChar \menuseparator
32902 Argument hinzufügen
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 </row>
32908 <row interlinespace="2.5mm">
32909 <cell alignment="center" valignment="top" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913 \begin_inset Graphics
32914         filename ../../images/math-macro-make-optional.png
32915         rotateOrigin center
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 <cell alignment="center" valignment="top" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928
32929 \family sans
32930 Bearbeiten\SpecialChar \menuseparator
32931 Mathe\SpecialChar \menuseparator
32932 Makro-Definition\SpecialChar \menuseparator
32933 Das erste nicht-optionale
32934 \begin_inset Newline newline
32935 \end_inset
32936
32937
32938 \begin_inset Phantom HPhantom
32939 status open
32940
32941 \begin_layout Plain Layout
32942
32943 \family sans
32944 Bearbeiten\SpecialChar \menuseparator
32945 Mathe\SpecialChar \menuseparator
32946 Makro-Definition\SpecialChar \menuseparator
32947
32948 \end_layout
32949
32950 \end_inset
32951
32952 Argument in einen optionales
32953 \begin_inset Newline newline
32954 \end_inset
32955
32956
32957 \begin_inset Phantom HPhantom
32958 status open
32959
32960 \begin_layout Plain Layout
32961
32962 \family sans
32963 Bearbeiten\SpecialChar \menuseparator
32964 Mathe\SpecialChar \menuseparator
32965 Makro-Definition\SpecialChar \menuseparator
32966
32967 \end_layout
32968
32969 \end_inset
32970
32971 ändern
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row interlinespace="2.5mm">
32978 <cell alignment="center" valignment="top" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982 \begin_inset Graphics
32983         filename ../../images/math-macro-make-nonoptional.png
32984         rotateOrigin center
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 <cell alignment="center" valignment="top" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997
32998 \family sans
32999 Bearbeiten\SpecialChar \menuseparator
33000 Mathe\SpecialChar \menuseparator
33001 Makro-Definition\SpecialChar \menuseparator
33002 Das letzte optionale Argument in
33003 \begin_inset Newline newline
33004 \end_inset
33005
33006
33007 \begin_inset Phantom HPhantom
33008 status open
33009
33010 \begin_layout Plain Layout
33011
33012 \family sans
33013 Bearbeiten\SpecialChar \menuseparator
33014 Mathe\SpecialChar \menuseparator
33015 Makro-Definition\SpecialChar \menuseparator
33016
33017 \end_layout
33018
33019 \end_inset
33020
33021 einen nicht-optionales ändern
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 </row>
33027 <row interlinespace="2.5mm">
33028 <cell alignment="center" valignment="top" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 \begin_inset Graphics
33033         filename ../../images/math-macro-remove-optional-param.png
33034         rotateOrigin center
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 <cell alignment="center" valignment="top" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047
33048 \family sans
33049 Bearbeiten\SpecialChar \menuseparator
33050 Mathe\SpecialChar \menuseparator
33051 Makro-Definition\SpecialChar \menuseparator
33052 Optionales Argument entfernen
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 </row>
33058 <row interlinespace="2.5mm">
33059 <cell alignment="center" valignment="top" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063 \begin_inset Graphics
33064         filename ../../images/math-macro-add-optional-param.png
33065         rotateOrigin center
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078
33079 \family sans
33080 Bearbeiten\SpecialChar \menuseparator
33081 Mathe\SpecialChar \menuseparator
33082 Makro-Definition\SpecialChar \menuseparator
33083 Optionales Argument einfügen
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 </row>
33089 <row interlinespace="2.5mm">
33090 <cell alignment="center" valignment="top" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 \begin_inset Graphics
33095         filename ../../images/math-macro-remove-greedy-param.png
33096         rotateOrigin center
33097
33098 \end_inset
33099
33100
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 <cell alignment="center" valignment="top" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout Plain Layout
33109
33110 \family sans
33111 Bearbeiten\SpecialChar \menuseparator
33112 Mathe\SpecialChar \menuseparator
33113 Makro-Definition\SpecialChar \menuseparator
33114 Letztes Argument rechts entfernen
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 </row>
33120 <row interlinespace="2.5mm">
33121 <cell alignment="center" valignment="top" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125 \begin_inset Graphics
33126         filename ../../images/math-macro-append-greedy-param.png
33127         rotateOrigin center
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 <cell alignment="center" valignment="top" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140
33141 \family sans
33142 Bearbeiten\SpecialChar \menuseparator
33143 Mathe\SpecialChar \menuseparator
33144 Makro-Definition\SpecialChar \menuseparator
33145 Argument von rechts hinzufügen
33146 \end_layout
33147
33148 \end_inset
33149 </cell>
33150 </row>
33151 <row interlinespace="2.5mm">
33152 <cell alignment="center" valignment="top" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 \begin_inset Graphics
33157         filename ../../images/math-macro-add-greedy-optional-param.png
33158         rotateOrigin center
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171
33172 \family sans
33173 Bearbeiten\SpecialChar \menuseparator
33174 Mathe\SpecialChar \menuseparator
33175 Makro-Definition\SpecialChar \menuseparator
33176 Optionales Argument von rechts
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180
33181 \begin_inset Phantom HPhantom
33182 status open
33183
33184 \begin_layout Plain Layout
33185
33186 \family sans
33187 Bearbeiten\SpecialChar \menuseparator
33188 Mathe\SpecialChar \menuseparator
33189 Makro-Definition\SpecialChar \menuseparator
33190
33191 \end_layout
33192
33193 \end_inset
33194
33195 hinzufügen
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 </row>
33201 </lyxtabular>
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Section
33209 Computeralgebrasysteme
33210 \end_layout
33211
33212 \begin_layout Standard
33213 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
33214  oder benutzerdefinierten Skripten auszutauschen.
33215  Momentan werden folgende Anwendungen unterstützt: 
33216 \family typewriter
33217 Maple
33218 \family default
33219
33220 \family typewriter
33221 Mathematica
33222 \family default
33223
33224 \family typewriter
33225 Maxima
33226 \family default
33227  und 
33228 \family typewriter
33229 Octave
33230 \family default
33231 .
33232  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
33233  sehr einfache Fälle beschränkt sind.
33234 \end_layout
33235
33236 \begin_layout Subsection
33237 Verwendung
33238 \end_layout
33239
33240 \begin_layout Standard
33241 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
33242 \family sans
33243 Bearbeiten\SpecialChar \menuseparator
33244 Mathe\SpecialChar \menuseparator
33245 Computer-Algebra-System verwenden
33246 \family default
33247  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
33248  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
33249  mit dem 
33250 \begin_inset Quotes gld
33251 \end_inset
33252
33253 =
33254 \begin_inset Quotes grd
33255 \end_inset
33256
33257  Operator erscheinen.
33258 \end_layout
33259
33260 \begin_layout Standard
33261 Hier sind ein paar einfache Beispiele (mit Resultaten von 
33262 \family typewriter
33263 Maxima
33264 \family default
33265 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
33266 \end_layout
33267
33268 \begin_layout Itemize
33269 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \begin_layout Itemize
33276 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Itemize
33283 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Itemize
33290 \begin_inset Formula $\det\left[\begin{array}{ccc}
33291 1 & 6 & 7\\
33292 2 & 5 & 8\\
33293 3 & 4 & 17
33294 \end{array}\right]=-56$
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Itemize
33301 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \begin_layout Subsection
33308 Tastenkürzel
33309 \end_layout
33310
33311 \begin_layout Standard
33312 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
33313  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
33314 \family sans
33315 math-extern
33316 \family default
33317  verknüpfen (siehe das 
33318 \emph on
33319 LyX-Funktionen
33320 \emph default
33321  Handbuch).
33322  Man kann z.
33323 \begin_inset space \thinspace{}
33324 \end_inset
33325
33326 B.
33327  die 
33328 \family sans
33329 Enter
33330 \family default
33331 -Taste in Formeln verknüpfen.
33332  Um sie mit 
33333 \family typewriter
33334 Maxima
33335 \family default
33336  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
33337 \end_layout
33338
33339 \begin_layout Standard
33340
33341 \series bold
33342 command-alternatives break-paragraph;math-extern maxima
33343 \end_layout
33344
33345 \begin_layout Section
33346 Verschiedenes
33347 \begin_inset Index idx
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351 Verschiedenes
33352 \end_layout
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Subsection
33360 Negative Zahlen
33361 \begin_inset Index idx
33362 status collapsed
33363
33364 \begin_layout Plain Layout
33365 Zahlen ! negative
33366 \end_layout
33367
33368 \end_inset
33369
33370
33371 \end_layout
33372
33373 \begin_layout Standard
33374 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33375  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33376  dargestellt.
33377  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33378  Minuszeichen korrekt.
33379 \end_layout
33380
33381 \begin_layout Standard
33382 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33383  nicht mehr auf.
33384 \end_layout
33385
33386 \begin_layout Standard
33387 Ein Beispiel zur Veranschaulichung der Problematik:
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \align center
33392 \begin_inset Tabular
33393 <lyxtabular version="3" rows="3" columns="2">
33394 <features rotate="0" tabularvalignment="middle">
33395 <column alignment="right" valignment="top">
33396 <column alignment="left" valignment="top">
33397 <row>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 normaler Text:
33403 \end_layout
33404
33405 \end_inset
33406 </cell>
33407 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411 x = -2
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422 Formelmodus:
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431 \begin_inset Formula $x=-2$
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 </row>
33440 <row>
33441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33442 \begin_inset Text
33443
33444 \begin_layout Plain Layout
33445 Lösung:
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 \begin_inset Formula $x=\textrm{-}2$
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 </row>
33463 </lyxtabular>
33464
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \begin_layout Subsection
33471 Komma als Dezimaltrennzeichen
33472 \begin_inset Index idx
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476 Komma
33477 \end_layout
33478
33479 \end_inset
33480
33481
33482 \end_layout
33483
33484 \begin_layout Standard
33485 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33486  als Gruppentrennzeichen.
33487  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33488  eingefügt.
33489 \end_layout
33490
33491 \begin_layout Standard
33492 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33493  Text um (Tastenkürzel 
33494 \family sans
33495 Alt+M
33496 \begin_inset space ~
33497 \end_inset
33498
33499 M
33500 \family default
33501 ).
33502 \end_layout
33503
33504 \begin_layout Standard
33505 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33506  lädt man die Datei 
33507 \series bold
33508 icomma.sty
33509 \series default
33510
33511 \begin_inset Foot
33512 status collapsed
33513
33514 \begin_layout Plain Layout
33515
33516 \series bold
33517 icomma
33518 \series default
33519  ist Teil des LaTeX-Paketes 
33520 \series bold
33521 was
33522 \series default
33523
33524 \begin_inset Index idx
33525 status collapsed
33526
33527 \begin_layout Plain Layout
33528 Pakete ! was
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 vspace{4mm}
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \end_inset
33545
33546 .
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \begin_inset Index idx
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556 Pakete ! icomma
33557 \end_layout
33558
33559 \end_inset
33560
33561  mit der LaTeX-Vorspannzeile
33562 \end_layout
33563
33564 \begin_layout Standard
33565
33566 \series bold
33567
33568 \backslash
33569 usepackage{icomma}
33570 \end_layout
33571
33572 \begin_layout Subsection
33573 Physikalische Vektoren
33574 \begin_inset CommandInset label
33575 LatexCommand label
33576 name "sub:Physikalische-Vektoren"
33577
33578 \end_inset
33579
33580
33581 \begin_inset Index idx
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585 Vektoren ! physikalische
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Standard
33594 Vordefinierte Vektoren bietet das LaTeX-Paket 
33595 \series bold
33596 braket
33597 \series default
33598
33599 \begin_inset Index idx
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 Pakete ! braket
33604 \end_layout
33605
33606 \end_inset
33607
33608 , das mit der LaTeX-Vorspannzeile
33609 \end_layout
33610
33611 \begin_layout Standard
33612
33613 \series bold
33614
33615 \backslash
33616 usepackage{braket}
33617 \end_layout
33618
33619 \begin_layout Standard
33620 geladen wird.
33621 \begin_inset ERT
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625
33626
33627 \backslash
33628 ifbraket 
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \begin_inset Note Note
33635 status open
33636
33637 \begin_layout Plain Layout
33638 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33639 \series bold
33640 braket
33641 \series default
33642  installiert ist:
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \begin_layout Standard
33651 Folgende Befehle sind definiert:
33652 \end_layout
33653
33654 \begin_layout Standard
33655 \align center
33656 \begin_inset Tabular
33657 <lyxtabular version="3" rows="4" columns="2">
33658 <features rotate="0" tabularvalignment="middle">
33659 <column alignment="center" valignment="top">
33660 <column alignment="center" valignment="top">
33661 <row>
33662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33663 \begin_inset Text
33664
33665 \begin_layout Plain Layout
33666 Befehl
33667 \end_layout
33668
33669 \end_inset
33670 </cell>
33671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33672 \begin_inset Text
33673
33674 \begin_layout Plain Layout
33675 Ergebnis
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 </row>
33681 <row>
33682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33683 \begin_inset Text
33684
33685 \begin_layout Plain Layout
33686
33687 \backslash
33688 Bra{
33689 \backslash
33690 psi
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 \begin_inset Formula $\Bra{\psi}$
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \end_inset
33706 </cell>
33707 </row>
33708 <row>
33709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713
33714 \backslash
33715 Ket{
33716 \backslash
33717 psi
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726 \begin_inset Formula $\Ket{\psi}$
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \end_inset
33733 </cell>
33734 </row>
33735 <row>
33736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33737 \begin_inset Text
33738
33739 \begin_layout Plain Layout
33740
33741 \backslash
33742 Braket{
33743 \backslash
33744 psi|
33745 \backslash
33746 phi
33747 \end_layout
33748
33749 \end_inset
33750 </cell>
33751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Plain Layout
33755 \begin_inset Formula $\Braket{\psi|\phi}$
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \end_inset
33762 </cell>
33763 </row>
33764 </lyxtabular>
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 Der Befehl 
33773 \series bold
33774
33775 \backslash
33776 Braket
33777 \series default
33778  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33779  Klammern gesetzt werden:
33780 \begin_inset Formula 
33781 \[
33782 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33783 \]
33784
33785 \end_inset
33786
33787
33788 \begin_inset ERT
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792
33793
33794 \backslash
33795 else 
33796 \end_layout
33797
33798 \end_inset
33799
33800
33801 \begin_inset Note Note
33802 status open
33803
33804 \begin_layout Plain Layout
33805 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33806 \series bold
33807 braket
33808 \series default
33809  nicht installiert ist:
33810 \end_layout
33811
33812 \end_inset
33813
33814
33815 \end_layout
33816
33817 \begin_layout Standard
33818 Das LaTeX-Paket 
33819 \series bold
33820 braket 
33821 \series default
33822 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33823 \end_layout
33824
33825 \begin_layout Standard
33826 \begin_inset ERT
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830
33831
33832 \backslash
33833 fi 
33834 \end_layout
33835
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \begin_layout Standard
33842 Der Effekt von 
33843 \series bold
33844
33845 \backslash
33846 Braket
33847 \series default
33848  kann auch mit dem Befehl 
33849 \series bold
33850
33851 \backslash
33852 middle
33853 \series default
33854  erzielt werden, der in 
33855 \begin_inset CommandInset ref
33856 LatexCommand ref
33857 reference "sub:Automatische-Klammergrößen"
33858
33859 \end_inset
33860
33861  beschrieben ist.
33862 \end_layout
33863
33864 \begin_layout Subsection
33865 Selbst definierte Brüche
33866 \begin_inset CommandInset label
33867 LatexCommand label
33868 name "sub:Selbstdefinierte-Brüche"
33869
33870 \end_inset
33871
33872
33873 \begin_inset Index idx
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 Brüche ! selbstdefinierte
33878 \end_layout
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Standard
33886 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33887 \series bold
33888
33889 \backslash
33890 genfrac
33891 \series default
33892
33893 \begin_inset Index idx
33894 status collapsed
33895
33896 \begin_layout Plain Layout
33897 Befehle ! G ! 
33898 \backslash
33899 genfrac
33900 \end_layout
33901
33902 \end_inset
33903
33904  in folgendem Schema:
33905 \end_layout
33906
33907 \begin_layout Standard
33908
33909 \series bold
33910
33911 \backslash
33912 genfrac{linke
33913 \series default
33914  
33915 \series bold
33916 Klammer}{rechte
33917 \series default
33918  
33919 \series bold
33920 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33921 \begin_inset Newline newline
33922 \end_inset
33923
33924
33925 \begin_inset Phantom HPhantom
33926 status open
33927
33928 \begin_layout Plain Layout
33929
33930 \series bold
33931
33932 \backslash
33933 genfrac
33934 \end_layout
33935
33936 \end_inset
33937
33938 {Zähler}{Nenner}
33939 \end_layout
33940
33941 \begin_layout Standard
33942 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33943 \begin_inset space \thinspace{}
33944 \end_inset
33945
33946 -
33947 \begin_inset space \thinspace{}
33948 \end_inset
33949
33950 3 angegeben.
33951 \end_layout
33952
33953 \begin_layout Standard
33954 \align center
33955 \begin_inset Tabular
33956 <lyxtabular version="3" rows="5" columns="2">
33957 <features rotate="0" tabularvalignment="middle">
33958 <column alignment="center" valignment="top">
33959 <column alignment="center" valignment="top">
33960 <row>
33961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 Nummer
33966 \end_layout
33967
33968 \end_inset
33969 </cell>
33970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Plain Layout
33974 Ansichtsstil
33975 \end_layout
33976
33977 \end_inset
33978 </cell>
33979 </row>
33980 <row>
33981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 0
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33991 \begin_inset Text
33992
33993 \begin_layout Plain Layout
33994 abgesetzte Formel
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 </row>
34000 <row>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 1
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014 eingebettete Formel
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 </row>
34020 <row>
34021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025 2
34026 \end_layout
34027
34028 \end_inset
34029 </cell>
34030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034 klein
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 <row>
34041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045 3
34046 \end_layout
34047
34048 \end_inset
34049 </cell>
34050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054 winzig
34055 \end_layout
34056
34057 \end_inset
34058 </cell>
34059 </row>
34060 </lyxtabular>
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Standard
34068 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34069  
34070 \series bold
34071
34072 \backslash
34073 frac
34074 \series default
34075  der Umgebung an.
34076 \end_layout
34077
34078 \begin_layout Standard
34079 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34080  0.4
34081 \begin_inset space \thinspace{}
34082 \end_inset
34083
34084 pt verwendet.
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset VSpace medskip
34089 \end_inset
34090
34091 Zum Beispiel sind die Befehle 
34092 \series bold
34093
34094 \backslash
34095 dfrac
34096 \series default
34097  und 
34098 \series bold
34099
34100 \backslash
34101 tbinom
34102 \series default
34103  aus 
34104 \begin_inset CommandInset ref
34105 LatexCommand ref
34106 reference "sub:Brüche"
34107
34108 \end_inset
34109
34110  folgendermaßen definiert:
34111 \end_layout
34112
34113 \begin_layout Standard
34114
34115 \series bold
34116
34117 \backslash
34118 newcommand{
34119 \backslash
34120 dfrac}[2]{
34121 \backslash
34122 genfrac{}{}{}{0}{#1}{#2}}
34123 \end_layout
34124
34125 \begin_layout Standard
34126 und
34127 \end_layout
34128
34129 \begin_layout Standard
34130
34131 \series bold
34132
34133 \backslash
34134 newcommand{
34135 \backslash
34136 tbinom}[2]{
34137 \backslash
34138 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34139 \end_layout
34140
34141 \begin_layout Standard
34142 \begin_inset VSpace medskip
34143 \end_inset
34144
34145 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34146  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34147 \end_layout
34148
34149 \begin_layout Standard
34150
34151 \series bold
34152
34153 \backslash
34154 newcommand{
34155 \backslash
34156 fracS}[3][]{
34157 \backslash
34158 genfrac{}{}{#1}{}{#2}{#3}}
34159 \end_layout
34160
34161 \begin_layout Standard
34162 Dazu ein Test:
34163 \begin_inset Formula 
34164 \begin{align*}
34165 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34166 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34167 \end{align*}
34168
34169 \end_inset
34170
34171 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34172  in etwa der dreifachen Strichdicke.
34173 \end_layout
34174
34175 \begin_layout Subsection
34176 Durchgestrichene Formeln
34177 \begin_inset Index idx
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181 Formel ! durchgestrichene
34182 \end_layout
34183
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Standard
34190 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
34191 \end_layout
34192
34193 \begin_layout Standard
34194 \begin_inset ERT
34195 status collapsed
34196
34197 \begin_layout Plain Layout
34198
34199
34200 \backslash
34201 ifcancel 
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \begin_inset Note Note
34208 status open
34209
34210 \begin_layout Plain Layout
34211 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34212 \series bold
34213 cancel
34214 \series default
34215  installiert ist:
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Standard
34224 \align center
34225 \begin_inset Tabular
34226 <lyxtabular version="3" rows="5" columns="2">
34227 <features rotate="0" tabularvalignment="middle">
34228 <column alignment="center" valignment="top">
34229 <column alignment="center" valignment="top">
34230 <row>
34231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 Befehl
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34241 \begin_inset Text
34242
34243 \begin_layout Plain Layout
34244 Ergebnis
34245 \begin_inset Note Note
34246 status collapsed
34247
34248 \begin_layout Plain Layout
34249 Der Leerraum und 
34250 \series bold
34251
34252 \backslash
34253 raisebox
34254 \series default
34255  dienen nur als Abstandhalter.
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \end_inset
34264 </cell>
34265 </row>
34266 <row>
34267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34268 \begin_inset Text
34269
34270 \begin_layout Plain Layout
34271
34272 \backslash
34273 cancel
34274 \begin_inset space \textvisiblespace{}
34275 \end_inset
34276
34277
34278 \backslash
34279 int
34280 \begin_inset space \textvisiblespace{}
34281 \end_inset
34282
34283 A=B
34284 \end_layout
34285
34286 \end_inset
34287 </cell>
34288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34289 \begin_inset Text
34290
34291 \begin_layout Plain Layout
34292 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 </row>
34301 <row>
34302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306
34307 \backslash
34308 bcancel
34309 \begin_inset space \textvisiblespace{}
34310 \end_inset
34311
34312
34313 \backslash
34314 int
34315 \begin_inset space \textvisiblespace{}
34316 \end_inset
34317
34318 A=B
34319 \end_layout
34320
34321 \end_inset
34322 </cell>
34323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341
34342 \backslash
34343 xcancel
34344 \begin_inset space \textvisiblespace{}
34345 \end_inset
34346
34347
34348 \backslash
34349 int
34350 \begin_inset space \textvisiblespace{}
34351 \end_inset
34352
34353 A=B
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 </row>
34371 <row>
34372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376
34377 \backslash
34378 cancelto
34379 \begin_inset space \textvisiblespace{}
34380 \end_inset
34381
34382
34383 \backslash
34384 int
34385 \begin_inset space \textvisiblespace{}
34386 \end_inset
34387
34388 A=B
34389 \begin_inset Formula $\to$
34390 \end_inset
34391
34392 1
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \end_inset
34408 </cell>
34409 </row>
34410 </lyxtabular>
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \begin_layout Standard
34418
34419 \series bold
34420
34421 \backslash
34422 cancelto
34423 \series default
34424  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34425  will:
34426 \begin_inset Formula 
34427 \[
34428 \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}}}
34429 \]
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \begin_layout Standard
34437 Um die Größe des 
34438 \begin_inset Quotes gld
34439 \end_inset
34440
34441 hochgestellten
34442 \begin_inset Quotes grd
34443 \end_inset
34444
34445  Werts von 
34446 \series bold
34447
34448 \backslash
34449 cancelto
34450 \series default
34451  zu ändern, kann man die LaTeX-Vorspannzeile
34452 \end_layout
34453
34454 \begin_layout Standard
34455
34456 \series bold
34457
34458 \backslash
34459 PassOptionsToPackage{Option}{cancel}
34460 \end_layout
34461
34462 \begin_layout Standard
34463 hinzufügen.
34464  
34465 \series bold
34466 Option
34467 \series default
34468  ist entweder 
34469 \series bold
34470 samesize
34471 \series default
34472 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
34473  
34474 \series bold
34475 Smaller
34476 \series default
34477 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34478 \end_layout
34479
34480 \begin_layout Standard
34481 Um den Durchstrich zu färben, verwendet man den Befehl
34482 \end_layout
34483
34484 \begin_layout Standard
34485
34486 \series bold
34487
34488 \backslash
34489 renewcommand{
34490 \backslash
34491 CancelColor}{
34492 \backslash
34493 color{red}}
34494 \end_layout
34495
34496 \begin_layout Standard
34497 als TeX-Code.
34498  
34499 \series bold
34500 red
34501 \series default
34502  kann durch eine Farbe der Wahl ersetzt werden.
34503 \end_layout
34504
34505 \begin_layout Standard
34506 \begin_inset ERT
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510
34511
34512 \backslash
34513 renewcommand{
34514 \backslash
34515 CancelColor}{
34516 \backslash
34517 color{red}}
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \begin_inset Formula 
34527 \[
34528 \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}}}
34529 \]
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \begin_inset ERT
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541
34542
34543 \backslash
34544 renewcommand{
34545 \backslash
34546 CancelColor}{
34547 \backslash
34548 color{black}}
34549 \end_layout
34550
34551 \end_inset
34552
34553
34554 \begin_inset Note Note
34555 status open
34556
34557 \begin_layout Plain Layout
34558 Farbe zurücksetzen
34559 \end_layout
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34568 \series bold
34569 cancel
34570 \series default
34571
34572 \begin_inset CommandInset citation
34573 LatexCommand cite
34574 key "cancel"
34575
34576 \end_inset
34577
34578 .
34579 \begin_inset Index idx
34580 status collapsed
34581
34582 \begin_layout Plain Layout
34583 Pakete ! cancel
34584 \end_layout
34585
34586 \end_inset
34587
34588
34589 \end_layout
34590
34591 \begin_layout Standard
34592 \begin_inset ERT
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596
34597
34598 \backslash
34599 else 
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \begin_inset Note Note
34606 status open
34607
34608 \begin_layout Plain Layout
34609 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34610 \series bold
34611 cancel
34612 \series default
34613  nicht installiert ist:
34614 \end_layout
34615
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \begin_layout Standard
34622 Das LaTeX-Paket 
34623 \series bold
34624 cancel 
34625 \series default
34626 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34627 \end_layout
34628
34629 \begin_layout Standard
34630 \begin_inset ERT
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634
34635
34636 \backslash
34637 fi 
34638 \end_layout
34639
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Subsection
34646 Formeln in Überschriften
34647 \begin_inset CommandInset label
34648 LatexCommand label
34649 name "sub:Formeln-in-Überschriften"
34650
34651 \end_inset
34652
34653
34654 \begin_inset Index idx
34655 status collapsed
34656
34657 \begin_layout Plain Layout
34658 Formel ! in Überschriften
34659 \end_layout
34660
34661 \end_inset
34662
34663
34664 \end_layout
34665
34666 \begin_layout Standard
34667 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34668 \end_layout
34669
34670 \begin_layout Standard
34671 \begin_inset Note Greyedout
34672 status open
34673
34674 \begin_layout Plain Layout
34675 Verwendet man 
34676 \series bold
34677 hyperref
34678 \series default
34679
34680 \begin_inset Index idx
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684 Pakete ! hyperref
34685 \end_layout
34686
34687 \end_inset
34688
34689  Unterstützung im den Dokumenteinstellungen unter 
34690 \family sans
34691 PDF-Eigenschaften
34692 \family default
34693 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34694  erzeugt.
34695  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34696  dargestellt.
34697  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Standard
34706 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34707  Kurztitel über das Menü 
34708 \family sans
34709 Einfügen\SpecialChar \menuseparator
34710 Kurztitel
34711 \family default
34712  einfügt.
34713  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34714  um das Inhaltsverzeichnis übersichtlich zu halten.
34715  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34716 chen.
34717 \end_layout
34718
34719 \begin_layout Standard
34720 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34721 \series bold
34722 hyperref
34723 \series default
34724 , verwendet man im TeX-Modus den Befehl
34725 \end_layout
34726
34727 \begin_layout Standard
34728
34729 \series bold
34730
34731 \backslash
34732 texorpdfstring{Teil}{Alternative}
34733 \begin_inset Index idx
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737 Befehle ! T ! 
34738 \backslash
34739 texorpdfstring
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Standard
34748 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34749  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34750  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34751  soll.
34752 \end_layout
34753
34754 \begin_layout Standard
34755 Es folgen zwei Beispielüberschriften:
34756 \begin_inset VSpace -3mm
34757 \end_inset
34758
34759
34760 \begin_inset ERT
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764
34765
34766 \backslash
34767 boldmath 
34768 \end_layout
34769
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \begin_layout Subsubsection
34776 Überschrift ohne Formel im Inhaltsverzeichnis 
34777 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34778 \end_inset
34779
34780
34781 \begin_inset Argument 1
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785 Überschrift ohne Formel im Inhaltsverzeichnis
34786 \end_layout
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \begin_layout Subsubsection
34794 Überschrift mit Formel im Inhaltsverzeichnis
34795 \begin_inset ERT
34796 status collapsed
34797
34798 \begin_layout Plain Layout
34799
34800
34801 \backslash
34802 texorpdfstring{
34803 \end_layout
34804
34805 \end_inset
34806
34807  
34808 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34809 \end_inset
34810
34811
34812 \begin_inset ERT
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816
34817 }{}
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Standard
34826 \begin_inset ERT
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830
34831
34832 \backslash
34833 unboldmath 
34834 \end_layout
34835
34836 \end_inset
34837
34838 In der ersten Überschrift wurde ein Kurztitel verwendet.
34839  In der zweiten 
34840 \series bold
34841
34842 \backslash
34843 texorpdfstring
34844 \series default
34845 .
34846 \end_layout
34847
34848 \begin_layout Standard
34849 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34850  die komplette Überschrift in eine 
34851 \series bold
34852 boldmath
34853 \series default
34854 -Umgebung
34855 \begin_inset Foot
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 siehe 
34860 \begin_inset CommandInset ref
34861 LatexCommand ref
34862 reference "sub:Fett-gedruckte-Formeln"
34863
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \end_inset
34870
34871  gesetzt.
34872 \end_layout
34873
34874 \begin_layout Subsection
34875 Formeln im mehrspaltigen Text
34876 \begin_inset Index idx
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 Formel ! im mehrspaltigen Text
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \end_layout
34887
34888 \begin_layout Standard
34889 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34890  müssen daher über die gesamte Seitenbreite gesetzt werden.
34891  Dazu verwendet man das LaTeX-Paket 
34892 \series bold
34893 multicol
34894 \series default
34895
34896 \begin_inset Foot
34897 status collapsed
34898
34899 \begin_layout Plain Layout
34900
34901 \series bold
34902 multicol
34903 \series default
34904  ist Teil jeder LaTeX-Standardinstallation.
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \begin_inset Index idx
34911 status collapsed
34912
34913 \begin_layout Plain Layout
34914 Pakete ! multicol
34915 \end_layout
34916
34917 \end_inset
34918
34919 , das mit der LaTeX-Vorspannzeile
34920 \end_layout
34921
34922 \begin_layout Standard
34923
34924 \series bold
34925
34926 \backslash
34927 usepackage{multicol}
34928 \end_layout
34929
34930 \begin_layout Standard
34931 geladen wird.
34932 \end_layout
34933
34934 \begin_layout Standard
34935 \begin_inset Note Greyedout
34936 status open
34937
34938 \begin_layout Plain Layout
34939 Dabei ist zu beachten, dass im Menü 
34940 \family sans
34941 Dokument\SpecialChar \menuseparator
34942 Einstellungen
34943 \family default
34944  unter 
34945 \family sans
34946 Textformat
34947 \family default
34948  
34949 \emph on
34950 nicht
34951 \emph default
34952  
34953 \family sans
34954 Zweispaltiges
34955 \begin_inset space ~
34956 \end_inset
34957
34958 Dokument
34959 \family default
34960  ausgewählt sein darf.
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34970 \end_layout
34971
34972 \begin_layout Standard
34973
34974 \series bold
34975
34976 \backslash
34977 begin{multicols}{Spaltenanzahl}
34978 \end_layout
34979
34980 \begin_layout Standard
34981 wobei die Spaltenanzahl eine Zahl im Bereich 2
34982 \begin_inset space \thinspace{}
34983 \end_inset
34984
34985 -
34986 \begin_inset space \thinspace{}
34987 \end_inset
34988
34989 10 ist.
34990  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34991 \end_layout
34992
34993 \begin_layout Standard
34994
34995 \series bold
34996
34997 \backslash
34998 end{multicols}
34999 \end_layout
35000
35001 \begin_layout Standard
35002 der im TeX-Modus eingegeben wird.
35003 \end_layout
35004
35005 \begin_layout Standard
35006 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35007  Um dies rückgängig zu machen, fügt man vor der Formel -6
35008 \begin_inset space \thinspace{}
35009 \end_inset
35010
35011 mm vertikalen Leerraum ein.
35012  Ist der Formelstil 
35013 \series bold
35014 Eingerückt
35015 \begin_inset Foot
35016 status collapsed
35017
35018 \begin_layout Plain Layout
35019 Formelstile siehe 
35020 \begin_inset CommandInset ref
35021 LatexCommand ref
35022 reference "sec:Formelstile"
35023
35024 \end_inset
35025
35026
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \series default
35033  gewählt, fügt man stattdessen -9
35034 \begin_inset space \thinspace{}
35035 \end_inset
35036
35037 mm Leerraum ein.
35038 \end_layout
35039
35040 \begin_layout Standard
35041 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35042 \end_layout
35043
35044 \begin_layout Standard
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050
35051 \backslash
35052 begin{multicols}{2}
35053 \end_layout
35054
35055 \end_inset
35056
35057 Das Spektrum wird fouriertransformiert.
35058  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35059 , Lösungsmittel) zu trennen.
35060  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35061  nun das Aussehen des Ausgangssignals.
35062  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35063  über alle Phasen integrieren muss.
35064  Sei nun 
35065 \begin_inset Formula $S$
35066 \end_inset
35067
35068  unser normiertes Ausgangssignal und 
35069 \begin_inset Formula $P$
35070 \end_inset
35071
35072  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35073 \begin_inset ERT
35074 status collapsed
35075
35076 \begin_layout Plain Layout
35077
35078
35079 \backslash
35080 end{multicols}
35081 \end_layout
35082
35083 \end_inset
35084
35085
35086 \begin_inset VSpace -6mm
35087 \end_inset
35088
35089
35090 \begin_inset Formula 
35091 \begin{equation}
35092 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35093 \end{equation}
35094
35095 \end_inset
35096
35097
35098 \begin_inset ERT
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102
35103
35104 \backslash
35105 begin{multicols}{2}
35106 \end_layout
35107
35108 \end_inset
35109
35110 wobei 
35111 \begin_inset Formula $S_{0}$
35112 \end_inset
35113
35114  das Signal ohne Gradient ist und die Normierungsbedingung 
35115 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35116 \end_inset
35117
35118  gilt.
35119  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35120  Direkt nach dem 
35121 \begin_inset Formula $\nicefrac{\pi}{2}$
35122 \end_inset
35123
35124
35125 \begin_inset space \thinspace{}
35126 \end_inset
35127
35128 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35129  das Signal zusätzlich abschwächt.
35130  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35131  
35132 \begin_inset Formula $T_{2}$
35133 \end_inset
35134
35135 -Zeit.
35136 \end_layout
35137
35138 \begin_layout Standard
35139 \begin_inset ERT
35140 status collapsed
35141
35142 \begin_layout Plain Layout
35143
35144
35145 \backslash
35146 end{multicols}
35147 \end_layout
35148
35149 \end_inset
35150
35151  
35152 \end_layout
35153
35154 \begin_layout Subsection
35155 Formeln mit Beschreibung der Variablen
35156 \begin_inset Index idx
35157 status collapsed
35158
35159 \begin_layout Plain Layout
35160 Formel ! mit Variablenbeschreibung
35161 \end_layout
35162
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \begin_layout Standard
35169 Möchte man wie in Formel 
35170 \begin_inset CommandInset ref
35171 LatexCommand eqref
35172 reference "eq:innerhalb"
35173
35174 \end_inset
35175
35176 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35177 \series bold
35178 ×
35179 \series default
35180
35181 \begin_inset Formula $n$
35182 \end_inset
35183
35184
35185 \begin_inset space ~
35186 \end_inset
35187
35188 Matrix mit links ausgerichteten Spalten für die verwendeten 
35189 \begin_inset Formula $n$
35190 \end_inset
35191
35192  Variablen.
35193 \begin_inset Foot
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197 Matrizen siehe 
35198 \begin_inset CommandInset ref
35199 LatexCommand ref
35200 reference "sec:Matrizen"
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \end_inset
35208
35209  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35210 \begin_inset space \thinspace{}
35211 \end_inset
35212
35213 B.
35214  den Befehl 
35215 \series bold
35216
35217 \backslash
35218 footnotesize
35219 \series default
35220  ein.
35221 \begin_inset Foot
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225 Schriftgrößen siehe 
35226 \begin_inset CommandInset ref
35227 LatexCommand ref
35228 reference "sub:Schriftgrößen"
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Wird der Formelstil 
35242 \series bold
35243 Eingerückt
35244 \begin_inset Foot
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 Formelstile siehe 
35249 \begin_inset CommandInset ref
35250 LatexCommand ref
35251 reference "sec:Formelstile"
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \series default
35262  verwendet, fügt man vor und nach der Matrix ein 
35263 \series bold
35264
35265 \backslash
35266 hfill
35267 \series default
35268
35269 \begin_inset Foot
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274 \series bold
35275
35276 \backslash
35277 hfill
35278 \series default
35279  wirkt nur in Formeln mit dem Stil 
35280 \series bold
35281 Eingerückt
35282 \series default
35283 , siehe 
35284 \begin_inset CommandInset ref
35285 LatexCommand ref
35286 reference "sub:Variabler-Leerraum"
35287
35288 \end_inset
35289
35290 .
35291 \end_layout
35292
35293 \end_inset
35294
35295  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35296  gleich ist.
35297 \end_layout
35298
35299 \begin_layout Standard
35300 Ist der Formelstil 
35301 \series bold
35302 Zentriert
35303 \series default
35304  gewählt, nutzt man die in 
35305 \begin_inset CommandInset ref
35306 LatexCommand ref
35307 reference "sub:Flalign-Umgebung"
35308
35309 \end_inset
35310
35311  beschriebene Möglichkeit, Formeln einzurücken.
35312  Formel 
35313 \begin_inset CommandInset ref
35314 LatexCommand eqref
35315 reference "eq:innerhalb"
35316
35317 \end_inset
35318
35319  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35320  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35321 \begin_inset Formula 
35322 \begin{flalign}
35323 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35324 \rho & \textrm{Dichte}\\
35325 V & \textrm{Volumen}\\
35326 g & \textrm{Fallbeschleunigung}
35327 \end{array} &  & {}\label{eq:innerhalb}
35328 \end{flalign}
35329
35330 \end_inset
35331
35332
35333 \end_layout
35334
35335 \begin_layout Subsection
35336 Aufrechte kleine griechische Buchstaben
35337 \begin_inset CommandInset label
35338 LatexCommand label
35339 name "sub:Aufrechte-kleine-griechische"
35340
35341 \end_inset
35342
35343
35344 \begin_inset Index idx
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348 griechische Buchstaben ! aufrechte
35349 \end_layout
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \begin_layout Standard
35357 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35358  zur Verfügung.
35359  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35360  aufrechte griechische Buchstaben benötigt.
35361  Die Datei 
35362 \series bold
35363 upgreek.sty
35364 \series default
35365
35366 \begin_inset Foot
35367 status collapsed
35368
35369 \begin_layout Plain Layout
35370
35371 \series bold
35372 upgreek
35373 \series default
35374  ist Teil des LaTeX-Paketes 
35375 \series bold
35376 was
35377 \series default
35378
35379 \begin_inset Index idx
35380 status collapsed
35381
35382 \begin_layout Plain Layout
35383 Pakete ! was
35384 \begin_inset ERT
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388
35389
35390 \backslash
35391 vspace{4mm}
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \end_inset
35400
35401 .
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \begin_inset Index idx
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411 Pakete ! upgreek
35412 \end_layout
35413
35414 \end_inset
35415
35416 , die mit der LaTeX-Vorspannzeile
35417 \end_layout
35418
35419 \begin_layout Standard
35420
35421 \series bold
35422
35423 \backslash
35424 usepackage{upgreek}
35425 \end_layout
35426
35427 \begin_layout Standard
35428 geladen wird, stellt diese Buchstaben zur Verfügung.
35429  
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 ifupgreek 
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \begin_inset Note Note
35444 status open
35445
35446 \begin_layout Plain Layout
35447 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35448 \series bold
35449 upgreek
35450 \series default
35451  installiert ist:
35452 \end_layout
35453
35454 \end_inset
35455
35456  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35457  
35458 \series bold
35459 up
35460 \series default
35461  begonnen wird.
35462  So erzeugt z.
35463 \begin_inset space \thinspace{}
35464 \end_inset
35465
35466 B.
35467  der Befehl 
35468 \series bold
35469
35470 \backslash
35471 uptau
35472 \series default
35473  dies: 
35474 \begin_inset Formula $\uptau$
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Standard
35481 Damit kann man Elementarteilchenreaktionen erstellen:
35482 \begin_inset Formula 
35483 \[
35484 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35485 \]
35486
35487 \end_inset
35488
35489
35490 \end_layout
35491
35492 \begin_layout Standard
35493 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35494  Sie sollten daher nicht für Einheiten wie 
35495 \begin_inset Quotes gld
35496 \end_inset
35497
35498 µm
35499 \begin_inset Quotes grd
35500 \end_inset
35501
35502  verwendet werden.
35503 \end_layout
35504
35505 \begin_layout Standard
35506 \begin_inset ERT
35507 status collapsed
35508
35509 \begin_layout Plain Layout
35510
35511
35512 \backslash
35513 else 
35514 \end_layout
35515
35516 \end_inset
35517
35518
35519 \begin_inset Note Note
35520 status open
35521
35522 \begin_layout Plain Layout
35523 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35524 \series bold
35525 upgreek
35526 \series default
35527  nicht installiert ist:
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Standard
35536 Das LaTeX-Paket 
35537 \series bold
35538 upgreek 
35539 \series default
35540 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35541 \end_layout
35542
35543 \begin_layout Standard
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 fi 
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \begin_layout Subsection
35560 Textzeichen in Formeln
35561 \begin_inset CommandInset label
35562 LatexCommand label
35563 name "sub:Textzeichen-in-Formeln"
35564
35565 \end_inset
35566
35567
35568 \begin_inset Index idx
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 Text ! in Formeln
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Standard
35581 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35582  Benötigt man z.
35583 \begin_inset space \thinspace{}
35584 \end_inset
35585
35586 B.
35587  den mittigen Punkt · in Formeln wie 
35588 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35589 \end_inset
35590
35591 , müsste man dafür jedes Mal den Befehl 
35592 \series bold
35593
35594 \backslash
35595 cdot
35596 \series default
35597  eingeben
35598 \begin_inset Foot
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602 siehe 
35603 \begin_inset CommandInset ref
35604 LatexCommand ref
35605 reference "sub:Binäre-Operatoren"
35606
35607 \end_inset
35608
35609
35610 \end_layout
35611
35612 \end_inset
35613
35614 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35615  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35616 \end_layout
35617
35618 \begin_layout Standard
35619
35620 \series bold
35621
35622 \backslash
35623 DeclareInputText{183}{
35624 \backslash
35625 ifmmode
35626 \backslash
35627 cdot
35628 \backslash
35629 else
35630 \backslash
35631 textperiodcentered
35632 \backslash
35633 f\SpecialChar \textcompwordmark{}
35634 i}
35635 \end_layout
35636
35637 \begin_layout Standard
35638 Die Zeichenkodierung (Menü 
35639 \family sans
35640 Dokument\SpecialChar \menuseparator
35641 Einstellungen\SpecialChar \menuseparator
35642 Sprache
35643 \family default
35644 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35645  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35646 \series bold
35647
35648 \backslash
35649 textperiodcentered
35650 \series default
35651  verwendet.
35652  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35653  LaTeX-Fehlern kommen würde.
35654  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35655  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35656  nicht.
35657 \end_layout
35658
35659 \begin_layout Standard
35660 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35661  Z.
35662 \begin_inset space \thinspace{}
35663 \end_inset
35664
35665 B.
35666  ist die Kodierung 
35667 \series bold
35668 latin9
35669 \series default
35670  in der Datei 
35671 \series bold
35672 latin9.def
35673 \series default
35674  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35675  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35676 eien geändert werden.
35677  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35678  nicht ohne Weiteres bearbeitet werden.
35679 \end_layout
35680
35681 \begin_layout Standard
35682 \begin_inset VSpace medskip
35683 \end_inset
35684
35685 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35686  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35687  Formel eingegeben werden können:
35688 \end_layout
35689
35690 \begin_layout Standard
35691
35692 \series bold
35693
35694 \backslash
35695 DeclareInputText{176}{
35696 \backslash
35697 ifmmode^
35698 \backslash
35699 circ
35700 \backslash
35701 else
35702 \backslash
35703 textdegree
35704 \backslash
35705 f\SpecialChar \textcompwordmark{}
35706 i}
35707 \end_layout
35708
35709 \begin_layout Standard
35710 \begin_inset Newpage newpage
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \begin_layout Section
35717 \start_of_appendix
35718 Typographische Hinweise
35719 \begin_inset Index idx
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723 Typographische Hinweise
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Standard
35732 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35733  Regeln, die teilweise auch im Duden 
35734 \begin_inset CommandInset citation
35735 LatexCommand cite
35736 key "Duden"
35737
35738 \end_inset
35739
35740  unter 
35741 \family typewriter
35742 Textverarbeitung
35743 \family default
35744  aufgelistet sind.
35745  Weitere Regeln sind in 
35746 \begin_inset CommandInset citation
35747 LatexCommand cite
35748 key "Checklist"
35749
35750 \end_inset
35751
35752  zu finden.
35753 \end_layout
35754
35755 \begin_layout Itemize
35756 Physikalische Einheiten werden 
35757 \emph on
35758 immer
35759 \emph default
35760  aufrecht gesetzt
35761 \begin_inset Foot
35762 status collapsed
35763
35764 \begin_layout Plain Layout
35765 wird durch Schriftstile erreicht, siehe 
35766 \begin_inset CommandInset ref
35767 LatexCommand ref
35768 reference "sub:Schriftstile"
35769
35770 \end_inset
35771
35772
35773 \end_layout
35774
35775 \end_inset
35776
35777 , egal ob sie sich in einem kursiven Text befinden: 30
35778 \begin_inset space \thinspace{}
35779 \end_inset
35780
35781 km/h
35782 \begin_inset Newline newline
35783 \end_inset
35784
35785 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35786 \begin_inset CommandInset ref
35787 LatexCommand ref
35788 reference "sub:Vordefinierter-Leerraum"
35789
35790 \end_inset
35791
35792 .
35793 \begin_inset Newline newline
35794 \end_inset
35795
35796 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35797 \series bold
35798
35799 \backslash
35800 unittwo
35801 \series default
35802  verwendet.
35803  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35804  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35805  erhält wie oben: 
35806 \begin_inset Formula $\unit[30]{km/h}$
35807 \end_inset
35808
35809
35810 \begin_inset space \thinspace{}
35811 \end_inset
35812
35813 .
35814  Zu beachten ist, dass 
35815 \series bold
35816
35817 \backslash
35818 unittwo
35819 \series default
35820  kein echter LaTeX-Befehl, sondern der Befehl 
35821 \series bold
35822
35823 \backslash
35824 unit[Wert]{Einheit}
35825 \series default
35826  ist, daher kann man ihn nicht im TeX-Code benutzen.
35827 \end_layout
35828
35829 \begin_layout Itemize
35830 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35831 \begin_inset Newline newline
35832 \end_inset
35833
35834 1,2
35835 \begin_inset space \thinspace{}
35836 \end_inset
35837
35838 ‰ Alkohol im Blut
35839 \begin_inset Newline newline
35840 \end_inset
35841
35842 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35843  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35844 \end_layout
35845
35846 \begin_layout Itemize
35847 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35848  wird in einer Einheit verwendet: 15
35849 \begin_inset space \thinspace{}
35850 \end_inset
35851
35852 °C
35853 \end_layout
35854
35855 \begin_layout Itemize
35856 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35857  Ziffer der kleinste Leerraum eingefügt: 18
35858 \begin_inset space \thinspace{}
35859 \end_inset
35860
35861 473
35862 \begin_inset space \thinspace{}
35863 \end_inset
35864
35865 588
35866 \end_layout
35867
35868 \begin_layout Itemize
35869 Für Bemaßungen wie z.
35870 \begin_inset space \thinspace{}
35871 \end_inset
35872
35873 B.
35874  120×90×40
35875 \begin_inset space \thinspace{}
35876 \end_inset
35877
35878 cm, verwendet man das gelegte Kreuz 
35879 \begin_inset Quotes gld
35880 \end_inset
35881
35882 ×
35883 \begin_inset Quotes grd
35884 \end_inset
35885
35886 , dass entweder über den Befehl 
35887 \series bold
35888
35889 \backslash
35890 times
35891 \series default
35892  oder über das Menü 
35893 \family sans
35894 Einfügen\SpecialChar \menuseparator
35895 Sonderzeichen\SpecialChar \menuseparator
35896 Symbole
35897 \family default
35898  verfügbar ist.
35899 \end_layout
35900
35901 \begin_layout Itemize
35902 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35903  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35904 \begin_inset space \thinspace{}
35905 \end_inset
35906
35907 6.
35908 \begin_inset space ~
35909 \end_inset
35910
35911 1979
35912 \end_layout
35913
35914 \begin_layout Itemize
35915 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35916  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35917 \begin_inset CommandInset ref
35918 LatexCommand ref
35919 reference "sub:Vordefinierte-Funktionen"
35920
35921 \end_inset
35922
35923 .
35924 \end_layout
35925
35926 \begin_layout Itemize
35927 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35928  
35929 \begin_inset Formula $E_{\mathrm{kin}}$
35930 \end_inset
35931
35932
35933 \begin_inset Newline newline
35934 \end_inset
35935
35936 Komponenten von Matrizen werden kursiv gesetzt: 
35937 \begin_inset Formula $\hat{H}_{kl}$
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Itemize
35944 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35945  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35946  Variablen zu verwechseln.
35947 \end_layout
35948
35949 \begin_layout Itemize
35950 Das Symbol für eine 
35951 \noun on
35952 Fourier
35953 \noun default
35954 -Transformation kann entweder mit dem Befehl 
35955 \series bold
35956
35957 \backslash
35958 mathscr
35959 \begin_inset space \textvisiblespace{}
35960 \end_inset
35961
35962 F
35963 \series default
35964  oder über das Menü 
35965 \family sans
35966 Einfügen\SpecialChar \menuseparator
35967 Sonderzeichen\SpecialChar \menuseparator
35968 Symbole\SpecialChar \menuseparator
35969 Buchsta\SpecialChar \-
35970 benähnliche Symbole
35971 \family default
35972  eingefügt werden: 
35973 \begin_inset Formula $\mathscr{F}$
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \begin_layout Standard
35980 \begin_inset Newpage newpage
35981 \end_inset
35982
35983
35984 \end_layout
35985
35986 \begin_layout Section
35987 Synonyme
35988 \begin_inset Index idx
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992 Synonyme
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Standard
36001 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36002  Hier ist eine Übersicht der Synonymbefehle:
36003 \end_layout
36004
36005 \begin_layout Standard
36006 \begin_inset VSpace bigskip
36007 \end_inset
36008
36009
36010 \begin_inset space \hfill{}
36011 \end_inset
36012
36013
36014 \begin_inset Tabular
36015 <lyxtabular version="3" rows="12" columns="2">
36016 <features rotate="0" tabularvalignment="middle">
36017 <column alignment="center" valignment="top" width="0pt">
36018 <column alignment="center" valignment="top" width="0pt">
36019 <row>
36020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024 Befehl
36025 \end_layout
36026
36027 \end_inset
36028 </cell>
36029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033 äquivalent zu
36034 \begin_inset Note Note
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038
36039 \series bold
36040
36041 \backslash
36042 raisebox
36043 \series default
36044  dient nur als Abstandhalter.
36045 \end_layout
36046
36047 \end_inset
36048
36049
36050 \end_layout
36051
36052 \end_inset
36053 </cell>
36054 </row>
36055 <row>
36056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060
36061 \backslash
36062 ast
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 \begin_inset ERT
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075
36076
36077 \backslash
36078 raisebox{-1.2mm}{
36079 \end_layout
36080
36081 \end_inset
36082
36083 *
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089 }
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \end_layout
36096
36097 \end_inset
36098 </cell>
36099 </row>
36100 <row>
36101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105
36106 \backslash
36107 choose
36108 \end_layout
36109
36110 \end_inset
36111 </cell>
36112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36113 \begin_inset Text
36114
36115 \begin_layout Plain Layout
36116
36117 \backslash
36118 binom
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 <row>
36125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Plain Layout
36129
36130 \backslash
36131 geq
36132 \end_layout
36133
36134 \end_inset
36135 </cell>
36136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36137 \begin_inset Text
36138
36139 \begin_layout Plain Layout
36140
36141 \backslash
36142 ge
36143 \end_layout
36144
36145 \end_inset
36146 </cell>
36147 </row>
36148 <row>
36149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36150 \begin_inset Text
36151
36152 \begin_layout Plain Layout
36153
36154 \backslash
36155 lbrace
36156 \end_layout
36157
36158 \end_inset
36159 </cell>
36160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164 {
36165 \end_layout
36166
36167 \end_inset
36168 </cell>
36169 </row>
36170 <row>
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Plain Layout
36175
36176 \backslash
36177 lbracket
36178 \end_layout
36179
36180 \end_inset
36181 </cell>
36182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Plain Layout
36186 [
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 </row>
36192 <row>
36193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36194 \begin_inset Text
36195
36196 \begin_layout Plain Layout
36197
36198 \backslash
36199 leftarrow
36200 \end_layout
36201
36202 \end_inset
36203 </cell>
36204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36205 \begin_inset Text
36206
36207 \begin_layout Plain Layout
36208
36209 \backslash
36210 gets
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 </row>
36216 <row>
36217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36218 \begin_inset Text
36219
36220 \begin_layout Plain Layout
36221
36222 \backslash
36223 leq
36224 \end_layout
36225
36226 \end_inset
36227 </cell>
36228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36229 \begin_inset Text
36230
36231 \begin_layout Plain Layout
36232
36233 \backslash
36234 le
36235 \end_layout
36236
36237 \end_inset
36238 </cell>
36239 </row>
36240 <row>
36241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36242 \begin_inset Text
36243
36244 \begin_layout Plain Layout
36245
36246 \backslash
36247 lor
36248 \end_layout
36249
36250 \end_inset
36251 </cell>
36252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36253 \begin_inset Text
36254
36255 \begin_layout Plain Layout
36256
36257 \backslash
36258 vee
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 </row>
36264 <row>
36265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269
36270 \backslash
36271 neq
36272 \end_layout
36273
36274 \end_inset
36275 </cell>
36276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36277 \begin_inset Text
36278
36279 \begin_layout Plain Layout
36280
36281 \backslash
36282 not=
36283 \end_layout
36284
36285 \end_inset
36286 </cell>
36287 </row>
36288 <row>
36289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36290 \begin_inset Text
36291
36292 \begin_layout Plain Layout
36293
36294 \backslash
36295 slash
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 /
36305 \end_layout
36306
36307 \end_inset
36308 </cell>
36309 </row>
36310 <row>
36311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36312 \begin_inset Text
36313
36314 \begin_layout Plain Layout
36315
36316 \backslash
36317 vert
36318 \end_layout
36319
36320 \end_inset
36321 </cell>
36322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36323 \begin_inset Text
36324
36325 \begin_layout Plain Layout
36326 |
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 </row>
36332 </lyxtabular>
36333
36334 \end_inset
36335
36336
36337 \begin_inset space \hfill{}
36338 \end_inset
36339
36340
36341 \begin_inset Tabular
36342 <lyxtabular version="3" rows="12" columns="2">
36343 <features rotate="0" tabularvalignment="middle">
36344 <column alignment="center" valignment="top" width="0pt">
36345 <column alignment="center" valignment="top" width="0pt">
36346 <row>
36347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Plain Layout
36351 Befehl
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360 äquivalent zu
36361 \end_layout
36362
36363 \end_inset
36364 </cell>
36365 </row>
36366 <row>
36367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36368 \begin_inset Text
36369
36370 \begin_layout Plain Layout
36371
36372 \backslash
36373 backslash
36374 \end_layout
36375
36376 \end_inset
36377 </cell>
36378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36379 \begin_inset Text
36380
36381 \begin_layout Plain Layout
36382
36383 \backslash
36384
36385 \backslash
36386
36387 \end_layout
36388
36389 \end_inset
36390 </cell>
36391 </row>
36392 <row>
36393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36394 \begin_inset Text
36395
36396 \begin_layout Plain Layout
36397
36398 \backslash
36399 dasharrow
36400 \end_layout
36401
36402 \end_inset
36403 </cell>
36404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36405 \begin_inset Text
36406
36407 \begin_layout Plain Layout
36408
36409 \backslash
36410 dashrightarrow
36411 \end_layout
36412
36413 \end_inset
36414 </cell>
36415 </row>
36416 <row>
36417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36418 \begin_inset Text
36419
36420 \begin_layout Plain Layout
36421
36422 \backslash
36423 land
36424 \end_layout
36425
36426 \end_inset
36427 </cell>
36428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36429 \begin_inset Text
36430
36431 \begin_layout Plain Layout
36432
36433 \backslash
36434 wedge
36435 \end_layout
36436
36437 \end_inset
36438 </cell>
36439 </row>
36440 <row>
36441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36442 \begin_inset Text
36443
36444 \begin_layout Plain Layout
36445
36446 \backslash
36447 rbrace
36448 \end_layout
36449
36450 \end_inset
36451 </cell>
36452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36453 \begin_inset Text
36454
36455 \begin_layout Plain Layout
36456 }
36457 \end_layout
36458
36459 \end_inset
36460 </cell>
36461 </row>
36462 <row>
36463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36464 \begin_inset Text
36465
36466 \begin_layout Plain Layout
36467
36468 \backslash
36469 rbracket
36470 \end_layout
36471
36472 \end_inset
36473 </cell>
36474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36475 \begin_inset Text
36476
36477 \begin_layout Plain Layout
36478 ]
36479 \end_layout
36480
36481 \end_inset
36482 </cell>
36483 </row>
36484 <row>
36485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36486 \begin_inset Text
36487
36488 \begin_layout Plain Layout
36489
36490 \backslash
36491 rightarrow
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36497 \begin_inset Text
36498
36499 \begin_layout Plain Layout
36500
36501 \backslash
36502 to
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 </row>
36508 <row>
36509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36510 \begin_inset Text
36511
36512 \begin_layout Plain Layout
36513
36514 \backslash
36515 lnot
36516 \end_layout
36517
36518 \end_inset
36519 </cell>
36520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36521 \begin_inset Text
36522
36523 \begin_layout Plain Layout
36524
36525 \backslash
36526 neg
36527 \end_layout
36528
36529 \end_inset
36530 </cell>
36531 </row>
36532 <row>
36533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36534 \begin_inset Text
36535
36536 \begin_layout Plain Layout
36537
36538 \backslash
36539 ne
36540 \end_layout
36541
36542 \end_inset
36543 </cell>
36544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36545 \begin_inset Text
36546
36547 \begin_layout Plain Layout
36548
36549 \backslash
36550 not=
36551 \end_layout
36552
36553 \end_inset
36554 </cell>
36555 </row>
36556 <row>
36557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36558 \begin_inset Text
36559
36560 \begin_layout Plain Layout
36561
36562 \backslash
36563 owns
36564 \end_layout
36565
36566 \end_inset
36567 </cell>
36568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36569 \begin_inset Text
36570
36571 \begin_layout Plain Layout
36572
36573 \backslash
36574 ni
36575 \end_layout
36576
36577 \end_inset
36578 </cell>
36579 </row>
36580 <row>
36581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36582 \begin_inset Text
36583
36584 \begin_layout Plain Layout
36585
36586 \backslash
36587 square
36588 \end_layout
36589
36590 \end_inset
36591 </cell>
36592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596
36597 \backslash
36598 Box
36599 \end_layout
36600
36601 \end_inset
36602 </cell>
36603 </row>
36604 <row>
36605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36606 \begin_inset Text
36607
36608 \begin_layout Plain Layout
36609
36610 \backslash
36611 Vert
36612 \end_layout
36613
36614 \end_inset
36615 </cell>
36616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36617 \begin_inset Text
36618
36619 \begin_layout Plain Layout
36620
36621 \backslash
36622 |
36623 \end_layout
36624
36625 \end_inset
36626 </cell>
36627 </row>
36628 </lyxtabular>
36629
36630 \end_inset
36631
36632
36633 \begin_inset space \hfill{}
36634 \end_inset
36635
36636
36637 \end_layout
36638
36639 \begin_layout Standard
36640 \begin_inset Newpage newpage
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Bibliography
36647 \begin_inset CommandInset bibitem
36648 LatexCommand bibitem
36649 key "TLC2"
36650
36651 \end_inset
36652
36653
36654 \shape smallcaps
36655 Mittelbach, F.
36656  ; Goossens, M.
36657 \shape default
36658
36659 \shape italic
36660 The LaTeX Companion
36661 \shape default
36662 .
36663  Addison Wesley, 2004
36664 \end_layout
36665
36666 \begin_layout Bibliography
36667 \begin_inset CommandInset bibitem
36668 LatexCommand bibitem
36669 key "Mathmode"
36670
36671 \end_inset
36672
36673
36674 \begin_inset CommandInset href
36675 LatexCommand href
36676 name "Beschreibung"
36677 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36678
36679 \end_inset
36680
36681  der mathematischen Fähigkeiten von LaTeX
36682 \end_layout
36683
36684 \begin_layout Bibliography
36685 \begin_inset CommandInset bibitem
36686 LatexCommand bibitem
36687 key "AMS"
36688
36689 \end_inset
36690
36691
36692 \begin_inset CommandInset href
36693 LatexCommand href
36694 name "Beschreibung"
36695 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36696
36697 \end_inset
36698
36699  von 
36700 \begin_inset ERT
36701 status collapsed
36702
36703 \begin_layout Plain Layout
36704
36705
36706 \backslash
36707 AmS
36708 \end_layout
36709
36710 \end_inset
36711
36712 -LaTeX
36713 \end_layout
36714
36715 \begin_layout Bibliography
36716 \begin_inset CommandInset bibitem
36717 LatexCommand bibitem
36718 key "Symbole"
36719
36720 \end_inset
36721
36722
36723 \begin_inset CommandInset href
36724 LatexCommand href
36725 name "Auflistung"
36726 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36727
36728 \end_inset
36729
36730  aller über LaTeX-Pakete verfügbare Symbole
36731 \end_layout
36732
36733 \begin_layout Bibliography
36734 \begin_inset CommandInset bibitem
36735 LatexCommand bibitem
36736 key "cancel"
36737
36738 \end_inset
36739
36740
36741 \begin_inset CommandInset href
36742 LatexCommand href
36743 name "Dokumentation"
36744 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36745
36746 \end_inset
36747
36748  des LaTeX-Pakets 
36749 \series bold
36750 cancel
36751 \series default
36752
36753 \begin_inset Index idx
36754 status collapsed
36755
36756 \begin_layout Plain Layout
36757 Pakete ! cancel
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \end_layout
36764
36765 \begin_layout Bibliography
36766 \begin_inset CommandInset bibitem
36767 LatexCommand bibitem
36768 key "hyperref"
36769
36770 \end_inset
36771
36772
36773 \begin_inset CommandInset href
36774 LatexCommand href
36775 name "Dokumentation"
36776 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36777
36778 \end_inset
36779
36780  des LaTeX-Pakets 
36781 \series bold
36782 hyperref
36783 \series default
36784
36785 \begin_inset Index idx
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789 Pakete ! hyperref
36790 \end_layout
36791
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \begin_layout Bibliography
36798 \begin_inset CommandInset bibitem
36799 LatexCommand bibitem
36800 key "mhchem"
36801
36802 \end_inset
36803
36804
36805 \begin_inset CommandInset href
36806 LatexCommand href
36807 name "Dokumentation"
36808 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36809
36810 \end_inset
36811
36812  des LaTeX-Pakets 
36813 \series bold
36814 mhchem
36815 \series default
36816
36817 \begin_inset Index idx
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821 Pakete ! mhchem
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \begin_layout Bibliography
36830 \begin_inset CommandInset bibitem
36831 LatexCommand bibitem
36832 key "Mathclap"
36833
36834 \end_inset
36835
36836
36837 \begin_inset CommandInset href
36838 LatexCommand href
36839 name "Beschreibung"
36840 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36841
36842 \end_inset
36843
36844  des in 
36845 \begin_inset CommandInset ref
36846 LatexCommand ref
36847 reference "sub:Operatorgrenzen"
36848
36849 \end_inset
36850
36851  vorgestellten Befehls 
36852 \series bold
36853
36854 \backslash
36855 mathclap
36856 \series default
36857
36858 \begin_inset Index idx
36859 status collapsed
36860
36861 \begin_layout Plain Layout
36862 Befehle ! M ! 
36863 \backslash
36864 mathclap
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \begin_layout Bibliography
36873 \begin_inset CommandInset bibitem
36874 LatexCommand bibitem
36875 key "Duden"
36876
36877 \end_inset
36878
36879
36880 \emph on
36881 Duden Band 1
36882 \emph default
36883 .
36884  22.
36885  Auflage, Duden Verlag 2001
36886 \end_layout
36887
36888 \begin_layout Bibliography
36889 \begin_inset CommandInset bibitem
36890 LatexCommand bibitem
36891 key "Checklist"
36892
36893 \end_inset
36894
36895
36896 \begin_inset CommandInset href
36897 LatexCommand href
36898 name "Prüfliste"
36899 target "http://physics.nist.gov/Document/checklist.pdf"
36900
36901 \end_inset
36902
36903  für das Rezensieren von Manuskripten
36904 \end_layout
36905
36906 \begin_layout Standard
36907 \begin_inset Note Note
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 Damit der Index den Namen 
36912 \begin_inset Quotes gld
36913 \end_inset
36914
36915 Stichwortverzeichnis
36916 \begin_inset Quotes grd
36917 \end_inset
36918
36919  erhält, wurde im LaTeX-Vorspann
36920 \end_layout
36921
36922 \begin_layout Plain Layout
36923
36924 \series bold
36925
36926 \backslash
36927 addto
36928 \backslash
36929 captionsngerman{
36930 \backslash
36931 renewcommand{
36932 \backslash
36933 indexname}{Stichwortverzeichnis}}
36934 \end_layout
36935
36936 \begin_layout Plain Layout
36937 eingefügt.
36938 \end_layout
36939
36940 \begin_layout Plain Layout
36941 Das Paket 
36942 \series bold
36943 babel
36944 \series default
36945  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36946  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36947  Außerdem wird 
36948 \series bold
36949 babel
36950 \series default
36951  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36952  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36953 che verwendet wurde.
36954 \end_layout
36955
36956 \begin_layout Plain Layout
36957 Möchte man andere Beschriftungen ändern, ersetzt man 
36958 \series bold
36959
36960 \backslash
36961 indexname
36962 \series default
36963  durch 
36964 \series bold
36965
36966 \backslash
36967 <Beschriftungs>name
36968 \series default
36969 .
36970  Eine Auflistung der möglichen Namen findet man unter
36971 \end_layout
36972
36973 \begin_layout Plain Layout
36974
36975 \family typewriter
36976 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36977 \end_layout
36978
36979 \begin_layout Plain Layout
36980 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36981 \series bold
36982 ngerman
36983 \series default
36984  durch die Dokumentsprache und
36985 \end_layout
36986
36987 \begin_layout Plain Layout
36988
36989 \series bold
36990
36991 \backslash
36992 captionsgerman
36993 \series default
36994  durch 
36995 \series bold
36996
36997 \backslash
36998 captions<Dokumentsprache>
36999 \series default
37000 .
37001 \end_layout
37002
37003 \end_inset
37004
37005
37006 \begin_inset CommandInset index_print
37007 LatexCommand printindex
37008 type "idx"
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \end_body
37016 \end_document