]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx:
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % Grauschrift Notiz umdefinieren
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % Damit der Index einen anderen Namen erhält.
120 \addto\captionsngerman
121 {\renewcommand{\indexname}
122 {Stichwort- und Befehlsverzeichnis}}
123
124 % ------------------------------------
125 % used to check for needed LaTeX packages
126 \usepackage{ifthen}
127
128 % testen ob das Paket eurosym installiert ist
129 % wird benutzt für das Euro-Symbol
130 \newboolean{eurosym}
131 \IfFileExists{eurosym.sty}
132  {\usepackage[gennarrow]{eurosym}
133   \setboolean{eurosym}{true}}
134  {\setboolean{eurosym}{false}}
135
136 % testen ob Paket braket installiert ist
137 % benötigt für physikalische Vektoren
138 \newboolean{braket}
139 \IfFileExists{braket.sty}
140  {\usepackage{braket}
141   \setboolean{braket}{true}}
142  {\setboolean{braket}{false}}
143
144 % testen ob Paket cancel installiert ist
145 \newboolean{cancel}
146 \IfFileExists{cancel.sty}
147  {\usepackage{cancel}
148   \setboolean{cancel}{true}}
149  {\setboolean{cancel}{false}}
150
151 % testen ob Paket upgreek installiert ist
152 \newboolean{upgreek}
153 \IfFileExists{upgreek.sty}
154  {\usepackage{upgreek}
155   \setboolean{upgreek}{true}}
156  {\setboolean{upgreek}{false}}
157
158 % benötigt für Kommas in Formeln, siehe Kap. 22.3
159 \IfFileExists{icomma.sty}
160  {\usepackage{icomma}}{}
161 \end_preamble
162 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
163 \use_default_options false
164 \maintain_unincluded_children false
165 \language ngerman
166 \inputencoding auto
167 \fontencoding global
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \use_xetex false
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177
178 \graphics default
179 \default_output_format default
180 \output_sync 0
181 \bibtex_command default
182 \index_command default
183 \paperfontsize 12
184 \spacing single
185 \use_hyperref true
186 \pdf_title "LyXs Mathehandbuch"
187 \pdf_author "LyX Team, Uwe Stöhr"
188 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
189 \pdf_keywords "LyX, Mathed"
190 \pdf_bookmarks true
191 \pdf_bookmarksnumbered true
192 \pdf_bookmarksopen true
193 \pdf_bookmarksopenlevel 1
194 \pdf_breaklinks false
195 \pdf_pdfborder false
196 \pdf_colorlinks true
197 \pdf_backref false
198 \pdf_pdfusetitle false
199 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
200 \papersize a4paper
201 \use_geometry false
202 \use_amsmath 2
203 \use_esint 1
204 \use_mhchem 1
205 \use_mathdots 1
206 \cite_engine basic
207 \use_bibtopic false
208 \use_indices false
209 \paperorientation portrait
210 \suppress_date false
211 \index Stichwortverzeichnis
212 \shortcut idx
213 \color #008000
214 \end_index
215 \secnumdepth 4
216 \tocdepth 3
217 \paragraph_separation skip
218 \defskip medskip
219 \quotes_language german
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \bullet 1 0 6 -1
224 \bullet 2 2 35 -1
225 \bullet 3 2 7 -1
226 \tracking_changes false
227 \output_changes false
228 \html_math_output 0
229 \html_be_strict false
230 \end_header
231
232 \begin_body
233
234 \begin_layout Title
235 LyXs detailliertes Mathe Handbuch
236 \end_layout
237
238 \begin_layout Author
239 vom LyX Team
240 \begin_inset Foot
241 status collapsed
242
243 \begin_layout Plain Layout
244 \noindent
245 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
246 ons-Liste: 
247 \family typewriter
248
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Verfasser: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 2.0.x
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
299  
300 \series bold
301 braket, cancel, eurosym,
302 \series default
303  
304 \series bold
305 mhchem, multirow
306 \series default
307  und 
308 \series bold
309 was
310 \series default
311  installiert sein.
312  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
313  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
314  nicht im Ausdruck.
315  Eine Ausnahme ist 
316 \series bold
317 mhchem
318 \series default
319 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series bold
329 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Standard
338 \begin_inset Newpage newpage
339 \end_inset
340
341
342 \end_layout
343
344 \begin_layout Section
345 Einleitung
346 \end_layout
347
348 \begin_layout Standard
349 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
350  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
351  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
352 tten.
353  Das setzt voraus, dass bereits das Kapitel 
354 \family typewriter
355 Mathematische
356 \family default
357  
358 \family typewriter
359 Formeln
360 \family default
361  des Benutzerhandbuchs gelesen worden ist.
362 \end_layout
363
364 \begin_layout Standard
365 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
366 \family sans
367 Einfügen
368 \series bold
369 \SpecialChar \menuseparator
370
371 \series default
372 Mathe
373 \family default
374  oder die 
375 \family sans
376 Mathe-Werkzeugleiste
377 \family default
378  aufrufbar.
379  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
380  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
381  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
382  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
383 \end_layout
384
385 \begin_layout Standard
386 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
387  LyX verfügbar.
388  Um alle Befehle nutzen zu können, muss die Option 
389 \family sans
390 AMS-Mathe-Paket verwenden
391 \family default
392  im Menü 
393 \family sans
394 Dokument\SpecialChar \menuseparator
395 Einstellungen\SpecialChar \menuseparator
396 Mathe Optionen
397 \family default
398  aktiviert sein.
399 \begin_inset Foot
400 status collapsed
401
402 \begin_layout Plain Layout
403 Die 
404 \family sans
405 Option
406 \family default
407  
408 \family sans
409 AMS-Mathe-Paket automatisch verwenden
410 \family default
411  verwendet 
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Plain Layout
416
417
418 \backslash
419 AmS 
420 \end_layout
421
422 \end_inset
423
424 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
425  LyX unterstützt.
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
435 listung
436  aller 
437 \begin_inset ERT
438 status collapsed
439
440 \begin_layout Plain Layout
441
442
443 \backslash
444 AmS 
445 \end_layout
446
447 \end_inset
448
449 -Mathe Befehle
450 \begin_inset Foot
451 status collapsed
452
453 \begin_layout Plain Layout
454 Eine Liste mit allen 
455 \begin_inset ERT
456 status collapsed
457
458 \begin_layout Plain Layout
459
460
461 \backslash
462 AmS
463 \end_layout
464
465 \end_inset
466
467 -Mathe Befehlen findet sich in der Datei 
468 \family sans
469
470 \begin_inset CommandInset href
471 LatexCommand href
472 name "amsguide.ps"
473 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
474
475 \end_inset
476
477
478 \family default
479 , die Teil jeder LaTeX-Standardinstallation ist.
480 \end_layout
481
482 \end_inset
483
484  verzichtet.
485 \end_layout
486
487 \begin_layout Section
488 Allgemeine Hinweise
489 \end_layout
490
491 \begin_layout Standard
492 Um eine in einer Textzeile eingebettete Formel
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Formel ! eingebettete
498 \end_layout
499
500 \end_inset
501
502  zu erstellen, drückt man 
503 \family sans
504 Strg+M
505 \family default
506  oder den Werkzeugleistenknopf 
507 \begin_inset Graphics
508         filename ../../images/math-mode.png
509         scale 85
510
511 \end_inset
512
513 .
514 \begin_inset Newline newline
515 \end_inset
516
517 Um eine abgesetzte Formel
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 Formel ! abgesetzte
523 \end_layout
524
525 \end_inset
526
527  zu erstellen, drückt man 
528 \family sans
529 Strg+Shift+M
530 \family default
531 .
532 \end_layout
533
534 \begin_layout Standard
535 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
536  Cursor in die Formel und drückt 
537 \family sans
538 Strg+Shift+M
539 \family default
540  oder benutzt das Menü 
541 \family sans
542 Bearbeiten\SpecialChar \menuseparator
543 Mathe\SpecialChar \menuseparator
544
545 \begin_inset Newline linebreak
546 \end_inset
547
548 Formelart ändern
549 \family default
550 .
551  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
552  umwandeln.
553 \end_layout
554
555 \begin_layout Standard
556 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
557  gibt man in die Formel den Befehl 
558 \series bold
559
560 \backslash
561 displaystyle
562 \series default
563
564 \begin_inset Index idx
565 status collapsed
566
567 \begin_layout Plain Layout
568 Befehle ! D ! 
569 \backslash
570 displaystyle
571 \end_layout
572
573 \end_inset
574
575  ein.
576  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
577  wird.
578 \end_layout
579
580 \begin_layout Standard
581 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
582 \end_layout
583
584 \begin_layout Standard
585 Die 
586 \family sans
587 Mathe-Werkzeugleiste
588 \family default
589  kann über das Menü 
590 \family sans
591 Ansicht\SpecialChar \menuseparator
592 Werkzeugleisten
593 \family default
594  eingeblendet werden.
595  Wenn dort auf 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Mathe
600 \begin_inset Quotes erd
601 \end_inset
602
603  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
604  diese Einstellung wird durch ein Häkchen im Menü 
605 \family sans
606 Werkzeugleisten
607 \family default
608  angezeigt.
609  Wenn nun im Menü 
610 \family sans
611 Werkzeugleisten
612 \family default
613  nochmal auf 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Mathe
618 \begin_inset Quotes erd
619 \end_inset
620
621  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
622  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
623  des Menüeintrags von 
624 \begin_inset Quotes eld
625 \end_inset
626
627 Mathe
628 \begin_inset Quotes erd
629 \end_inset
630
631  zu 
632 \begin_inset Quotes eld
633 \end_inset
634
635 Mathe
636 \begin_inset space ~
637 \end_inset
638
639 (automatisch)
640 \begin_inset Quotes erd
641 \end_inset
642
643  angezeigt.
644 \end_layout
645
646 \begin_layout Standard
647 In den TeX-Modus
648 \begin_inset Index idx
649 status collapsed
650
651 \begin_layout Plain Layout
652 T@TeX-Modus
653 \end_layout
654
655 \end_inset
656
657  gelangt man über den Werkzeugleistenknopf 
658 \begin_inset Graphics
659         filename ../../images/ert-insert.png
660         scale 85
661
662 \end_inset
663
664  oder das Menü 
665 \family sans
666 Einfügen\SpecialChar \menuseparator
667 Te
668 \begin_inset ERT
669 status collapsed
670
671 \begin_layout Plain Layout
672
673 {}
674 \end_layout
675
676 \end_inset
677
678 X
679 \begin_inset space ~
680 \end_inset
681
682 Code
683 \family default
684  (Tastenkürzel 
685 \family sans
686 Strg+L
687 \family default
688 ).
689 \begin_inset Note Note
690 status collapsed
691
692 \begin_layout Plain Layout
693 In LyX gibt es drei 
694 \begin_inset Quotes gld
695 \end_inset
696
697 Eigennamen
698 \begin_inset Quotes grd
699 \end_inset
700
701 , die im Ausdruck mit hoch bzw.
702  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
703 \end_layout
704
705 \begin_layout Plain Layout
706 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
707  man ein TeX-Klammerpaar ein.
708 \end_layout
709
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 In den LaTeX-Vorspann
717 \begin_inset Index idx
718 status collapsed
719
720 \begin_layout Plain Layout
721 L@LaTeX-Vorspann
722 \end_layout
723
724 \end_inset
725
726  gelangt man über das Menü 
727 \family sans
728 Dokument\SpecialChar \menuseparator
729 Einstellungen\SpecialChar \menuseparator
730 LaT
731 \begin_inset ERT
732 status collapsed
733
734 \begin_layout Plain Layout
735
736 {}
737 \end_layout
738
739 \end_inset
740
741 eX-Vorspann
742 \family default
743 .
744 \end_layout
745
746 \begin_layout Standard
747 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
748 en Formeln kann man die Menüs 
749 \family sans
750 Bearbeiten\SpecialChar \menuseparator
751 Mathe
752 \family default
753  und 
754 \family sans
755 Bearbeiten\SpecialChar \menuseparator
756 Zeilen
757 \begin_inset space \thinspace{}
758 \end_inset
759
760 &
761 \begin_inset space \thinspace{}
762 \end_inset
763
764 Spalten
765 \family default
766  oder die 
767 \family sans
768 Tabellen-Werkzeugleiste
769 \family default
770  verwenden.
771  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
772  die Spalte bzw.
773  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
774  bzw.
775  darunter liegenden Zeile vertauscht.
776  Befindet sich der Cursor in der letzten Spalte bzw.
777  Zeile, wird mit der links daneben stehenden Spalte bzw.
778  darüber liegenden Zeile vertauscht.
779 \end_layout
780
781 \begin_layout Standard
782 Zum Schreiben von Text in einer Formel
783 \begin_inset Foot
784 status collapsed
785
786 \begin_layout Plain Layout
787 Bei mehrzeiligen Formeln wird der Befehl 
788 \series bold
789
790 \backslash
791 intertext
792 \series default
793  verwendet, siehe 
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sub:Text-in-mehrzeiligen"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \end_inset
804
805  verwendet man den 
806 \emph on
807 mathematischen Textmodus
808 \emph default
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Text ! in Formeln
815 \end_layout
816
817 \end_inset
818
819
820 \begin_inset Index idx
821 status collapsed
822
823 \begin_layout Plain Layout
824 Mathematischer Textmodus
825 \end_layout
826
827 \end_inset
828
829 , in den man mit dem Tastenkürzel 
830 \family sans
831 Alt+M
832 \begin_inset space ~
833 \end_inset
834
835 M
836 \family default
837  oder durch Eingabe des Befehls 
838 \series bold
839
840 \backslash
841 text
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 Befehle ! T ! 
847 \backslash
848 text
849 \end_layout
850
851 \end_inset
852
853
854 \series default
855  gelangt.
856  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
857  Formel unterscheiden.
858  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
859  anderen Zeichen einer Formel nicht kursiv.
860 \end_layout
861
862 \begin_layout Subsection*
863 Befehlsschema
864 \end_layout
865
866 \begin_layout Standard
867 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
868  Schema:
869 \end_layout
870
871 \begin_layout Standard
872
873 \series bold
874
875 \backslash
876 Befehlsname[optionales
877 \series default
878  
879 \series bold
880 Argument]{anzugebendes
881 \series default
882  
883 \series bold
884 Argument}
885 \end_layout
886
887 \begin_layout Standard
888 Ein Befehl muss immer mit einem Backslash 
889 \begin_inset Quotes gld
890 \end_inset
891
892
893 \series bold
894
895 \backslash
896
897 \series default
898
899 \begin_inset Quotes grd
900 \end_inset
901
902  beginnen.
903  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
904  eckigen Klammern weggelassen werden.
905  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
906 \begin_inset Index idx
907 status collapsed
908
909 \begin_layout Plain Layout
910 T@TeX-Klammern
911 \end_layout
912
913 \end_inset
914
915  bezeichnet.
916  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
917  an, erzeugt LyX automatisch eine TeX-Klammer.
918  Ansonsten werden sie in Formeln mit dem Befehl 
919 \series bold
920
921 \backslash
922 {
923 \series default
924  erzeugt.
925  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
926  Klammern, die blau erscheinen.
927  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
928  TeX-Klammern erscheinen nicht im Ausdruck.
929 \end_layout
930
931 \begin_layout Standard
932 Werden Befehle ohne Argumente, wie z.
933 \begin_inset space \thinspace{}
934 \end_inset
935
936 B.
937  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
938 \emph on
939 immer
940 \emph default
941  ein Leerzeichen folgen um ihn zu beenden.
942  Dieses Leerzeichen erscheint nicht im Ausdruck.
943  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
944  normalen Text ein geschütztes Leerzeichen folgen.
945 \end_layout
946
947 \begin_layout Standard
948 Ein geschütztes Leerzeichen gibt man mit 
949 \family sans
950 Strg+Leertaste
951 \family default
952  ein.
953 \end_layout
954
955 \begin_layout Subsection*
956 Zeichenerklärung
957 \end_layout
958
959 \begin_layout Itemize
960 Das Symbol
961 \begin_inset Foot
962 status collapsed
963
964 \begin_layout Plain Layout
965 Dieses sichtbare Leerzeichen erhält man über den Befehl 
966 \series bold
967
968 \backslash
969 textvisiblespace
970 \series default
971
972 \begin_inset Index idx
973 status collapsed
974
975 \begin_layout Plain Layout
976 Befehle ! T ! 
977 \backslash
978 textvisiblespace
979 \end_layout
980
981 \end_inset
982
983 , der im TeX-Modus einzugeben ist.
984 \end_layout
985
986 \end_inset
987
988  
989 \begin_inset ERT
990 status collapsed
991
992 \begin_layout Plain Layout
993
994
995 \backslash
996 leer 
997 \end_layout
998
999 \end_inset
1000
1001
1002 \begin_inset space ~
1003 \end_inset
1004
1005 steht für ein einzugebendes Leerzeichen.
1006 \end_layout
1007
1008 \begin_layout Itemize
1009 Ein Pfeil wie z.
1010 \begin_inset space \thinspace{}
1011 \end_inset
1012
1013 B.
1014  
1015 \begin_inset Formula $\to$
1016 \end_inset
1017
1018  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1019 \end_layout
1020
1021 \begin_layout Subsection*
1022 Verfügbare Einheiten
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \align center
1027 \begin_inset Float table
1028 placement H
1029 wide false
1030 sideways false
1031 status open
1032
1033 \begin_layout Plain Layout
1034 \align center
1035 \begin_inset Caption
1036
1037 \begin_layout Plain Layout
1038 \begin_inset CommandInset label
1039 LatexCommand label
1040 name "tab:Verfügbare-Einheiten"
1041
1042 \end_inset
1043
1044 Verfügbare Einheiten
1045 \end_layout
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Plain Layout
1053 \align center
1054 \begin_inset Tabular
1055 <lyxtabular version="3" rows="13" columns="2">
1056 <features tabularvalignment="middle">
1057 <column alignment="center" valignment="top" width="0">
1058 <column alignment="center" valignment="top" width="0">
1059 <row>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Einheit
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 Name / Beschreibung
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 mm
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Millimeter
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 </row>
1099 <row>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 cm
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 Zentimeter
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 in
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 Inch / Zoll (1
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 in = 2,54
1138 \begin_inset space \thinspace{}
1139 \end_inset
1140
1141 cm)
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 </row>
1147 <row>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 pt
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 Punkt (72,27
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 pt = 1
1166 \begin_inset space \thinspace{}
1167 \end_inset
1168
1169 in)
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 pc
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 Pica (1
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 pc = 12
1194 \begin_inset space \thinspace{}
1195 \end_inset
1196
1197 pt)
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 </row>
1203 <row>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 sp
1209 \end_layout
1210
1211 \end_inset
1212 </cell>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 scaled point (65536
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 sp = 1
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 pt)
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 </row>
1231 <row>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 bp
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 big point (72
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 bp = 1
1250 \begin_inset space \thinspace{}
1251 \end_inset
1252
1253 in)
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 </row>
1259 <row>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 dd
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 Didot (1
1274 \begin_inset space \thinspace{}
1275 \end_inset
1276
1277 dd 
1278 \begin_inset Formula $\approx$
1279 \end_inset
1280
1281  0,376
1282 \begin_inset space \thinspace{}
1283 \end_inset
1284
1285 mm)
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 cc
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 Cicero (1
1306 \begin_inset space \thinspace{}
1307 \end_inset
1308
1309 cc = 12
1310 \begin_inset space \thinspace{}
1311 \end_inset
1312
1313 dd)
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 </row>
1319 <row>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 ex
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 Höhe des Buchstabens 
1334 \emph on
1335 x
1336 \emph default
1337  in der aktuellen Schrift
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 </row>
1343 <row>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 em
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 Breite des Buchstabens 
1358 \emph on
1359 M
1360 \emph default
1361  in der aktuellen Schrift
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 </row>
1367 <row>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 mu
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Plain Layout
1381 math unit (1
1382 \begin_inset space \thinspace{}
1383 \end_inset
1384
1385 mu = 
1386 \begin_inset Formula $\nicefrac{1}{18}$
1387 \end_inset
1388
1389
1390 \begin_inset space \thinspace{}
1391 \end_inset
1392
1393 em)
1394 \end_layout
1395
1396 \end_inset
1397 </cell>
1398 </row>
1399 </lyxtabular>
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Standard
1412 \begin_inset Newpage newpage
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \begin_layout Section
1419 Grundlegende Funktionen
1420 \end_layout
1421
1422 \begin_layout Subsection
1423 Exponenten
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 Exponenten
1429 \end_layout
1430
1431 \end_inset
1432
1433  und Indizes
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 Indizes
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 Hochstellen|see
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 {
1455 \end_layout
1456
1457 \end_inset
1458
1459 Exponenten
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 }
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 Tiefstellen|see
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 {
1487 \end_layout
1488
1489 \end_inset
1490
1491 Indizes
1492 \begin_inset ERT
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 }
1498 \end_layout
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \begin_layout Standard
1511 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1512  
1513 \begin_inset Graphics
1514         filename ../../images/math-subscript.png
1515         scale 85
1516
1517 \end_inset
1518
1519 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1520  
1521 \begin_inset Graphics
1522         filename ../../images/math-superscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527  erzeugt.
1528 \end_layout
1529
1530 \begin_layout Standard
1531 \align center
1532 \begin_inset Tabular
1533 <lyxtabular version="3" rows="4" columns="2">
1534 <features tabularvalignment="middle">
1535 <column alignment="center" valignment="top" width="0pt">
1536 <column alignment="center" valignment="top" width="0pt">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Befehl
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 Ergebnis
1552 \begin_inset Note Note
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 \series bold
1558
1559 \backslash
1560 raisebox
1561 \series default
1562  dient nur als Abstandhalter.
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B_V
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $B_{V}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 <row>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 B^V
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 B^
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630
1631 \backslash
1632 leer 
1633 \end_layout
1634
1635 \end_inset
1636
1637 A
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 </row>
1655 </lyxtabular>
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1664 llt
1665 \begin_inset Foot
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1670 \end_layout
1671
1672 \end_inset
1673
1674 .
1675  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1676  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1677 \end_layout
1678
1679 \begin_layout Subsection
1680 Brüche
1681 \begin_inset CommandInset label
1682 LatexCommand label
1683 name "sub:Brüche"
1684
1685 \end_inset
1686
1687
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Brüche
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \begin_layout Standard
1701 Brüche werden mit dem Befehl 
1702 \series bold
1703
1704 \backslash
1705 frac
1706 \series default
1707
1708 \begin_inset Index idx
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 Befehle ! F ! 
1713 \backslash
1714 frac
1715 \end_layout
1716
1717 \end_inset
1718
1719  oder mit dem Mathe-Werkzeugleistenknopf 
1720 \begin_inset Graphics
1721         filename ../../images/math/frac.png
1722         scale 50
1723
1724 \end_inset
1725
1726  erstellt.
1727  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1728  in einer eingebetteten oder abgesetzten Formel befindet.
1729  Mit dem Mathe-Werkzeugleistenknopf 
1730 \begin_inset Graphics
1731         filename ../../images/math/frac-square.png
1732         scale 85
1733
1734 \end_inset
1735
1736  können verschieden Bruchtypen gewählt werden.
1737 \end_layout
1738
1739 \begin_layout Standard
1740 Mit dem Befehl 
1741 \series bold
1742
1743 \backslash
1744 dfrac
1745 \series default
1746
1747 \begin_inset Index idx
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751 Befehle ! D ! 
1752 \backslash
1753 dfrac
1754 \end_layout
1755
1756 \end_inset
1757
1758  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1759  Formel erscheint.
1760  Mit 
1761 \series bold
1762
1763 \backslash
1764 tfrac
1765 \series default
1766
1767 \begin_inset Index idx
1768 status collapsed
1769
1770 \begin_layout Plain Layout
1771 Befehle ! T ! 
1772 \backslash
1773 tfrac
1774 \end_layout
1775
1776 \end_inset
1777
1778  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1779  Ein Beispiel:
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Eine Zeile mit dem Bruch 
1784 \begin_inset Formula $\frac{1}{2}$
1785 \end_inset
1786
1787 , der mit dem Befehl 
1788 \series bold
1789
1790 \backslash
1791 frac
1792 \series default
1793  erstellt wurde.
1794 \end_layout
1795
1796 \begin_layout Standard
1797 Eine Zeile mit dem Bruch 
1798 \begin_inset Formula $\dfrac{1}{2}$
1799 \end_inset
1800
1801 , der mit dem Befehl 
1802 \series bold
1803
1804 \backslash
1805 dfrac
1806 \series default
1807  erstellt wurde.
1808 \end_layout
1809
1810 \begin_layout Standard
1811 \align center
1812 \begin_inset Tabular
1813 <lyxtabular version="3" rows="4" columns="2">
1814 <features tabularvalignment="middle">
1815 <column alignment="center" valignment="top" width="0pt">
1816 <column alignment="center" valignment="top" width="0pt">
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 Befehl
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831 Ergebnis
1832 \begin_inset Note Note
1833 status collapsed
1834
1835 \begin_layout Plain Layout
1836
1837 \series bold
1838
1839 \backslash
1840 raisebox
1841 \series default
1842  dient nur als Abstandhalter.
1843 \end_layout
1844
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \backslash
1860 frac
1861 \begin_inset ERT
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865
1866
1867 \backslash
1868 leer 
1869 \end_layout
1870
1871 \end_inset
1872
1873 A
1874 \begin_inset Formula $\downarrow$
1875 \end_inset
1876
1877 B
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 <row>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \backslash
1902 dfrac
1903 \begin_inset ERT
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908
1909 \backslash
1910 leer 
1911 \end_layout
1912
1913 \end_inset
1914
1915 A
1916 \begin_inset Formula $\downarrow$
1917 \end_inset
1918
1919 B
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 </row>
1937 <row>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \backslash
1944 dfrac
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 leer 
1953 \end_layout
1954
1955 \end_inset
1956
1957 e^
1958 \begin_inset ERT
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962
1963
1964 \backslash
1965 leer 
1966 \end_layout
1967
1968 \end_inset
1969
1970
1971 \backslash
1972 frac
1973 \begin_inset ERT
1974 status collapsed
1975
1976 \begin_layout Plain Layout
1977
1978
1979 \backslash
1980 leer 
1981 \end_layout
1982
1983 \end_inset
1984
1985 1
1986 \begin_inset Formula $\downarrow$
1987 \end_inset
1988
1989 2
1990 \begin_inset Formula $\downarrow\downarrow$
1991 \end_inset
1992
1993 3
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 </row>
2011 </lyxtabular>
2012
2013 \end_inset
2014
2015
2016 \end_layout
2017
2018 \begin_layout Standard
2019 \begin_inset VSpace bigskip
2020 \end_inset
2021
2022
2023 \begin_inset Newpage newpage
2024 \end_inset
2025
2026 Für Mehrfachbrüche gibt es den Befehl 
2027 \series bold
2028
2029 \backslash
2030 cfrac
2031 \series default
2032
2033 \begin_inset Index idx
2034 status collapsed
2035
2036 \begin_layout Plain Layout
2037 Befehle ! C ! 
2038 \backslash
2039 cfrac
2040 \end_layout
2041
2042 \end_inset
2043
2044 .
2045  Dazu ein Beispiel:
2046 \begin_inset VSpace -3mm
2047 \end_inset
2048
2049
2050 \end_layout
2051
2052 \begin_layout Standard
2053 \begin_inset Formula \begin{align*}
2054 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2055 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2056 \end{align*}
2057
2058 \end_inset
2059
2060
2061 \end_layout
2062
2063 \begin_layout Standard
2064 Der Befehl für obiges Beispiel lautet:
2065 \end_layout
2066
2067 \begin_layout Standard
2068
2069 \series bold
2070
2071 \backslash
2072 cfrac
2073 \begin_inset ERT
2074 status collapsed
2075
2076 \begin_layout Plain Layout
2077
2078
2079 \backslash
2080 leer 
2081 \end_layout
2082
2083 \end_inset
2084
2085 A
2086 \begin_inset Formula $\downarrow$
2087 \end_inset
2088
2089 B+
2090 \backslash
2091 cfrac
2092 \begin_inset ERT
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096
2097
2098 \backslash
2099 leer 
2100 \end_layout
2101
2102 \end_inset
2103
2104 C+
2105 \backslash
2106 cfrac
2107 \begin_inset ERT
2108 status collapsed
2109
2110 \begin_layout Plain Layout
2111
2112
2113 \backslash
2114 leer 
2115 \end_layout
2116
2117 \end_inset
2118
2119 E
2120 \begin_inset Formula $\downarrow$
2121 \end_inset
2122
2123 F
2124 \begin_inset Formula $\downarrow$
2125 \end_inset
2126
2127 D
2128 \end_layout
2129
2130 \begin_layout Standard
2131 \begin_inset VSpace medskip
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138
2139 \series bold
2140
2141 \backslash
2142 cfrac
2143 \series default
2144  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2145  auch wenn er selbst Teil eines Bruches ist.
2146 \end_layout
2147
2148 \begin_layout Standard
2149 Es ist möglich die Ausrichtung des Zählers einzustellen.
2150  Der Befehl 
2151 \series bold
2152
2153 \backslash
2154 cfracleft
2155 \series default
2156  richtet ihn links, der Befehl 
2157 \series bold
2158
2159 \backslash
2160 cfracright
2161 \series default
2162  rechts aus.
2163  
2164 \series bold
2165
2166 \backslash
2167 cfrac
2168 \series default
2169  zentriert den Zähler.
2170  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2171 \end_layout
2172
2173 \begin_layout Standard
2174
2175 \series bold
2176 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2177 \end_inset
2178
2179
2180 \begin_inset Formula $\cfrac{A}{B+C}$
2181 \end_inset
2182
2183
2184 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2185 \end_inset
2186
2187
2188 \end_layout
2189
2190 \begin_layout Standard
2191 \begin_inset Note Greyedout
2192 status open
2193
2194 \begin_layout Plain Layout
2195
2196 \series bold
2197 Achtung:
2198 \series default
2199  
2200 \series bold
2201
2202 \backslash
2203 cfracleft
2204 \series default
2205  und
2206 \series bold
2207  
2208 \backslash
2209 cfracright
2210 \series default
2211  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2212 \series bold
2213
2214 \backslash
2215 cfrac[Ausrichtung]{Zähler}{Nenner}
2216 \series default
2217  dar.
2218  Daher kann man sie nicht im TeX-Code benutzen.
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \end_layout
2225
2226 \begin_layout Standard
2227 \begin_inset VSpace medskip
2228 \end_inset
2229
2230 Oftmals ist es am günstigsten 
2231 \series bold
2232
2233 \backslash
2234 cfrac
2235 \series default
2236  und 
2237 \series bold
2238
2239 \backslash
2240 frac
2241 \series default
2242  zu kombinieren:
2243 \begin_inset Formula \[
2244 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2245
2246 \end_inset
2247
2248
2249 \end_layout
2250
2251 \begin_layout Standard
2252 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2253 \series bold
2254
2255 \backslash
2256 nicefrac
2257 \series default
2258
2259 \begin_inset Index idx
2260 status collapsed
2261
2262 \begin_layout Plain Layout
2263 Befehle ! N ! 
2264 \backslash
2265 nicefrac
2266 \end_layout
2267
2268 \end_inset
2269
2270
2271 \begin_inset Formula $\nicefrac{5}{31}$
2272 \end_inset
2273
2274  oder 
2275 \series bold
2276
2277 \backslash
2278 unitfrac
2279 \series default
2280
2281 \begin_inset Index idx
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285 Befehle! U ! 
2286 \backslash
2287 unitfrac
2288 \end_layout
2289
2290 \end_inset
2291
2292
2293 \begin_inset Formula $\unitfrac{5}{31}$
2294 \end_inset
2295
2296  benutzt werden.
2297  Des Weiteren gibt es den Befehl 
2298 \series bold
2299
2300 \backslash
2301 unitfracthree
2302 \series default
2303  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2304 \begin_inset Formula $\unitfrac[2]{1}{3}$
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \begin_layout Standard
2311 \begin_inset Note Greyedout
2312 status open
2313
2314 \begin_layout Plain Layout
2315
2316 \series bold
2317 Achtung:
2318 \series default
2319  
2320 \series bold
2321
2322 \backslash
2323 unitfracthree
2324 \series default
2325  ist kein echter LaTeX-Befehl, sondern der Befehl
2326 \begin_inset Newline newline
2327 \end_inset
2328
2329
2330 \series bold
2331
2332 \backslash
2333 unitfrac[Zahl]{Zähler}{Nenner}
2334 \series default
2335  .
2336  Daher kann man ihn nicht im TeX-Code benutzen.
2337 \end_layout
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2346  in 
2347 \begin_inset CommandInset ref
2348 LatexCommand ref
2349 reference "sub:Selbstdefinierte-Brüche"
2350
2351 \end_inset
2352
2353  erklärt.
2354 \end_layout
2355
2356 \begin_layout Subsection
2357 Wurzeln
2358 \begin_inset Index idx
2359 status collapsed
2360
2361 \begin_layout Plain Layout
2362 Wurzeln
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \begin_layout Standard
2371 Quadratwurzeln werden mit 
2372 \series bold
2373
2374 \backslash
2375 sqrt
2376 \series default
2377
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Befehle ! S ! 
2383 \backslash
2384 sqrt
2385 \end_layout
2386
2387 \end_inset
2388
2389  oder dem Mathe-Werkzeugleistenknopf 
2390 \begin_inset Graphics
2391         filename ../../images/math/sqrt.png
2392         scale 85
2393
2394 \end_inset
2395
2396  gesetzt, alle anderen Wurzeln mit dem Befehl 
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402
2403 \begin_inset Index idx
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 Befehle ! R ! 
2408 \backslash
2409 root
2410 \end_layout
2411
2412 \end_inset
2413
2414  oder dem Mathe-Werkzeugleistenknopf 
2415 \begin_inset Graphics
2416         filename ../../images/math/root.png
2417         scale 85
2418
2419 \end_inset
2420
2421 .
2422 \end_layout
2423
2424 \begin_layout Standard
2425 \align center
2426 \begin_inset Tabular
2427 <lyxtabular version="3" rows="3" columns="2">
2428 <features tabularvalignment="middle">
2429 <column alignment="center" valignment="top" width="0pt">
2430 <column alignment="center" valignment="top" width="0pt">
2431 <row>
2432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Plain Layout
2436 Befehl
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445 Ergebnis
2446 \begin_inset Note Note
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450
2451 \series bold
2452
2453 \backslash
2454 raisebox
2455 \series default
2456  dient nur als Abstandhalter.
2457 \end_layout
2458
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 </row>
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \backslash
2474 sqrt
2475 \begin_inset ERT
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479
2480
2481 \backslash
2482 leer 
2483 \end_layout
2484
2485 \end_inset
2486
2487 A-B
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 </row>
2505 <row>
2506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Plain Layout
2510
2511 \backslash
2512 root
2513 \begin_inset ERT
2514 status collapsed
2515
2516 \begin_layout Plain Layout
2517
2518
2519 \backslash
2520 leer 
2521 \end_layout
2522
2523 \end_inset
2524
2525 3
2526 \begin_inset Formula $\downarrow$
2527 \end_inset
2528
2529 A-B
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2535 \begin_inset Text
2536
2537 \begin_layout Plain Layout
2538 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \end_inset
2545 </cell>
2546 </row>
2547 </lyxtabular>
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Eine Quadratwurzel kann man auch mit 
2556 \series bold
2557
2558 \backslash
2559 root
2560 \series default
2561  erstellen, indem man das Feld über der Wurzel frei lässt.
2562 \end_layout
2563
2564 \begin_layout Standard
2565 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2566  Formel: 
2567 \begin_inset Formula $\sqrt[\beta]{B}$
2568 \end_inset
2569
2570
2571 \begin_inset Newline newline
2572 \end_inset
2573
2574 Das 
2575 \begin_inset Formula $\beta$
2576 \end_inset
2577
2578  berührt die Wurzel.
2579  Um dies zu verhindern, verwendet man die Befehle 
2580 \series bold
2581
2582 \backslash
2583 leftroot
2584 \series default
2585
2586 \begin_inset Index idx
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Befehle ! L ! 
2591 \backslash
2592 leftroot
2593 \end_layout
2594
2595 \end_inset
2596
2597  und 
2598 \series bold
2599
2600 \backslash
2601 uproot
2602 \series default
2603
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 Befehle ! U ! 
2609 \backslash
2610 uproot
2611 \end_layout
2612
2613 \end_inset
2614
2615 , die folgendes Schema besitzen:
2616 \end_layout
2617
2618 \begin_layout Standard
2619
2620 \series bold
2621
2622 \backslash
2623 leftroot{Abstand}
2624 \series default
2625  bzw.
2626  
2627 \series bold
2628
2629 \backslash
2630 uproot{Abstand}
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Abstand ist die Anzahl der Big Points (Einheit bp; 
2635 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2636 \end_inset
2637
2638 ), um die der Index nach links bzw.
2639  nach oben verschoben werden soll.
2640  Die Befehle werden in den Index geschrieben.
2641  So ergibt der Befehl
2642 \begin_inset Newline newline
2643 \end_inset
2644
2645
2646 \series bold
2647
2648 \backslash
2649 root
2650 \backslash
2651 leftroot{-1
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655
2656 \backslash
2657 uproot{2
2658 \begin_inset Formula $\to$
2659 \end_inset
2660
2661
2662 \backslash
2663 beta
2664 \begin_inset ERT
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668
2669
2670 \backslash
2671 leer 
2672 \end_layout
2673
2674 \end_inset
2675
2676
2677 \begin_inset Formula $\to$
2678 \end_inset
2679
2680 B
2681 \begin_inset Newline newline
2682 \end_inset
2683
2684
2685 \series default
2686 eine korrekt gesetzte Formel: 
2687 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \begin_layout Subsection
2694 Binomialkoeffizienten
2695 \begin_inset Index idx
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Binomialkoeffizienten
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \begin_layout Standard
2708 Binomialkoeffizienten können mit dem Befehl 
2709 \series bold
2710
2711 \backslash
2712 binom
2713 \series default
2714
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Befehle ! B ! 
2720 \backslash
2721 binom
2722 \end_layout
2723
2724 \end_inset
2725
2726  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2727 \begin_inset Graphics
2728         filename ../../images/math/frac-square.png
2729         scale 85
2730
2731 \end_inset
2732
2733 eingefügt werden.
2734  Analog zu Brüchen (
2735 \series bold
2736
2737 \backslash
2738 frac
2739 \series default
2740 ) gibt es außer 
2741 \series bold
2742
2743 \backslash
2744 binom
2745 \series default
2746  noch die Befehle 
2747 \series bold
2748
2749 \backslash
2750 dbinom
2751 \series default
2752
2753 \begin_inset Index idx
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Befehle ! D ! 
2758 \backslash
2759 dbinom
2760 \end_layout
2761
2762 \end_inset
2763
2764  und 
2765 \series bold
2766
2767 \backslash
2768 tbinom
2769 \series default
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Befehle ! T ! 
2776 \backslash
2777 tbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782 .
2783  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2784 \series bold
2785
2786 \backslash
2787 brace
2788 \series default
2789
2790 \begin_inset Index idx
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Befehle ! B ! 
2795 \backslash
2796 brace
2797 \end_layout
2798
2799 \end_inset
2800
2801  und 
2802 \series bold
2803
2804 \backslash
2805 brack
2806 \series default
2807
2808 \begin_inset Index idx
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Befehle ! B ! 
2813 \backslash
2814 brack
2815 \end_layout
2816
2817 \end_inset
2818
2819 .
2820 \end_layout
2821
2822 \begin_layout Standard
2823 \align center
2824 \begin_inset Tabular
2825 <lyxtabular version="3" rows="6" columns="2">
2826 <features tabularvalignment="middle">
2827 <column alignment="center" valignment="top" width="0pt">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <row>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 Befehl
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 Ergebnis
2844 \begin_inset Note Note
2845 status collapsed
2846
2847 \begin_layout Plain Layout
2848
2849 \series bold
2850
2851 \backslash
2852 raisebox
2853 \series default
2854  dient nur als Abstandhalter.
2855 \end_layout
2856
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \backslash
2872 binom
2873 \begin_inset ERT
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877
2878
2879 \backslash
2880 leer 
2881 \end_layout
2882
2883 \end_inset
2884
2885 A
2886 \begin_inset Formula $\downarrow$
2887 \end_inset
2888
2889 B
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 </row>
2907 <row>
2908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \backslash
2914 dbinom
2915 \begin_inset ERT
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919
2920
2921 \backslash
2922 leer 
2923 \end_layout
2924
2925 \end_inset
2926
2927 A
2928 \begin_inset Formula $\downarrow$
2929 \end_inset
2930
2931 B
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row>
2950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \backslash
2956 tbinom
2957 \begin_inset ERT
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961
2962
2963 \backslash
2964 leer 
2965 \end_layout
2966
2967 \end_inset
2968
2969 A
2970 \begin_inset Formula $\downarrow$
2971 \end_inset
2972
2973 B
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2983 \end_inset
2984
2985
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 </row>
2991 <row>
2992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \backslash
2998 brack
2999 \begin_inset ERT
3000 status collapsed
3001
3002 \begin_layout Plain Layout
3003
3004
3005 \backslash
3006 leer 
3007 \end_layout
3008
3009 \end_inset
3010
3011 A
3012 \begin_inset Formula $\downarrow$
3013 \end_inset
3014
3015 B
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \backslash
3040 brace
3041 \begin_inset ERT
3042 status collapsed
3043
3044 \begin_layout Plain Layout
3045
3046
3047 \backslash
3048 leer 
3049 \end_layout
3050
3051 \end_inset
3052
3053 A
3054 \begin_inset Formula $\downarrow$
3055 \end_inset
3056
3057 B
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 </lyxtabular>
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Subsection
3083 Fallunterscheidungen
3084 \begin_inset Index idx
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Fallunterscheidungen
3089 \end_layout
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097 \align center
3098 \begin_inset Tabular
3099 <lyxtabular version="3" rows="3" columns="2">
3100 <features tabularvalignment="middle">
3101 <column alignment="center" valignment="top" width="0pt">
3102 <column alignment="center" valignment="top" width="0pt">
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108 Befehl
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117 Ergebnis
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 cases
3131 \begin_inset ERT
3132 status collapsed
3133
3134 \begin_layout Plain Layout
3135
3136
3137 \backslash
3138 leer 
3139 \end_layout
3140
3141 \end_inset
3142
3143 A
3144 \begin_inset Formula $\to$
3145 \end_inset
3146
3147 B>0
3148 \begin_inset Index idx
3149 status collapsed
3150
3151 \begin_layout Plain Layout
3152 Befehle ! C ! 
3153 \backslash
3154 cases
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 \begin_inset Formula $\begin{cases}
3169 A & B>0\end{cases}$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \backslash
3185 cases
3186 \begin_inset ERT
3187 status collapsed
3188
3189 \begin_layout Plain Layout
3190
3191
3192 \backslash
3193 leer 
3194 \end_layout
3195
3196 \end_inset
3197
3198 Strg+Enter
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 \begin_inset Formula $\begin{cases}
3208 A & \textrm{für }x>0\\
3209 B & \textrm{für }x=0
3210 \end{cases}$
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 </lyxtabular>
3220
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \begin_layout Standard
3227 Nach der Eingabe von 
3228 \series bold
3229
3230 \backslash
3231 cases
3232 \series default
3233  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3234 \begin_inset Graphics
3235         filename ../../images/math/cases.png
3236         scale 85
3237
3238 \end_inset
3239
3240  können mit 
3241 \family sans
3242 Strg+Enter
3243 \family default
3244  oder dem Tabellen-Werkzeugleistenknopf 
3245 \begin_inset Graphics
3246         filename ../../images/tabular-feature_append-row.png
3247         scale 85
3248
3249 \end_inset
3250
3251  neue Zeilen erstellt werden.
3252 \begin_inset Foot
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3257 \begin_inset CommandInset ref
3258 LatexCommand ref
3259 reference "sub:Akzente-für-ein"
3260
3261 \end_inset
3262
3263  beschrieben.
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Standard
3272 Der Befehl 
3273 \series bold
3274
3275 \backslash
3276 cases
3277 \series default
3278  ist auch über das Menü 
3279 \family sans
3280 Einfügen\SpecialChar \menuseparator
3281 Mathe\SpecialChar \menuseparator
3282 Cases-Umgebung
3283 \family default
3284  verfügbar.
3285 \end_layout
3286
3287 \begin_layout Subsection
3288 Verneinungen
3289 \begin_inset Index idx
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 Verneinungen
3294 \end_layout
3295
3296 \end_inset
3297
3298
3299 \end_layout
3300
3301 \begin_layout Standard
3302 Durch die Eingabe von 
3303 \series bold
3304
3305 \backslash
3306 not
3307 \series default
3308
3309 \begin_inset Index idx
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Befehle ! N ! 
3314 \backslash
3315 not
3316 \end_layout
3317
3318 \end_inset
3319
3320  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3321  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3322 \end_layout
3323
3324 \begin_layout Standard
3325 \align center
3326 \begin_inset Tabular
3327 <lyxtabular version="3" rows="4" columns="2">
3328 <features tabularvalignment="middle">
3329 <column alignment="center" valignment="top" width="0pt">
3330 <column alignment="center" valignment="top" width="0pt">
3331 <row>
3332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Befehl
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Ergebnis
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \backslash
3358 not=
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 \begin_inset Formula $\not=$
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \backslash
3383 not 
3384 \backslash
3385 le
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 \begin_inset Formula $\not\le$
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \backslash
3410 not 
3411 \backslash
3412 parallel
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 \begin_inset Formula $\not\parallel$
3422 \end_inset
3423
3424
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 </lyxtabular>
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \begin_layout Standard
3438 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3439  Deswegen gibt es für Einige spezielle Befehle (siehe 
3440 \begin_inset CommandInset ref
3441 LatexCommand ref
3442 reference "sub:Mathematische-Symbole"
3443
3444 \end_inset
3445
3446  und 
3447 \begin_inset CommandInset ref
3448 LatexCommand ref
3449 reference "sec:Relationen"
3450
3451 \end_inset
3452
3453 ).
3454 \end_layout
3455
3456 \begin_layout Subsection
3457 Platzhalter
3458 \begin_inset CommandInset label
3459 LatexCommand label
3460 name "sub:Platzhalter"
3461
3462 \end_inset
3463
3464
3465 \begin_inset Index idx
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469 Platzhalter
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \begin_inset Index idx
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 chemische Zeichen ! Isotope
3480 \end_layout
3481
3482 \end_inset
3483
3484
3485 \begin_inset Index idx
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Isotope|see
3490 \begin_inset ERT
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494
3495 {
3496 \end_layout
3497
3498 \end_inset
3499
3500 chemische Zeichen
3501 \begin_inset ERT
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505
3506 }
3507 \end_layout
3508
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \end_inset
3515
3516
3517 \end_layout
3518
3519 \begin_layout Standard
3520 Möchte man z.
3521 \begin_inset space \thinspace{}
3522 \end_inset
3523
3524 B.
3525  Isotope
3526 \begin_inset Foot
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3531 \begin_inset CommandInset ref
3532 LatexCommand ref
3533 reference "sub:Chemische-Symbole-und"
3534
3535 \end_inset
3536
3537  beschrieben.
3538 \end_layout
3539
3540 \end_inset
3541
3542  darstellen, tritt folgendes Problem auf:
3543 \end_layout
3544
3545 \begin_layout Standard
3546 \align center
3547 \begin_inset Tabular
3548 <lyxtabular version="3" rows="2" columns="2">
3549 <features tabularvalignment="middle">
3550 <column alignment="center" valignment="top" width="0pt">
3551 <column alignment="center" valignment="top" width="0pt">
3552 <row>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 durch Hoch- und Tiefstellen erzeugte Indizes:
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3567 \end_inset
3568
3569
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 korrekte Indizes:
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3590 \end_inset
3591
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 </lyxtabular>
3599
3600 \end_inset
3601
3602
3603 \begin_inset Note Note
3604 status collapsed
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609
3610 \backslash
3611 raisebox
3612 \series default
3613  dient nur
3614 \end_layout
3615
3616 \begin_layout Plain Layout
3617 als Abstandhalter.
3618 \end_layout
3619
3620 \end_inset
3621
3622
3623 \end_layout
3624
3625 \begin_layout Standard
3626 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3627  längeren Index gesetzt.
3628  Um das zu verhindern gibt es den Befehl 
3629 \series bold
3630
3631 \backslash
3632 phantom
3633 \series default
3634
3635 \begin_inset Index idx
3636 status collapsed
3637
3638 \begin_layout Plain Layout
3639 Befehle ! P ! 
3640 \backslash
3641 phantom
3642 \end_layout
3643
3644 \end_inset
3645
3646  oder den Mathe-Werkzeugleistenknopf
3647 \begin_inset space \thinspace{}
3648 \end_inset
3649
3650
3651 \begin_inset Foot
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3656 \begin_inset Graphics
3657         filename ../../images/math/space.png
3658         scale 85
3659
3660 \end_inset
3661
3662
3663 \end_layout
3664
3665 \end_inset
3666
3667  
3668 \begin_inset Graphics
3669         filename ../../images/math/phantom.png
3670         scale 85
3671
3672 \end_inset
3673
3674 , der ein oder mehrere Phantomzeichen erstellt.
3675  Wenn 
3676 \series bold
3677
3678 \backslash
3679 phantom
3680 \series default
3681  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3682  Pfeilen überlagert wird.
3683  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3684  als Leerraum erstellt wird.
3685  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3686  Zeichen.
3687 \end_layout
3688
3689 \begin_layout Standard
3690 \align center
3691 \begin_inset Tabular
3692 <lyxtabular version="3" rows="4" columns="2">
3693 <features tabularvalignment="middle">
3694 <column alignment="center" valignment="top" width="0">
3695 <column alignment="center" valignment="top" width="0">
3696 <row>
3697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Befehl
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Ergebnis
3711 \begin_inset Note Note
3712 status collapsed
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717
3718 \backslash
3719 raisebox
3720 \series default
3721  dient nur als Abstandhalter.
3722 \end_layout
3723
3724 \end_inset
3725
3726
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 ^19
3738 \begin_inset ERT
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742
3743
3744 \backslash
3745 leer 
3746 \end_layout
3747
3748 \end_inset
3749
3750 _
3751 \backslash
3752 phantom
3753 \begin_inset ERT
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757
3758
3759 \backslash
3760 leer 
3761 \end_layout
3762
3763 \end_inset
3764
3765 1
3766 \begin_inset Formula $\to$
3767 \end_inset
3768
3769 9
3770 \begin_inset ERT
3771 status collapsed
3772
3773 \begin_layout Plain Layout
3774
3775
3776 \backslash
3777 leer 
3778 \end_layout
3779
3780 \end_inset
3781
3782 F
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3792 \end_inset
3793
3794
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 ^235
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 leer 
3814 \end_layout
3815
3816 \end_inset
3817
3818 _
3819 \backslash
3820 phantom
3821 \begin_inset ERT
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825
3826
3827 \backslash
3828 leer 
3829 \end_layout
3830
3831 \end_inset
3832
3833 23
3834 \begin_inset Formula $\to$
3835 \end_inset
3836
3837 9
3838 \begin_inset ERT
3839 status collapsed
3840
3841 \begin_layout Plain Layout
3842
3843
3844 \backslash
3845 leer 
3846 \end_layout
3847
3848 \end_inset
3849
3850 F
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \backslash
3875 Lambda^
3876 \begin_inset ERT
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880
3881
3882 \backslash
3883 leer 
3884 \end_layout
3885
3886 \end_inset
3887
3888
3889 \backslash
3890 phantom
3891 \begin_inset ERT
3892 status collapsed
3893
3894 \begin_layout Plain Layout
3895
3896
3897 \backslash
3898 leer 
3899 \end_layout
3900
3901 \end_inset
3902
3903 ii
3904 \begin_inset Formula $\to$
3905 \end_inset
3906
3907 t
3908 \begin_inset ERT
3909 status collapsed
3910
3911 \begin_layout Plain Layout
3912
3913
3914 \backslash
3915 leer 
3916 \end_layout
3917
3918 \end_inset
3919
3920 _MMt
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 </lyxtabular>
3939
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \begin_layout Standard
3946 Des Weiteren gibt es noch die Befehle 
3947 \series bold
3948
3949 \backslash
3950 vphantom
3951 \series default
3952
3953 \begin_inset Index idx
3954 status collapsed
3955
3956 \begin_layout Plain Layout
3957 Befehle ! V ! 
3958 \backslash
3959 vphantom
3960 \end_layout
3961
3962 \end_inset
3963
3964  (Werkzeugleistenknopf 
3965 \begin_inset space ~
3966 \end_inset
3967
3968
3969 \begin_inset Graphics
3970         filename ../../images/math/vphantom.png
3971         scale 85
3972
3973 \end_inset
3974
3975 ) und 
3976 \series bold
3977
3978 \backslash
3979 hphantom
3980 \series default
3981
3982 \begin_inset Index idx
3983 status collapsed
3984
3985 \begin_layout Plain Layout
3986 Befehle ! H ! 
3987 \backslash
3988 hphantom
3989 \end_layout
3990
3991 \end_inset
3992
3993  (Werkzeugleistenknopf 
3994 \begin_inset space ~
3995 \end_inset
3996
3997
3998 \begin_inset Graphics
3999         filename ../../images/math/hphantom.png
4000         scale 85
4001
4002 \end_inset
4003
4004 ).
4005  
4006 \series bold
4007
4008 \backslash
4009 hphantom
4010 \series default
4011  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4012  nicht jedoch für deren Breite.
4013  Bei 
4014 \series bold
4015
4016 \backslash
4017 vphantom
4018 \series default
4019  wird nur Platz mit der Breite des Kästchens erstellt.
4020  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4021 \end_layout
4022
4023 \begin_layout Standard
4024 Zum Beispiel erzeugt 
4025 \series bold
4026
4027 \backslash
4028 vphantom
4029 \series default
4030
4031 \begin_inset ERT
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035
4036
4037 \backslash
4038 leer 
4039 \end_layout
4040
4041 \end_inset
4042
4043
4044 \series bold
4045 a
4046 \backslash
4047 int
4048 \series default
4049  Platz der Höhe des Integralzeichens,
4050 \begin_inset Foot
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054 Der Befehl 
4055 \series bold
4056
4057 \backslash
4058 int
4059 \series default
4060  erzeugt ein Integralzeichen, siehe 
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "sub:Große-Operatoren"
4064
4065 \end_inset
4066
4067 .
4068 \end_layout
4069
4070 \end_inset
4071
4072  da dieses das größere Zeichen ist.
4073  Eine Beispielanwendung ist in 
4074 \begin_inset CommandInset ref
4075 LatexCommand ref
4076 reference "sub:Mehrzeilige-Klammern"
4077
4078 \end_inset
4079
4080  zu finden.
4081 \end_layout
4082
4083 \begin_layout Standard
4084 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4085  
4086 \family sans
4087 Einfügen\SpecialChar \menuseparator
4088 Formatierung\SpecialChar \menuseparator
4089 Phantom
4090 \family default
4091  eingefügt werden:
4092 \end_layout
4093
4094 \begin_layout Standard
4095 Dies ist ein Satz.
4096 \begin_inset Newline newline
4097 \end_inset
4098
4099
4100 \begin_inset Phantom Phantom
4101 status open
4102
4103 \begin_layout Plain Layout
4104 Dies
4105 \end_layout
4106
4107 \end_inset
4108
4109  ist ein Satz.
4110 \end_layout
4111
4112 \begin_layout Subsection
4113 Linien
4114 \begin_inset Index idx
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118 Linien
4119 \end_layout
4120
4121 \end_inset
4122
4123
4124 \begin_inset Index idx
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Formel ! unterstrichene
4129 \end_layout
4130
4131 \end_inset
4132
4133
4134 \end_layout
4135
4136 \begin_layout Standard
4137 \align center
4138 \begin_inset Tabular
4139 <lyxtabular version="3" rows="4" columns="2">
4140 <features tabularvalignment="middle">
4141 <column alignment="center" valignment="top" width="0pt">
4142 <column alignment="center" valignment="top" width="0pt">
4143 <row>
4144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Befehl
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Ergebnis
4158 \begin_inset Note Note
4159 status collapsed
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164
4165 \backslash
4166 raisebox
4167 \series default
4168  dient nur als Abstandhalter.
4169 \end_layout
4170
4171 \end_inset
4172
4173
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \backslash
4186 overline
4187 \begin_inset ERT
4188 status collapsed
4189
4190 \begin_layout Plain Layout
4191
4192
4193 \backslash
4194 leer 
4195 \end_layout
4196
4197 \end_inset
4198
4199 A+B
4200 \begin_inset Index idx
4201 status collapsed
4202
4203 \begin_layout Plain Layout
4204 Befehle ! O ! 
4205 \backslash
4206 overline
4207 \end_layout
4208
4209 \end_inset
4210
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4221 \end_inset
4222
4223
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \backslash
4236 underline
4237 \begin_inset ERT
4238 status collapsed
4239
4240 \begin_layout Plain Layout
4241
4242
4243 \backslash
4244 leer 
4245 \end_layout
4246
4247 \end_inset
4248
4249 A+B
4250 \begin_inset Index idx
4251 status collapsed
4252
4253 \begin_layout Plain Layout
4254 Befehle ! U ! 
4255 \backslash
4256 underline
4257 \end_layout
4258
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4271 \end_inset
4272
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \backslash
4286 overline
4287 \begin_inset ERT
4288 status collapsed
4289
4290 \begin_layout Plain Layout
4291
4292
4293 \backslash
4294 leer 
4295 \end_layout
4296
4297 \end_inset
4298
4299
4300 \backslash
4301 underline
4302 \begin_inset ERT
4303 status collapsed
4304
4305 \begin_layout Plain Layout
4306
4307
4308 \backslash
4309 leer 
4310 \end_layout
4311
4312 \end_inset
4313
4314 A+B
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4324 \end_inset
4325
4326
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 </lyxtabular>
4333
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \begin_layout Standard
4340 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4341 \series bold
4342
4343 \backslash
4344 overline
4345 \series default
4346  oder 
4347 \series bold
4348
4349 \backslash
4350 underline
4351 \series default
4352  eingibt.
4353 \end_layout
4354
4355 \begin_layout Standard
4356 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4357 \begin_inset Newline linebreak
4358 \end_inset
4359
4360
4361 \series bold
4362
4363 \backslash
4364 underline
4365 \series default
4366 .
4367 \end_layout
4368
4369 \begin_layout Standard
4370 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4371 \end_layout
4372
4373 \begin_layout Standard
4374 \begin_inset VSpace bigskip
4375 \end_inset
4376
4377 Benutzerdefinierte Linien können mit dem Befehl 
4378 \series bold
4379
4380 \backslash
4381 rule
4382 \series default
4383
4384 \begin_inset Index idx
4385 status collapsed
4386
4387 \begin_layout Plain Layout
4388 Befehle! R ! 
4389 \backslash
4390 rule
4391 \end_layout
4392
4393 \end_inset
4394
4395  erstellt werden, der folgendes Schema besitzt:
4396 \end_layout
4397
4398 \begin_layout Standard
4399
4400 \series bold
4401
4402 \backslash
4403 rule[vertikaler Versatz]{Länge}{Dicke}
4404 \end_layout
4405
4406 \begin_layout Standard
4407 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4408  unten, wenn der Wert negativ ist).
4409  Die Einheiten, die in 
4410 \begin_inset CommandInset ref
4411 LatexCommand ref
4412 reference "tab:Verfügbare-Einheiten"
4413
4414 \end_inset
4415
4416  aufgelistet sind, können für die Werte benutzt werden.
4417  Hier sind zwei Beispiele, die mit den Befehlen
4418 \begin_inset Newline newline
4419 \end_inset
4420
4421
4422 \series bold
4423
4424 \backslash
4425 rule[-2ex]{3cm}{2pt}
4426 \series default
4427  und 
4428 \series bold
4429
4430 \backslash
4431 rule{2cm}{1pt}
4432 \series default
4433  erzeugt wurden:
4434 \end_layout
4435
4436 \begin_layout Standard
4437 Dies ist ein Satz 
4438 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4439 \end_inset
4440
4441  mit zwei Linien.
4442 \end_layout
4443
4444 \begin_layout Standard
4445
4446 \series bold
4447
4448 \backslash
4449 rule
4450 \series default
4451  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4452 \family sans
4453 Einfügen\SpecialChar \menuseparator
4454 Formatierung\SpecialChar \menuseparator
4455 Horizontale
4456 \begin_inset space ~
4457 \end_inset
4458
4459 Line
4460 \family default
4461  eingefügt wird:
4462 \end_layout
4463
4464 \begin_layout Standard
4465 Dies ist ein Satz 
4466 \begin_inset CommandInset line
4467 LatexCommand rule
4468 offset "0.5ex"
4469 width "3cm"
4470 height "1pt"
4471
4472 \end_inset
4473
4474  mit einer Linie.
4475 \end_layout
4476
4477 \begin_layout Subsection
4478 Fortsetzungspunkte
4479 \begin_inset CommandInset label
4480 LatexCommand label
4481 name "sub:Fortsetzungspunkte"
4482
4483 \end_inset
4484
4485
4486 \begin_inset Index idx
4487 status collapsed
4488
4489 \begin_layout Plain Layout
4490 Fortsetzungspunkte
4491 \end_layout
4492
4493 \end_inset
4494
4495
4496 \end_layout
4497
4498 \begin_layout Standard
4499 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4500 \begin_inset Foot
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4505 \begin_inset Graphics
4506         filename ../../images/math/ldots.png
4507         scale 85
4508
4509 \end_inset
4510
4511
4512 \end_layout
4513
4514 \end_inset
4515
4516  Für Aufzählungen verwendet man unten sitzende Punkte (
4517 \series bold
4518
4519 \backslash
4520 ldots
4521 \series default
4522
4523 \begin_inset Index idx
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527 Befehle ! L ! 
4528 \backslash
4529 ldots
4530 \end_layout
4531
4532 \end_inset
4533
4534 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4535  die Operatoren sind (
4536 \series bold
4537
4538 \backslash
4539 cdots
4540 \series default
4541
4542 \begin_inset Index idx
4543 status collapsed
4544
4545 \begin_layout Plain Layout
4546 Befehle ! C ! 
4547 \backslash
4548 cdots
4549 \end_layout
4550
4551 \end_inset
4552
4553 ).
4554  Verwendet man den Befehl 
4555 \series bold
4556
4557 \backslash
4558 dots
4559 \series default
4560
4561 \begin_inset Index idx
4562 status collapsed
4563
4564 \begin_layout Plain Layout
4565 Befehle ! D ! 
4566 \backslash
4567 dots
4568 \end_layout
4569
4570 \end_inset
4571
4572 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4573  wird.
4574 \end_layout
4575
4576 \begin_layout Standard
4577 \align center
4578 \begin_inset Tabular
4579 <lyxtabular version="3" rows="8" columns="2">
4580 <features tabularvalignment="middle">
4581 <column alignment="center" valignment="top" width="0pt">
4582 <column alignment="center" valignment="top" width="0pt">
4583 <row>
4584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Befehl
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Ergebnis
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 A_1
4609 \begin_inset ERT
4610 status collapsed
4611
4612 \begin_layout Plain Layout
4613
4614
4615 \backslash
4616 leer 
4617 \end_layout
4618
4619 \end_inset
4620
4621 ,
4622 \backslash
4623 dots
4624 \begin_inset ERT
4625 status collapsed
4626
4627 \begin_layout Plain Layout
4628
4629
4630 \backslash
4631 leer 
4632 \end_layout
4633
4634 \end_inset
4635
4636 ,A_n
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 \begin_inset Formula $A_{1},\dots,A_{n}$
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 A_1
4660 \begin_inset ERT
4661 status collapsed
4662
4663 \begin_layout Plain Layout
4664
4665
4666 \backslash
4667 leer 
4668 \end_layout
4669
4670 \end_inset
4671
4672 +
4673 \backslash
4674 dots
4675 \begin_inset ERT
4676 status collapsed
4677
4678 \begin_layout Plain Layout
4679
4680
4681 \backslash
4682 leer 
4683 \end_layout
4684
4685 \end_inset
4686
4687 +A_n
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 \begin_inset Formula $A_{1}+\dots+A_{n}$
4697 \end_inset
4698
4699
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 A_1
4711 \begin_inset ERT
4712 status collapsed
4713
4714 \begin_layout Plain Layout
4715
4716
4717 \backslash
4718 leer 
4719 \end_layout
4720
4721 \end_inset
4722
4723 ,
4724 \backslash
4725 ldots
4726 \begin_inset ERT
4727 status collapsed
4728
4729 \begin_layout Plain Layout
4730
4731
4732 \backslash
4733 leer 
4734 \end_layout
4735
4736 \end_inset
4737
4738 ,A_n
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 \begin_inset Formula $A_{1},\ldots,A_{n}$
4748 \end_inset
4749
4750
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 A_1
4762 \begin_inset ERT
4763 status collapsed
4764
4765 \begin_layout Plain Layout
4766
4767
4768 \backslash
4769 leer 
4770 \end_layout
4771
4772 \end_inset
4773
4774 +
4775 \backslash
4776 cdots
4777 \begin_inset ERT
4778 status collapsed
4779
4780 \begin_layout Plain Layout
4781
4782
4783 \backslash
4784 leer 
4785 \end_layout
4786
4787 \end_inset
4788
4789 +A_n
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \backslash
4814 vdots
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 \begin_inset Formula $\vdots$
4824 \end_inset
4825
4826
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \backslash
4839 ddots
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 \begin_inset Formula $\ddots$
4849 \end_inset
4850
4851
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 </row>
4857 <row>
4858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 3
4863 \series bold
4864 ×
4865 \series default
4866 3
4867 \begin_inset space \thinspace{}
4868 \end_inset
4869
4870 Matrix mit obigen Befehlen
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 \begin_inset Formula $\begin{array}{ccc}
4880 A_{11} & \cdots & A_{1m}\\
4881 \vdots & \ddots & \vdots\\
4882 A_{n1} & \cdots & A_{nm}
4883 \end{array}$
4884 \end_inset
4885
4886
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 </lyxtabular>
4893
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \begin_layout Standard
4900 Die im Menü 
4901 \family sans
4902 Einfügen\SpecialChar \menuseparator
4903 Sonderzeichen
4904 \family default
4905  verfügbaren Fortsetzungspunkte sind 
4906 \series bold
4907
4908 \backslash
4909 ldots
4910 \series default
4911 .
4912 \end_layout
4913
4914 \begin_layout Standard
4915 \begin_inset VSpace medskip
4916 \end_inset
4917
4918 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4919  Spalten erstrecken.
4920  Man erhält sie mit dem Befehl 
4921 \series bold
4922
4923 \backslash
4924 hdotsfor
4925 \series default
4926
4927 \begin_inset Index idx
4928 status collapsed
4929
4930 \begin_layout Plain Layout
4931 Befehle ! H ! 
4932 \backslash
4933 hdotsfor
4934 \end_layout
4935
4936 \end_inset
4937
4938 , der folgendes Schema besitzt:
4939 \end_layout
4940
4941 \begin_layout Standard
4942
4943 \series bold
4944
4945 \backslash
4946 hdotsfor[Abstand]{Anzahl der Spalten}
4947 \end_layout
4948
4949 \begin_layout Standard
4950 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4951  sollen.
4952  Abstand ist ein Faktor, der den Punktabstand festlegt.
4953 \end_layout
4954
4955 \begin_layout Standard
4956 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4957  
4958 \series bold
4959
4960 \backslash
4961 hdotsfor[2]{4}
4962 \series default
4963  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4964  beim Befehl 
4965 \series bold
4966
4967 \backslash
4968 dots
4969 \series default
4970  zu erhalten:
4971 \begin_inset Formula \[
4972 \left(\begin{array}{cccc}
4973 A & B & C & D\\
4974 \hdotsfor[2]{4}\\
4975 q & w & e & r
4976 \end{array}\right)\]
4977
4978 \end_inset
4979
4980 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4981  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset VSpace bigskip
4986 \end_inset
4987
4988 Des Weiteren kann man mit dem Befehl 
4989 \series bold
4990
4991 \backslash
4992 dotfill
4993 \series default
4994
4995 \begin_inset Index idx
4996 status collapsed
4997
4998 \begin_layout Plain Layout
4999 Befehle ! D ! 
5000 \backslash
5001 dotfill
5002 \end_layout
5003
5004 \end_inset
5005
5006  den Rest einer Zeile mit Punkten füllen.
5007  Die Wirkungsweise des Befehls entspricht der von 
5008 \series bold
5009
5010 \backslash
5011 hfill
5012 \series default
5013 , siehe 
5014 \begin_inset CommandInset ref
5015 LatexCommand ref
5016 reference "sub:Variabler-Leerraum"
5017
5018 \end_inset
5019
5020 .
5021 \end_layout
5022
5023 \begin_layout Standard
5024 Z.
5025 \begin_inset space \thinspace{}
5026 \end_inset
5027
5028 B.
5029  ergibt der Befehl 
5030 \series bold
5031 A
5032 \backslash
5033 dotfill
5034 \begin_inset ERT
5035 status collapsed
5036
5037 \begin_layout Plain Layout
5038
5039
5040 \backslash
5041 leer 
5042 \end_layout
5043
5044 \end_inset
5045
5046 B
5047 \end_layout
5048
5049 \begin_layout Standard
5050 \begin_inset Formula $A\dotfill B$
5051 \end_inset
5052
5053
5054 \end_layout
5055
5056 \begin_layout Standard
5057 Analog dazu gibt es für eine Linie den Befehl 
5058 \series bold
5059
5060 \backslash
5061 hrulefill
5062 \series default
5063
5064 \begin_inset Index idx
5065 status collapsed
5066
5067 \begin_layout Plain Layout
5068 Befehle ! H ! 
5069 \backslash
5070 hrulefill
5071 \end_layout
5072
5073 \end_inset
5074
5075 :
5076 \end_layout
5077
5078 \begin_layout Standard
5079 \begin_inset Formula $A\hrulefill B$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5087  werden.
5088 \end_layout
5089
5090 \begin_layout Section
5091 Matrizen
5092 \begin_inset CommandInset label
5093 LatexCommand label
5094 name "sec:Matrizen"
5095
5096 \end_inset
5097
5098
5099 \begin_inset Index idx
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 Matrizen
5104 \end_layout
5105
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \begin_layout Standard
5112 Matrizen können über den Mathe-Werkzeugleistenknopf
5113 \family sans
5114  
5115 \family default
5116
5117 \begin_inset Graphics
5118         filename ../../images/dialog-show_mathmatrix.png
5119         scale 85
5120
5121 \end_inset
5122
5123  oder das Menü 
5124 \family sans
5125 Einfügen\SpecialChar \menuseparator
5126 Mathe\SpecialChar \menuseparator
5127 Matrix
5128 \family default
5129  eingefügt werden.
5130  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
5131  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5132  von Bedeutung:
5133 \end_layout
5134
5135 \begin_layout Standard
5136 Die erste Matrix ist oben 
5137 \begin_inset Formula $\begin{array}[t]{cccc}
5138 A & D & G & J\\
5139 B & E & H & K\\
5140 C & F & I & L
5141 \end{array}$
5142 \end_inset
5143
5144 , die zweite mittig 
5145 \begin_inset Formula $\begin{array}{cccc}
5146 A & D & G & J\\
5147 B & E & H & K\\
5148 C & F & I & L
5149 \end{array}$
5150 \end_inset
5151
5152  und die dritte unten 
5153 \begin_inset Formula $\begin{array}[b]{cccc}
5154 A & D & G & J\\
5155 B & E & H & K\\
5156 C & F & I & L
5157 \end{array}$
5158 \end_inset
5159
5160  ausgerichtet.
5161 \end_layout
5162
5163 \begin_layout Standard
5164 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5165  werden sollen.
5166  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5167  
5168 \emph on
5169 l
5170 \emph default
5171  steht für linksbündig, 
5172 \emph on
5173 c
5174 \emph default
5175  für mittig und 
5176 \emph on
5177 r
5178 \emph default
5179  für rechtsbündig.
5180  Möchte man z.
5181 \begin_inset space \thinspace{}
5182 \end_inset
5183
5184 B.
5185  eine 4
5186 \series bold
5187 ×
5188 \series default
5189 4
5190 \begin_inset space ~
5191 \end_inset
5192
5193 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5194  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5195  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5196 \series bold
5197 lccr
5198 \series default
5199  an.
5200  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5201  die Voreinstellung für jede Spalte ein 
5202 \series bold
5203 c
5204 \series default
5205  ist.
5206 \end_layout
5207
5208 \begin_layout Standard
5209 Horizontale Ausrichtung:
5210 \end_layout
5211
5212 \begin_layout Standard
5213
5214 \series bold
5215 lll
5216 \series default
5217  : 
5218 \begin_inset Formula $\begin{array}{lll}
5219 10000 & D & G\\
5220 B & 10000 & H\\
5221 C & F & 10000
5222 \end{array}$
5223 \end_inset
5224
5225  , 
5226 \series bold
5227 ccc
5228 \series default
5229  : 
5230 \begin_inset Formula $\begin{array}{ccc}
5231 10000 & D & G\\
5232 B & 10000 & H\\
5233 C & F & 10000
5234 \end{array}$
5235 \end_inset
5236
5237  , 
5238 \series bold
5239 rrr
5240 \series default
5241  : 
5242 \begin_inset Formula $\begin{array}{rrr}
5243 10000 & D & G\\
5244 B & 10000 & H\\
5245 C & F & 10000
5246 \end{array}$
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \begin_layout Standard
5253 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5254  man die Mathe-Werkzeugleistenknöpfe 
5255 \begin_inset Graphics
5256         filename ../../images/tabular-feature_append-row.png
5257         scale 85
5258
5259 \end_inset
5260
5261
5262 \begin_inset Graphics
5263         filename ../../images/tabular-feature_delete-row.png
5264         scale 85
5265
5266 \end_inset
5267
5268 , usw.
5269 \begin_inset space \space{}
5270 \end_inset
5271
5272 oder das Menü 
5273 \family sans
5274 Bearbeiten\SpecialChar \menuseparator
5275 Zeilen & Spalten
5276 \family default
5277  verwenden.
5278  Neue Zeilen können auch mit 
5279 \family sans
5280 Strg+Enter
5281 \family default
5282  erstellt werden.
5283 \end_layout
5284
5285 \begin_layout Standard
5286 \begin_inset VSpace bigskip
5287 \end_inset
5288
5289 Klammern um eine Matrix können entweder mit den Befehlen 
5290 \series bold
5291
5292 \backslash
5293 left
5294 \series default
5295
5296 \begin_inset Index idx
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300 Befehle ! L ! 
5301 \backslash
5302 left
5303 \end_layout
5304
5305 \end_inset
5306
5307  und 
5308 \series bold
5309
5310 \backslash
5311 right
5312 \series default
5313
5314 \begin_inset Index idx
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318 Befehle ! R ! 
5319 \backslash
5320 right
5321 \end_layout
5322
5323 \end_inset
5324
5325  erstellt werden (Tastenkürzel 
5326 \family sans
5327 Alt+M
5328 \begin_inset space ~
5329 \end_inset
5330
5331 Klammer
5332 \family default
5333 ), siehe 
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "sub:Automatische-Klammergrößen"
5337
5338 \end_inset
5339
5340 , oder man verwendet folgende Befehle:
5341 \begin_inset VSpace bigskip
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \begin_layout Standard
5348 \begin_inset space \hfill{}
5349 \end_inset
5350
5351
5352 \begin_inset Tabular
5353 <lyxtabular version="3" rows="4" columns="2">
5354 <features tabularvalignment="middle">
5355 <column alignment="center" valignment="top" width="0">
5356 <column alignment="center" valignment="top" width="0">
5357 <row>
5358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 Befehl
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 Ergebnis
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 <row>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \backslash
5384 bmatrix
5385 \begin_inset ERT
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389
5390
5391 \backslash
5392 leer 
5393 \end_layout
5394
5395 \end_inset
5396
5397 2
5398 \series bold
5399 ×
5400 \series default
5401 2
5402 \begin_inset space \thinspace{}
5403 \end_inset
5404
5405 Matrix
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5415 0 & \textrm{-}\mathrm{i}\\
5416 \mathrm{i} & 0
5417 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5418 \end_inset
5419
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \backslash
5433 Bmatrix
5434 \begin_inset ERT
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438
5439
5440 \backslash
5441 leer 
5442 \end_layout
5443
5444 \end_inset
5445
5446 2
5447 \series bold
5448 ×
5449 \series default
5450 2
5451 \begin_inset space \thinspace{}
5452 \end_inset
5453
5454 Matrix
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5464 0 & \textrm{-}\mathrm{i}\\
5465 \mathrm{i} & 0
5466 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 pmatrix
5483 \begin_inset ERT
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487
5488
5489 \backslash
5490 leer 
5491 \end_layout
5492
5493 \end_inset
5494
5495 2
5496 \series bold
5497 ×
5498 \series default
5499 2
5500 \begin_inset space \thinspace{}
5501 \end_inset
5502
5503 Matrix
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5513 0 & \textrm{-}\mathrm{i}\\
5514 \mathrm{i} & 0
5515 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 </lyxtabular>
5525
5526 \end_inset
5527
5528
5529 \begin_inset space \hfill{}
5530 \end_inset
5531
5532
5533 \begin_inset Tabular
5534 <lyxtabular version="3" rows="4" columns="2">
5535 <features tabularvalignment="middle">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 Befehl
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 Ergebnis
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \backslash
5565 vmatrix
5566 \begin_inset ERT
5567 status collapsed
5568
5569 \begin_layout Plain Layout
5570
5571
5572 \backslash
5573 leer 
5574 \end_layout
5575
5576 \end_inset
5577
5578 2
5579 \series bold
5580 ×
5581 \series default
5582 2
5583 \begin_inset space \thinspace{}
5584 \end_inset
5585
5586 Matrix
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5596 0 & \textrm{-}\mathrm{i}\\
5597 \mathrm{i} & 0
5598 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \backslash
5614 Vmatrix
5615 \begin_inset ERT
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619
5620
5621 \backslash
5622 leer 
5623 \end_layout
5624
5625 \end_inset
5626
5627 2
5628 \series bold
5629 ×
5630 \series default
5631 2
5632 \begin_inset space \thinspace{}
5633 \end_inset
5634
5635 Matrix
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5645 0 & \textrm{-}\mathrm{i}\\
5646 \mathrm{i} & 0
5647 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661
5662 \backslash
5663 matrix
5664 \begin_inset ERT
5665 status collapsed
5666
5667 \begin_layout Plain Layout
5668
5669
5670 \backslash
5671 leer 
5672 \end_layout
5673
5674 \end_inset
5675
5676 2
5677 \series bold
5678 ×
5679 \series default
5680 2
5681 \begin_inset space \thinspace{}
5682 \end_inset
5683
5684 Matrix
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5694 0 & \textrm{-}\mathrm{i}\\
5695 \mathrm{i} & 0
5696 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 </lyxtabular>
5706
5707 \end_inset
5708
5709
5710 \begin_inset space \hfill{}
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \begin_layout Standard
5717 \begin_inset VSpace medskip
5718 \end_inset
5719
5720 Wurde z.
5721 \begin_inset space \thinspace{}
5722 \end_inset
5723
5724 B.
5725  
5726 \series bold
5727
5728 \backslash
5729 vmatrix
5730 \series default
5731  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5732  in das die Matrix eingefügt wird.
5733 \end_layout
5734
5735 \begin_layout Standard
5736 \begin_inset VSpace bigskip
5737 \end_inset
5738
5739 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5740 \begin_inset CommandInset ref
5741 LatexCommand ref
5742 reference "sub:Spaltenabstand"
5743
5744 \end_inset
5745
5746  beschriebene Länge 
5747 \series bold
5748
5749 \backslash
5750 arraycolsep
5751 \series default
5752
5753 \begin_inset Index idx
5754 status collapsed
5755
5756 \begin_layout Plain Layout
5757 Befehle ! A ! 
5758 \backslash
5759 arraycolsep
5760 \end_layout
5761
5762 \end_inset
5763
5764  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5765 \end_layout
5766
5767 \begin_layout Standard
5768 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5769 \series bold
5770
5771 \backslash
5772 arraystretch
5773 \series default
5774
5775 \begin_inset Index idx
5776 status collapsed
5777
5778 \begin_layout Plain Layout
5779 Befehle ! A ! 
5780 \backslash
5781 arraystretch
5782 \end_layout
5783
5784 \end_inset
5785
5786 .
5787  Dieser wird folgendermaßen benutzt:
5788 \end_layout
5789
5790 \begin_layout Standard
5791
5792 \series bold
5793
5794 \backslash
5795 renewcommand{
5796 \backslash
5797 arraystretch}{Dehnungsfaktor}
5798 \begin_inset Index idx
5799 status collapsed
5800
5801 \begin_layout Plain Layout
5802 Befehle ! R ! 
5803 \backslash
5804 renewcommand
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \begin_layout Standard
5813 Der Befehl 
5814 \series bold
5815
5816 \backslash
5817 renewcommand
5818 \series default
5819  weist dabei dem vordefinierten Befehl 
5820 \series bold
5821
5822 \backslash
5823 arraystretch
5824 \series default
5825  den Dehnungsfaktor zu.
5826  Möchte man z.
5827 \begin_inset space \thinspace{}
5828 \end_inset
5829
5830 B.
5831  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5832  Dieser wird dann für alle folgenden Matrizen verwendet.
5833  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5834 \series bold
5835
5836 \backslash
5837 arraystretch
5838 \series default
5839  den Faktor 1 zu.
5840 \end_layout
5841
5842 \begin_layout Standard
5843 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5844 \series bold
5845
5846 \backslash
5847 smallmatrix
5848 \series default
5849
5850 \begin_inset Index idx
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Befehle ! S ! 
5855 \backslash
5856 smallmatrix
5857 \end_layout
5858
5859 \end_inset
5860
5861 .
5862  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5863  gestrichelten Linien.
5864  In dieses Kästchen wird die Matrix eingegeben.
5865  Man verwendet stattdessen das Menü 
5866 \family sans
5867 Bearbeiten\SpecialChar \menuseparator
5868 Zeilen
5869 \begin_inset space ~
5870 \end_inset
5871
5872 &
5873 \begin_inset space ~
5874 \end_inset
5875
5876 Spalten
5877 \family default
5878  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5879  Neue Zeilen können auch mit 
5880 \family sans
5881 Strg+Enter
5882 \family default
5883  erstellt werden.
5884 \end_layout
5885
5886 \begin_layout Standard
5887 Dies ist eine Matrix 
5888 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5889 C & D
5890 \end{smallmatrix}\right)$
5891 \end_inset
5892
5893  in einer Textzeile.
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Newpage newpage
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \begin_layout Section
5904 Klammern und Begrenzungszeichen
5905 \begin_inset Index idx
5906 status collapsed
5907
5908 \begin_layout Plain Layout
5909 Klammern
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \begin_inset Index idx
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919 Begrenzungszeichen
5920 \end_layout
5921
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \begin_layout Subsection
5928 Vertikale Klammern und Begrenzungszeichen
5929 \begin_inset Index idx
5930 status collapsed
5931
5932 \begin_layout Plain Layout
5933 Klammern ! vertikale
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 \begin_inset space \hfill{}
5943 \end_inset
5944
5945
5946 \begin_inset Tabular
5947 <lyxtabular version="3" rows="9" columns="2">
5948 <features tabularvalignment="middle">
5949 <column alignment="center" valignment="top" width="0pt">
5950 <column alignment="center" valignment="top" width="0pt">
5951 <row>
5952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 Befehl
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 Ergebnis
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 (
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $($
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 {
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Formula $\{$
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 [
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 \begin_inset Formula $[$
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 <row>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045
6046 \backslash
6047 langle
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $\langle$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \backslash
6072 lceil
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\lceil$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \backslash
6097 lfloor
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 \begin_inset Formula $\lfloor$
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 /
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 \begin_inset Formula $/$
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 |
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 \begin_inset Formula $|$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 </lyxtabular>
6162
6163 \end_inset
6164
6165
6166 \begin_inset space \hfill{}
6167 \end_inset
6168
6169
6170 \begin_inset Tabular
6171 <lyxtabular version="3" rows="9" columns="2">
6172 <features tabularvalignment="middle">
6173 <column alignment="center" valignment="top" width="0pt">
6174 <column alignment="center" valignment="top" width="0pt">
6175 <row>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 Befehl
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 Ergebnis
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 )
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 \begin_inset Formula $)$
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 <row>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 }
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 \begin_inset Formula $\}$
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 ]
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 \begin_inset Formula $]$
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269
6270 \backslash
6271 rangle
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 \begin_inset Formula $\rangle$
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294
6295 \backslash
6296 rceil
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 \begin_inset Formula $\rceil$
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 <row>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \backslash
6321 rfloor
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 \begin_inset Formula $\rfloor$
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 <row>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \backslash
6346
6347 \backslash
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 \begin_inset Formula $\backslash$
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371
6372 \backslash
6373 |
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 \begin_inset Formula $\|$
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 </lyxtabular>
6392
6393 \end_inset
6394
6395
6396 \begin_inset space \hfill{}
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403
6404 \series medium
6405 \begin_inset Note Greyedout
6406 status open
6407
6408 \begin_layout Plain Layout
6409
6410 \series bold
6411 Achtung:
6412 \series default
6413  Im TeX-Modus muss für den Backslash der Befehl 
6414 \series bold
6415
6416 \backslash
6417 textbackslash
6418 \series default
6419
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 Befehle ! T ! 
6425 \backslash
6426 textbackslash
6427 \end_layout
6428
6429 \end_inset
6430
6431  verwendet werden, denn der Befehl 
6432 \series bold
6433
6434 \backslash
6435
6436 \backslash
6437
6438 \series default
6439  steht dort für einen Zeilenumbruch.
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6449  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6450  Dabei können dann statt den Befehlen 
6451 \series bold
6452
6453 \backslash
6454 langle
6455 \series default
6456  und 
6457 \series bold
6458
6459 \backslash
6460 rangle
6461 \series default
6462  direkt die Zeichen < und > verwendet werden.
6463 \end_layout
6464
6465 \begin_layout Subsubsection
6466 Manuelle Klammergrößen
6467 \begin_inset CommandInset label
6468 LatexCommand label
6469 name "sub:Manuelle-Klammergrößen"
6470
6471 \end_inset
6472
6473
6474 \begin_inset Index idx
6475 status collapsed
6476
6477 \begin_layout Plain Layout
6478 Klammergrößen ! manuelle
6479 \end_layout
6480
6481 \end_inset
6482
6483
6484 \end_layout
6485
6486 \begin_layout Standard
6487 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6488  LaTeX-Befehle 
6489 \series bold
6490
6491 \backslash
6492 big
6493 \series default
6494
6495 \begin_inset Index idx
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 Befehle ! B ! 
6500 \backslash
6501 big
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \series bold
6508
6509 \backslash
6510 Big
6511 \series default
6512
6513 \series bold
6514
6515 \backslash
6516 bigg
6517 \series default
6518  und 
6519 \series bold
6520
6521 \backslash
6522 Bigg
6523 \series default
6524  tun.
6525  
6526 \series bold
6527
6528 \backslash
6529 big
6530 \series default
6531  steht hierbei für die kleinste und 
6532 \series bold
6533
6534 \backslash
6535 Bigg
6536 \series default
6537  für die größte Klammergröße.
6538 \end_layout
6539
6540 \begin_layout Standard
6541 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6542 \end_layout
6543
6544 \begin_layout Standard
6545 \align center
6546 \begin_inset Tabular
6547 <lyxtabular version="3" rows="2" columns="2">
6548 <features tabularvalignment="middle">
6549 <column alignment="center" valignment="top" width="0pt">
6550 <column alignment="center" valignment="top" width="0pt">
6551 <row>
6552 <cell alignment="center" valignment="top" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 einheitliche Klammergröße:
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 </row>
6574 <row>
6575 <cell alignment="center" valignment="top" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 besser sieht das so aus:
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6589 \end_inset
6590
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 </row>
6597 </lyxtabular>
6598
6599 \end_inset
6600
6601
6602 \begin_inset Note Note
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606
6607 \series bold
6608
6609 \backslash
6610 raisebox
6611 \series default
6612  dient nur
6613 \end_layout
6614
6615 \begin_layout Plain Layout
6616 als Abstandhalter.
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \end_layout
6623
6624 \begin_layout Standard
6625 Für die zweite Formel wurde der Befehl 
6626 \series bold
6627
6628 \backslash
6629 Big((A+B)(A-B)
6630 \backslash
6631 Big)^
6632 \begin_inset ERT
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636
6637
6638 \backslash
6639 leer 
6640 \end_layout
6641
6642 \end_inset
6643
6644 C
6645 \series default
6646  verwendet.
6647 \end_layout
6648
6649 \begin_layout Standard
6650 Hier alle Klammergrößen in der Übersicht:
6651 \end_layout
6652
6653 \begin_layout Standard
6654 \align center
6655
6656 \backslash
6657 Bigg(
6658 \backslash
6659 exp
6660 \backslash
6661 bigg<
6662 \backslash
6663 Big[
6664 \backslash
6665 big{
6666 \backslash
6667 ln(3x)
6668 \backslash
6669 big}^2
6670 \begin_inset ERT
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674
6675
6676 \backslash
6677 leer 
6678 \end_layout
6679
6680 \end_inset
6681
6682
6683 \backslash
6684 sin(x)
6685 \backslash
6686 Big]^
6687 \begin_inset ERT
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691
6692
6693 \backslash
6694 leer 
6695 \end_layout
6696
6697 \end_inset
6698
6699 A
6700 \begin_inset ERT
6701 status collapsed
6702
6703 \begin_layout Plain Layout
6704
6705
6706 \backslash
6707 leer 
6708 \end_layout
6709
6710 \end_inset
6711
6712
6713 \backslash
6714 bigg>
6715 \backslash
6716 Bigg)^0,5
6717 \end_layout
6718
6719 \begin_layout Standard
6720 \align center
6721 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Standard
6728 Es gibt außer den 
6729 \series bold
6730
6731 \backslash
6732 big
6733 \series default
6734 -Befehlen noch die Variante 
6735 \series bold
6736
6737 \backslash
6738 bigm
6739 \series default
6740
6741 \begin_inset Index idx
6742 status collapsed
6743
6744 \begin_layout Plain Layout
6745 Befehle ! B ! 
6746 \backslash
6747 bigm
6748 \end_layout
6749
6750 \end_inset
6751
6752 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6753  die Variante 
6754 \series bold
6755
6756 \backslash
6757 bigl
6758 \series default
6759 -
6760 \series bold
6761
6762 \backslash
6763 bigr
6764 \series default
6765
6766 \begin_inset Index idx
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 Befehle ! B ! 
6771 \backslash
6772 bigl - 
6773 \backslash
6774 bigr
6775 \end_layout
6776
6777 \end_inset
6778
6779 , die keinen zusätzlichen Leerraum erzeugt.
6780  Das 
6781 \emph on
6782 l
6783 \emph default
6784  am Ende des Befehls 
6785 \series bold
6786
6787 \backslash
6788 bigl
6789 \series default
6790  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6791  ein 
6792 \emph on
6793 r
6794 \emph default
6795  ersetzt.
6796  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6797  sein.
6798 \end_layout
6799
6800 \begin_layout Standard
6801 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6802 \end_layout
6803
6804 \begin_layout Standard
6805 \align center
6806 \begin_inset Tabular
6807 <lyxtabular version="3" rows="5" columns="2">
6808 <features tabularvalignment="middle">
6809 <column alignment="center" valignment="middle" width="0">
6810 <column alignment="center" valignment="middle" width="0">
6811 <row>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 Befehl
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 Ergebnis
6826 \begin_inset Note Note
6827 status collapsed
6828
6829 \begin_layout Plain Layout
6830
6831 \series bold
6832
6833 \backslash
6834 raisebox
6835 \series default
6836  dient nur als Abstandhalter.
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852
6853 \backslash
6854 Bigm(
6855 \backslash
6856 bigm(
6857 \backslash
6858 ln(3x)
6859 \backslash
6860 bigm)^2
6861 \begin_inset ERT
6862 status collapsed
6863
6864 \begin_layout Plain Layout
6865
6866
6867 \backslash
6868 leer 
6869 \end_layout
6870
6871 \end_inset
6872
6873
6874 \backslash
6875 Bigm)
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 </row>
6893 <row>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \backslash
6900 Big(
6901 \backslash
6902 big(
6903 \backslash
6904 ln(3x)
6905 \backslash
6906 big)^2
6907 \begin_inset ERT
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911
6912
6913 \backslash
6914 leer 
6915 \end_layout
6916
6917 \end_inset
6918
6919
6920 \backslash
6921 Big)
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6931 \end_inset
6932
6933
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 </row>
6939 <row>
6940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \backslash
6946 Bigl(
6947 \backslash
6948 bigl(
6949 \backslash
6950 ln(3x)
6951 \backslash
6952 bigr)^2
6953 \begin_inset ERT
6954 status collapsed
6955
6956 \begin_layout Plain Layout
6957
6958
6959 \backslash
6960 leer 
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \backslash
6967 Bigr)
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6977 \end_inset
6978
6979
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 <row>
6986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990
6991 \backslash
6992 bigl)
6993 \backslash
6994 ln(3x)
6995 \backslash
6996 bigr(
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 </lyxtabular>
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \begin_layout Subsubsection
7022 Automatische Klammergrößen
7023 \begin_inset CommandInset label
7024 LatexCommand label
7025 name "sub:Automatische-Klammergrößen"
7026
7027 \end_inset
7028
7029
7030 \begin_inset Index idx
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034 Klammergrößen ! automatische
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \begin_layout Standard
7043 Klammern variabler Größe können mit den Befehlen 
7044 \series bold
7045
7046 \backslash
7047 left
7048 \series default
7049
7050 \begin_inset Index idx
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054 Befehle ! L ! 
7055 \backslash
7056 left
7057 \end_layout
7058
7059 \end_inset
7060
7061  und 
7062 \series bold
7063
7064 \backslash
7065 right
7066 \series default
7067
7068 \begin_inset Index idx
7069 status collapsed
7070
7071 \begin_layout Plain Layout
7072 Befehle ! R ! 
7073 \backslash
7074 right
7075 \end_layout
7076
7077 \end_inset
7078
7079  oder über den Mathe-Werkzeugleistenknopf
7080 \family sans
7081  
7082 \family default
7083
7084 \begin_inset Graphics
7085         filename ../../images/dialog-show_mathdelimiter.png
7086         scale 85
7087
7088 \end_inset
7089
7090  eingefügt werden.
7091  Auf 
7092 \series bold
7093
7094 \backslash
7095 left
7096 \series default
7097  und 
7098 \series bold
7099
7100 \backslash
7101 right
7102 \series default
7103  muss unmittelbar die gewünschte Klammer folgen.
7104  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7105 \end_layout
7106
7107 \begin_layout Standard
7108 \align center
7109 normale Klammer: Der Befehl 
7110 \series bold
7111
7112 \backslash
7113 ln(
7114 \backslash
7115 frac
7116 \begin_inset ERT
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120
7121
7122 \backslash
7123 leer 
7124 \end_layout
7125
7126 \end_inset
7127
7128 A
7129 \begin_inset Formula $\downarrow$
7130 \end_inset
7131
7132 C
7133 \begin_inset ERT
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137
7138
7139 \backslash
7140 leer 
7141 \end_layout
7142
7143 \end_inset
7144
7145 )
7146 \series default
7147  ergibt
7148 \begin_inset Formula \[
7149 \ln(\frac{A}{C})\]
7150
7151 \end_inset
7152
7153
7154 \end_layout
7155
7156 \begin_layout Standard
7157 \align center
7158 mehrzeilige Klammer: Der Befehl 
7159 \series bold
7160
7161 \backslash
7162 ln
7163 \backslash
7164 left(
7165 \backslash
7166 frac
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 leer 
7175 \end_layout
7176
7177 \end_inset
7178
7179 A
7180 \begin_inset Formula $\downarrow$
7181 \end_inset
7182
7183 C
7184 \begin_inset ERT
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188
7189
7190 \backslash
7191 leer 
7192 \end_layout
7193
7194 \end_inset
7195
7196
7197 \backslash
7198 right)
7199 \series default
7200  ergibt
7201 \begin_inset Formula \[
7202 \ln\left(\frac{A}{C}\right)\]
7203
7204 \end_inset
7205
7206
7207 \end_layout
7208
7209 \begin_layout Standard
7210 An Stelle von 
7211 \series bold
7212
7213 \backslash
7214 left
7215 \series default
7216  und 
7217 \series bold
7218
7219 \backslash
7220 right
7221 \series default
7222  kann man die Tastenkürzel 
7223 \family sans
7224 Alt+M
7225 \begin_inset space ~
7226 \end_inset
7227
7228 Klammer
7229 \family default
7230  verwenden.
7231  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7232  und dass die rechte Klammer gleich mit erstellt wird.
7233 \begin_inset Newline newline
7234 \end_inset
7235
7236 Der Befehl für das letzte Beispiel würde dann lauten: 
7237 \series bold
7238
7239 \backslash
7240 ln Alt+M
7241 \series default
7242  
7243 \series bold
7244 (
7245 \backslash
7246 frac
7247 \begin_inset ERT
7248 status collapsed
7249
7250 \begin_layout Plain Layout
7251
7252
7253 \backslash
7254 leer 
7255 \end_layout
7256
7257 \end_inset
7258
7259 A
7260 \begin_inset Formula $\downarrow$
7261 \end_inset
7262
7263 C
7264 \end_layout
7265
7266 \begin_layout Standard
7267 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7268  Klammer einen Punkt.
7269  So ergibt z.
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 B.
7274  der Befehl 
7275 \series bold
7276
7277 \backslash
7278 left.
7279 \backslash
7280 frac
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 leer 
7289 \end_layout
7290
7291 \end_inset
7292
7293 A
7294 \begin_inset Formula $\downarrow$
7295 \end_inset
7296
7297 B
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 leer 
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \backslash
7312 right}
7313 \series default
7314
7315 \begin_inset space \thinspace{}
7316 \end_inset
7317
7318 :
7319 \series bold
7320
7321 \begin_inset Formula \[
7322 \left.\frac{A}{B}\right\} \]
7323
7324 \end_inset
7325
7326
7327 \series default
7328 Die Befehle 
7329 \series bold
7330
7331 \backslash
7332 left
7333 \series default
7334  und 
7335 \series bold
7336
7337 \backslash
7338 right
7339 \series default
7340  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7341  umgewandelt.
7342  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7343 \end_layout
7344
7345 \begin_layout Standard
7346 \begin_inset VSpace bigskip
7347 \end_inset
7348
7349 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7350  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7351  Befehl 
7352 \series bold
7353
7354 \backslash
7355 middle
7356 \series default
7357
7358 \begin_inset Index idx
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362 Befehle ! M ! 
7363 \backslash
7364 middle
7365 \end_layout
7366
7367 \end_inset
7368
7369  zur Verfügung.
7370  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7371  angepasst, was z.
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 B.
7376  für physikalische Vektoren von Nutzen ist:
7377 \begin_inset Formula \[
7378 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7379
7380 \end_inset
7381
7382 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7383 \begin_inset CommandInset ref
7384 LatexCommand ref
7385 reference "sub:Physikalische-Vektoren"
7386
7387 \end_inset
7388
7389  beschrieben ist.
7390 \end_layout
7391
7392 \begin_layout Subsection
7393 Horizontale Klammern
7394 \begin_inset Index idx
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398 Klammern ! horizontale
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \align center
7408 \begin_inset Tabular
7409 <lyxtabular version="3" rows="4" columns="2">
7410 <features tabularvalignment="middle">
7411 <column alignment="center" valignment="top" width="0pt">
7412 <column alignment="center" valignment="top" width="0pt">
7413 <row>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 Befehl
7419 \begin_inset Note Note
7420 status collapsed
7421
7422 \begin_layout Plain Layout
7423
7424 \series bold
7425
7426 \backslash
7427 raisebox
7428 \series default
7429  dient nur als Abstandhalter.
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 Ergebnis
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 \begin_inset ERT
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458
7459
7460 \backslash
7461 raisebox{2.3mm}{
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \backslash
7468 overbrace
7469 \begin_inset ERT
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473
7474
7475 \backslash
7476 leer 
7477 \end_layout
7478
7479 \end_inset
7480
7481 A+B
7482 \begin_inset ERT
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486
7487
7488 \backslash
7489 leer 
7490 \end_layout
7491
7492 \end_inset
7493
7494 ^
7495 \begin_inset ERT
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499
7500
7501 \backslash
7502 leer 
7503 \end_layout
7504
7505 \end_inset
7506
7507 3
7508 \begin_inset ERT
7509 status collapsed
7510
7511 \begin_layout Plain Layout
7512
7513 }
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \begin_inset Index idx
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523 Befehle ! O ! 
7524 \backslash
7525 overbrace
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 \begin_inset Formula $\overbrace{A+B}^{3}$
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 raisebox{-2.2mm}{
7561 \end_layout
7562
7563 \end_inset
7564
7565
7566 \backslash
7567 underbrace
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 leer 
7576 \end_layout
7577
7578 \end_inset
7579
7580 A+B
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 leer 
7589 \end_layout
7590
7591 \end_inset
7592
7593 _5
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599 }
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \begin_inset Index idx
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Befehle ! U ! 
7610 \backslash
7611 underbrace
7612 \end_layout
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 \begin_inset Formula $\underbrace{A+B}_{5}$
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \backslash
7641 overbrace
7642 \begin_inset ERT
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646
7647
7648 \backslash
7649 leer 
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \backslash
7656 underbrace
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 leer 
7665 \end_layout
7666
7667 \end_inset
7668
7669 A+B_w
7670 \begin_inset ERT
7671 status collapsed
7672
7673 \begin_layout Plain Layout
7674
7675
7676 \backslash
7677 leer 
7678 \end_layout
7679
7680 \end_inset
7681
7682
7683 \begin_inset ERT
7684 status collapsed
7685
7686 \begin_layout Plain Layout
7687
7688
7689 \backslash
7690 leer 
7691 \end_layout
7692
7693 \end_inset
7694
7695 _7
7696 \begin_inset ERT
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700
7701
7702 \backslash
7703 leer 
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \begin_inset ERT
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713
7714
7715 \backslash
7716 leer 
7717 \end_layout
7718
7719 \end_inset
7720
7721 ^
7722 \begin_inset ERT
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726
7727
7728 \backslash
7729 leer 
7730 \end_layout
7731
7732 \end_inset
7733
7734 C
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7744 \end_inset
7745
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 </lyxtabular>
7753
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \begin_layout Standard
7760 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7761 \series bold
7762
7763 \backslash
7764 overbrace
7765 \series default
7766  oder 
7767 \series bold
7768
7769 \backslash
7770 underbrace
7771 \series default
7772  eingibt.
7773 \end_layout
7774
7775 \begin_layout Standard
7776 \begin_inset VSpace bigskip
7777 \end_inset
7778
7779 Benötigt man Klammern, die sich überschneiden, muss man die in 
7780 \begin_inset CommandInset ref
7781 LatexCommand ref
7782 reference "sec:Mehrzeilige-Formeln"
7783
7784 \end_inset
7785
7786  beschriebenen mehrzeiligen Formeln verwenden:
7787 \begin_inset Formula \begin{eqnarray*}
7788 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7789  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7790 \end{eqnarray*}
7791
7792 \end_inset
7793
7794 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7795  Dabei ist es wichtig, dass vor dem ersten 
7796 \begin_inset Formula $d$
7797 \end_inset
7798
7799  der Abstandsbefehl
7800 \begin_inset Foot
7801 status collapsed
7802
7803 \begin_layout Plain Layout
7804 Abstandsbefehle sind in 
7805 \begin_inset CommandInset ref
7806 LatexCommand ref
7807 reference "sub:Vordefinierter-Leerraum"
7808
7809 \end_inset
7810
7811  erklärt.
7812 \end_layout
7813
7814 \end_inset
7815
7816  
7817 \series bold
7818
7819 \backslash
7820 :
7821 \series default
7822  eingegeben wird, denn die nach dem 
7823 \begin_inset Formula $q$
7824 \end_inset
7825
7826  endende Klammer verhindert, dass das nachfolgende 
7827 \begin_inset Quotes gld
7828 \end_inset
7829
7830 +
7831 \begin_inset Quotes grd
7832 \end_inset
7833
7834  von Leerraum umgeben ist.
7835 \begin_inset Foot
7836 status collapsed
7837
7838 \begin_layout Plain Layout
7839 weil eine Klammer nicht als Zeichen gilt, siehe 
7840 \begin_inset CommandInset ref
7841 LatexCommand ref
7842 reference "sub:Binäre-Operatoren"
7843
7844 \end_inset
7845
7846
7847 \end_layout
7848
7849 \end_inset
7850
7851  In die zweite Zeile wird die zweite Klammer eingegeben.
7852  Da sie vor dem 
7853 \begin_inset Formula $b$
7854 \end_inset
7855
7856  beginnen soll, gibt man zuerst 
7857 \series bold
7858
7859 \backslash
7860 hphantom{gggg+
7861 \backslash
7862 :}
7863 \series default
7864  ein.
7865 \begin_inset Foot
7866 status collapsed
7867
7868 \begin_layout Plain Layout
7869 mehr zu 
7870 \series bold
7871
7872 \backslash
7873 hphantom
7874 \series default
7875  siehe 
7876 \begin_inset CommandInset ref
7877 LatexCommand ref
7878 reference "sub:Platzhalter"
7879
7880 \end_inset
7881
7882 .
7883 \end_layout
7884
7885 \end_inset
7886
7887  Dieser Leerraum wird benötigt, weil das 
7888 \begin_inset Quotes gld
7889 \end_inset
7890
7891 +
7892 \begin_inset Quotes grd
7893 \end_inset
7894
7895  in der Formel auch von Leerraum umgeben ist.
7896  Die Klammer wird unter den Befehl 
7897 \series bold
7898
7899 \backslash
7900 hphantom{bbqq+dddd}
7901 \series default
7902  gesetzt.
7903 \end_layout
7904
7905 \begin_layout Standard
7906 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7907 n, wie in folgendem Beispiel:
7908 \begin_inset ERT
7909 status collapsed
7910
7911 \begin_layout Plain Layout
7912
7913
7914 \backslash
7915 setlength{
7916 \backslash
7917 jot}{-6pt}
7918 \end_layout
7919
7920 \end_inset
7921
7922
7923 \begin_inset Formula \begin{eqnarray*}
7924  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7925 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7926 \end{eqnarray*}
7927
7928 \end_inset
7929
7930
7931 \begin_inset ERT
7932 status collapsed
7933
7934 \begin_layout Plain Layout
7935
7936
7937 \backslash
7938 setlength{
7939 \backslash
7940 jot}{3pt}
7941 \end_layout
7942
7943 \end_inset
7944
7945 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7946  mit dem Unterschied, dass sich die Klammer oben befindet.
7947  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7948  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7949  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7950  werden.
7951  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7952 \begin_inset Foot
7953 status collapsed
7954
7955 \begin_layout Plain Layout
7956 \begin_inset CommandInset href
7957 LatexCommand href
7958 name "LyX-Fehler #1505"
7959 target "http://www.lyx.org/trac/ticket/1505"
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967
7968 .
7969  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7970 \series bold
7971
7972 \backslash
7973 jot
7974 \series default
7975
7976 \begin_inset Index idx
7977 status collapsed
7978
7979 \begin_layout Plain Layout
7980 Befehle ! J ! 
7981 \backslash
7982 jot
7983 \end_layout
7984
7985 \end_inset
7986
7987  vor der Formel mit dem Befehl 
7988 \series bold
7989
7990 \backslash
7991 setlength{
7992 \backslash
7993 jot}{-6pt}
7994 \series default
7995  im TeX-Modus auf den Wert -6
7996 \begin_inset space \thinspace{}
7997 \end_inset
7998
7999 pt geändert.
8000  Nach der Formel wird 
8001 \series bold
8002
8003 \backslash
8004 jot
8005 \series default
8006  mit demselben Befehl wieder auf den Standardwert 3
8007 \begin_inset space \thinspace{}
8008 \end_inset
8009
8010 pt zurückgesetzt.
8011  Genaueres zum Zeilenabstand in Formeln ist in 
8012 \begin_inset CommandInset ref
8013 LatexCommand ref
8014 reference "sub:Zeilenabstand"
8015
8016 \end_inset
8017
8018  erklärt.
8019 \end_layout
8020
8021 \begin_layout Section
8022 Pfeile
8023 \begin_inset Index idx
8024 status collapsed
8025
8026 \begin_layout Plain Layout
8027 Pfeile
8028 \end_layout
8029
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \begin_layout Standard
8036 Pfeile können über den Mathe-Werkzeugleistenknopf 
8037 \begin_inset Graphics
8038         filename ../../images/math/leftarrow.png
8039         scale 85
8040
8041 \end_inset
8042
8043  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8044  aufgelistet sind.
8045 \end_layout
8046
8047 \begin_layout Subsection
8048 Horizontale Pfeile
8049 \begin_inset Index idx
8050 status collapsed
8051
8052 \begin_layout Plain Layout
8053 Pfeile ! horizontale
8054 \end_layout
8055
8056 \end_inset
8057
8058
8059 \end_layout
8060
8061 \begin_layout Standard
8062 \begin_inset space \hfill{}
8063 \end_inset
8064
8065
8066 \begin_inset Tabular
8067 <lyxtabular version="3" rows="8" columns="2">
8068 <features tabularvalignment="middle">
8069 <column alignment="center" valignment="top" width="0pt">
8070 <column alignment="center" valignment="top" width="0pt">
8071 <row>
8072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 Befehl
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Ergebnis
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \backslash
8098 gets
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 \begin_inset Formula $\gets$
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \backslash
8123 Leftarrow
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 \begin_inset Formula $\Leftarrow$
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \backslash
8148 longleftarrow
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 \begin_inset Formula $\longleftarrow$
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \backslash
8173 Longleftarrow
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 \begin_inset Formula $\Longleftarrow$
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \backslash
8198 leftharpoonup
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 \begin_inset Formula $\leftharpoonup$
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \backslash
8223 leftharpoondown
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 \begin_inset Formula $\leftharpoondown$
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 hookleftarrow
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\hookleftarrow$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 </lyxtabular>
8267
8268 \end_inset
8269
8270
8271 \begin_inset space \hfill{}
8272 \end_inset
8273
8274
8275 \begin_inset Tabular
8276 <lyxtabular version="3" rows="8" columns="2">
8277 <features tabularvalignment="middle">
8278 <column alignment="center" valignment="top" width="0pt">
8279 <column alignment="center" valignment="top" width="0pt">
8280 <row>
8281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Befehl
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 Ergebnis
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \backslash
8307 to
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 \begin_inset Formula $\to$
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \backslash
8332 Rightarrow
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 \begin_inset Formula $\Rightarrow$
8342 \end_inset
8343
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \backslash
8357 longrightarrow
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 \begin_inset Formula $\longrightarrow$
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \backslash
8382 Longrightarrow
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 \begin_inset Formula $\Longrightarrow$
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \backslash
8407 rightharpoonup
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 \begin_inset Formula $\rightharpoonup$
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \backslash
8432 rightharpoondown
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 \begin_inset Formula $\rightharpoondown$
8442 \end_inset
8443
8444
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \backslash
8457 hookrightarrow
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 \begin_inset Formula $\hookrightarrow$
8467 \end_inset
8468
8469
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 </lyxtabular>
8476
8477 \end_inset
8478
8479
8480 \begin_inset space \hfill{}
8481 \end_inset
8482
8483
8484 \end_layout
8485
8486 \begin_layout Standard
8487 \begin_inset space \hfill{}
8488 \end_inset
8489
8490
8491 \begin_inset Tabular
8492 <lyxtabular version="3" rows="6" columns="2">
8493 <features tabularvalignment="middle">
8494 <column alignment="center" valignment="top" width="0pt">
8495 <column alignment="center" valignment="top" width="0pt">
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Befehl
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Ergebnis
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \backslash
8523 leftrightarrow
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $\leftrightarrow$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \backslash
8548 Leftrightarrow
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 \begin_inset Formula $\Leftrightarrow$
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \backslash
8573 longleftrightarrow
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 \begin_inset Formula $\longleftrightarrow$
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \backslash
8598 Longleftrightarrow
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 \begin_inset Formula $\Longleftrightarrow$
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \backslash
8623 rightleftharpoons
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 \begin_inset Formula $\rightleftharpoons$
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 </lyxtabular>
8642
8643 \end_inset
8644
8645
8646 \begin_inset space \hspace{}
8647 \length 25pt
8648 \end_inset
8649
8650
8651 \begin_inset space \hfill{}
8652 \end_inset
8653
8654
8655 \begin_inset Tabular
8656 <lyxtabular version="3" rows="5" columns="2">
8657 <features tabularvalignment="middle">
8658 <column alignment="center" valignment="top" width="0pt">
8659 <column alignment="center" valignment="top" width="0pt">
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Befehl
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Ergebnis
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 mapsto
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\mapsto$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 longmapsto
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\longmapsto$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \backslash
8737 leadsto
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 \begin_inset Formula $\leadsto$
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \backslash
8762 dasharrow
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 \begin_inset Formula $\dasharrow$
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 </lyxtabular>
8781
8782 \end_inset
8783
8784
8785 \begin_inset space \hfill{}
8786 \end_inset
8787
8788
8789 \end_layout
8790
8791 \begin_layout Standard
8792 \begin_inset VSpace medskip
8793 \end_inset
8794
8795 Als Akzent verwendete Pfeile, wie z.
8796 \begin_inset space \thinspace{}
8797 \end_inset
8798
8799 B.
8800  Vektorpfeile, sind in 
8801 \begin_inset CommandInset ref
8802 LatexCommand ref
8803 reference "sec:Akzente"
8804
8805 \end_inset
8806
8807  aufgelistet.
8808 \end_layout
8809
8810 \begin_layout Standard
8811 \begin_inset VSpace bigskip
8812 \end_inset
8813
8814 Des Weiteren gibt es die beschriftbaren Pfeile
8815 \begin_inset Index idx
8816 status collapsed
8817
8818 \begin_layout Plain Layout
8819 Pfeile ! beschriftbare
8820 \end_layout
8821
8822 \end_inset
8823
8824  
8825 \series bold
8826
8827 \backslash
8828 xleftarrow
8829 \series default
8830
8831 \begin_inset Index idx
8832 status collapsed
8833
8834 \begin_layout Plain Layout
8835 Befehle ! X ! 
8836 \backslash
8837 xleftarrow
8838 \end_layout
8839
8840 \end_inset
8841
8842  und 
8843 \series bold
8844
8845 \backslash
8846 xrightarrow
8847 \series default
8848
8849 \begin_inset Index idx
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853 Befehle ! X ! 
8854 \backslash
8855 xrightarrow
8856 \begin_inset ERT
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860
8861
8862 \backslash
8863 vspace{4mm}
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \end_inset
8872
8873 .
8874  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8875  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8876  Die Pfeillänge passt sich der Breite der Beschriftung an.
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \align center
8881 \begin_inset Tabular
8882 <lyxtabular version="3" rows="3" columns="2">
8883 <features tabularvalignment="middle">
8884 <column alignment="center" valignment="top" width="0pt">
8885 <column alignment="center" valignment="top" width="0pt">
8886 <row>
8887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Befehl
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Ergebnis
8901 \begin_inset Note Note
8902 status collapsed
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907
8908 \backslash
8909 raisebox
8910 \series default
8911  dient nur als Abstandhalter.
8912 \end_layout
8913
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 F(a)
8928 \backslash
8929 xleftarrow
8930 \begin_inset ERT
8931 status collapsed
8932
8933 \begin_layout Plain Layout
8934
8935
8936 \backslash
8937 leer 
8938 \end_layout
8939
8940 \end_inset
8941
8942 x=a
8943 \begin_inset Formula $\downarrow$
8944 \end_inset
8945
8946 x>0
8947 \begin_inset Formula $\to$
8948 \end_inset
8949
8950 F(x)
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8960 \end_inset
8961
8962
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 F(x)
8974 \backslash
8975 xrightarrow
8976 \begin_inset ERT
8977 status collapsed
8978
8979 \begin_layout Plain Layout
8980
8981
8982 \backslash
8983 leer 
8984 \end_layout
8985
8986 \end_inset
8987
8988 x=a
8989 \begin_inset Formula $\downarrow$
8990 \end_inset
8991
8992 x>0
8993 \begin_inset Formula $\to$
8994 \end_inset
8995
8996 F(a)
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 </lyxtabular>
9015
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \begin_layout Subsection
9022 Vertikale und diagonale Pfeile
9023 \begin_inset Index idx
9024 status collapsed
9025
9026 \begin_layout Plain Layout
9027 Pfeile ! diagonale
9028 \end_layout
9029
9030 \end_inset
9031
9032
9033 \begin_inset Index idx
9034 status collapsed
9035
9036 \begin_layout Plain Layout
9037 Pfeile ! vertikale
9038 \end_layout
9039
9040 \end_inset
9041
9042
9043 \end_layout
9044
9045 \begin_layout Standard
9046 \begin_inset space \hfill{}
9047 \end_inset
9048
9049
9050 \begin_inset Tabular
9051 <lyxtabular version="3" rows="7" columns="2">
9052 <features tabularvalignment="middle">
9053 <column alignment="center" valignment="top" width="0pt">
9054 <column alignment="center" valignment="top" width="0pt">
9055 <row>
9056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Befehl
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Ergebnis
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \backslash
9082 uparrow
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 \begin_inset Formula $\uparrow$
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \backslash
9107 Uparrow
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\Uparrow$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \backslash
9132 updownarrow
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 \begin_inset Formula $\updownarrow$
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \backslash
9157 Updownarrow
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 \begin_inset Formula $\Updownarrow$
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \backslash
9182 Downarrow
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 \begin_inset Formula $\Downarrow$
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \backslash
9207 downarrow
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 \begin_inset Formula $\downarrow$
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 </lyxtabular>
9226
9227 \end_inset
9228
9229
9230 \begin_inset space \hfill{}
9231 \end_inset
9232
9233
9234 \begin_inset Tabular
9235 <lyxtabular version="3" rows="5" columns="2">
9236 <features tabularvalignment="middle">
9237 <column alignment="center" valignment="top" width="0pt">
9238 <column alignment="center" valignment="top" width="0pt">
9239 <row>
9240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Befehl
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Ergebnis
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \backslash
9266 nearrow
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 \begin_inset Formula $\nearrow$
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \backslash
9291 searrow
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 \begin_inset Formula $\searrow$
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \backslash
9316 swarrow
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 \begin_inset Formula $\swarrow$
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \backslash
9341 nwarrow
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 \begin_inset Formula $\nwarrow$
9351 \end_inset
9352
9353
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 </lyxtabular>
9360
9361 \end_inset
9362
9363
9364 \begin_inset space \hfill{}
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Standard
9371 \begin_inset VSpace medskip
9372 \end_inset
9373
9374 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9375  
9376 \begin_inset CommandInset ref
9377 LatexCommand ref
9378 reference "sub:Manuelle-Klammergrößen"
9379
9380 \end_inset
9381
9382  und 
9383 \begin_inset CommandInset ref
9384 LatexCommand ref
9385 reference "sub:Automatische-Klammergrößen"
9386
9387 \end_inset
9388
9389  beschriebenen Befehlen verwendet werden.
9390 \end_layout
9391
9392 \begin_layout Section
9393 Akzente
9394 \begin_inset CommandInset label
9395 LatexCommand label
9396 name "sec:Akzente"
9397
9398 \end_inset
9399
9400
9401 \begin_inset Index idx
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405 Akzente
9406 \end_layout
9407
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \begin_layout Standard
9414 Akzente können über den Mathe-Werkzeugleistenknopf 
9415 \begin_inset Graphics
9416         filename ../../images/math/hat.png
9417         scale 85
9418
9419 \end_inset
9420
9421  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9422  aufgelistet sind.
9423 \end_layout
9424
9425 \begin_layout Subsection
9426 Akzente für ein Zeichen
9427 \begin_inset ERT
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431
9432
9433 \backslash
9434 texorpdfstring{
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \begin_inset Foot
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444 Akzente im Text siehe 
9445 \begin_inset CommandInset ref
9446 LatexCommand ref
9447 reference "sub:Sonderzeichen-Akzente"
9448
9449 \end_inset
9450
9451
9452 \end_layout
9453
9454 \end_inset
9455
9456
9457 \begin_inset ERT
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461
9462 }{}
9463 \end_layout
9464
9465 \end_inset
9466
9467
9468 \begin_inset Note Note
9469 status collapsed
9470
9471 \begin_layout Plain Layout
9472
9473 \series bold
9474
9475 \backslash
9476 texorpdfstring
9477 \series default
9478  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9479 \end_layout
9480
9481 \begin_layout Plain Layout
9482 Näheres zu 
9483 \series bold
9484
9485 \backslash
9486 texorpdfstring
9487 \series default
9488  steht in Kapitel 
9489 \begin_inset CommandInset ref
9490 LatexCommand ref
9491 reference "sub:Formeln-in-Überschriften"
9492
9493 \end_inset
9494
9495 .
9496 \end_layout
9497
9498 \end_inset
9499
9500
9501 \begin_inset CommandInset label
9502 LatexCommand label
9503 name "sub:Akzente-für-ein"
9504
9505 \end_inset
9506
9507
9508 \begin_inset Index idx
9509 status collapsed
9510
9511 \begin_layout Plain Layout
9512 Akzente ! für ein Zeichen
9513 \end_layout
9514
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \begin_layout Standard
9521 \begin_inset space \hfill{}
9522 \end_inset
9523
9524
9525 \begin_inset Tabular
9526 <lyxtabular version="3" rows="8" columns="2">
9527 <features tabularvalignment="middle">
9528 <column alignment="center" valignment="top" width="0pt">
9529 <column alignment="center" valignment="top" width="0pt">
9530 <row>
9531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 Befehl
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Ergebnis
9545 \begin_inset Note Note
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551
9552 \backslash
9553 raisebox
9554 \series default
9555  dient nur als Abstandhalter.
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 </row>
9566 <row>
9567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571
9572 \backslash
9573 dot
9574 \begin_inset ERT
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578
9579
9580 \backslash
9581 leer 
9582 \end_layout
9583
9584 \end_inset
9585
9586 A
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 </row>
9604 <row>
9605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \backslash
9611 ddot
9612 \begin_inset ERT
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616
9617
9618 \backslash
9619 leer 
9620 \end_layout
9621
9622 \end_inset
9623
9624 A
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \backslash
9649 dddot
9650 \begin_inset ERT
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654
9655
9656 \backslash
9657 leer 
9658 \end_layout
9659
9660 \end_inset
9661
9662 A
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 ddddot
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 leer 
9696 \end_layout
9697
9698 \end_inset
9699
9700 A
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 vec
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 leer 
9734 \end_layout
9735
9736 \end_inset
9737
9738 A
9739 \begin_inset Index idx
9740 status collapsed
9741
9742 \begin_layout Plain Layout
9743 Vektoren
9744 \end_layout
9745
9746 \end_inset
9747
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9758 \end_inset
9759
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \backslash
9773 bar
9774 \begin_inset ERT
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778
9779
9780 \backslash
9781 leer 
9782 \end_layout
9783
9784 \end_inset
9785
9786 A
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \backslash
9811 mathring
9812 \begin_inset ERT
9813 status collapsed
9814
9815 \begin_layout Plain Layout
9816
9817
9818 \backslash
9819 leer 
9820 \end_layout
9821
9822 \end_inset
9823
9824 A
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 </lyxtabular>
9843
9844 \end_inset
9845
9846
9847 \begin_inset space \hfill{}
9848 \end_inset
9849
9850
9851 \begin_inset Tabular
9852 <lyxtabular version="3" rows="7" columns="2">
9853 <features tabularvalignment="middle">
9854 <column alignment="center" valignment="top" width="0pt">
9855 <column alignment="center" valignment="top" width="0pt">
9856 <row>
9857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 Befehl
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 Ergebnis
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \backslash
9883 tilde
9884 \begin_inset ERT
9885 status collapsed
9886
9887 \begin_layout Plain Layout
9888
9889
9890 \backslash
9891 leer 
9892 \end_layout
9893
9894 \end_inset
9895
9896 A
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 hat
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926
9927
9928 \backslash
9929 leer 
9930 \end_layout
9931
9932 \end_inset
9933
9934 A
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \backslash
9959 check
9960 \begin_inset ERT
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964
9965
9966 \backslash
9967 leer 
9968 \end_layout
9969
9970 \end_inset
9971
9972 A
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \backslash
9997 acute
9998 \begin_inset ERT
9999 status collapsed
10000
10001 \begin_layout Plain Layout
10002
10003
10004 \backslash
10005 leer 
10006 \end_layout
10007
10008 \end_inset
10009
10010 A
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \backslash
10035 grave
10036 \begin_inset ERT
10037 status collapsed
10038
10039 \begin_layout Plain Layout
10040
10041
10042 \backslash
10043 leer 
10044 \end_layout
10045
10046 \end_inset
10047
10048 A
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \backslash
10073 breve
10074 \begin_inset ERT
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078
10079
10080 \backslash
10081 leer 
10082 \end_layout
10083
10084 \end_inset
10085
10086 A
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 </lyxtabular>
10105
10106 \end_inset
10107
10108
10109 \begin_inset space \hfill{}
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \begin_layout Standard
10116 \begin_inset VSpace bigskip
10117 \end_inset
10118
10119 Akzente wie z.B.
10120  é können direkt in Formeln eingegeben werden.
10121  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10122  Für Umlaute
10123 \begin_inset Index idx
10124 status collapsed
10125
10126 \begin_layout Plain Layout
10127 Umlaute
10128 \end_layout
10129
10130 \end_inset
10131
10132  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10133  Diese beiden Zeichen bilden dann für LaTeX 
10134 \emph on
10135 ein
10136 \emph default
10137  Zeichen.
10138  Im Gegensatz zu 
10139 \series bold
10140
10141 \backslash
10142 ddot
10143 \series default
10144  entstehen damit 
10145 \begin_inset Quotes gld
10146 \end_inset
10147
10148 echte
10149 \begin_inset Quotes grd
10150 \end_inset
10151
10152  Umlaute, was folgendes Beispiel zeigt:
10153 \end_layout
10154
10155 \begin_layout Standard
10156 \begin_inset VSpace -2mm
10157 \end_inset
10158
10159
10160 \end_layout
10161
10162 \begin_layout Standard
10163 \align center
10164 \begin_inset Tabular
10165 <lyxtabular version="3" rows="3" columns="2">
10166 <features tabularvalignment="middle">
10167 <column alignment="center" valignment="top" width="0">
10168 <column alignment="center" valignment="top" width="0">
10169 <row>
10170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Befehl
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Ergebnis
10184 \begin_inset Note Note
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190
10191 \backslash
10192 raisebox
10193 \series default
10194  dient nur als Abstandhalter.
10195 \end_layout
10196
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 \begin_inset Quotes grd
10211 \end_inset
10212
10213 i
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 \begin_inset Formula $"i$
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \backslash
10238 ddot
10239 \begin_inset ERT
10240 status collapsed
10241
10242 \begin_layout Plain Layout
10243
10244
10245 \backslash
10246 leer 
10247 \end_layout
10248
10249 \end_inset
10250
10251 i
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10261 \end_inset
10262
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 </lyxtabular>
10270
10271 \end_inset
10272
10273
10274 \end_layout
10275
10276 \begin_layout Standard
10277 Ein weiterer Vorteil gegenüber 
10278 \series bold
10279
10280 \backslash
10281 ddot
10282 \series default
10283  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10284  denn die obigen Akzentbefehle sind 
10285 \emph on
10286 im mathematischen Text\SpecialChar \-
10287 modus nicht erlaubt
10288 \emph default
10289 .
10290  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10291  nur das Zeichen unter dem Akzent umgewandelt werden.
10292  Das gilt auch für alle anderen Umwandlungen wie z.
10293 \begin_inset space \thinspace{}
10294 \end_inset
10295
10296 B.
10297  in kursiv oder fett.
10298 \end_layout
10299
10300 \begin_layout Standard
10301 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10302  direkt eingegeben werden.
10303 \end_layout
10304
10305 \begin_layout Subsection
10306 Akzente für Operatoren
10307 \begin_inset Index idx
10308 status collapsed
10309
10310 \begin_layout Plain Layout
10311 Akzente ! für Operatoren
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \begin_layout Standard
10320 Zum Akzentuieren von Operatoren gibt es die Befehle 
10321 \series bold
10322
10323 \backslash
10324 overset
10325 \series default
10326
10327 \begin_inset Index idx
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331 Befehle ! O ! 
10332 \backslash
10333 overset
10334 \end_layout
10335
10336 \end_inset
10337
10338  und 
10339 \series bold
10340
10341 \backslash
10342 underset
10343 \series default
10344
10345 \begin_inset Index idx
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349 Befehle ! U ! 
10350 \backslash
10351 underset
10352 \end_layout
10353
10354 \end_inset
10355
10356 , mit denen man Zeichen über bzw.
10357  unter einen Operator setzen kann.
10358  Mit dem Befehl 
10359 \series bold
10360
10361 \backslash
10362 sideset
10363 \series default
10364
10365 \begin_inset Index idx
10366 status collapsed
10367
10368 \begin_layout Plain Layout
10369 Befehle ! S ! 
10370 \backslash
10371 sideset
10372 \end_layout
10373
10374 \end_inset
10375
10376  können Zeichen vor und nach einen Operator gesetzt werden.
10377  Das Befehlsschema lautet:
10378 \end_layout
10379
10380 \begin_layout Standard
10381
10382 \series bold
10383
10384 \backslash
10385 sideset{Zeichen
10386 \series default
10387  
10388 \series bold
10389 davor}{Zeichen
10390 \series default
10391  
10392 \series bold
10393 dahinter}
10394 \end_layout
10395
10396 \begin_layout Standard
10397
10398 \series bold
10399
10400 \backslash
10401 sideset
10402 \series default
10403  muss immer vor dem zu akzentuierenden Operator stehen.
10404  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10405  Symbolen akzentuiert werden.
10406  Will man mit 
10407 \series bold
10408
10409 \backslash
10410 sideset
10411 \series default
10412  z.
10413 \begin_inset space \thinspace{}
10414 \end_inset
10415
10416 B.
10417  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10418  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10419 \end_layout
10420
10421 \begin_layout Standard
10422 Z.
10423 \begin_inset space \thinspace{}
10424 \end_inset
10425
10426 B.
10427  ergibt der Befehl 
10428 \series bold
10429
10430 \backslash
10431 sideset{
10432 \begin_inset Formula $\to$
10433 \end_inset
10434
10435
10436 \backslash
10437 {
10438 \series default
10439 '
10440 \series bold
10441
10442 \begin_inset Formula $\to$
10443 \end_inset
10444
10445
10446 \backslash
10447 sum_k=1
10448 \begin_inset ERT
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452
10453
10454 \backslash
10455 leer 
10456 \end_layout
10457
10458 \end_inset
10459
10460
10461 \series default
10462 ^
10463 \series bold
10464 n
10465 \series default
10466  :
10467 \begin_inset Formula \[
10468 \sideset{}{'}\sum_{k=1}^{n}\]
10469
10470 \end_inset
10471
10472
10473 \end_layout
10474
10475 \begin_layout Standard
10476 Der Befehl 
10477 \series bold
10478
10479 \backslash
10480 overset
10481 \begin_inset ERT
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485
10486
10487 \backslash
10488 leer 
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \backslash
10495 maltese
10496 \begin_inset ERT
10497 status collapsed
10498
10499 \begin_layout Plain Layout
10500
10501
10502 \backslash
10503 leer 
10504 \end_layout
10505
10506 \end_inset
10507
10508
10509 \series default
10510
10511 \begin_inset Formula $\uparrow$
10512 \end_inset
10513
10514
10515 \series bold
10516 a
10517 \series default
10518  ergibt:
10519 \begin_inset Formula \[
10520 \overset{a}{\maltese}\]
10521
10522 \end_inset
10523
10524 Wie man am letzten Beispiel sieht, kann man mit 
10525 \series bold
10526
10527 \backslash
10528 overset
10529 \series default
10530  bzw.
10531  
10532 \series bold
10533
10534 \backslash
10535 underset
10536 \series default
10537  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10538 \series bold
10539
10540 \backslash
10541 sideset
10542 \series default
10543  ist dies nicht möglich.
10544 \end_layout
10545
10546 \begin_layout Subsection
10547 Akzente für mehrere Zeichen
10548 \begin_inset Index idx
10549 status collapsed
10550
10551 \begin_layout Plain Layout
10552 Akzente ! für mehrere Zeichen
10553 \end_layout
10554
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \begin_layout Standard
10561 \begin_inset space \hfill{}
10562 \end_inset
10563
10564
10565 \begin_inset Tabular
10566 <lyxtabular version="3" rows="5" columns="2">
10567 <features tabularvalignment="middle">
10568 <column alignment="center" valignment="top" width="0pt">
10569 <column alignment="center" valignment="top" width="0pt">
10570 <row>
10571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Befehl
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Ergebnis
10585 \begin_inset Note Note
10586 status collapsed
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591
10592 \backslash
10593 raisebox
10594 \series default
10595  dient nur als Abstandhalter.
10596 \end_layout
10597
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \backslash
10613 overleftarrow
10614 \begin_inset ERT
10615 status collapsed
10616
10617 \begin_layout Plain Layout
10618
10619
10620 \backslash
10621 leer 
10622 \end_layout
10623
10624 \end_inset
10625
10626 A=B
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \backslash
10651 underleftarrow
10652 \begin_inset ERT
10653 status collapsed
10654
10655 \begin_layout Plain Layout
10656
10657
10658 \backslash
10659 leer 
10660 \end_layout
10661
10662 \end_inset
10663
10664 A=B
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10674 \end_inset
10675
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \backslash
10689 overleftrightarrow
10690 \begin_inset ERT
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695
10696 \backslash
10697 leer 
10698 \end_layout
10699
10700 \end_inset
10701
10702 A=B
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10712 \end_inset
10713
10714
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \backslash
10727 underleftrightarrow
10728 \begin_inset ERT
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732
10733
10734 \backslash
10735 leer 
10736 \end_layout
10737
10738 \end_inset
10739
10740 A=B
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10750 \end_inset
10751
10752
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 </lyxtabular>
10759
10760 \end_inset
10761
10762
10763 \begin_inset space \hfill{}
10764 \end_inset
10765
10766
10767 \begin_inset Tabular
10768 <lyxtabular version="3" rows="5" columns="2">
10769 <features tabularvalignment="middle">
10770 <column alignment="center" valignment="top" width="0pt">
10771 <column alignment="center" valignment="top" width="0pt">
10772 <row>
10773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Befehl
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Ergebnis
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \backslash
10799 overrightarrow
10800 \begin_inset ERT
10801 status collapsed
10802
10803 \begin_layout Plain Layout
10804
10805
10806 \backslash
10807 leer 
10808 \end_layout
10809
10810 \end_inset
10811
10812 A=B
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10822 \end_inset
10823
10824
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \backslash
10837 underrightarrow
10838 \begin_inset ERT
10839 status collapsed
10840
10841 \begin_layout Plain Layout
10842
10843
10844 \backslash
10845 leer 
10846 \end_layout
10847
10848 \end_inset
10849
10850 A=B
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \backslash
10875 widetilde
10876 \begin_inset ERT
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880
10881
10882 \backslash
10883 leer 
10884 \end_layout
10885
10886 \end_inset
10887
10888 A=B
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10898 \end_inset
10899
10900
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row>
10907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \backslash
10913 widehat
10914 \begin_inset ERT
10915 status collapsed
10916
10917 \begin_layout Plain Layout
10918
10919
10920 \backslash
10921 leer 
10922 \end_layout
10923
10924 \end_inset
10925
10926 A=B
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 </lyxtabular>
10945
10946 \end_inset
10947
10948
10949 \begin_inset space \hfill{}
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \begin_inset VSpace medskip
10957 \end_inset
10958
10959 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10960  Die Akzente
10961 \begin_inset Newline linebreak
10962 \end_inset
10963
10964
10965 \series bold
10966
10967 \backslash
10968 widetilde
10969 \series default
10970  und 
10971 \series bold
10972
10973 \backslash
10974 widehat
10975 \series default
10976  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10977  was folgendes Beispiel verdeutlicht:
10978 \begin_inset Formula \[
10979 \widetilde{A+B=C-D}\]
10980
10981 \end_inset
10982
10983
10984 \end_layout
10985
10986 \begin_layout Standard
10987 Mit den im vorigen Kapitel beschriebenen Befehlen 
10988 \series bold
10989
10990 \backslash
10991 overset
10992 \series default
10993
10994 \begin_inset Index idx
10995 status collapsed
10996
10997 \begin_layout Plain Layout
10998 Befehle ! O ! 
10999 \backslash
11000 overset
11001 \end_layout
11002
11003 \end_inset
11004
11005  und 
11006 \series bold
11007
11008 \backslash
11009 underset
11010 \series default
11011
11012 \begin_inset Index idx
11013 status collapsed
11014
11015 \begin_layout Plain Layout
11016 Befehle ! U ! 
11017 \backslash
11018 underset
11019 \end_layout
11020
11021 \end_inset
11022
11023  ist es auch möglich mehrere Zeichen zu akzentuieren.
11024  Der Befehl 
11025 \series bold
11026
11027 \backslash
11028 underset
11029 \begin_inset ERT
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033
11034
11035 \backslash
11036 leer 
11037 \end_layout
11038
11039 \end_inset
11040
11041 A=B
11042 \begin_inset Formula $\downarrow$
11043 \end_inset
11044
11045 ***
11046 \series default
11047  ergibt:
11048 \begin_inset Formula \[
11049 \underset{***}{A=B}\]
11050
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \begin_layout Section
11057 Leerraum
11058 \begin_inset CommandInset label
11059 LatexCommand label
11060 name "sub:Leerraum"
11061
11062 \end_inset
11063
11064
11065 \begin_inset Index idx
11066 status collapsed
11067
11068 \begin_layout Plain Layout
11069 Leerraum ! horizontaler
11070 \end_layout
11071
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Subsection
11078 Vordefinierter Leerraum
11079 \begin_inset CommandInset label
11080 LatexCommand label
11081 name "sub:Vordefinierter-Leerraum"
11082
11083 \end_inset
11084
11085
11086 \begin_inset Index idx
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090 Leerraum ! horizontaler ! vordefiniert
11091 \end_layout
11092
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \begin_layout Standard
11099 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11100  Dazu gibt man ein geschütztes Leerzeichen ein.
11101  Es erscheint ein 
11102 \begin_inset Quotes gld
11103 \end_inset
11104
11105
11106 \color blue
11107
11108 \begin_inset ERT
11109 status collapsed
11110
11111 \begin_layout Plain Layout
11112
11113
11114 \backslash
11115 leer 
11116 \end_layout
11117
11118 \end_inset
11119
11120
11121 \color inherit
11122
11123 \begin_inset Quotes grd
11124 \end_inset
11125
11126  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11127  Leerraum-Größen wählen.
11128  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11129 \begin_inset Graphics
11130         filename ../../images/math/space.png
11131         scale 85
11132
11133 \end_inset
11134
11135  oder mit einzelnen Befehlen aufrufen.
11136  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11137  danach wieder aus allen Größen wählen.
11138 \end_layout
11139
11140 \begin_layout Standard
11141 \align center
11142 \begin_inset VSpace -5mm
11143 \end_inset
11144
11145
11146 \begin_inset Tabular
11147 <lyxtabular version="3" rows="3" columns="7">
11148 <features tabularvalignment="middle">
11149 <column alignment="center" valignment="middle" width="6.8cm">
11150 <column alignment="center" valignment="top" width="0pt">
11151 <column alignment="center" valignment="top" width="0pt">
11152 <column alignment="center" valignment="top" width="0pt">
11153 <column alignment="center" valignment="top" width="0pt">
11154 <column alignment="center" valignment="top" width="0pt">
11155 <column alignment="center" valignment="top" width="0pt">
11156 <row>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 Befehl
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170
11171 \backslash
11172 ,
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \backslash
11183 :
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 ;
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \backslash
11205 quad
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \backslash
11216 qquad
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \backslash
11227 !
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 0
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 5
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 Ergebnis
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Formula $A\, B$
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Formula $A\: B$
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset Formula $A\; B$
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset Formula $A\quad B$
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 \begin_inset Formula $A\qquad B$
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\! B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 </lyxtabular>
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Standard
11389 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11390  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11391  denn sie erstellt negativen Leerraum.
11392  Es gibt noch zwei weitere negative Leerräume:
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \align center
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="3">
11399 <features tabularvalignment="middle">
11400 <column alignment="center" valignment="middle" width="6.8cm">
11401 <column alignment="center" valignment="top" width="0pt">
11402 <column alignment="center" valignment="top" width="0pt">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 Befehl
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \backslash
11419 negmedspace
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \backslash
11430 negthickspace
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 6
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 7
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 Ergebnis
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\negmedspace B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $A\negthickspace B$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 </lyxtabular>
11501
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11509  Man kann auf diese Weise Ligaturen erzwingen, was z.
11510 \begin_inset space \thinspace{}
11511 \end_inset
11512
11513 B.
11514  für Summenzeichen von Nutzen ist: 
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \align center
11519 \begin_inset Tabular
11520 <lyxtabular version="3" rows="3" columns="2">
11521 <features tabularvalignment="middle">
11522 <column alignment="center" valignment="top" width="0">
11523 <column alignment="center" valignment="top" width="0">
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 Befehl
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 Ergebnis
11539 \begin_inset Note Note
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543
11544 \series bold
11545
11546 \backslash
11547 raisebox
11548 \series default
11549  dient nur als Abstandhalter.
11550 \end_layout
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 </row>
11560 <row>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \backslash
11567 sum
11568 \backslash
11569 sum
11570 \begin_inset ERT
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574
11575
11576 \backslash
11577 leer 
11578 \end_layout
11579
11580 \end_inset
11581
11582 f_kl
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605
11606 \backslash
11607 sum
11608 \backslash
11609 negmedspace
11610 \backslash
11611 sum
11612 \begin_inset ERT
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616
11617
11618 \backslash
11619 leer 
11620 \end_layout
11621
11622 \end_inset
11623
11624 f_kl
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 </lyxtabular>
11643
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \begin_layout Standard
11650 Relationen, wie z.
11651 \begin_inset space \thinspace{}
11652 \end_inset
11653
11654 B.
11655  Gleichheitszeichen, sind immer von Leerraum umgeben.
11656  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11657  TeX-Klammer.
11658  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11659 \end_layout
11660
11661 \begin_layout Standard
11662 \align center
11663 \begin_inset Tabular
11664 <lyxtabular version="3" rows="2" columns="2">
11665 <features tabularvalignment="middle">
11666 <column alignment="center" valignment="top" width="0pt">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <row>
11669 <cell alignment="center" valignment="top" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 normale Gleichung
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 \begin_inset Formula $A=B$
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 \begin_inset Note Note
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700
11701 \series bold
11702
11703 \backslash
11704 raisebox
11705 \series default
11706  dient nur als Abstandhalter.
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \begin_inset Formula $\raisebox{5mm}{}$
11713 \end_inset
11714
11715 Gleichung ohne Leerraum
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 \begin_inset Formula $A{=}B$
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 </lyxtabular>
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \begin_layout Standard
11741 Der Befehl für die letzte Formel lautet: 
11742 \series bold
11743 A
11744 \backslash
11745 {=
11746 \begin_inset Formula $\to$
11747 \end_inset
11748
11749 B
11750 \end_layout
11751
11752 \begin_layout Standard
11753 \begin_inset VSpace bigskip
11754 \end_inset
11755
11756 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11757  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11758  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11759 \family sans
11760 Einfügen\SpecialChar \menuseparator
11761 Formatierung\SpecialChar \menuseparator
11762 Kleiner
11763 \begin_inset space ~
11764 \end_inset
11765
11766 Abstand
11767 \family default
11768  (Tastenkürzel 
11769 \family sans
11770 Strg+Shift+Leertaste
11771 \family default
11772 ) ein.
11773 \end_layout
11774
11775 \begin_layout Standard
11776 Ein Beispiel zur Veranschaulichung:
11777 \end_layout
11778
11779 \begin_layout Standard
11780 \begin_inset Tabular
11781 <lyxtabular version="3" rows="2" columns="2">
11782 <features tabularvalignment="middle">
11783 <column alignment="left" valignment="top" width="0">
11784 <column alignment="left" valignment="top" width="0">
11785 <row>
11786 <cell alignment="center" valignment="top" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 24 kW
11791 \begin_inset Formula $\cdot$
11792 \end_inset
11793
11794 h
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 Leerzeichen zwischen Wert und Einheit
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 <row>
11810 <cell alignment="center" valignment="top" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 24
11815 \begin_inset space \thinspace{}
11816 \end_inset
11817
11818 kW
11819 \begin_inset Formula $\cdot$
11820 \end_inset
11821
11822 h
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 kleinster Leerraum zwischen Wert und Einheit
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 </row>
11837 </lyxtabular>
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Subsection
11845 Variabler Leerraum
11846 \begin_inset ERT
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850
11851
11852 \backslash
11853 texorpdfstring{
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \begin_inset Foot
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 für vertikalen Leerraum in Formeln siehe 
11864 \begin_inset CommandInset ref
11865 LatexCommand ref
11866 reference "sub:Zeilenabstand"
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset ERT
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880
11881 }{}
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \begin_inset Note Note
11888 status collapsed
11889
11890 \begin_layout Plain Layout
11891
11892 \series bold
11893
11894 \backslash
11895 texorpdfstring
11896 \series default
11897  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11898 \end_layout
11899
11900 \begin_layout Plain Layout
11901 Näheres zu 
11902 \series bold
11903
11904 \backslash
11905 texorpdfstring
11906 \series default
11907  steht in Kapitel 
11908 \begin_inset CommandInset ref
11909 LatexCommand ref
11910 reference "sub:Formeln-in-Überschriften"
11911
11912 \end_inset
11913
11914 .
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \begin_inset CommandInset label
11921 LatexCommand label
11922 name "sub:Variabler-Leerraum"
11923
11924 \end_inset
11925
11926
11927 \begin_inset Index idx
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931 Leerraum ! horizontaler ! variabel
11932 \end_layout
11933
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \begin_layout Standard
11940 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11941 \series bold
11942
11943 \backslash
11944 hspace
11945 \series default
11946
11947 \begin_inset Index idx
11948 status collapsed
11949
11950 \begin_layout Plain Layout
11951 Befehle ! H ! 
11952 \backslash
11953 hspace
11954 \end_layout
11955
11956 \end_inset
11957
11958  einfügen.
11959  Es erscheint ein langes 
11960 \begin_inset Quotes gld
11961 \end_inset
11962
11963
11964 \color blue
11965
11966 \begin_inset ERT
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970
11971
11972 \backslash
11973 leer 
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \color inherit
11980
11981 \begin_inset Quotes grd
11982 \end_inset
11983
11984 .
11985  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11986  das 
11987 \begin_inset Quotes gld
11988 \end_inset
11989
11990
11991 \color blue
11992
11993 \begin_inset ERT
11994 status collapsed
11995
11996 \begin_layout Plain Layout
11997
11998
11999 \backslash
12000 leer 
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \color inherit
12007
12008 \begin_inset Quotes grd
12009 \end_inset
12010
12011  klickt.
12012  Die Länge darf auch negativ sein.
12013  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12014  einnimmt, benutzt man den Befehl 
12015 \series bold
12016
12017 \backslash
12018 hfill
12019 \series default
12020
12021 \begin_inset Index idx
12022 status collapsed
12023
12024 \begin_layout Plain Layout
12025 Befehle ! H ! 
12026 \backslash
12027 hfill
12028 \end_layout
12029
12030 \end_inset
12031
12032 .
12033 \end_layout
12034
12035 \begin_layout Standard
12036 \begin_inset VSpace -1mm
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \align center
12044 \begin_inset Tabular
12045 <lyxtabular version="3" rows="4" columns="2">
12046 <features tabularvalignment="middle">
12047 <column alignment="center" valignment="top" width="0">
12048 <column alignment="center" valignment="top" width="0">
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 Befehl (
12055 \backslash
12056 hspace Länge)
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 Ergebnis
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 </row>
12071 <row>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 A=B
12077 \backslash
12078 hspace{3cm
12079 \begin_inset Formula $\to$
12080 \end_inset
12081
12082 A
12083 \backslash
12084 not=C (3
12085 \begin_inset space \thinspace{}
12086 \end_inset
12087
12088 cm)
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 </row>
12106 <row>
12107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 A
12112 \backslash
12113 hspace{-1mm
12114 \begin_inset Formula $\to$
12115 \end_inset
12116
12117 A
12118 \backslash
12119 not=A (-1
12120 \begin_inset space \thinspace{}
12121 \end_inset
12122
12123 mm)
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 A=A
12147 \backslash
12148 hfill
12149 \begin_inset ERT
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153
12154
12155 \backslash
12156 leer 
12157 \end_layout
12158
12159 \end_inset
12160
12161 B=B
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Formula $A=A\hfill B=B$
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 </row>
12179 </lyxtabular>
12180
12181 \end_inset
12182
12183
12184 \end_layout
12185
12186 \begin_layout Standard
12187 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12188  Spalteneintrags der Tabelle vorgegeben.
12189  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12190  in die 
12191 \series bold
12192
12193 \backslash
12194 hfill
12195 \series default
12196  eingegeben wird.
12197  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12198  
12199 \series bold
12200
12201 \backslash
12202 hfill
12203 \series default
12204  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12205 \series bold
12206 Eingerückt
12207 \series default
12208  eingestellt ist.
12209  (Formelstile sind in 
12210 \begin_inset CommandInset ref
12211 LatexCommand ref
12212 reference "sec:Formelstile"
12213
12214 \end_inset
12215
12216  erklärt.)
12217 \end_layout
12218
12219 \begin_layout Standard
12220 Neben 
12221 \series bold
12222
12223 \backslash
12224 hfill
12225 \series default
12226  gibt es noch die Befehle 
12227 \series bold
12228
12229 \backslash
12230 dotfill
12231 \series default
12232  und 
12233 \series bold
12234
12235 \backslash
12236 hrulefill
12237 \series default
12238 , die den Leerraum mit einem Muster füllen, siehe 
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "sub:Fortsetzungspunkte"
12242
12243 \end_inset
12244
12245  für ein Beispiel.
12246 \end_layout
12247
12248 \begin_layout Standard
12249 Variabler Leerraum kann für Text über das Menü 
12250 \family sans
12251 Einfügen\SpecialChar \menuseparator
12252 Formatierung\SpecialChar \menuseparator
12253 Horizontaler
12254 \begin_inset space ~
12255 \end_inset
12256
12257 Abstand
12258 \family default
12259  eingefügt werden:
12260 \end_layout
12261
12262 \begin_layout Standard
12263 Dies ist eine Zeile mit
12264 \begin_inset space \hspace{}
12265 \length 2cm
12266 \end_inset
12267
12268 2
12269 \begin_inset space \thinspace{}
12270 \end_inset
12271
12272 cm Leerraum.
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Dies ist eine Zeile mit
12277 \begin_inset space \hfill{}
12278 \end_inset
12279
12280 maximalem Leerraum.
12281 \end_layout
12282
12283 \begin_layout Subsection
12284 Leerraum neben eingebetteten Formeln
12285 \begin_inset Index idx
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289 Leerraum ! neben eingebetteten Formeln
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Standard
12298 Über die Länge 
12299 \series bold
12300
12301 \backslash
12302 mathsurround
12303 \series default
12304
12305 \begin_inset Index idx
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309 Befehle ! M ! 
12310 \backslash
12311 mathsurround
12312 \end_layout
12313
12314 \end_inset
12315
12316  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12317  wird.
12318  Der Wert einer Länge wird mit dem Befehl 
12319 \series bold
12320
12321 \backslash
12322 setlength
12323 \series default
12324
12325 \begin_inset Index idx
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329 Befehle ! S ! 
12330 \backslash
12331 setlength
12332 \end_layout
12333
12334 \end_inset
12335
12336  gesetzt.
12337  Dieser besitzt folgendes Befehlsschema:
12338 \end_layout
12339
12340 \begin_layout Standard
12341
12342 \series bold
12343
12344 \backslash
12345 setlength{Längenname}{Wert}
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Um 
12350 \series bold
12351
12352 \backslash
12353 mathsurround
12354 \series default
12355  den Wert 5
12356 \begin_inset space \thinspace{}
12357 \end_inset
12358
12359 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12360 \end_layout
12361
12362 \begin_layout Standard
12363
12364 \series bold
12365
12366 \backslash
12367 setlength{
12368 \backslash
12369 mathsurround}{5mm}
12370 \end_layout
12371
12372 \begin_layout Standard
12373 ein.
12374  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12375 \begin_inset space \thinspace{}
12376 \end_inset
12377
12378 mm Leerraum gesetzt:
12379 \begin_inset ERT
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383
12384
12385 \backslash
12386 setlength{
12387 \backslash
12388 mathsurround}{5mm}
12389 \end_layout
12390
12391 \end_inset
12392
12393
12394 \end_layout
12395
12396 \begin_layout Standard
12397 Dies ist eine Zeile in der sich 
12398 \begin_inset Formula $A=B$
12399 \end_inset
12400
12401  eine Formel mit 5
12402 \begin_inset space \thinspace{}
12403 \end_inset
12404
12405 mm umgebendem Leerraum befindet.
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410
12411
12412 \backslash
12413 setlength{
12414 \backslash
12415 mathsurround}{0pt}
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12425 \series bold
12426
12427 \backslash
12428 mathsurround
12429 \series default
12430  auf den Wert 0
12431 \begin_inset space \thinspace{}
12432 \end_inset
12433
12434 pt.
12435 \end_layout
12436
12437 \begin_layout Section
12438 Boxen und Rahmen
12439 \begin_inset Index idx
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443 Boxen
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \begin_inset Index idx
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Rahmen | see
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459 {
12460 \end_layout
12461
12462 \end_inset
12463
12464 Boxen
12465 \begin_inset ERT
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469
12470 }
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \end_inset
12479
12480
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Boxen für Text sind im Kapitel 
12485 \family typewriter
12486 Boxen
12487 \family default
12488  im Handbuch 
12489 \family typewriter
12490 Eingebettete
12491 \begin_inset space ~
12492 \end_inset
12493
12494 Objekte
12495 \family default
12496  beschrieben.
12497 \end_layout
12498
12499 \begin_layout Subsection
12500 Boxen mit Rahmen
12501 \begin_inset CommandInset label
12502 LatexCommand label
12503 name "sub:Boxen-mit-Rahmen"
12504
12505 \end_inset
12506
12507
12508 \begin_inset Index idx
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512 Boxen ! mit Rahmen
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12522 \series bold
12523
12524 \backslash
12525 fbox
12526 \series default
12527
12528 \begin_inset Index idx
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532 Befehle ! F ! 
12533 \backslash
12534 fbox
12535 \end_layout
12536
12537 \end_inset
12538
12539  und 
12540 \series bold
12541
12542 \backslash
12543 boxed
12544 \series default
12545
12546 \begin_inset Index idx
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550 Befehle ! B ! 
12551 \backslash
12552 boxed
12553 \end_layout
12554
12555 \end_inset
12556
12557  zu umranden.
12558 \end_layout
12559
12560 \begin_layout Standard
12561 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12562  in einem Rahmen.
12563  Bei 
12564 \series bold
12565
12566 \backslash
12567 fbox
12568 \series default
12569  muss in diesem Eingabefeld mit 
12570 \family sans
12571 Strg+M
12572 \family default
12573  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12574  als mathematischer Text behandelt.
12575  Verwendet man 
12576 \series bold
12577
12578 \backslash
12579 boxed
12580 \series default
12581 , wird automatisch im Rahmen eine neue Formel erzeugt.
12582 \end_layout
12583
12584 \begin_layout Standard
12585 Der Befehl 
12586 \series bold
12587
12588 \backslash
12589 fbox
12590 \series default
12591  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12592  wird dann immer in Textzeilengröße gesetzt.
12593  Im Gegensatz dazu ist 
12594 \series bold
12595
12596 \backslash
12597 boxed
12598 \series default
12599  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12600  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12601 \end_layout
12602
12603 \begin_layout Standard
12604 Als Erweiterung zu 
12605 \series bold
12606
12607 \backslash
12608 fbox
12609 \series default
12610  gibt es den Befehl 
12611 \series bold
12612
12613 \backslash
12614 framebox
12615 \series default
12616
12617 \begin_inset Index idx
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621 Befehle ! F ! 
12622 \backslash
12623 framebox
12624 \end_layout
12625
12626 \end_inset
12627
12628 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12629  kann.
12630  
12631 \series bold
12632
12633 \backslash
12634 framebox
12635 \series default
12636  wird nach folgendem Schema verwendet:
12637 \end_layout
12638
12639 \begin_layout Standard
12640
12641 \series bold
12642
12643 \backslash
12644 framebox[Rahmenbreite][Position]{Boxinhalt}
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Die Position kann entweder 
12649 \emph on
12650 l
12651 \emph default
12652  oder 
12653 \emph on
12654 r
12655 \emph default
12656  sein.
12657  
12658 \emph on
12659 l
12660 \emph default
12661  bewirkt linksbündige, 
12662 \emph on
12663 r
12664 \emph default
12665  rechtsbündige Ausrichtung der Formel in der Box.
12666  Gibt man keine Position an, wird die Formel zentriert.
12667 \begin_inset Newline newline
12668 \end_inset
12669
12670 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12671  In diesem Falle wird die Rahmenbreite wie bei 
12672 \series bold
12673
12674 \backslash
12675 fbox
12676 \series default
12677  an den Boxinhalt angepasst.
12678 \end_layout
12679
12680 \begin_layout Standard
12681 Wenn man den Befehl 
12682 \series bold
12683
12684 \backslash
12685 framebox
12686 \series default
12687  eingibt, erscheint eine Box mit drei Eingabefeldern.
12688  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12689  beiden optionalen Argumente.
12690  In das dritte Feld wird wie bei 
12691 \series bold
12692
12693 \backslash
12694 fbox
12695 \series default
12696  die Formel eingegeben.
12697 \end_layout
12698
12699 \begin_layout Standard
12700 \align center
12701 \begin_inset Tabular
12702 <lyxtabular version="3" rows="5" columns="2">
12703 <features tabularvalignment="middle">
12704 <column alignment="center" valignment="top" width="0">
12705 <column alignment="center" valignment="top" width="0">
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 Befehl
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 Ergebnis
12721 \begin_inset Note Note
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725
12726 \series bold
12727
12728 \backslash
12729 raisebox
12730 \series default
12731  dient nur als Abstandhalter.
12732 \end_layout
12733
12734 \end_inset
12735
12736
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 </row>
12742 <row>
12743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747
12748 \backslash
12749 fbox
12750 \begin_inset ERT
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754
12755
12756 \backslash
12757 leer 
12758 \end_layout
12759
12760 \end_inset
12761
12762
12763 \family sans
12764 Strg+M
12765 \family default
12766  
12767 \backslash
12768 int
12769 \begin_inset ERT
12770 status collapsed
12771
12772 \begin_layout Plain Layout
12773
12774
12775 \backslash
12776 leer 
12777 \end_layout
12778
12779 \end_inset
12780
12781 A=B
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12791 \end_inset
12792
12793
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 </row>
12799 <row>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804
12805 \backslash
12806 boxed
12807 \begin_inset ERT
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811
12812
12813 \backslash
12814 leer 
12815 \end_layout
12816
12817 \end_inset
12818
12819
12820 \backslash
12821 int
12822 \begin_inset ERT
12823 status collapsed
12824
12825 \begin_layout Plain Layout
12826
12827
12828 \backslash
12829 leer 
12830 \end_layout
12831
12832 \end_inset
12833
12834 A=B
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 A+
12858 \backslash
12859 fbox
12860 \begin_inset ERT
12861 status collapsed
12862
12863 \begin_layout Plain Layout
12864
12865
12866 \backslash
12867 leer 
12868 \end_layout
12869
12870 \end_inset
12871
12872 B
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 </row>
12890 <row>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895
12896 \backslash
12897 framebox
12898 \begin_inset ERT
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902
12903
12904 \backslash
12905 leer 
12906 \end_layout
12907
12908 \end_inset
12909
12910 20mm
12911 \begin_inset Formula $\to$
12912 \end_inset
12913
12914
12915 \begin_inset Formula $\to$
12916 \end_inset
12917
12918
12919 \family sans
12920 Strg+M
12921 \family default
12922  
12923 \backslash
12924 frac
12925 \begin_inset ERT
12926 status collapsed
12927
12928 \begin_layout Plain Layout
12929
12930
12931 \backslash
12932 leer 
12933 \end_layout
12934
12935 \end_inset
12936
12937 A
12938 \begin_inset Formula $\downarrow$
12939 \end_inset
12940
12941 B
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 \begin_inset Formula $\raisebox{6mm}{}$
12951 \end_inset
12952
12953
12954 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12955 \end_inset
12956
12957
12958 \begin_inset Formula $\raisebox{-4mm}{}$
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 </lyxtabular>
12968
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Die Rahmendicke kann ebenfalls eingestellt werden.
12976  Dazu müssen vor der Formel im TeX-Modus die Befehle
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 fboxrule
12985 \series default
12986  
12987 \series bold
12988
12989 \begin_inset Quotes gld
12990 \end_inset
12991
12992 Dicke
12993 \begin_inset Quotes grd
12994 \end_inset
12995
12996
12997 \series default
12998  
12999 \series bold
13000
13001 \backslash
13002 fboxsep
13003 \series default
13004  
13005 \series bold
13006
13007 \begin_inset Quotes gld
13008 \end_inset
13009
13010 Abstand
13011 \begin_inset Quotes grd
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \begin_layout Standard
13018 eingegeben werden.
13019  
13020 \begin_inset Quotes gld
13021 \end_inset
13022
13023 Abstand
13024 \begin_inset Quotes grd
13025 \end_inset
13026
13027  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13028  in der Box fest.
13029  Ein Beispiel dafür ist folgende umrandete Formel:
13030 \begin_inset ERT
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034
13035
13036 \backslash
13037 fboxrule 2mm 
13038 \backslash
13039 fboxsep 3mm
13040 \end_layout
13041
13042 \end_inset
13043
13044
13045 \begin_inset Formula \[
13046 \boxed{A+B=C}\]
13047
13048 \end_inset
13049
13050 Vor dieser Formel wurde im TeX-Modus
13051 \end_layout
13052
13053 \begin_layout Standard
13054
13055 \series bold
13056
13057 \backslash
13058 fboxrule
13059 \series default
13060  
13061 \series bold
13062 2mm
13063 \series default
13064  
13065 \series bold
13066
13067 \backslash
13068 fboxsep
13069 \series default
13070  
13071 \series bold
13072 3mm
13073 \end_layout
13074
13075 \begin_layout Standard
13076 eingegeben.
13077  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13078 \end_layout
13079
13080 \begin_layout Standard
13081 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13082  nächsten Formel im TeX-Modus folgende Befehle ein:
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \series bold
13088
13089 \backslash
13090 fboxrule
13091 \series default
13092  
13093 \series bold
13094 0.4pt
13095 \series default
13096  
13097 \series bold
13098
13099 \backslash
13100 fboxsep
13101 \series default
13102  
13103 \series bold
13104 3pt
13105 \series default
13106
13107 \begin_inset ERT
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111
13112
13113 \backslash
13114 fboxrule 0.4pt 
13115 \backslash
13116 fboxsep 3pt
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Subsection
13125 Boxen ohne Rahmen
13126 \begin_inset CommandInset label
13127 LatexCommand label
13128 name "sub:Boxen-ohne-Rahmen"
13129
13130 \end_inset
13131
13132
13133 \begin_inset Index idx
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137 Boxen ! ohne Rahmen
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13147 \series bold
13148
13149 \backslash
13150 mbox
13151 \series default
13152
13153 \begin_inset Index idx
13154 status collapsed
13155
13156 \begin_layout Plain Layout
13157 Befehle ! M ! 
13158 \backslash
13159 mbox
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \series bold
13166
13167 \backslash
13168 makebox
13169 \series default
13170
13171 \begin_inset Index idx
13172 status collapsed
13173
13174 \begin_layout Plain Layout
13175 Befehle ! M ! 
13176 \backslash
13177 makebox
13178 \end_layout
13179
13180 \end_inset
13181
13182  und
13183 \begin_inset Newline linebreak
13184 \end_inset
13185
13186
13187 \series bold
13188
13189 \backslash
13190 raisebox
13191 \series default
13192
13193 \begin_inset Index idx
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197 Befehle ! R ! 
13198 \backslash
13199 raisebox
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \begin_layout Standard
13208 Mit 
13209 \series bold
13210
13211 \backslash
13212 raisebox
13213 \series default
13214  kann man eine Box hoch- oder tiefstellen.
13215  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13216 n die Schriftgröße bei.
13217  
13218 \series bold
13219
13220 \backslash
13221 raisebox
13222 \series default
13223  wird dabei mit folgendem Schema benutzt:
13224 \end_layout
13225
13226 \begin_layout Standard
13227
13228 \series bold
13229
13230 \backslash
13231 raisebox{Höhe}{Boxinhalt}
13232 \end_layout
13233
13234 \begin_layout Standard
13235 Soll in der Box eine Formel stehen, muss man wie bei 
13236 \series bold
13237
13238 \backslash
13239 fbox
13240 \series default
13241  eine weitere Formel erstellen.
13242  
13243 \begin_inset Note Greyedout
13244 status open
13245
13246 \begin_layout Plain Layout
13247
13248 \series bold
13249 Achtung:
13250 \series default
13251  Für 
13252 \series bold
13253
13254 \backslash
13255 raisebox
13256 \series default
13257  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13258  
13259 \family sans
13260 Strg+M
13261 \family default
13262  erstellt, denn LyX unterstützt 
13263 \series bold
13264
13265 \backslash
13266 raisebox
13267 \series default
13268  noch nicht direkt.
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \begin_layout Standard
13277 \align center
13278 \begin_inset Tabular
13279 <lyxtabular version="3" rows="4" columns="2">
13280 <features tabularvalignment="middle">
13281 <column alignment="center" valignment="top" width="0">
13282 <column alignment="center" valignment="top" width="0">
13283 <row>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Befehl
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Ergebnis
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 <row>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 H
13309 \backslash
13310 raisebox{2mm
13311 \begin_inset Formula $\to$
13312 \end_inset
13313
13314
13315 \backslash
13316 {al
13317 \begin_inset Formula $\to$
13318 \end_inset
13319
13320  lo
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13330 \end_inset
13331
13332
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 </row>
13338 <row>
13339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 H
13344 \backslash
13345 raisebox{-2mm
13346 \begin_inset Formula $\to$
13347 \end_inset
13348
13349
13350 \backslash
13351 {al
13352 \begin_inset Formula $\to$
13353 \end_inset
13354
13355 lo
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 </row>
13373 <row>
13374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 A=
13379 \backslash
13380 raisebox{-2mm
13381 \begin_inset Formula $\to$
13382 \end_inset
13383
13384
13385 \backslash
13386 {
13387 \family sans
13388 Strg+M Strg+M
13389 \family default
13390  
13391 \backslash
13392 sqrt
13393 \begin_inset ERT
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397
13398
13399 \backslash
13400 leer 
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 </lyxtabular>
13424
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 Der Befehl 
13432 \series bold
13433
13434 \backslash
13435 mbox
13436 \series default
13437  ist äquivalent zu 
13438 \series bold
13439
13440 \backslash
13441 fbox
13442 \series default
13443  und 
13444 \series bold
13445
13446 \backslash
13447 makebox
13448 \series default
13449  ist äquivalent zu 
13450 \series bold
13451
13452 \backslash
13453 framebox
13454 \series default
13455 , nur dass es keinen Rahmen gibt.
13456 \end_layout
13457
13458 \begin_layout Subsection
13459 Farbige Boxen
13460 \begin_inset CommandInset label
13461 LatexCommand label
13462 name "sub:Farbige-Boxen"
13463
13464 \end_inset
13465
13466
13467 \begin_inset Index idx
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 Boxen ! farbige
13472 \end_layout
13473
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13481  im LaTeX-Vorspann das LaTeX-Paket 
13482 \series bold
13483 color
13484 \series default
13485
13486 \begin_inset Foot
13487 status collapsed
13488
13489 \begin_layout Plain Layout
13490 Das Paket 
13491 \series bold
13492 color
13493 \series default
13494  ist Teil jeder LaTeX-Standardinstallation.
13495 \end_layout
13496
13497 \end_inset
13498
13499
13500 \begin_inset Index idx
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504 Pakete ! color
13505 \end_layout
13506
13507 \end_inset
13508
13509  mit der Zeile
13510 \end_layout
13511
13512 \begin_layout Standard
13513
13514 \series bold
13515
13516 \backslash
13517 usepackage{color}
13518 \end_layout
13519
13520 \begin_layout Standard
13521 geladen werden
13522 \begin_inset Foot
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13527  LyX das LaTeX-Paket 
13528 \series bold
13529 color
13530 \series default
13531  automatisch.
13532  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13533  keine Probleme hervorruft.
13534 \end_layout
13535
13536 \end_inset
13537
13538
13539 \begin_inset Note Note
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13544  ein Makro eingefügt.
13545 \end_layout
13546
13547 \end_inset
13548
13549 .
13550 \end_layout
13551
13552 \begin_layout Standard
13553 \begin_inset VSpace medskip
13554 \end_inset
13555
13556 Um Boxen einzufärben, verwendet man den Befehl 
13557 \series bold
13558
13559 \backslash
13560 colorbox
13561 \series default
13562
13563 \begin_inset Index idx
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567 Befehle ! C ! 
13568 \backslash
13569 colorbox
13570 \end_layout
13571
13572 \end_inset
13573
13574  nach folgendem Schema:
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579 \series bold
13580
13581 \backslash
13582 colorbox{Farbe}{Boxinhalt}
13583 \end_layout
13584
13585 \begin_layout Standard
13586 Der Boxinhalt kann auch wieder eine Box sein und eine 
13587 \series bold
13588
13589 \backslash
13590 colorbox
13591 \series default
13592  kann auch ein Teil einer anderen Box sein (siehe 2.
13593  und 3.
13594  Beispiel).
13595  Soll in der Box eine Formel stehen, muss wie bei 
13596 \series bold
13597
13598 \backslash
13599 raisebox
13600 \series default
13601  eine weitere Formel erstellt werden.
13602 \begin_inset Foot
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606 Das gilt auch für den Befehl 
13607 \series bold
13608
13609 \backslash
13610 fcolorbox
13611 \series default
13612 .
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \begin_layout Standard
13621 Aus folgenden vordefinierten Farben kann gewählt werden:
13622 \end_layout
13623
13624 \begin_layout Standard
13625
13626 \series bold
13627 black
13628 \series default
13629
13630 \series bold
13631 blue
13632 \series default
13633
13634 \series bold
13635 cyan
13636 \series default
13637
13638 \series bold
13639 green
13640 \series default
13641
13642 \series bold
13643 magenta
13644 \series default
13645
13646 \series bold
13647 red
13648 \series default
13649
13650 \series bold
13651 white
13652 \series default
13653  und 
13654 \series bold
13655 yellow
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \align center
13660 \begin_inset Tabular
13661 <lyxtabular version="3" rows="4" columns="2">
13662 <features tabularvalignment="middle">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <row>
13666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 Befehl
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Ergebnis
13680 \begin_inset Note Note
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685 \series bold
13686
13687 \backslash
13688 raisebox
13689 \series default
13690  dient nur als Abstandhalter.
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 </row>
13701 <row>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706
13707 \backslash
13708 colorbox{yellow
13709 \begin_inset Formula $\to$
13710 \end_inset
13711
13712
13713 \backslash
13714 {A=B
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737
13738 \backslash
13739 colorbox{green
13740 \begin_inset Formula $\to$
13741 \end_inset
13742
13743
13744 \backslash
13745 {
13746 \backslash
13747 fbox
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753
13754 \backslash
13755 leer 
13756 \end_layout
13757
13758 \end_inset
13759
13760 A=B
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 <row>
13779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783
13784 \backslash
13785 fbox
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791
13792 \backslash
13793 leer 
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \backslash
13800 colorbox{green
13801 \begin_inset Formula $\to$
13802 \end_inset
13803
13804
13805 \backslash
13806 {
13807 \family sans
13808 Strg+M Strg+M
13809 \family default
13810  
13811 \backslash
13812 int
13813 \begin_inset ERT
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817
13818
13819 \backslash
13820 leer 
13821 \end_layout
13822
13823 \end_inset
13824
13825 C=D
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 </lyxtabular>
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \begin_layout Standard
13851
13852 \series bold
13853
13854 \backslash
13855 colorbox
13856 \series default
13857  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13858  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13859  
13860 \family sans
13861 Textstil
13862 \family default
13863  die gewünschte Farbe aus.
13864  Der Dialog kann mit dem Werkzeugleistenknopf 
13865 \begin_inset Graphics
13866         filename ../../images/dialog-show_character.png
13867         scale 85
13868
13869 \end_inset
13870
13871  oder dem Menü 
13872 \family sans
13873 Bearbeiten\SpecialChar \menuseparator
13874 Textstil\SpecialChar \menuseparator
13875 Benutzerdefiniert
13876 \family default
13877  aufgerufen werden.
13878  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13879  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13880  innerhalb der Formel die Farbe geändert werden.
13881 \end_layout
13882
13883 \begin_layout Standard
13884 Ein Beispiel:
13885 \end_layout
13886
13887 \begin_layout Standard
13888
13889 \color red
13890 \begin_inset Formula \begin{equation}
13891 \int A=B\label{eq:rot}\end{equation}
13892
13893 \end_inset
13894
13895
13896 \color green
13897
13898 \begin_inset Formula \begin{equation}
13899 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 Formel 
13908 \begin_inset CommandInset ref
13909 LatexCommand eqref
13910 reference "eq:rot"
13911
13912 \end_inset
13913
13914  ist komplett rot gefärbt.
13915 \begin_inset Newline newline
13916 \end_inset
13917
13918 Formel 
13919 \begin_inset CommandInset ref
13920 LatexCommand eqref
13921 reference "eq:rotgruen"
13922
13923 \end_inset
13924
13925  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13926  Anschließend wurden die Formelzeichen rot gefärbt.
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \begin_inset VSpace bigskip
13931 \end_inset
13932
13933 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13934  den Befehl 
13935 \series bold
13936
13937 \backslash
13938 fcolorbox
13939 \series default
13940
13941 \begin_inset Index idx
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945 Befehle ! F ! 
13946 \backslash
13947 fcolorbox
13948 \end_layout
13949
13950 \end_inset
13951
13952  nach folgendem Schema:
13953 \end_layout
13954
13955 \begin_layout Standard
13956
13957 \series bold
13958
13959 \backslash
13960 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \series bold
13966
13967 \backslash
13968 fcolorbox
13969 \series default
13970  stellt also eine Erweiterung des Befehls 
13971 \series bold
13972
13973 \backslash
13974 colorbox
13975 \series default
13976  dar.
13977  Die Rahmenbreite wird, wie bei 
13978 \series bold
13979
13980 \backslash
13981 framebox
13982 \series default
13983 , mit 
13984 \series bold
13985
13986 \backslash
13987 fboxrule
13988 \series default
13989  und 
13990 \series bold
13991
13992 \backslash
13993 fboxsep
13994 \series default
13995  festgelegt.
13996  Ein Beispiel:
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002
14003 \backslash
14004 fboxrule 1mm 
14005 \backslash
14006 fboxsep 1mm
14007 \end_layout
14008
14009 \end_inset
14010
14011
14012 \begin_inset Formula \[
14013 \fcolorbox{cyan}{magenta}{A=B}\]
14014
14015 \end_inset
14016
14017
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023
14024 \backslash
14025 fboxrule 0.4pt 
14026 \backslash
14027 fboxsep 3pt
14028 \end_layout
14029
14030 \end_inset
14031
14032
14033 \end_layout
14034
14035 \begin_layout Standard
14036 Diese Formel wurde mit folgendem Befehl erstellt:
14037 \begin_inset Newline newline
14038 \end_inset
14039
14040
14041 \series bold
14042
14043 \backslash
14044 fcolorbox{cyan
14045 \begin_inset Formula $\to$
14046 \end_inset
14047
14048
14049 \backslash
14050 {magenta
14051 \begin_inset Formula $\to$
14052 \end_inset
14053
14054
14055 \backslash
14056 {A=B
14057 \end_layout
14058
14059 \begin_layout Standard
14060 \begin_inset VSpace bigskip
14061 \end_inset
14062
14063 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14064  selbst definieren.
14065 \end_layout
14066
14067 \begin_layout Standard
14068 Man kann z.
14069 \begin_inset space \thinspace{}
14070 \end_inset
14071
14072 B.
14073  mit folgender LaTeX-Vorspannzeile die Farbe 
14074 \begin_inset Quotes gld
14075 \end_inset
14076
14077
14078 \series bold
14079 dunkelgruen
14080 \series default
14081
14082 \begin_inset Quotes grd
14083 \end_inset
14084
14085
14086 \begin_inset Foot
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090 In Befehlen darf kein Umlaut stehen, siehe 
14091 \begin_inset CommandInset ref
14092 LatexCommand ref
14093 reference "sec:Benutzerdefinierte-Befehle"
14094
14095 \end_inset
14096
14097 .
14098 \end_layout
14099
14100 \end_inset
14101
14102  definieren:
14103 \end_layout
14104
14105 \begin_layout Standard
14106
14107 \series bold
14108
14109 \backslash
14110 definecolor{dunkelgruen}{cmyk}{0.5,
14111 \series default
14112  
14113 \series bold
14114 0,
14115 \series default
14116  
14117 \series bold
14118 1,
14119 \series default
14120  
14121 \series bold
14122 0.5}
14123 \series default
14124
14125 \begin_inset Index idx
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129 Befehle ! D ! 
14130 \backslash
14131 definecolor
14132 \end_layout
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140
14141 \series bold
14142 cmyk
14143 \series default
14144  ist der Farbraum und steht für die Farben 
14145 \series bold
14146 cyan
14147 \series default
14148
14149 \series bold
14150 magenta
14151 \series default
14152
14153 \series bold
14154 yellow
14155 \series default
14156  und 
14157 \series bold
14158 black
14159 \series default
14160 .
14161  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14162  Für den Anteil kann man Werte im Bereich 0
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 -
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170 1 angeben.
14171  Anstelle von 
14172 \series bold
14173 cmyk
14174 \series default
14175  kann man zur Definition auch den Farbraum 
14176 \series bold
14177 rgb
14178 \series default
14179  verwenden.
14180  
14181 \series bold
14182 rgb
14183 \series default
14184  steht für 
14185 \series bold
14186 red
14187 \series default
14188
14189 \series bold
14190 green
14191 \series default
14192  und 
14193 \series bold
14194 blue
14195 \series default
14196 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14197  Des Weiteren gibt es noch den Farbraum 
14198 \series bold
14199 gray
14200 \series default
14201 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14202 \end_layout
14203
14204 \begin_layout Standard
14205 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14206 \series bold
14207 darkgreen
14208 \series default
14209 , bei der die Zeichenfarbe 
14210 \series bold
14211 yellow
14212 \series default
14213  gewählt wurde:
14214 \begin_inset Formula \begin{equation}
14215 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Standard
14223 Selbst definierte Farben können mit dem Befehl 
14224 \series bold
14225
14226 \backslash
14227 textcolor
14228 \series default
14229  auch für Text
14230 \begin_inset Index idx
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 Text ! farbiger
14235 \end_layout
14236
14237 \end_inset
14238
14239  verwendet werden:
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248
14249 \backslash
14250 textcolor{dunkelgruen}{
14251 \end_layout
14252
14253 \end_inset
14254
14255 Dieser Satz ist 
14256 \begin_inset Quotes gld
14257 \end_inset
14258
14259 dunkelgruen
14260 \begin_inset Quotes grd
14261 \end_inset
14262
14263 .
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 textcolor
14283 \series default
14284
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Befehle ! T ! 
14290 \backslash
14291 textcolor
14292 \end_layout
14293
14294 \end_inset
14295
14296  wird nach dem Schema 
14297 \series bold
14298
14299 \backslash
14300 textcolor{Farbe}{zu
14301 \series default
14302  
14303 \series bold
14304 färbende
14305 \series default
14306  
14307 \series bold
14308 Zeichen}
14309 \series default
14310  verwendet.
14311 \end_layout
14312
14313 \begin_layout Subsection
14314 Absatzboxen
14315 \begin_inset CommandInset label
14316 LatexCommand label
14317 name "sub:Absatzboxen"
14318
14319 \end_inset
14320
14321
14322 \begin_inset Index idx
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Boxen ! Absatz-
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \begin_layout Standard
14335 Mit dem Menü 
14336 \family sans
14337 Einfügen\SpecialChar \menuseparator
14338 Box
14339 \family default
14340  oder dem Werkzeugleistenknopf 
14341 \begin_inset Graphics
14342         filename ../../images/box-insert.png
14343         scale 85
14344
14345 \end_inset
14346
14347  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14348  eine so genannte 
14349 \emph on
14350 Parbox
14351 \emph default
14352  (Absatzbox).
14353 \end_layout
14354
14355 \begin_layout Standard
14356 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \begin_inset VSpace medskip
14361 \end_inset
14362
14363 Dies ist eine Zeile 
14364 \begin_inset Box Boxed
14365 position "c"
14366 hor_pos "c"
14367 has_inner_box 1
14368 inner_pos "t"
14369 use_parbox 1
14370 use_makebox 0
14371 width "5cm"
14372 special "none"
14373 height "1in"
14374 height_special "totalheight"
14375 status open
14376
14377 \begin_layout Plain Layout
14378 Dies ist die Absatzbox.
14379  Sie ist genau 5
14380 \begin_inset space \thinspace{}
14381 \end_inset
14382
14383 cm lang und kann auch Formeln enthalten: 
14384 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391
14392  mit einer Absatzbox.
14393 \begin_inset VSpace medskip
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Standard
14400 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14401  graue Box mit dem Namen 
14402 \begin_inset Quotes gld
14403 \end_inset
14404
14405 Box(Gerahmt)
14406 \begin_inset Quotes grd
14407 \end_inset
14408
14409  klickt.
14410  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14411  In diesem Fall: 
14412 \emph on
14413 Verzierung
14414 \emph default
14415 : Rechteckige Box, 
14416 \emph on
14417 Innere Box
14418 \emph default
14419 : Parbox, 
14420 \emph on
14421 Breite
14422 \emph default
14423 : 5
14424 \begin_inset space \thinspace{}
14425 \end_inset
14426
14427 cm, 
14428 \emph on
14429 Vertikale Box Ausrichtung
14430 \emph default
14431 : Mitte
14432 \end_layout
14433
14434 \begin_layout Standard
14435 \begin_inset VSpace medskip
14436 \end_inset
14437
14438 In LaTeX wird eine Absatzbox mit dem Befehl 
14439 \series bold
14440
14441 \backslash
14442 parbox
14443 \series default
14444
14445 \begin_inset Index idx
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449 Befehle ! P ! 
14450 \backslash
14451 parbox
14452 \end_layout
14453
14454 \end_inset
14455
14456  erstellt, welcher folgendes Schema besitzt:
14457 \end_layout
14458
14459 \begin_layout Standard
14460
14461 \series bold
14462
14463 \backslash
14464 parbox[Position]{Breite}{Boxinhalt}
14465 \end_layout
14466
14467 \begin_layout Standard
14468 Die Positionen 
14469 \emph on
14470 b
14471 \emph default
14472  und 
14473 \emph on
14474 t
14475 \emph default
14476  sind möglich.
14477  
14478 \emph on
14479 b
14480 \emph default
14481  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14482  Text eingepasst wird.
14483  Bei 
14484 \emph on
14485 t
14486 \emph default
14487  wie top geschieht dies für die erste Zeile.
14488  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14489  siehe das Kapitel 
14490 \emph on
14491 Boxen
14492 \emph default
14493  des Handbuchs
14494 \emph on
14495  Eingebettete
14496 \begin_inset space ~
14497 \end_inset
14498
14499 Objekte
14500 \emph default
14501  für Beispiele.
14502 \end_layout
14503
14504 \begin_layout Standard
14505 \begin_inset VSpace bigskip
14506 \end_inset
14507
14508 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14509  in eine Absatzbox setzen.
14510  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14511 \series bold
14512
14513 \backslash
14514 fbox{
14515 \backslash
14516 parbox{
14517 \backslash
14518 linewidth-2
14519 \backslash
14520 fboxsep-2
14521 \backslash
14522 fboxrule}{
14523 \series default
14524 .
14525  Hierbei steht 
14526 \series bold
14527
14528 \backslash
14529 linewidth
14530 \series default
14531
14532 \begin_inset Index idx
14533 status collapsed
14534
14535 \begin_layout Plain Layout
14536 Befehle ! L ! 
14537 \backslash
14538 linewidth
14539 \end_layout
14540
14541 \end_inset
14542
14543  für die im Dokument eingestellte Zeilenbreite.
14544  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14545 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14546  Da dies LyX aufgrund eines Fehlers
14547 \begin_inset Foot
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551 \begin_inset CommandInset href
14552 LatexCommand href
14553 name "LyX-Fehler #4483"
14554 target "http://www.lyx.org/trac/ticket/4483"
14555
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \end_inset
14562
14563  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14564  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14565 spann das LaTeX-Paket 
14566 \series bold
14567 calc
14568 \series default
14569
14570 \begin_inset Foot
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574
14575 \series bold
14576 calc
14577 \series default
14578  ist Teil jeder LaTeX-Standardinstallation.
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \begin_inset Index idx
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588 Pakete ! calc
14589 \end_layout
14590
14591 \end_inset
14592
14593  mit der Zeile
14594 \end_layout
14595
14596 \begin_layout Standard
14597
14598 \series bold
14599
14600 \backslash
14601 usepackage{calc}
14602 \end_layout
14603
14604 \begin_layout Standard
14605 geladen werden.
14606  Nach der Formel werden beide Boxen geschlossen, indem man 
14607 \series bold
14608 }}
14609 \series default
14610  im TeX-Modus eingibt.
14611  Dazu ein Beispiel:
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619 fboxsep 5mm 
14620 \backslash
14621 fboxrule 5mm
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Standard
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635
14636 \backslash
14637 fbox{
14638 \backslash
14639 parbox{
14640 \backslash
14641 linewidth-2
14642 \backslash
14643 fboxsep-2
14644 \backslash
14645 fboxrule}{
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \begin_inset Formula \begin{equation}
14652 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14653
14654 \end_inset
14655
14656
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662 }}
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \begin_inset ERT
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672
14673
14674 \backslash
14675 fboxrule 0.4pt 
14676 \backslash
14677 fboxsep 3pt
14678 \end_layout
14679
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \begin_layout Standard
14686 \begin_inset VSpace medskip
14687 \end_inset
14688
14689 Da im Argument von 
14690 \series bold
14691
14692 \backslash
14693 fbox
14694 \series default
14695  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14696  keinen Unterschied zwischen 
14697 \series bold
14698
14699 \backslash
14700 fbox
14701 \series default
14702  und 
14703 \series bold
14704
14705 \backslash
14706 boxed
14707 \series default
14708 .
14709 \end_layout
14710
14711 \begin_layout Standard
14712 \begin_inset VSpace bigskip
14713 \end_inset
14714
14715 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14716  Dazu verwendet man 
14717 \series bold
14718
14719 \backslash
14720 parbox
14721 \series default
14722  in Verbindung mit dem Befehl 
14723 \series bold
14724
14725 \backslash
14726 tag
14727 \series default
14728 .
14729  (mehr zu 
14730 \series bold
14731
14732 \backslash
14733 tag
14734 \series default
14735  siehe 
14736 \begin_inset CommandInset ref
14737 LatexCommand ref
14738 reference "sub:Benutzerdefinierte-Nummerierung"
14739
14740 \end_inset
14741
14742 )
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Ein Beispiel einer mit Hilfe von 
14747 \series bold
14748
14749 \backslash
14750 parbox
14751 \series default
14752  kommentierten Formel:
14753 \end_layout
14754
14755 \begin_layout Standard
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761
14762 \backslash
14763 [5x-7b=3b
14764 \backslash
14765 tag*{
14766 \backslash
14767 parbox{5cm}{
14768 \end_layout
14769
14770 \end_inset
14771
14772 Dies ist eine Beschreibung.
14773  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779 }}
14780 \backslash
14781 ]
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \begin_layout Standard
14790 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14791  Befehl 
14792 \series bold
14793
14794 \backslash
14795 parbox
14796 \series default
14797  in Formeln noch nicht unterstützt.
14798  Die Formel wird mit folgender Befehlssequenz erstellt:
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Der Befehl 
14803 \series bold
14804
14805 \backslash
14806 [5x-7b=3b
14807 \backslash
14808 tag*
14809 \backslash
14810 {
14811 \backslash
14812 parbox{5cm}{
14813 \series default
14814  wird im TeX-Modus eingegeben.
14815 \begin_inset Foot
14816 status collapsed
14817
14818 \begin_layout Plain Layout
14819 Ist der Formelstil 
14820 \series bold
14821 Eingerückt
14822 \series default
14823  aktiviert, kann 
14824 \series bold
14825
14826 \backslash
14827 tag*
14828 \backslash
14829 {
14830 \series default
14831  auch durch 
14832 \series bold
14833
14834 \backslash
14835 hfill
14836 \series default
14837  ersetzt werden.
14838  (Formelstile siehe 
14839 \begin_inset CommandInset ref
14840 LatexCommand ref
14841 reference "sec:Formelstile"
14842
14843 \end_inset
14844
14845 )
14846 \end_layout
14847
14848 \end_inset
14849
14850  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14851 \series bold
14852 }}
14853 \backslash
14854 ]
14855 \series default
14856  im TeX-Modus ein.
14857  Die Befehle 
14858 \series bold
14859
14860 \backslash
14861 [
14862 \series default
14863  und 
14864 \series bold
14865
14866 \backslash
14867 ]
14868 \series default
14869  erstellen hierbei eine abgesetzte Formel.
14870 \end_layout
14871
14872 \begin_layout Standard
14873 Die Vorteile von 
14874 \series bold
14875
14876 \backslash
14877 parbox
14878 \series default
14879  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14880  Textmodus 
14881 \begin_inset Quotes gld
14882 \end_inset
14883
14884 kommentiert
14885 \begin_inset Quotes grd
14886 \end_inset
14887
14888  wurde:
14889 \begin_inset Formula \[
14890 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Section
14898 Operatoren
14899 \begin_inset Index idx
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903 Operatoren
14904 \end_layout
14905
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \begin_layout Subsection
14912 Große Operatoren
14913 \begin_inset CommandInset label
14914 LatexCommand label
14915 name "sub:Große-Operatoren"
14916
14917 \end_inset
14918
14919
14920 \begin_inset Index idx
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924 Operatoren ! große
14925 \end_layout
14926
14927 \end_inset
14928
14929
14930 \begin_inset Index idx
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934 Summen
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \begin_inset Index idx
14941 status collapsed
14942
14943 \begin_layout Plain Layout
14944 Integrale
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \begin_layout Standard
14953 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14954  sind, muss die Option 
14955 \family sans
14956 esint-Paket automatisch verwenden
14957 \family default
14958  in den Dokumenteinstellungen unter 
14959 \family sans
14960 Mathe-Optionen
14961 \family default
14962  gewählt sein.
14963 \end_layout
14964
14965 \begin_layout Standard
14966 \begin_inset space \hfill{}
14967 \end_inset
14968
14969
14970 \begin_inset Tabular
14971 <lyxtabular version="3" rows="11" columns="2">
14972 <features tabularvalignment="middle">
14973 <column alignment="center" valignment="top" width="0pt">
14974 <column alignment="center" valignment="top" width="0pt">
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 Befehl
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 Ergebnis
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 int
15003 \begin_inset Index idx
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Befehle ! I ! 
15008 \backslash
15009 int
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Formula $\int$
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \backslash
15039 oint
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 \begin_inset Formula $\oint$
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062
15063 \backslash
15064 ointctrclockwise
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 \begin_inset Formula $\ointctrclockwise$
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \backslash
15089 ointclockwise
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset Formula $\ointclockwise$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 sqint
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 \begin_inset Formula $\sqint$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \backslash
15139 fint
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148  
15149 \begin_inset Formula $\fint$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 landupint
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174  
15175 \begin_inset Formula $\landupint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 landdownint
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200  
15201 \begin_inset Formula $\landdownint$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 bigcap
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\bigcap$
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 bigcup
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset Formula $\bigcup$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 </lyxtabular>
15261
15262 \end_inset
15263
15264
15265 \begin_inset space \hfill{}
15266 \end_inset
15267
15268
15269 \begin_inset Tabular
15270 <lyxtabular version="3" rows="11" columns="2">
15271 <features tabularvalignment="middle">
15272 <column alignment="center" valignment="top" width="0pt">
15273 <column alignment="center" valignment="top" width="0pt">
15274 <row>
15275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 Befehl
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 Ergebnis
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \backslash
15301 sum
15302 \begin_inset Index idx
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Befehle ! S ! 
15307 \backslash
15308 sum
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\sum$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \backslash
15338 prod
15339 \begin_inset Index idx
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343 Befehle ! P ! 
15344 \backslash
15345 prod
15346 \end_layout
15347
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\prod$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 coprod
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\coprod$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 bigodot
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\bigodot$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 bigotimes
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\bigotimes$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 bigoplus
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\bigoplus$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \backslash
15475 bigwedge
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset Formula $\bigwedge$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 bigvee
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\bigvee$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \backslash
15525 bigsqcup
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Formula $\bigsqcup$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 biguplus
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\biguplus$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 </lyxtabular>
15569
15570 \end_inset
15571
15572
15573 \begin_inset space \hfill{}
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Standard
15580 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15581 \begin_inset Graphics
15582         filename ../../images/math/intop.png
15583         scale 85
15584
15585 \end_inset
15586
15587  eingefügt werden.
15588 \end_layout
15589
15590 \begin_layout Standard
15591 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15592  Teil gleich aussehenden binären Operatoren.
15593  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15594  beschrieben.
15595 \end_layout
15596
15597 \begin_layout Standard
15598 Für alle Integrale gibt es Befehle, die auf 
15599 \series bold
15600 op
15601 \series default
15602  enden: 
15603 \series bold
15604
15605 \backslash
15606 intop
15607 \series default
15608
15609 \series bold
15610
15611 \backslash
15612 ointop
15613 \series default
15614  usw..
15615  Diese unterscheiden sich von 
15616 \series bold
15617
15618 \backslash
15619 int
15620 \series default
15621  usw.
15622 \begin_inset space \space{}
15623 \end_inset
15624
15625 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15626 \begin_inset CommandInset ref
15627 LatexCommand ref
15628 reference "sub:Operatorgrenzen"
15629
15630 \end_inset
15631
15632 .
15633  
15634 \end_layout
15635
15636 \begin_layout Subsubsection*
15637 Hinweise zu Integralen
15638 \end_layout
15639
15640 \begin_layout Standard
15641 Der Buchstabe 
15642 \emph on
15643 d
15644 \emph default
15645  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15646  muss.
15647  Dazu markiert man das 
15648 \emph on
15649 d
15650 \emph default
15651  und wandelt es mit der Tastenkombination 
15652 \family sans
15653 Alt+Z
15654 \begin_inset space ~
15655 \end_inset
15656
15657 R
15658 \family default
15659
15660 \begin_inset Foot
15661 status collapsed
15662
15663 \begin_layout Plain Layout
15664 Schriftstile siehe 
15665 \begin_inset CommandInset ref
15666 LatexCommand ref
15667 reference "sub:Schriftstile"
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675
15676  um.
15677  Anschließend fügt man vor dem 
15678 \emph on
15679 d
15680 \emph default
15681 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15682  Dazu ein Beispiel:
15683 \end_layout
15684
15685 \begin_layout Standard
15686 inkorrekt: 
15687 \begin_inset Formula $\int A(x)dx$
15688 \end_inset
15689
15690
15691 \begin_inset Newline newline
15692 \end_inset
15693
15694
15695 \begin_inset Phantom HPhantom
15696 status open
15697
15698 \begin_layout Plain Layout
15699 in
15700 \end_layout
15701
15702 \end_inset
15703
15704 korrekt: 
15705 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset VSpace medskip
15713 \end_inset
15714
15715 Für Mehrfachintegrale gibt es folgende Befehle:
15716 \begin_inset VSpace medskip
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset space \hfill{}
15724 \end_inset
15725
15726
15727 \begin_inset Tabular
15728 <lyxtabular version="3" rows="4" columns="2">
15729 <features tabularvalignment="middle">
15730 <column alignment="center" valignment="top" width="0">
15731 <column alignment="center" valignment="top" width="0">
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 Befehl
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 Ergebnis
15747 \begin_inset Note Note
15748 status collapsed
15749
15750 \begin_layout Plain Layout
15751
15752 \series bold
15753
15754 \backslash
15755 raisebox
15756 \series default
15757  dient nur als Abstandhalter.
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \backslash
15775 iint
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 <row>
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \backslash
15800 oiint
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \backslash
15825 sqiint
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 </lyxtabular>
15844
15845 \end_inset
15846
15847
15848 \begin_inset space \hfill{}
15849 \end_inset
15850
15851
15852 \begin_inset Tabular
15853 <lyxtabular version="3" rows="4" columns="2">
15854 <features tabularvalignment="middle">
15855 <column alignment="center" valignment="top" width="0">
15856 <column alignment="center" valignment="top" width="0">
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 Befehl
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 Ergebnis
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \backslash
15884 iiint
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row>
15903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \backslash
15909 iiiint
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932
15933 \backslash
15934 dotsint
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 </lyxtabular>
15953
15954 \end_inset
15955
15956
15957 \begin_inset space \hfill{}
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \begin_layout Subsection
15964 Operatorgrenzen
15965 \begin_inset CommandInset label
15966 LatexCommand label
15967 name "sub:Operatorgrenzen"
15968
15969 \end_inset
15970
15971
15972 \begin_inset Index idx
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976 Operatoren ! Grenzen
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Standard
15985 Grenzen werden durch Hoch- bzw.
15986  Tiefstellen erzeugt:
15987 \end_layout
15988
15989 \begin_layout Standard
15990 \align center
15991 \begin_inset Tabular
15992 <lyxtabular version="3" rows="2" columns="2">
15993 <features tabularvalignment="middle">
15994 <column alignment="center" valignment="top" width="0pt">
15995 <column alignment="center" valignment="top" width="0pt">
15996 <row>
15997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 Befehl
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 Ergebnis
16011 \begin_inset Note Note
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015
16016 \series bold
16017
16018 \backslash
16019 raisebox
16020 \series default
16021  dient nur als Abstandhalter.
16022 \end_layout
16023
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 <row>
16033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \backslash
16039 prod^
16040 \backslash
16041 infty
16042 \begin_inset ERT
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046
16047
16048 \backslash
16049 leer 
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \begin_inset Formula $\to$
16056 \end_inset
16057
16058 _0
16059 \begin_inset Formula $\to$
16060 \end_inset
16061
16062 A(x)
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 </lyxtabular>
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \begin_layout Standard
16088 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16089  Operator gesetzt.
16090  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16091  bzw.
16092  unter den Operator gesetzt.
16093 \end_layout
16094
16095 \begin_layout Standard
16096 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16097  man den Cursor direkt hinter den Operator und setzt über das Menü 
16098 \family sans
16099 Bearbeiten\SpecialChar \menuseparator
16100 Mathe\SpecialChar \menuseparator
16101 Art der Operatorgrenzen ändern
16102 \family default
16103  die Grenzen auf 
16104 \series bold
16105 Eingebettet
16106 \series default
16107  (Tastenkombination 
16108 \family sans
16109 Alt+M
16110 \begin_inset space ~
16111 \end_inset
16112
16113 L
16114 \family default
16115 ).
16116  Dazu folgendes Beispiel:
16117 \end_layout
16118
16119 \begin_layout Standard
16120 Die normalen Grenzen sehen so aus:
16121 \begin_inset Formula \[
16122 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16123
16124 \end_inset
16125
16126 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16127 \begin_inset Formula \[
16128 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16129
16130 \end_inset
16131
16132 Bei Integralen werden mit Ausnahme von denen, die auf 
16133 \series bold
16134 op
16135 \series default
16136  enden (
16137 \series bold
16138
16139 \backslash
16140 intop
16141 \series default
16142
16143 \series bold
16144
16145 \backslash
16146 ointop
16147 \series default
16148  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16149  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16150  gesetzt.
16151  Im folgenden Beispiel wurde die Grenze deswegen auf 
16152 \series bold
16153 Anzeige
16154 \series default
16155  gesetzt und damit unter die Integrale geschrieben:
16156 \begin_inset Formula \begin{equation}
16157 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16158
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \begin_layout Standard
16165 \begin_inset VSpace medskip
16166 \end_inset
16167
16168 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16169 \series bold
16170
16171 \backslash
16172 subarray
16173 \series default
16174
16175 \begin_inset Index idx
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 Befehle ! S ! 
16180 \backslash
16181 subarray
16182 \end_layout
16183
16184 \end_inset
16185
16186  und 
16187 \series bold
16188
16189 \backslash
16190 substack
16191 \series default
16192
16193 \begin_inset Index idx
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197 Befehle ! S ! 
16198 \backslash
16199 substack
16200 \end_layout
16201
16202 \end_inset
16203
16204 .
16205  Um z.
16206 \begin_inset space \thinspace{}
16207 \end_inset
16208
16209 B.
16210  diesen Ausdruck 
16211 \begin_inset Formula \begin{equation}
16212 \sum_{\begin{subarray}{c}
16213 0<k<1000\\
16214 \\
16215 k\,\in\,\mathbb{N}
16216 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16217
16218 \end_inset
16219
16220 zu erstellen, muss man Folgendes tun:
16221 \begin_inset Newline newline
16222 \end_inset
16223
16224 Zuerst gibt man den Befehl 
16225 \series bold
16226
16227 \backslash
16228 sum
16229 \series default
16230 ^
16231 \series bold
16232 n
16233 \begin_inset ERT
16234 status collapsed
16235
16236 \begin_layout Plain Layout
16237
16238
16239 \backslash
16240 leer 
16241 \end_layout
16242
16243 \end_inset
16244
16245 _
16246 \series default
16247  ein.
16248  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16249  In dieses gibt man den Befehl 
16250 \series bold
16251
16252 \backslash
16253 subarray
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 leer 
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \series default
16268  ein.
16269  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16270  Zeilen untereinander schreiben.
16271  Mit Eingabe des Zeilenumbruchs (
16272 \family sans
16273 Strg+Enter
16274 \family default
16275 ) wird eine neue Zeile erstellt.
16276  Gibt man
16277 \begin_inset Newline newline
16278 \end_inset
16279
16280
16281 \series bold
16282 0<k<1000 Strg+Enter
16283 \begin_inset Newline newline
16284 \end_inset
16285
16286
16287 \series default
16288 ein, erscheint darunter ein Kästchen für die neue Zeile.
16289 \end_layout
16290
16291 \begin_layout Standard
16292 Die Ausrichtung der Zeilen kann mit der 
16293 \family sans
16294 Tabellen-Werkzeugleiste
16295 \family default
16296  oder dem Menü 
16297 \family sans
16298 Bearbeiten\SpecialChar \menuseparator
16299 Zeilen & Spalten
16300 \family default
16301  auf links geändert werden.
16302  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16303 \series bold
16304
16305 \backslash
16306 hfill
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312
16313 \backslash
16314 leer 
16315 \end_layout
16316
16317 \end_inset
16318
16319
16320 \series default
16321  eingegeben.
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Der Befehl 
16326 \series bold
16327
16328 \backslash
16329 substack
16330 \series default
16331  ist äquivalent zu 
16332 \series bold
16333
16334 \backslash
16335 subarray
16336 \series default
16337 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16338 \end_layout
16339
16340 \begin_layout Standard
16341 \begin_inset VSpace bigskip
16342 \end_inset
16343
16344 Wie bei Formel 
16345 \begin_inset CommandInset ref
16346 LatexCommand eqref
16347 reference "eq:substack"
16348
16349 \end_inset
16350
16351  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16352  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16353 \end_layout
16354
16355 \begin_layout Standard
16356 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16357 \end_layout
16358
16359 \begin_layout Standard
16360
16361 \series bold
16362
16363 \backslash
16364 def
16365 \backslash
16366 clap#1{
16367 \backslash
16368 hbox to 0pt{
16369 \backslash
16370 hss #1
16371 \backslash
16372 hss}}
16373 \begin_inset Newline newline
16374 \end_inset
16375
16376
16377 \backslash
16378 def
16379 \backslash
16380 mathclap {
16381 \backslash
16382 mathpalette 
16383 \backslash
16384 mathclapinternal}
16385 \begin_inset Newline newline
16386 \end_inset
16387
16388
16389 \backslash
16390 def
16391 \backslash
16392 mathclapinternal #1#2{
16393 \backslash
16394 clap{$
16395 \backslash
16396 mathsurround =0pt #1{#2}$}}
16397 \end_layout
16398
16399 \begin_layout Standard
16400 Dadurch wird der Befehl 
16401 \series bold
16402
16403 \backslash
16404 mathclap
16405 \series default
16406
16407 \begin_inset Index idx
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411 Befehle ! M ! 
16412 \backslash
16413 mathclap
16414 \end_layout
16415
16416 \end_inset
16417
16418  definiert, der die Breite der Grenze auf 0
16419 \begin_inset space \thinspace{}
16420 \end_inset
16421
16422 pt setzt.
16423  Das Befehlsschema lautet
16424 \end_layout
16425
16426 \begin_layout Standard
16427
16428 \series bold
16429
16430 \backslash
16431 mathclap{Grenze}
16432 \end_layout
16433
16434 \begin_layout Standard
16435 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16436 \end_layout
16437
16438 \begin_layout Standard
16439 Auf Formel 
16440 \begin_inset CommandInset ref
16441 LatexCommand eqref
16442 reference "eq:substack"
16443
16444 \end_inset
16445
16446  angewandt, gibt man also den Befehl
16447 \end_layout
16448
16449 \begin_layout Standard
16450
16451 \series bold
16452
16453 \backslash
16454 sum_
16455 \backslash
16456 mathclap{
16457 \backslash
16458 substack
16459 \begin_inset ERT
16460 status collapsed
16461
16462 \begin_layout Plain Layout
16463
16464
16465 \backslash
16466 leer 
16467 \end_layout
16468
16469 \end_inset
16470
16471 0<k<1000 Strg+Enter
16472 \end_layout
16473
16474 \begin_layout Standard
16475 ein, um die untere Grenze zu erstellen.
16476  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16477 \begin_inset Formula \[
16478 \sum_{\mathclap{\substack{0<k<1000\\
16479 \\
16480 k\,\in\,\mathbb{N}
16481 }
16482 }}^{n}k^{-2}\]
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \begin_layout Standard
16490 \begin_inset VSpace bigskip
16491 \end_inset
16492
16493 In 
16494 \begin_inset CommandInset ref
16495 LatexCommand ref
16496 reference "sub:Selbstdefinierte-Operatoren"
16497
16498 \end_inset
16499
16500  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16501 \end_layout
16502
16503 \begin_layout Subsection
16504 Binäre Operatoren
16505 \begin_inset CommandInset label
16506 LatexCommand label
16507 name "sub:Binäre-Operatoren"
16508
16509 \end_inset
16510
16511
16512 \begin_inset Index idx
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516 Operatoren ! binäre
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Standard
16525 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16526  ein Zeichen befindet.
16527 \begin_inset VSpace medskip
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \begin_layout Standard
16534 \begin_inset space \hfill{}
16535 \end_inset
16536
16537
16538 \begin_inset Tabular
16539 <lyxtabular version="3" rows="13" columns="2">
16540 <features tabularvalignment="middle">
16541 <column alignment="center" valignment="top" width="0pt">
16542 <column alignment="center" valignment="top" width="0pt">
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 Befehl
16549 \begin_inset Note Note
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553
16554 \series bold
16555
16556 \backslash
16557 raisebox
16558 \series default
16559  dient nur als Abstandhalter.
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 Ergebnis
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 +
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 \begin_inset Formula $+$
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 -
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $-$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 pm
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\pm$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 mp
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\mp$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 cdot
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\cdot$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 times
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\times$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 div
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\div$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset ERT
16756 status collapsed
16757
16758 \begin_layout Plain Layout
16759
16760
16761 \backslash
16762 raisebox{-1.2mm}{
16763 \end_layout
16764
16765 \end_inset
16766
16767 *
16768 \begin_inset ERT
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772
16773 }
16774 \end_layout
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $*$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 star
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\star$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \backslash
16828 circ
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\circ$
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \backslash
16853 diamond
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $\diamond$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \backslash
16878 bullet
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Formula $\bullet$
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 </lyxtabular>
16897
16898 \end_inset
16899
16900
16901 \begin_inset space \hfill{}
16902 \end_inset
16903
16904
16905 \begin_inset Tabular
16906 <lyxtabular version="3" rows="13" columns="2">
16907 <features tabularvalignment="middle">
16908 <column alignment="center" valignment="top" width="0pt">
16909 <column alignment="center" valignment="top" width="0pt">
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 Befehl
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 Ergebnis
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 nabla
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\nabla$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 bigtriangledown
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\bigtriangledown$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 bigtriangleup
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\bigtriangleup$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \backslash
17012 Box
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\Box$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \backslash
17037 cap 
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Formula $\cap$
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \backslash
17062 cup
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $\cup$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 dagger
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\dagger$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 ddagger
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\ddagger$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 wr
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\wr$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 bigcirc
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\bigcirc$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 wedge
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\wedge$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 vee
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\vee$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 </lyxtabular>
17231
17232 \end_inset
17233
17234
17235 \begin_inset space \hfill{}
17236 \end_inset
17237
17238
17239 \begin_inset Tabular
17240 <lyxtabular version="3" rows="13" columns="2">
17241 <features tabularvalignment="middle">
17242 <column alignment="center" valignment="top" width="0pt">
17243 <column alignment="center" valignment="top" width="0pt">
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 Befehl
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 Ergebnis
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \backslash
17271 oplus
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $\oplus$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \backslash
17296 ominus
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 \begin_inset Formula $\ominus$
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 </row>
17314 <row>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \backslash
17321 otimes
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 \begin_inset Formula $\otimes$
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \backslash
17346 oslash
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Formula $\oslash$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \backslash
17371 odot
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 \begin_inset Formula $\odot$
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \backslash
17396 amalg
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 \begin_inset Formula $\amalg$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 uplus
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\uplus$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 setminus
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\setminus$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 sqcap
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\sqcap$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 sqcup
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\sqcup$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 triangleleft
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\triangleleft$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 <row>
17540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \backslash
17546 triangleright
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\triangleright$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 </lyxtabular>
17565
17566 \end_inset
17567
17568
17569 \begin_inset space \hfill{}
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \begin_layout Standard
17576 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17577  
17578 \begin_inset Graphics
17579         filename ../../images/math/pm.png
17580         scale 85
17581
17582 \end_inset
17583
17584  eingefügt werden.
17585 \end_layout
17586
17587 \begin_layout Standard
17588 Um den Laplace-Operator darzustellen, kann man statt 
17589 \series bold
17590
17591 \backslash
17592 bigtriangleup
17593 \series default
17594  auch 
17595 \series bold
17596
17597 \backslash
17598 Delta
17599 \series default
17600  verwenden oder man benutzt 
17601 \series bold
17602
17603 \backslash
17604 nabla
17605 \series default
17606 ^
17607 \series bold
17608 2
17609 \series default
17610  (
17611 \begin_inset Formula $\nabla^{2}$
17612 \end_inset
17613
17614 ).
17615 \end_layout
17616
17617 \begin_layout Standard
17618 Das Zeichen 
17619 \family sans
17620 Menütrenner
17621 \family default
17622  im Menü 
17623 \family sans
17624 Einfügen\SpecialChar \menuseparator
17625 Sonderzeichen
17626 \family default
17627  ist der Operator 
17628 \series bold
17629
17630 \backslash
17631 triangleright
17632 \series default
17633 .
17634 \end_layout
17635
17636 \begin_layout Subsection
17637 Selbst definierte Operatoren
17638 \begin_inset CommandInset label
17639 LatexCommand label
17640 name "sub:Selbstdefinierte-Operatoren"
17641
17642 \end_inset
17643
17644
17645 \begin_inset Index idx
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649 Operatoren ! selbstdefinierte
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Standard
17658 Mit Hilfe des Befehls 
17659 \series bold
17660
17661 \backslash
17662 DeclareMathOperator
17663 \series default
17664
17665 \begin_inset Index idx
17666 status collapsed
17667
17668 \begin_layout Plain Layout
17669 Befehle ! D ! 
17670 \backslash
17671 dbinom@
17672 \backslash
17673 DeclareMathOperator
17674 \end_layout
17675
17676 \end_inset
17677
17678  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17679  Das Befehlsschema dazu lautet:
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \series bold
17685
17686 \backslash
17687 DeclareMathOperator{neuer Befehl}{Anzeige}
17688 \end_layout
17689
17690 \begin_layout Standard
17691 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17692  im Ausdruck aussieht.
17693  Will man einen großen Operator definieren, setzt man hinter den Befehl
17694  ein 
17695 \series bold
17696 *
17697 \series default
17698 .
17699  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17700  wie in 
17701 \begin_inset CommandInset ref
17702 LatexCommand ref
17703 reference "sub:Operatorgrenzen"
17704
17705 \end_inset
17706
17707  beschrieben.
17708 \end_layout
17709
17710 \begin_layout Standard
17711 Beispielsweise definiert die LaTeX-Vorspannzeile
17712 \end_layout
17713
17714 \begin_layout Standard
17715
17716 \series bold
17717
17718 \backslash
17719 DeclareMathOperator*{
17720 \backslash
17721 Raute}{
17722 \backslash
17723 blacklozenge}
17724 \end_layout
17725
17726 \begin_layout Standard
17727 den Befehl 
17728 \series bold
17729
17730 \backslash
17731 Raute
17732 \series default
17733 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17734  aus 
17735 \begin_inset CommandInset ref
17736 LatexCommand ref
17737 reference "sub:Sonstige-Symbole"
17738
17739 \end_inset
17740
17741  besteht:
17742 \begin_inset Formula \[
17743 \Raute_{n=1}^{\infty}\]
17744
17745 \end_inset
17746
17747 Der Befehl für diese Formel lautet: 
17748 \series bold
17749
17750 \backslash
17751 Raute
17752 \series default
17753 ^
17754 \series bold
17755
17756 \backslash
17757 infty
17758 \begin_inset Formula $\to$
17759 \end_inset
17760
17761 _n=1
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset VSpace bigskip
17766 \end_inset
17767
17768 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17769  auch mit den Befehlen 
17770 \series bold
17771
17772 \backslash
17773 mathop
17774 \series default
17775
17776 \begin_inset Index idx
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780 Befehle ! M ! 
17781 \backslash
17782 mathop
17783 \end_layout
17784
17785 \end_inset
17786
17787  und 
17788 \series bold
17789
17790 \backslash
17791 mathbin
17792 \series default
17793
17794 \begin_inset Index idx
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798 Befehle ! M ! 
17799 \backslash
17800 mathbin
17801 \end_layout
17802
17803 \end_inset
17804
17805  definieren, die folgendes Schema besitzen:
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 mathop{Anzeige}
17814 \series default
17815  bzw.
17816  
17817 \series bold
17818
17819 \backslash
17820 mathbin{Anzeige}
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826
17827 \backslash
17828 mathop
17829 \series default
17830  definiert große, 
17831 \series bold
17832
17833 \backslash
17834 mathbin
17835 \series default
17836  binäre Operatoren.
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842
17843 \backslash
17844 mathop
17845 \series default
17846  lässt sich z.
17847 \begin_inset space \thinspace{}
17848 \end_inset
17849
17850 B.
17851  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17852 \begin_inset Formula \[
17853 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Der Befehl für obige Formel lautet:
17862 \begin_inset Newline newline
17863 \end_inset
17864
17865  
17866 \series bold
17867
17868 \backslash
17869 mathop{
17870 \backslash
17871 sum
17872 \backslash
17873 negmedspace
17874 \backslash
17875 sum
17876 \series default
17877
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 leer 
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \series bold
17892
17893 \begin_inset Formula $\to$
17894 \end_inset
17895
17896 ^N
17897 \series default
17898
17899 \begin_inset ERT
17900 status collapsed
17901
17902 \begin_layout Plain Layout
17903
17904
17905 \backslash
17906 leer 
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \series bold
17913 _i,j=1
17914 \end_layout
17915
17916 \begin_layout Section
17917 Schriften
17918 \begin_inset Index idx
17919 status collapsed
17920
17921 \begin_layout Plain Layout
17922 Schriften
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \begin_layout Subsection
17931 Schriftstile
17932 \begin_inset CommandInset label
17933 LatexCommand label
17934 name "sub:Schriftstile"
17935
17936 \end_inset
17937
17938
17939 \begin_inset Index idx
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943 Schriften ! Schriftstile
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17953  gesetzt werden:
17954 \begin_inset VSpace -2mm
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Standard
17961 \align center
17962 \begin_inset Tabular
17963 <lyxtabular version="3" rows="6" columns="3">
17964 <features tabularvalignment="middle">
17965 <column alignment="center" valignment="top" width="0">
17966 <column alignment="center" valignment="top" width="0">
17967 <column alignment="center" valignment="top" width="0">
17968 <row>
17969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 Befehl
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 Ergebnis
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 Tastenkürzel
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \backslash
18004 mathbb
18005 \series bold
18006
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 leer 
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \series default
18021 ABC
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Formula $\mathbb{ABC}$
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 Alt+Z K
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 <row>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053
18054 \backslash
18055 mathbf
18056 \series bold
18057
18058 \begin_inset ERT
18059 status collapsed
18060
18061 \begin_layout Plain Layout
18062
18063
18064 \backslash
18065 leer 
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \series default
18072 AbC
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 \begin_inset Formula $\mathbf{AbC}$
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 Strg+B
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 <row>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104
18105 \backslash
18106 boldsymbol
18107 \series bold
18108
18109 \begin_inset ERT
18110 status collapsed
18111
18112 \begin_layout Plain Layout
18113
18114
18115 \backslash
18116 leer 
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \series default
18123 AbC
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Formula $\boldsymbol{AbC}$
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 Alt+Z F oder Strg+Alt+B
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \backslash
18157 mathcal
18158 \series bold
18159
18160 \begin_inset ERT
18161 status collapsed
18162
18163 \begin_layout Plain Layout
18164
18165
18166 \backslash
18167 leer 
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \series default
18174 ABC
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 \begin_inset Formula $\mathcal{ABC}$
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 Alt+Z H
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \backslash
18208 mathfrak
18209 \series bold
18210
18211 \begin_inset ERT
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215
18216
18217 \backslash
18218 leer 
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \series default
18225 AbC
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 \begin_inset Formula $\mathfrak{AbC}$
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 -
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 </row>
18252 </lyxtabular>
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \align center
18261 \begin_inset Tabular
18262 <lyxtabular version="3" rows="5" columns="3">
18263 <features tabularvalignment="middle">
18264 <column alignment="center" valignment="top" width="0">
18265 <column alignment="center" valignment="top" width="0">
18266 <column alignment="center" valignment="top" width="0">
18267 <row>
18268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 Befehl
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 Ergebnis
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 Tastenkürzel
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \backslash
18303 mathit
18304 \series bold
18305
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311
18312 \backslash
18313 leer 
18314 \end_layout
18315
18316 \end_inset
18317
18318
18319 \series default
18320 AbC
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Formula $\mathit{AbC}$
18330 \end_inset
18331
18332
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 -
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 </row>
18347 <row>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \backslash
18354 mathrm
18355 \series bold
18356
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 leer 
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \series default
18371 AbC
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 \begin_inset Formula $\mathrm{AbC}$
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 Alt+Z R
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \backslash
18405 mathsf
18406 \series bold
18407
18408 \begin_inset ERT
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413
18414 \backslash
18415 leer 
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathsf{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 Alt+Z S
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 </row>
18449 <row>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \backslash
18456 mathtt
18457 \series bold
18458
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 leer 
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \series default
18473 AbC
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset Formula $\mathtt{AbC}$
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 Alt+Z C
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 </lyxtabular>
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 \begin_inset Note Greyedout
18509 status open
18510
18511 \begin_layout Plain Layout
18512
18513 \series bold
18514 Achtung:
18515 \series default
18516  Die Stile 
18517 \series bold
18518
18519 \backslash
18520 mathbb
18521 \series default
18522  und 
18523 \series bold
18524
18525 \backslash
18526 mathcal
18527 \series default
18528  können nur für Großbuchstaben verwendet werden.
18529 \end_layout
18530
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \begin_layout Standard
18537 Voreingestellt ist der Stil 
18538 \series bold
18539
18540 \backslash
18541 mathnormal
18542 \series default
18543 .
18544 \end_layout
18545
18546 \begin_layout Standard
18547 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18548 \begin_inset Formula \[
18549 \mathfrak{A=\frac{b}{C}}\]
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Standard
18557 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18558 ile, sondern in dem Textschriftstil 
18559 \series bold
18560
18561 \backslash
18562 textrm
18563 \series default
18564 .
18565  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18566  ein Fehler in LyX.
18567 \begin_inset Foot
18568 status collapsed
18569
18570 \begin_layout Plain Layout
18571 \begin_inset CommandInset href
18572 LatexCommand href
18573 name "LyX-Fehler #4629"
18574 target "http://www.lyx.org/trac/ticket/4629"
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \begin_layout Standard
18587 Anstelle der Stilbefehle kann man auch den Dialog 
18588 \family sans
18589 Bearbeiten\SpecialChar \menuseparator
18590 Mathe\SpecialChar \menuseparator
18591 Text-Stil
18592 \family default
18593  oder den Mathe-Werkzeugleistenknopf 
18594 \begin_inset Graphics
18595         filename ../../images/math/font.png
18596         scale 85
18597
18598 \end_inset
18599
18600  verwenden.
18601 \end_layout
18602
18603 \begin_layout Subsection
18604 Fett gedruckte Formeln
18605 \begin_inset CommandInset label
18606 LatexCommand label
18607 name "sub:Fett-gedruckte-Formeln"
18608
18609 \end_inset
18610
18611
18612 \begin_inset Index idx
18613 status collapsed
18614
18615 \begin_layout Plain Layout
18616 Formel ! fett gedruckte
18617 \end_layout
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \begin_layout Standard
18625 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18626  Kapitel angegebenen Befehl 
18627 \series bold
18628
18629 \backslash
18630 mathbf
18631 \series default
18632  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18633  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18634  Formel gut erkennt:
18635 \end_layout
18636
18637 \begin_layout Standard
18638 \begin_inset Formula \[
18639 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18648 \series bold
18649
18650 \backslash
18651 boldsymbol
18652 \series default
18653 :
18654 \begin_inset Formula \[
18655 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18656
18657 \end_inset
18658
18659 Es gibt auch die Möglichkeit die Formel in eine 
18660 \series bold
18661 boldmath-Umgebung
18662 \series default
18663  zu setzen.
18664  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18665 \series bold
18666
18667 \backslash
18668 boldmath
18669 \series default
18670
18671 \begin_inset Index idx
18672 status collapsed
18673
18674 \begin_layout Plain Layout
18675 Befehle ! B ! 
18676 \backslash
18677 boldmath
18678 \end_layout
18679
18680 \end_inset
18681
18682  eingibt.
18683  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18684 \series bold
18685
18686 \backslash
18687 unboldmath
18688 \series default
18689
18690 \begin_inset Index idx
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694 Befehle ! U ! 
18695 \backslash
18696 unboldmath
18697 \end_layout
18698
18699 \end_inset
18700
18701  ein.
18702 \begin_inset ERT
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706
18707
18708 \backslash
18709 boldmath 
18710 \end_layout
18711
18712 \end_inset
18713
18714
18715 \begin_inset Formula \[
18716 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18717
18718 \end_inset
18719
18720
18721 \begin_inset ERT
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725
18726
18727 \backslash
18728 unboldmath 
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Subsection
18737 Farbige Formeln
18738 \begin_inset Index idx
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742 Formel ! farbige
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \begin_layout Standard
18751 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18752  oder Formelteile und verwenden dann den 
18753 \family sans
18754 Textstil
18755 \family default
18756  Dialog.
18757  Hier ist eine Formel in Magenta:
18758 \begin_inset Formula \[
18759 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \begin_layout Standard
18767 Man kann auch eigene Farben definieren, wie in 
18768 \begin_inset CommandInset ref
18769 LatexCommand ref
18770 reference "sub:Farbige-Boxen"
18771
18772 \end_inset
18773
18774  erklärt ist.
18775  Diese können dann mit dem TeX-Code Befehl 
18776 \series bold
18777
18778 \backslash
18779 textcolor
18780 \series default
18781
18782 \begin_inset Index idx
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786 Befehle! T ! 
18787 \backslash
18788 textcolor
18789 \end_layout
18790
18791 \end_inset
18792
18793  verwendet werden, dass folgendes Schema besitzt:
18794 \end_layout
18795
18796 \begin_layout Standard
18797
18798 \series bold
18799
18800 \backslash
18801 textcolor{Farbe}{Zeichen oder Formel}
18802 \end_layout
18803
18804 \begin_layout Standard
18805 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18806 \end_layout
18807
18808 \begin_layout Standard
18809 \begin_inset ERT
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813
18814
18815 \backslash
18816 textcolor{dunkelgruen}{
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \begin_inset Formula \[
18823 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18824
18825 \end_inset
18826
18827
18828 \begin_inset ERT
18829 status collapsed
18830
18831 \begin_layout Plain Layout
18832
18833 }
18834 \end_layout
18835
18836 \end_inset
18837
18838
18839 \end_layout
18840
18841 \begin_layout Standard
18842 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18843 n Farben gefärbt werden.
18844 \begin_inset Foot
18845 status collapsed
18846
18847 \begin_layout Plain Layout
18848 \begin_inset CommandInset href
18849 LatexCommand href
18850 name "LyX-bug #5269"
18851 target "http://www.lyx.org/trac/ticket/5269"
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Subsection
18864 Schriftgrößen
18865 \begin_inset CommandInset label
18866 LatexCommand label
18867 name "sub:Schriftgrößen"
18868
18869 \end_inset
18870
18871
18872 \begin_inset Index idx
18873 status collapsed
18874
18875 \begin_layout Plain Layout
18876 Schriften ! Schriftgrößen
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18886 le:
18887 \end_layout
18888
18889 \begin_layout Standard
18890
18891 \series bold
18892
18893 \backslash
18894 Huge
18895 \series default
18896
18897 \series bold
18898
18899 \backslash
18900 huge
18901 \series default
18902
18903 \series bold
18904
18905 \backslash
18906 LARGE
18907 \series default
18908
18909 \series bold
18910
18911 \backslash
18912 Large
18913 \series default
18914
18915 \series bold
18916
18917 \backslash
18918 large
18919 \series default
18920
18921 \series bold
18922
18923 \backslash
18924 normalsize
18925 \series default
18926
18927 \series bold
18928
18929 \backslash
18930 small
18931 \series default
18932
18933 \series bold
18934
18935 \backslash
18936 footnotesize
18937 \series default
18938 ,
18939 \begin_inset Newline linebreak
18940 \end_inset
18941
18942
18943 \series bold
18944
18945 \backslash
18946 scriptsize
18947 \series default
18948  und 
18949 \series bold
18950
18951 \backslash
18952 tiny
18953 \end_layout
18954
18955 \begin_layout Standard
18956 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18957  ab, die dem Befehl 
18958 \series bold
18959
18960 \backslash
18961 normalsize
18962 \series default
18963  entspricht.
18964  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18965 \series bold
18966
18967 \backslash
18968 normalsize
18969 \series default
18970 .
18971  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18972  Beträgt z.
18973 \begin_inset space \thinspace{}
18974 \end_inset
18975
18976 B.
18977  die Dokumentschriftgröße 12
18978 \begin_inset space \thinspace{}
18979 \end_inset
18980
18981 pt, produziert der Befehl 
18982 \series bold
18983
18984 \backslash
18985 Huge
18986 \series default
18987  dasselbe wie 
18988 \series bold
18989
18990 \backslash
18991 huge
18992 \series default
18993 .
18994  
18995 \end_layout
18996
18997 \begin_layout Standard
18998 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18999  Größe aller nachfolgenden Formel- und Textzeichen fest.
19000  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19001  TeX-Modus den Befehl 
19002 \series bold
19003
19004 \backslash
19005 normalsize
19006 \series default
19007  ein.
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset Newpage newpage
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \begin_layout Standard
19018 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19019  werden:
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \noindent
19024 \align center
19025 \begin_inset Tabular
19026 <lyxtabular version="3" rows="5" columns="2">
19027 <features tabularvalignment="middle">
19028 <column alignment="center" valignment="top" width="0">
19029 <column alignment="center" valignment="top" width="0">
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 Befehl
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 Ergebnis
19045 \begin_inset Note Note
19046 status collapsed
19047
19048 \begin_layout Plain Layout
19049
19050 \series bold
19051
19052 \backslash
19053 raisebox
19054 \series default
19055  dient nur als Abstandhalter.
19056 \end_layout
19057
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \backslash
19073 displaystyle
19074 \begin_inset Index idx
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Befehle ! D ! 
19079 \backslash
19080 displaystyle
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 </row>
19103 <row>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \backslash
19110 textstyle
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 <row>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133
19134 \backslash
19135 scriptstyle
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 <row>
19154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158
19159 \backslash
19160 scriptscriptstyle
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 </row>
19178 </lyxtabular>
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19187  in das die Formelteile eingegeben werden.
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19192  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19193  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19194  eingegeben.
19195  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19196  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19197  Dazu zwei Beispiele:
19198 \begin_inset VSpace -2mm
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \begin_layout Standard
19205 \begin_inset ERT
19206 status collapsed
19207
19208 \begin_layout Plain Layout
19209
19210
19211 \backslash
19212 huge 
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \begin_inset Formula \[
19219 A=\frac{B}{c}\cdot\maltese\]
19220
19221 \end_inset
19222
19223
19224 \begin_inset Formula \[
19225 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19226
19227 \end_inset
19228
19229
19230 \begin_inset ERT
19231 status collapsed
19232
19233 \begin_layout Plain Layout
19234
19235
19236 \backslash
19237 normalsize 
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \begin_inset VSpace medskip
19247 \end_inset
19248
19249 Vor beiden Formeln wurde der Befehl 
19250 \series bold
19251
19252 \backslash
19253 huge
19254 \series default
19255  eingegeben.
19256  Der Befehl für die zweite Formel lautet:
19257 \begin_inset Newline newline
19258 \end_inset
19259
19260
19261 \series bold
19262
19263 \backslash
19264 maltese
19265 \begin_inset ERT
19266 status collapsed
19267
19268 \begin_layout Plain Layout
19269
19270
19271 \backslash
19272 leer 
19273 \end_layout
19274
19275 \end_inset
19276
19277 A M-m m 
19278 \backslash
19279 Large
19280 \begin_inset ERT
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284
19285
19286 \backslash
19287 leer 
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \backslash
19294 maltese
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 leer 
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \backslash
19309 textit
19310 \begin_inset ERT
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314
19315
19316 \backslash
19317 leer 
19318 \end_layout
19319
19320 \end_inset
19321
19322 A
19323 \begin_inset Formula $\to$
19324 \end_inset
19325
19326
19327 \begin_inset Formula $\to$
19328 \end_inset
19329
19330
19331 \begin_inset Newline newline
19332 \end_inset
19333
19334
19335 \begin_inset space \hspace*{}
19336 \length 1cm
19337 \end_inset
19338
19339 M-m
19340 \series default
19341  
19342 \series bold
19343
19344 \backslash
19345 tiny
19346 \begin_inset ERT
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350
19351
19352 \backslash
19353 leer 
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \backslash
19360 maltese
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 leer 
19369 \end_layout
19370
19371 \end_inset
19372
19373
19374 \backslash
19375 textit
19376 \begin_inset ERT
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380
19381
19382 \backslash
19383 leer 
19384 \end_layout
19385
19386 \end_inset
19387
19388 A
19389 \end_layout
19390
19391 \begin_layout Standard
19392 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19393  immer in der Standardgröße dargestellt.
19394 \end_layout
19395
19396 \begin_layout Standard
19397 \begin_inset Newpage newpage
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Section
19404 Griechische Buchstaben
19405 \begin_inset Index idx
19406 status collapsed
19407
19408 \begin_layout Plain Layout
19409 griechische Buchstaben
19410 \end_layout
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \begin_layout Standard
19418 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19419  
19420 \begin_inset Graphics
19421         filename ../../images/math/alpha.png
19422         scale 85
19423
19424 \end_inset
19425
19426  eingefügt werden.
19427 \end_layout
19428
19429 \begin_layout Subsection
19430 Kleine Buchstaben
19431 \begin_inset Index idx
19432 status collapsed
19433
19434 \begin_layout Plain Layout
19435 griechische Buchstaben ! kleine
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Standard
19444 \begin_inset space \hfill{}
19445 \end_inset
19446
19447
19448 \begin_inset Tabular
19449 <lyxtabular version="3" rows="11" columns="2">
19450 <features tabularvalignment="middle">
19451 <column alignment="center" valignment="top" width="0pt">
19452 <column alignment="center" valignment="top" width="0pt">
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 Befehl
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 Ergebnis
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 alpha
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\alpha$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 beta
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\beta$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 gamma
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\gamma$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 delta
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\delta$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 epsilon
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\epsilon$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 varepsilon
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\varepsilon$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 zeta
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\zeta$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 eta
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\eta$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 theta
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\theta$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 vartheta
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\vartheta$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 </lyxtabular>
19724
19725 \end_inset
19726
19727
19728 \begin_inset space \hfill{}
19729 \end_inset
19730
19731
19732 \begin_inset Tabular
19733 <lyxtabular version="3" rows="12" columns="2">
19734 <features tabularvalignment="middle">
19735 <column alignment="center" valignment="top" width="0pt">
19736 <column alignment="center" valignment="top" width="0pt">
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 Befehl
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 Ergebnis
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \backslash
19764 iota
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Formula $\iota$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \backslash
19789 kappa
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 \begin_inset Formula $\kappa$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 varkappa
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\varkappa$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 lambda
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\lambda$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 mu
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\mu$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 nu
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\nu$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 xi
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\xi$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 o
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Formula $o$
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 pi
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\pi$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 <row>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985
19986 \backslash
19987 varpi
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 \begin_inset Formula $\varpi$
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 rho
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\rho$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 </lyxtabular>
20031
20032 \end_inset
20033
20034
20035 \begin_inset space \hfill{}
20036 \end_inset
20037
20038
20039 \begin_inset Tabular
20040 <lyxtabular version="3" rows="11" columns="2">
20041 <features tabularvalignment="middle">
20042 <column alignment="center" valignment="top" width="0pt">
20043 <column alignment="center" valignment="top" width="0pt">
20044 <row>
20045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 Befehl
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 Ergebnis
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 <row>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069
20070 \backslash
20071 varrho
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 \begin_inset Formula $\varrho$
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 </row>
20089 <row>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \backslash
20096 sigma
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105 \begin_inset Formula $\sigma$
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 varsigma
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\varsigma$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 <row>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144
20145 \backslash
20146 tau
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset Formula $\tau$
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 <row>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \backslash
20171 upsilon
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $\upsilon$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 phi
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\phi$
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 </row>
20214 <row>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \backslash
20221 varphi
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $\varphi$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 chi
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\chi$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 psi
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Formula $\psi$
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \backslash
20296 omega
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Formula $\omega$
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 </lyxtabular>
20315
20316 \end_inset
20317
20318
20319 \begin_inset space \hfill{}
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \begin_layout Standard
20326 \begin_inset VSpace medskip
20327 \end_inset
20328
20329 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20330 \begin_inset CommandInset ref
20331 LatexCommand ref
20332 reference "sub:Aufrechte-kleine-griechische"
20333
20334 \end_inset
20335
20336  beschrieben.
20337 \end_layout
20338
20339 \begin_layout Subsection
20340 Große Buchstaben
20341 \begin_inset Index idx
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345 griechische Buchstaben ! große
20346 \end_layout
20347
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \begin_layout Standard
20354 \begin_inset space \hfill{}
20355 \end_inset
20356
20357
20358 \begin_inset Tabular
20359 <lyxtabular version="3" rows="7" columns="2">
20360 <features tabularvalignment="middle">
20361 <column alignment="center" valignment="top" width="0pt">
20362 <column alignment="center" valignment="top" width="0pt">
20363 <row>
20364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 Befehl
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 Ergebnis
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 Gamma
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\Gamma$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 <row>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \backslash
20415 Delta
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $\Delta$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 Theta
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 \begin_inset Formula $\Theta$
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 </row>
20458 <row>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463
20464 \backslash
20465 Lambda
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 \begin_inset Formula $\Lambda$
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 Xi
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\Xi$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \backslash
20515 Pi
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $\Pi$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 </lyxtabular>
20534
20535 \end_inset
20536
20537
20538 \begin_inset space \hfill{}
20539 \end_inset
20540
20541
20542 \begin_inset Tabular
20543 <lyxtabular version="3" rows="6" columns="2">
20544 <features tabularvalignment="middle">
20545 <column alignment="center" valignment="top" width="0pt">
20546 <column alignment="center" valignment="top" width="0pt">
20547 <row>
20548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552 Befehl
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561 Ergebnis
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 </row>
20567 <row>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572
20573 \backslash
20574 Sigma
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 \begin_inset Formula $\Sigma$
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 </row>
20592 <row>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597
20598 \backslash
20599 Upsilon
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608 \begin_inset Formula $\Upsilon$
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 Phi
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\Phi$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 Psi
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\Psi$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 Omega
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\Omega$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 </lyxtabular>
20693
20694 \end_inset
20695
20696
20697 \begin_inset space \hfill{}
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \begin_layout Standard
20704 \begin_inset VSpace medskip
20705 \end_inset
20706
20707 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20708  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20709  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20710  mit 
20711 \series bold
20712 var
20713 \series default
20714 .
20715  So ergibt z.
20716 \begin_inset space \thinspace{}
20717 \end_inset
20718
20719 B.
20720  der Befehl 
20721 \series bold
20722
20723 \backslash
20724 varGamma
20725 \series default
20726
20727 \begin_inset Formula $\varGamma$
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Subsection
20734 Fett gedruckte Buchstaben
20735 \begin_inset Index idx
20736 status collapsed
20737
20738 \begin_layout Plain Layout
20739 griechische Buchstaben ! fett gedruckte
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Standard
20748 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20749  Schriftstilen darstellen.
20750  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20751 \series bold
20752
20753 \backslash
20754 boldsymbol
20755 \series default
20756
20757 \begin_inset Index idx
20758 status collapsed
20759
20760 \begin_layout Plain Layout
20761 Befehle ! B ! 
20762 \backslash
20763 boldsymbol
20764 \end_layout
20765
20766 \end_inset
20767
20768  fett gedruckt auszugeben.
20769 \end_layout
20770
20771 \begin_layout Standard
20772 \align center
20773 \begin_inset Tabular
20774 <lyxtabular version="3" rows="3" columns="2">
20775 <features tabularvalignment="middle">
20776 <column alignment="center" valignment="top" width="0">
20777 <column alignment="center" valignment="top" width="0">
20778 <row>
20779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 Befehl
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 Ergebnis
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \backslash
20805 Upsilon
20806 \backslash
20807 boldsymbol
20808 \backslash
20809 Upsilon
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \backslash
20834 theta
20835 \backslash
20836 boldsymbol
20837 \backslash
20838 theta
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $\theta\boldsymbol{\theta}$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 </lyxtabular>
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Section
20864 Symbole
20865 \begin_inset ERT
20866 status collapsed
20867
20868 \begin_layout Plain Layout
20869
20870
20871 \backslash
20872 texorpdfstring{
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \begin_inset Foot
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20883  
20884 \begin_inset CommandInset citation
20885 LatexCommand cite
20886 key "Symbole"
20887
20888 \end_inset
20889
20890 .
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \begin_inset ERT
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900
20901 }{}
20902 \end_layout
20903
20904 \end_inset
20905
20906
20907 \begin_inset Note Note
20908 status collapsed
20909
20910 \begin_layout Plain Layout
20911
20912 \series bold
20913
20914 \backslash
20915 texorpdfstring
20916 \series default
20917  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20918 \end_layout
20919
20920 \begin_layout Plain Layout
20921 Näheres zu 
20922 \series bold
20923
20924 \backslash
20925 texorpdfstring
20926 \series default
20927  steht in Kapitel 
20928 \begin_inset CommandInset ref
20929 LatexCommand ref
20930 reference "sub:Formeln-in-Überschriften"
20931
20932 \end_inset
20933
20934 .
20935 \end_layout
20936
20937 \end_inset
20938
20939
20940 \begin_inset Index idx
20941 status collapsed
20942
20943 \begin_layout Plain Layout
20944 Symbole
20945 \end_layout
20946
20947 \end_inset
20948
20949
20950 \end_layout
20951
20952 \begin_layout Standard
20953 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20954
20955 leistenknöpfe 
20956 \begin_inset Graphics
20957         filename ../../images/math/nabla.png
20958         scale 85
20959
20960 \end_inset
20961
20962  und 
20963 \begin_inset Graphics
20964         filename ../../images/math/digamma.png
20965         scale 85
20966
20967 \end_inset
20968
20969  eingefügt werden.
20970 \end_layout
20971
20972 \begin_layout Subsection
20973 Mathematische Symbole
20974 \begin_inset CommandInset label
20975 LatexCommand label
20976 name "sub:Mathematische-Symbole"
20977
20978 \end_inset
20979
20980
20981 \begin_inset Index idx
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985 Symbole ! mathematische
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \begin_layout Standard
20994 \begin_inset space \hfill{}
20995 \end_inset
20996
20997
20998 \begin_inset Tabular
20999 <lyxtabular version="3" rows="10" columns="2">
21000 <features tabularvalignment="middle">
21001 <column alignment="center" valignment="top" width="0pt">
21002 <column alignment="center" valignment="top" width="0pt">
21003 <row>
21004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 Befehl
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 Ergebnis
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \backslash
21030 neg
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\neg$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 <row>
21049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053
21054 \backslash
21055 Im
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 \begin_inset Formula $\Im$
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 </row>
21073 <row>
21074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078
21079 \backslash
21080 Re
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset Formula $\Re$
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 </row>
21098 <row>
21099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103
21104 \backslash
21105 aleph
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 \begin_inset Formula $\aleph$
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128
21129 \backslash
21130 partial
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139 \begin_inset Formula $\partial$
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 </row>
21148 <row>
21149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153
21154 \backslash
21155 infty
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164 \begin_inset Formula $\infty$
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 </row>
21173 <row>
21174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178
21179 \backslash
21180 wp
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 \begin_inset Formula $\wp$
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 </row>
21198 <row>
21199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203
21204 \backslash
21205 imath
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 \begin_inset Formula $\imath$
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 </row>
21223 <row>
21224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228
21229 \backslash
21230 jmath
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 \begin_inset Formula $\jmath$
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 </row>
21248 </lyxtabular>
21249
21250 \end_inset
21251
21252
21253 \begin_inset space \hfill{}
21254 \end_inset
21255
21256
21257 \begin_inset Tabular
21258 <lyxtabular version="3" rows="10" columns="2">
21259 <features tabularvalignment="middle">
21260 <column alignment="center" valignment="top" width="0pt">
21261 <column alignment="center" valignment="top" width="0pt">
21262 <row>
21263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 Befehl
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 Ergebnis
21277 \begin_inset Note Note
21278 status collapsed
21279
21280 \begin_layout Plain Layout
21281
21282 \series bold
21283
21284 \backslash
21285 raisebox
21286 \series default
21287  dient nur als Abstandhalter.
21288 \end_layout
21289
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303
21304 \backslash
21305 forall
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Formula $\forall$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 </row>
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328
21329 \backslash
21330 exists
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 \begin_inset Formula $\exists$
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 <row>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353
21354 \backslash
21355 nexists
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\nexists$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 <row>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \backslash
21380 emptyset
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $\emptyset$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \backslash
21405 varnothing
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $\varnothing$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 dag
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\dag$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 ddag
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\ddag$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 complement
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset ERT
21490 status collapsed
21491
21492 \begin_layout Plain Layout
21493
21494
21495 \backslash
21496 raisebox{-0.8mm}{
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \begin_inset Formula $\complement$
21503 \end_inset
21504
21505
21506 \begin_inset ERT
21507 status collapsed
21508
21509 \begin_layout Plain Layout
21510
21511 }
21512 \end_layout
21513
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 Bbbk
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\Bbbk$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 </lyxtabular>
21548
21549 \end_inset
21550
21551
21552 \begin_inset space \hfill{}
21553 \end_inset
21554
21555
21556 \begin_inset Tabular
21557 <lyxtabular version="3" rows="10" columns="2">
21558 <features tabularvalignment="middle">
21559 <column alignment="center" valignment="top" width="0pt">
21560 <column alignment="center" valignment="top" width="0pt">
21561 <row>
21562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 Befehl
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 Ergebnis
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 prime
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\prime$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 backprime
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\backprime$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 <row>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636
21637 \backslash
21638 mho
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Formula $\mho$
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \backslash
21663 triangle
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 \begin_inset Formula $\triangle$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 </row>
21681 <row>
21682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686
21687 \backslash
21688 angle
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Formula $\angle$
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \backslash
21713 measuredangle
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Formula $\measuredangle$
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 <row>
21732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736
21737 \backslash
21738 sphericalangle
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 \begin_inset Formula $\sphericalangle$
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 <row>
21757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \backslash
21763 top
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 \begin_inset Formula $\top$
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 </row>
21781 <row>
21782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786
21787 \backslash
21788 bot
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797 \begin_inset Formula $\bot$
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 </row>
21806 </lyxtabular>
21807
21808 \end_inset
21809
21810
21811 \begin_inset space \hfill{}
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Subsection
21818 Sonstige Symbole
21819 \begin_inset CommandInset label
21820 LatexCommand label
21821 name "sub:Sonstige-Symbole"
21822
21823 \end_inset
21824
21825
21826 \begin_inset Index idx
21827 status collapsed
21828
21829 \begin_layout Plain Layout
21830 Symbole ! sonstige
21831 \end_layout
21832
21833 \end_inset
21834
21835
21836 \end_layout
21837
21838 \begin_layout Standard
21839 \noindent
21840 \align center
21841 \begin_inset Tabular
21842 <lyxtabular version="3" rows="10" columns="2">
21843 <features tabularvalignment="middle">
21844 <column alignment="center" valignment="top" width="0pt">
21845 <column alignment="center" valignment="top" width="0pt">
21846 <row>
21847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 Befehl
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 Ergebnis
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 </row>
21866 <row>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871
21872 \backslash
21873 flat
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 \begin_inset Formula $\flat$
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 <row>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \backslash
21898 natural
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\natural$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \backslash
21923 sharp
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\sharp$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 surd
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\surd$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 checkmark
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\checkmark$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 yen
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\yen$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 pounds
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\pounds$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 $
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055 \begin_inset Formula $\$$
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 §
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Formula $§$
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 </lyxtabular>
22088
22089 \end_inset
22090
22091
22092 \begin_inset Tabular
22093 <lyxtabular version="3" rows="10" columns="2">
22094 <features tabularvalignment="middle">
22095 <column alignment="center" valignment="top" width="0">
22096 <column alignment="center" valignment="top" width="0">
22097 <row>
22098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 Befehl
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 Ergebnis
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 </row>
22117 <row>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \backslash
22124 hbar
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 \begin_inset Formula $\hbar$
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 </row>
22142 <row>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147
22148 \backslash
22149 hslash
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 \begin_inset Formula $\hslash$
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 </row>
22167 <row>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \backslash
22174 clubsuit
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 \begin_inset Formula $\clubsuit$
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 </row>
22192 <row>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197
22198 \backslash
22199 spadesuit
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208 \begin_inset Formula $\spadesuit$
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 </row>
22217 <row>
22218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \backslash
22224 bigstar
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 \begin_inset Formula $\bigstar$
22234 \end_inset
22235
22236
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 </row>
22242 <row>
22243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22244 \begin_inset Text
22245
22246 \begin_layout Plain Layout
22247
22248 \backslash
22249 blacklozenge
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258 \begin_inset Formula $\blacklozenge$
22259 \end_inset
22260
22261
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 <row>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272
22273 \backslash
22274 blacktriangle
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 \begin_inset Formula $\blacktriangle$
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 </row>
22292 <row>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297
22298 \backslash
22299 blacktiangledown
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 \begin_inset Formula $\blacktriangledown$
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322
22323 \backslash
22324 bullet
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\bullet$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 </lyxtabular>
22343
22344 \end_inset
22345
22346
22347 \begin_inset Tabular
22348 <lyxtabular version="3" rows="10" columns="2">
22349 <features tabularvalignment="middle">
22350 <column alignment="center" valignment="top" width="0pt">
22351 <column alignment="center" valignment="top" width="0pt">
22352 <row>
22353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 Befehl
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 Ergebnis
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \backslash
22379 diamondsuit
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $\diamondsuit$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 <row>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \backslash
22404 Diamond
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 \begin_inset Formula $\Diamond$
22414 \end_inset
22415
22416
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427
22428 \backslash
22429 heartsuit
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 \begin_inset Formula $\heartsuit$
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 P
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\P$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 copyright
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\copyright$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 <row>
22498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502
22503 \backslash
22504 circledR
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Formula $\circledR$
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 <row>
22523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \backslash
22529 maltese
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 \begin_inset Formula $\maltese$
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 </row>
22547 <row>
22548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552
22553 \backslash
22554 diagup
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 \begin_inset Formula $\diagup$
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 <row>
22573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
22578 \backslash
22579 diagdown
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Formula $\diagdown$
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 </row>
22597 </lyxtabular>
22598
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \begin_layout Standard
22605 \begin_inset VSpace medskip
22606 \end_inset
22607
22608 Weitere Symbole sind in 
22609 \begin_inset CommandInset ref
22610 LatexCommand ref
22611 reference "sub:Sonstige-Sonderzeichen"
22612
22613 \end_inset
22614
22615  aufgelistet.
22616 \end_layout
22617
22618 \begin_layout Standard
22619 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22620  
22621 \begin_inset CommandInset ref
22622 LatexCommand ref
22623 reference "sub:Schriftgrößen"
22624
22625 \end_inset
22626
22627 .
22628 \end_layout
22629
22630 \begin_layout Subsection
22631 Das Euro-Symbol €
22632 \begin_inset Index idx
22633 status collapsed
22634
22635 \begin_layout Plain Layout
22636 Symbole ! Euro-Symbol
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \begin_inset Index idx
22643 status collapsed
22644
22645 \begin_layout Plain Layout
22646
22647 \backslash
22648 @
22649 \begin_inset ERT
22650 status collapsed
22651
22652 \begin_layout Plain Layout
22653
22654
22655 \backslash
22656 officialeuro
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Standard
22670 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22671
22672 \series bold
22673 eurosym
22674 \series default
22675
22676 \begin_inset Index idx
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680 Pakete ! eurosym
22681 \end_layout
22682
22683 \end_inset
22684
22685  installieren und dieses mit der LaTeX-Vorspannzeile
22686 \end_layout
22687
22688 \begin_layout Standard
22689
22690 \series bold
22691
22692 \backslash
22693 usepackage[gennarrow]{eurosym}
22694 \end_layout
22695
22696 \begin_layout Standard
22697 aktivieren.
22698  Das Euro-Symbol kann man nun mit dem Befehl 
22699 \series bold
22700
22701 \backslash
22702 euro
22703 \series default
22704
22705 \begin_inset Index idx
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709 Befehle ! E ! 
22710 \backslash
22711 euro
22712 \end_layout
22713
22714 \end_inset
22715
22716  aufrufen.
22717 \end_layout
22718
22719 \begin_layout Standard
22720 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22721  eingeben, ohne 
22722 \series bold
22723 eurosym
22724 \series default
22725  installiert zu haben.
22726  Ist 
22727 \series bold
22728 eurosym
22729 \series default
22730  installiert, kann man 
22731 \series bold
22732
22733 \backslash
22734 euro
22735 \series default
22736  auch im TeX-Modus eingeben.
22737  Das offizielle Währungssymbol erhält man dann über den Befehl 
22738 \series bold
22739
22740 \backslash
22741 officialeuro
22742 \series default
22743
22744 \begin_inset Index idx
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748 Befehle ! O ! 
22749 \backslash
22750 officialeuro
22751 \end_layout
22752
22753 \end_inset
22754
22755 , der nur im TeX-Modus verfügbar ist.
22756 \end_layout
22757
22758 \begin_layout Standard
22759 \begin_inset ERT
22760 status collapsed
22761
22762 \begin_layout Plain Layout
22763
22764
22765 \backslash
22766 ifeurosym 
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \begin_inset Note Note
22773 status open
22774
22775 \begin_layout Plain Layout
22776 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22777 \series bold
22778 eurosym
22779 \series default
22780  installiert ist:
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \begin_layout Standard
22789 Eine Übersicht der verschiedenen Euro-Symbole:
22790 \end_layout
22791
22792 \begin_layout Standard
22793 \align center
22794 \begin_inset Tabular
22795 <lyxtabular version="3" rows="4" columns="3">
22796 <features tabularvalignment="middle">
22797 <column alignment="center" valignment="top" width="0pt">
22798 <column alignment="center" valignment="top" width="0pt">
22799 <column alignment="center" valignment="top" width="0pt">
22800 <row>
22801 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 Befehl 
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 Ergebnis
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 </row>
22829 <row>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 Formel
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 euro
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\euro$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 mathematischer Text
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\mbox{€}$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 TeX-Modus
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 officialeuro
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset ERT
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924
22925
22926 \backslash
22927 officialeuro
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 </row>
22938 </lyxtabular>
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 \begin_inset ERT
22947 status collapsed
22948
22949 \begin_layout Plain Layout
22950
22951
22952 \backslash
22953 else 
22954 \end_layout
22955
22956 \end_inset
22957
22958
22959 \begin_inset Note Note
22960 status open
22961
22962 \begin_layout Plain Layout
22963 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22964 \series bold
22965 eurosym
22966 \series default
22967  nicht installiert ist:
22968 \end_layout
22969
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \begin_layout Standard
22976 Das LaTeX-Paket 
22977 \series bold
22978 eurosym 
22979 \series default
22980 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22981 \end_layout
22982
22983 \begin_layout Standard
22984 \begin_inset ERT
22985 status collapsed
22986
22987 \begin_layout Plain Layout
22988
22989
22990 \backslash
22991 fi 
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \begin_layout Section
23000 Relationen
23001 \begin_inset CommandInset label
23002 LatexCommand label
23003 name "sec:Relationen"
23004
23005 \end_inset
23006
23007
23008 \begin_inset Index idx
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 Relationen
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \begin_inset Index idx
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022 Vergleiche|see
23023 \begin_inset ERT
23024 status collapsed
23025
23026 \begin_layout Plain Layout
23027
23028 {
23029 \end_layout
23030
23031 \end_inset
23032
23033 Relationen
23034 \begin_inset ERT
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038
23039 }
23040 \end_layout
23041
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \begin_layout Standard
23053 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23054  
23055 \begin_inset Graphics
23056         filename ../../images/math/leq.png
23057         scale 85
23058
23059 \end_inset
23060
23061  eingefügt werden.
23062 \end_layout
23063
23064 \begin_layout Standard
23065 \begin_inset space \hfill{}
23066 \end_inset
23067
23068
23069 \begin_inset Tabular
23070 <lyxtabular version="3" rows="17" columns="2">
23071 <features tabularvalignment="middle">
23072 <column alignment="center" valignment="top" width="0pt">
23073 <column alignment="center" valignment="top" width="0pt">
23074 <row>
23075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 Befehl
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 Ergebnis
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 <
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 \begin_inset Formula $<$
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 <row>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \backslash
23124 le
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 \begin_inset Formula $\le$
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 </row>
23142 <row>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147
23148 \backslash
23149 ll
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 \begin_inset Formula $\ll$
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \backslash
23174 prec
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 \begin_inset Formula $\prec$
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197
23198 \backslash
23199 preceq
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208 \begin_inset Formula $\preceq$
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 </row>
23217 <row>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222
23223 \backslash
23224 subset
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 \begin_inset Formula $\subset$
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \end_inset
23240 </cell>
23241 </row>
23242 <row>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \backslash
23249 subseteq
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258 \begin_inset Formula $\subseteq$
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272
23273 \backslash
23274 sqsubseteq
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 \begin_inset Formula $\sqsubseteq$
23284 \end_inset
23285
23286
23287 \end_layout
23288
23289 \end_inset
23290 </cell>
23291 </row>
23292 <row>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297
23298 \backslash
23299 in
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 \begin_inset Formula $\in$
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322
23323 \backslash
23324 vdash
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 \begin_inset Formula $\vdash$
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340 </cell>
23341 </row>
23342 <row>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347
23348 \backslash
23349 smile
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Formula $\smile$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 </row>
23367 <row>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372
23373 \backslash
23374 lhd
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 \begin_inset Formula $\lhd$
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 </row>
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397
23398 \backslash
23399 unlhd
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 \begin_inset Formula $\unlhd$
23409 \end_inset
23410
23411
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 </row>
23417 <row>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422
23423 \backslash
23424 gtrless
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 \begin_inset Formula $\gtrless$
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 </row>
23442 <row>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447
23448 \backslash
23449 mid
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 \begin_inset Formula $\mid$
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 </row>
23467 <row>
23468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472
23473 \backslash
23474 nmid
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 \begin_inset Formula $\nmid$
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 </lyxtabular>
23493
23494 \end_inset
23495
23496
23497 \begin_inset space \hfill{}
23498 \end_inset
23499
23500
23501 \begin_inset Tabular
23502 <lyxtabular version="3" rows="17" columns="2">
23503 <features tabularvalignment="middle">
23504 <column alignment="center" valignment="top" width="0pt">
23505 <column alignment="center" valignment="top" width="0pt">
23506 <row>
23507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511 Befehl
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 Ergebnis
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 =
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 \begin_inset Formula $=$
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \backslash
23556 not=
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 \begin_inset Formula $\not=$
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 </row>
23574 <row>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \backslash
23581 equiv
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 \begin_inset Formula $\equiv$
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 </row>
23599 <row>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604
23605 \backslash
23606 sim
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 \begin_inset Formula $\sim$
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 </row>
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \backslash
23631 simeq
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset Formula $\simeq$
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \backslash
23656 approx
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 \begin_inset Formula $\approx$
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679
23680 \backslash
23681 cong
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 \begin_inset Formula $\cong$
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \backslash
23706 bowtie
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 \begin_inset Formula $\bowtie$
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 </row>
23724 <row>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \backslash
23731 notin
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Formula $\notin$
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \backslash
23756 perp
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 \begin_inset Formula $\perp$
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 </row>
23774 <row>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779
23780 \backslash
23781 propto
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 \begin_inset Formula $\propto$
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 </row>
23799 <row>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804
23805 \backslash
23806 asymp
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815 \begin_inset Formula $\asymp$
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 </row>
23824 <row>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829
23830 \backslash
23831 doteq
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 \begin_inset Formula $\doteq$
23841 \end_inset
23842
23843
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854
23855 \backslash
23856 circeq
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 \begin_inset Formula $\circeq$
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 </row>
23874 <row>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879
23880 \backslash
23881 models
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 \begin_inset Formula $\models$
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 </row>
23899 <row>
23900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904
23905 \backslash
23906 widehat=
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915 \begin_inset Formula $\widehat{=}$
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 </row>
23924 </lyxtabular>
23925
23926 \end_inset
23927
23928
23929 \begin_inset space \hfill{}
23930 \end_inset
23931
23932
23933 \begin_inset Tabular
23934 <lyxtabular version="3" rows="17" columns="2">
23935 <features tabularvalignment="middle">
23936 <column alignment="center" valignment="top" width="0pt">
23937 <column alignment="center" valignment="top" width="0pt">
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 Befehl
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 Ergebnis
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 >
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 \begin_inset Formula $>$
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 </row>
23981 <row>
23982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986
23987 \backslash
23988 ge
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997 \begin_inset Formula $\ge$
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 </row>
24006 <row>
24007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011
24012 \backslash
24013 gg
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022 \begin_inset Formula $\gg$
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 </row>
24031 <row>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036
24037 \backslash
24038 succ
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047 \begin_inset Formula $\succ$
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 </row>
24056 <row>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061
24062 \backslash
24063 succeq
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 \begin_inset Formula $\succeq$
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 </row>
24081 <row>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 supset
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 \begin_inset Formula $\supset$
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 </row>
24106 <row>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111
24112 \backslash
24113 supseteq
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 \begin_inset Formula $\supseteq$
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \backslash
24138 sqsupseteq
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147 \begin_inset Formula $\sqsupseteq$
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 </row>
24156 <row>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161
24162 \backslash
24163 ni
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 \begin_inset Formula $\ni$
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 </row>
24181 <row>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186
24187 \backslash
24188 dashv
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 \begin_inset Formula $\dashv$
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 </row>
24206 <row>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211
24212 \backslash
24213 frown
24214 \end_layout
24215
24216 \end_inset
24217 </cell>
24218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222 \begin_inset Formula $\frown$
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 </row>
24231 <row>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236
24237 \backslash
24238 rhd
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 \begin_inset Formula $\rhd$
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 </row>
24256 <row>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 unrhd
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 \begin_inset Formula $\unrhd$
24273 \end_inset
24274
24275
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 lessgtr
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297 \begin_inset Formula $\lessgtr$
24298 \end_inset
24299
24300
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 </row>
24306 <row>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \backslash
24313 parallel
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322 \begin_inset Formula $\parallel$
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336
24337 \backslash
24338 nparallel
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347 \begin_inset Formula $\nparallel$
24348 \end_inset
24349
24350
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 </row>
24356 </lyxtabular>
24357
24358 \end_inset
24359
24360
24361 \begin_inset space \hfill{}
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \begin_layout Standard
24368 \begin_inset VSpace medskip
24369 \end_inset
24370
24371 Die Zeichen 
24372 \series bold
24373
24374 \backslash
24375 lhd
24376 \series default
24377  bzw.
24378  
24379 \series bold
24380
24381 \backslash
24382 rhd
24383 \series default
24384  sind größer als die gleich aussehenden Operatoren
24385 \begin_inset Newline linebreak
24386 \end_inset
24387
24388
24389 \series bold
24390
24391 \backslash
24392 triangleleft
24393 \series default
24394  bzw.
24395  
24396 \series bold
24397
24398 \backslash
24399 triangleright
24400 \series default
24401 .
24402 \end_layout
24403
24404 \begin_layout Standard
24405 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24406 \end_layout
24407
24408 \begin_layout Standard
24409 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24410 \series bold
24411
24412 \backslash
24413 stackrel
24414 \series default
24415
24416 \begin_inset Index idx
24417 status collapsed
24418
24419 \begin_layout Plain Layout
24420 Befehle ! S ! 
24421 \backslash
24422 stackrel
24423 \end_layout
24424
24425 \end_inset
24426
24427  erstellt werden:
24428 \end_layout
24429
24430 \begin_layout Standard
24431 \align center
24432 \begin_inset Tabular
24433 <lyxtabular version="3" rows="2" columns="2">
24434 <features tabularvalignment="middle">
24435 <column alignment="center" valignment="top" width="0">
24436 <column alignment="center" valignment="top" width="0">
24437 <row>
24438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442 Befehl
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 Ergebnis
24452 \begin_inset Note Note
24453 status collapsed
24454
24455 \begin_layout Plain Layout
24456
24457 \series bold
24458
24459 \backslash
24460 raisebox
24461 \series default
24462  dient nur als Abstandhalter.
24463 \end_layout
24464
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 A(r)
24479 \backslash
24480 stackrel
24481 \begin_inset ERT
24482 status collapsed
24483
24484 \begin_layout Plain Layout
24485
24486
24487 \backslash
24488 leer 
24489 \end_layout
24490
24491 \end_inset
24492
24493 r
24494 \backslash
24495 to
24496 \backslash
24497 infty
24498 \begin_inset ERT
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502
24503
24504 \backslash
24505 leer 
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \begin_inset Formula $\downarrow$
24512 \end_inset
24513
24514
24515 \backslash
24516 approx
24517 \begin_inset ERT
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521
24522
24523 \backslash
24524 leer 
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535
24536 \backslash
24537 leer 
24538 \end_layout
24539
24540 \end_inset
24541
24542 B
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 </lyxtabular>
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Section
24568 Funktionen
24569 \end_layout
24570
24571 \begin_layout Subsection
24572 Vordefinierte Funktionen
24573 \begin_inset CommandInset label
24574 LatexCommand label
24575 name "sub:Vordefinierte-Funktionen"
24576
24577 \end_inset
24578
24579
24580 \begin_inset Index idx
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584 Funktionen ! vordefinierte
24585 \end_layout
24586
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \begin_layout Standard
24593 Allgemein werden in mathematischen Ausdrücken Variablen 
24594 \shape italic
24595 kursiv
24596 \shape default
24597  gesetzt, Funktionsnamen hingegen nicht, denn 
24598 \begin_inset Formula $sin$
24599 \end_inset
24600
24601  könnte als 
24602 \begin_inset Formula $s\cdot i\cdot n$
24603 \end_inset
24604
24605  missverstanden werden.
24606  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24607 en etwas abgesetzt sind.
24608  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24609 \end_layout
24610
24611 \begin_layout Standard
24612 \align center
24613 \begin_inset Tabular
24614 <lyxtabular version="3" rows="2" columns="4">
24615 <features tabularvalignment="middle">
24616 <column alignment="center" valignment="top" width="0pt">
24617 <column alignment="center" valignment="top" width="0pt">
24618 <column alignment="center" valignment="top" width="0pt">
24619 <column alignment="center" valignment="top" width="0pt">
24620 <row>
24621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625 Befehl
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634 Ergebnis
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 Befehl
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652 Ergebnis
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 </row>
24658 <row>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 Asin(x)+B
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 \begin_inset Formula $Asin(x)+B$
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684 A
24685 \backslash
24686 sin(x)+B
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695 \begin_inset Formula $A\sin(x)+B$
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 </lyxtabular>
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \begin_layout Standard
24712 Folgende Funktionen sind vordefiniert:
24713 \end_layout
24714
24715 \begin_layout Standard
24716 \begin_inset VSpace -2mm
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Standard
24723 \align center
24724 \begin_inset Tabular
24725 <lyxtabular version="3" rows="9" columns="4">
24726 <features tabularvalignment="middle">
24727 <column alignment="center" valignment="top" width="0pt">
24728 <column alignment="center" valignment="top" width="0pt">
24729 <column alignment="center" valignment="top" width="0pt">
24730 <column alignment="center" valignment="top" width="0pt">
24731 <row>
24732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 Befehl
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 Befehl
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 Befehl
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763 Befehl
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 </row>
24769 <row>
24770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774
24775 \backslash
24776 sin
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \backslash
24787 sinh
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \backslash
24798 arcsin
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 sup
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 </row>
24815 <row>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820
24821 \backslash
24822 cos
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831
24832 \backslash
24833 cosh
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842
24843 \backslash
24844 arccos
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853
24854 \backslash
24855 inf
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 </row>
24861 <row>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866
24867 \backslash
24868 tan
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \backslash
24879 tanh
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \backslash
24890 arctan
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 lim
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 </row>
24907 <row>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912
24913 \backslash
24914 cot
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923
24924 \backslash
24925 coth
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 arg
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \backslash
24947 liminf
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 <row>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \backslash
24960 sec
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 min
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
24981 \backslash
24982 deg
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991
24992 \backslash
24993 limsup
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 </row>
24999 <row>
25000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \backslash
25006 csc
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \backslash
25017 max
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 det
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037
25038 \backslash
25039 Pr
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 <row>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 ln
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061
25062 \backslash
25063 exp
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072
25073 \backslash
25074 dim
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083
25084 \backslash
25085 hom
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 </row>
25091 <row>
25092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096
25097 \backslash
25098 lg
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \backslash
25109 log
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118
25119 \backslash
25120 ker
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \backslash
25131 gcd
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 </row>
25137 </lyxtabular>
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \begin_layout Standard
25145 Sie können auch über den Mathe-Werkzeugleistenknopf 
25146 \begin_inset Graphics
25147         filename ../../images/math/functions.png
25148         scale 85
25149
25150 \end_inset
25151
25152  eingefügt werden.
25153 \end_layout
25154
25155 \begin_layout Subsection
25156 Selbst definierte Funktionen
25157 \begin_inset Index idx
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 Funktionen ! selbstdefinierte
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25171 \begin_inset space \thinspace{}
25172 \end_inset
25173
25174 B.
25175  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25176 \end_layout
25177
25178 \begin_layout Itemize
25179 Man definiert die Funktion selbst.
25180  Dazu gibt man im LaTeX-Vorspann die Zeile
25181 \begin_inset Newline newline
25182 \end_inset
25183
25184
25185 \begin_inset VSpace -3mm
25186 \end_inset
25187
25188
25189 \begin_inset Newline newline
25190 \end_inset
25191
25192
25193 \series bold
25194
25195 \backslash
25196 DeclareMathOperator{
25197 \backslash
25198 sgn}{sgn}
25199 \series default
25200
25201 \begin_inset Index idx
25202 status collapsed
25203
25204 \begin_layout Plain Layout
25205 Befehle ! D ! 
25206 \backslash
25207 dbinom@
25208 \backslash
25209 DeclareMathOperator
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \begin_inset Newline newline
25216 \end_inset
25217
25218
25219 \begin_inset VSpace -2mm
25220 \end_inset
25221
25222
25223 \begin_inset Newline newline
25224 \end_inset
25225
25226 ein
25227 \begin_inset Foot
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231 Näheres zu 
25232 \series bold
25233
25234 \backslash
25235 DeclareMathOperator
25236 \series default
25237  siehe 
25238 \begin_inset CommandInset ref
25239 LatexCommand ref
25240 reference "sub:Selbstdefinierte-Operatoren"
25241
25242 \end_inset
25243
25244 .
25245 \end_layout
25246
25247 \end_inset
25248
25249 .
25250  Nun kann man mit dem Befehl 
25251 \series bold
25252
25253 \backslash
25254 sgn
25255 \series default
25256  die neu definierte Funktion aufrufen.
25257 \end_layout
25258
25259 \begin_layout Itemize
25260 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25261  Beispiel die Buchstaben 
25262 \emph on
25263 sgn
25264 \emph default
25265 , und wandelt ihn in in mathematischen Text um.
25266  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25267 \end_layout
25268
25269 \begin_layout Standard
25270 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25271  Funktion
25272 \begin_inset Foot
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25277 \end_layout
25278
25279 \end_inset
25280
25281 :
25282 \end_layout
25283
25284 \begin_layout Standard
25285 \align center
25286 \begin_inset Tabular
25287 <lyxtabular version="3" rows="3" columns="2">
25288 <features tabularvalignment="middle">
25289 <column alignment="center" valignment="top" width="0pt">
25290 <column alignment="center" valignment="top" width="0pt">
25291 <row>
25292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 Befehl
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305 Ergebnis
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 A
25317 \backslash
25318 sgn(x)+B
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 \begin_inset Formula $A\sgn(x)+B$
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 A
25342 \backslash
25343 ,
25344 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25345 \end_inset
25346
25347 (x)+B
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 </lyxtabular>
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Standard
25373 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25374  mehrfach verwendet werden soll.
25375 \end_layout
25376
25377 \begin_layout Subsection
25378 Grenzwerte
25379 \begin_inset Index idx
25380 status collapsed
25381
25382 \begin_layout Plain Layout
25383 Grenzwerte
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \begin_layout Standard
25392 Für Grenzwerte sind außer 
25393 \series bold
25394
25395 \backslash
25396 lim
25397 \series default
25398
25399 \begin_inset Index idx
25400 status collapsed
25401
25402 \begin_layout Plain Layout
25403 Befehle ! L ! 
25404 \backslash
25405 lim
25406 \end_layout
25407
25408 \end_inset
25409
25410
25411 \series bold
25412
25413 \backslash
25414 liminf
25415 \series default
25416  und 
25417 \series bold
25418
25419 \backslash
25420 limsup
25421 \series default
25422  noch folgende Funktionen definiert:
25423 \end_layout
25424
25425 \begin_layout Standard
25426 \align center
25427 \begin_inset Tabular
25428 <lyxtabular version="3" rows="5" columns="2">
25429 <features tabularvalignment="middle">
25430 <column alignment="center" valignment="top" width="0">
25431 <column alignment="center" valignment="top" width="0">
25432 <row>
25433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 Befehl
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 Ergebnis
25447 \begin_inset Note Note
25448 status collapsed
25449
25450 \begin_layout Plain Layout
25451
25452 \series bold
25453
25454 \backslash
25455 raisebox
25456 \series default
25457  dient nur als Abstandhalter.
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 varliminf
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 \begin_inset Formula $\varliminf$
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 </row>
25493 <row>
25494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498
25499 \backslash
25500 varlimsup
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509 \begin_inset Formula $\varlimsup$
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 <row>
25519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523
25524 \backslash
25525 varprojlim
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534 \begin_inset Formula $\varprojlim$
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 </row>
25543 <row>
25544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548
25549 \backslash
25550 varinjlim
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559 \begin_inset Formula $\varinjlim$
25560 \end_inset
25561
25562
25563 \begin_inset Formula $\raisebox{-2.5mm}{}$
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 </row>
25572 </lyxtabular>
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 \begin_inset VSpace medskip
25581 \end_inset
25582
25583 Der Grenzwert wird durch Tiefstellen erzeugt.
25584  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25585 \end_layout
25586
25587 \begin_layout Standard
25588 \align center
25589 \begin_inset Tabular
25590 <lyxtabular version="3" rows="2" columns="2">
25591 <features tabularvalignment="middle">
25592 <column alignment="center" valignment="top" width="0pt">
25593 <column alignment="center" valignment="top" width="0pt">
25594 <row>
25595 <cell alignment="center" valignment="top" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 Befehl
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 \begin_inset space \hspace{}
25609 \length 1cm
25610 \end_inset
25611
25612 Ergebnis
25613 \begin_inset Note Note
25614 status collapsed
25615
25616 \begin_layout Plain Layout
25617 Der Leerraum und 
25618 \series bold
25619
25620 \backslash
25621 raisebox
25622 \series default
25623  dienen nur als Abstandhalter.
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 </row>
25634 <row>
25635 <cell alignment="center" valignment="top" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639
25640 \backslash
25641 lim_x
25642 \backslash
25643 to
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649
25650 \backslash
25651 leer 
25652 \end_layout
25653
25654 \end_inset
25655
25656 A
25657 \begin_inset ERT
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661
25662
25663 \backslash
25664 leer 
25665 \end_layout
25666
25667 \end_inset
25668
25669 x=B
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 </lyxtabular>
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25696 \begin_inset Formula \[
25697 \lim_{x\to A}x=B\]
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Subsection
25705 Modulo-Funktionen
25706 \begin_inset Index idx
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710 Funktionen ! Modulo-
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25720  Varianten.
25721 \end_layout
25722
25723 \begin_layout Standard
25724 Die Varianten in einer abgesetzten Formel:
25725 \begin_inset Formula \begin{align*}
25726 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25727 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25728 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25729 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25730 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25731 \end{align*}
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Standard
25739 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25740  weniger Leerraum gesetzt.
25741 \end_layout
25742
25743 \begin_layout Section
25744 Sonderzeichen
25745 \begin_inset Index idx
25746 status collapsed
25747
25748 \begin_layout Plain Layout
25749 Sonderzeichen
25750 \end_layout
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Subsection
25758 Sonderzeichen im mathematischen Text
25759 \end_layout
25760
25761 \begin_layout Standard
25762 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25763  verwendet werden:
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset space \hfill{}
25768 \end_inset
25769
25770
25771 \begin_inset Tabular
25772 <lyxtabular version="3" rows="8" columns="2">
25773 <features tabularvalignment="middle">
25774 <column alignment="block" valignment="top" width="0">
25775 <column alignment="block" valignment="top" width="0">
25776 <row>
25777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 Befehl
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 Ergebnis
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 </row>
25796 <row>
25797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801
25802 \backslash
25803 oe
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 \begin_inset Formula $\textrm{œ}$
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 <row>
25822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826
25827 \backslash
25828 OE
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 \begin_inset Formula $\textrm{Œ}$
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 </row>
25846 <row>
25847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851
25852 \backslash
25853 ae
25854 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862 \begin_inset Formula $\textrm{æ}$
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878 AE
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887 \begin_inset Formula $\textrm{Æ}$
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 </row>
25896 <row>
25897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901
25902 \backslash
25903 aa
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912 \begin_inset Formula $\textrm{\aa}$
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 </row>
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926
25927 \backslash
25928 AA
25929 \begin_inset Index idx
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933
25934 \backslash
25935 @
25936 \begin_inset ERT
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940
25941
25942 \backslash
25943 textrm{
25944 \backslash
25945 AA}
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 \begin_inset Formula $\textrm{Å}$
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 </row>
25973 <row>
25974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978
25979 \backslash
25980 i
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25986 \begin_inset Text
25987
25988 \begin_layout Plain Layout
25989 \begin_inset Formula $\textrm{ı}$
25990 \end_inset
25991
25992
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 </row>
25998 </lyxtabular>
25999
26000 \end_inset
26001
26002
26003 \begin_inset space \hfill{}
26004 \end_inset
26005
26006
26007 \begin_inset Tabular
26008 <lyxtabular version="3" rows="8" columns="2">
26009 <features tabularvalignment="middle">
26010 <column alignment="block" valignment="top" width="0">
26011 <column alignment="center" valignment="top" width="0">
26012 <row>
26013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26014 \begin_inset Text
26015
26016 \begin_layout Plain Layout
26017 Befehl
26018 \begin_inset Note Note
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 Der Leerraum von 0
26023 \begin_inset space \thinspace{}
26024 \end_inset
26025
26026 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26027  ¿ erscheinen würde.
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 Ergebnis
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 <row>
26048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \backslash
26054 o
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Formula $\textrm{ø}$
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079 O
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{Ø}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 l
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\textrm{ł}$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 <row>
26123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127
26128 \backslash
26129 L
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Formula $\textrm{Ł}$
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 !
26153 \begin_inset space \hspace{}
26154 \length 0mm
26155 \end_inset
26156
26157 `
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162
26163
26164 \backslash
26165 leer 
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 \begin_inset Formula $\textrm{!`}$
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 </row>
26188 <row>
26189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 ?
26194 \begin_inset space \hspace{}
26195 \length 0mm
26196 \end_inset
26197
26198 `
26199 \begin_inset ERT
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203
26204
26205 \backslash
26206 leer 
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset Formula $\textrm{?`}$
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \backslash
26236 j
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 \begin_inset Formula $\textrm{ȷ}$
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 </lyxtabular>
26255
26256 \end_inset
26257
26258
26259 \begin_inset space \hfill{}
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Standard
26266 Die Zeichen 
26267 \begin_inset Formula $\textrm{\textrm{Å}}$
26268 \end_inset
26269
26270  und 
26271 \begin_inset Formula $\textrm{\textrm{Ø}}$
26272 \end_inset
26273
26274  können auch über den Mathe-Werkzeugleistenknopf 
26275 \begin_inset Graphics
26276         filename ../../images/math/digamma.png
26277         scale 85
26278
26279 \end_inset
26280
26281  eingefügt werden.
26282 \end_layout
26283
26284 \begin_layout Standard
26285 Eine Ausnahme bilden die Befehle 
26286 \series bold
26287 !
26288 \begin_inset space \hspace{}
26289 \length 0mm
26290 \end_inset
26291
26292 `
26293 \series default
26294  und 
26295 \series bold
26296 ?
26297 \begin_inset space \hspace{}
26298 \length 0mm
26299 \end_inset
26300
26301 `
26302 \series default
26303 , denn man kann sie in LyX direkt in den Text eingeben.
26304 \end_layout
26305
26306 \begin_layout Subsection
26307 Akzente im Text
26308 \begin_inset CommandInset label
26309 LatexCommand label
26310 name "sub:Sonderzeichen-Akzente"
26311
26312 \end_inset
26313
26314
26315 \begin_inset Index idx
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 Akzente ! im Text
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Standard
26328 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26329  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26330 \end_layout
26331
26332 \begin_layout Standard
26333 \begin_inset space \hfill{}
26334 \end_inset
26335
26336
26337 \begin_inset Tabular
26338 <lyxtabular version="3" rows="8" columns="2">
26339 <features tabularvalignment="middle">
26340 <column alignment="block" valignment="top" width="0">
26341 <column alignment="block" valignment="top" width="0">
26342 <row>
26343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 Befehl
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Plain Layout
26356 Ergebnis
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 </row>
26362 <row>
26363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26364 \begin_inset Text
26365
26366 \begin_layout Plain Layout
26367
26368 \backslash
26369
26370 \begin_inset Quotes grd
26371 \end_inset
26372
26373 e
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26379 \begin_inset Text
26380
26381 \begin_layout Plain Layout
26382 \begin_inset ERT
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386
26387
26388 \backslash
26389 "e
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405
26406 \backslash
26407 `e
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 \begin_inset ERT
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 `e
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 </row>
26434 <row>
26435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439
26440 \backslash
26441 ^
26442 \begin_inset ERT
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446
26447
26448 \backslash
26449 leer 
26450 \end_layout
26451
26452 \end_inset
26453
26454 e
26455 \end_layout
26456
26457 \end_inset
26458 </cell>
26459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 \begin_inset ERT
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467
26468
26469 \backslash
26470 ^e
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 <row>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486
26487 \backslash
26488 =e
26489 \end_layout
26490
26491 \end_inset
26492 </cell>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497 \begin_inset ERT
26498 status collapsed
26499
26500 \begin_layout Plain Layout
26501
26502
26503 \backslash
26504 =e
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 </row>
26515 <row>
26516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520
26521 \backslash
26522 u
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527
26528
26529 \backslash
26530 leer 
26531 \end_layout
26532
26533 \end_inset
26534
26535 e
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548
26549
26550 \backslash
26551 u e
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 </row>
26562 <row>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \backslash
26569 b
26570 \begin_inset ERT
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575
26576 \backslash
26577 leer 
26578 \end_layout
26579
26580 \end_inset
26581
26582 e
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 b e
26599 \end_layout
26600
26601 \end_inset
26602
26603
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 </row>
26609 <row>
26610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26611 \begin_inset Text
26612
26613 \begin_layout Plain Layout
26614
26615 \backslash
26616 t
26617 \begin_inset ERT
26618 status collapsed
26619
26620 \begin_layout Plain Layout
26621
26622
26623 \backslash
26624 leer 
26625 \end_layout
26626
26627 \end_inset
26628
26629 ee
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 \begin_inset ERT
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642
26643
26644 \backslash
26645 t ee
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 </lyxtabular>
26657
26658 \end_inset
26659
26660
26661 \begin_inset space \hfill{}
26662 \end_inset
26663
26664
26665 \begin_inset Tabular
26666 <lyxtabular version="3" rows="8" columns="2">
26667 <features tabularvalignment="middle">
26668 <column alignment="block" valignment="top" width="0">
26669 <column alignment="center" valignment="top" width="0">
26670 <row>
26671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675 Befehl
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 Ergebnis
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 <row>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695
26696 \backslash
26697 H
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 leer 
26706 \end_layout
26707
26708 \end_inset
26709
26710 e
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 \begin_inset ERT
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723
26724
26725 \backslash
26726 H e
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 </row>
26737 <row>
26738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742
26743 \backslash
26744 'e
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 'e
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 <row>
26772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776
26777 \backslash
26778 ~e
26779 \begin_inset Index idx
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783 Tilde
26784 \end_layout
26785
26786 \end_inset
26787
26788
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 \begin_inset ERT
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801
26802
26803 \backslash
26804 ~e
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 </row>
26815 <row>
26816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \backslash
26822 .e
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 \begin_inset ERT
26832 status collapsed
26833
26834 \begin_layout Plain Layout
26835
26836
26837 \backslash
26838 .e
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 </row>
26849 <row>
26850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854
26855 \backslash
26856 v
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 leer 
26865 \end_layout
26866
26867 \end_inset
26868
26869 e
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882
26883
26884 \backslash
26885 v e
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901
26902 \backslash
26903 d
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909
26910 \backslash
26911 leer 
26912 \end_layout
26913
26914 \end_inset
26915
26916 e
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925 \begin_inset ERT
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929
26930
26931 \backslash
26932 d e
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 c
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955
26956
26957 \backslash
26958 leer 
26959 \end_layout
26960
26961 \end_inset
26962
26963 e
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset ERT
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976
26977
26978 \backslash
26979 c e
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 </row>
26990 </lyxtabular>
26991
26992 \end_inset
26993
26994
26995 \begin_inset space \hfill{}
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset VSpace medskip
27003 \end_inset
27004
27005 Mit dem Befehl 
27006 \series bold
27007
27008 \backslash
27009 t
27010 \series default
27011  können auch zwei verschiedene Zeichen akzentuiert werden.
27012  Der Befehl 
27013 \series bold
27014
27015 \backslash
27016 t
27017 \begin_inset ERT
27018 status collapsed
27019
27020 \begin_layout Plain Layout
27021
27022
27023 \backslash
27024 leer 
27025 \end_layout
27026
27027 \end_inset
27028
27029 sz
27030 \series default
27031  ergibt: 
27032 \begin_inset ERT
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036
27037
27038 \backslash
27039 t sz
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Standard
27048 Die Akzente 
27049 \series bold
27050 `
27051 \series default
27052  , 
27053 \series bold
27054 '
27055 \series default
27056  und 
27057 \series bold
27058 ^
27059 \series default
27060  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27061  werden ohne den TeX-Modus zu benutzen.
27062  Dasselbe gilt für die Tilde
27063 \begin_inset Foot
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27068 \end_layout
27069
27070 \end_inset
27071
27072  
27073 \series bold
27074 ~
27075 \series default
27076  in Verbindung mit 
27077 \emph on
27078 a
27079 \emph default
27080  , 
27081 \emph on
27082 n
27083 \emph default
27084  oder 
27085 \emph on
27086 o
27087 \emph default
27088 .
27089 \end_layout
27090
27091 \begin_layout Standard
27092 Die Befehle 
27093 \series bold
27094
27095 \backslash
27096 b
27097 \series default
27098  , 
27099 \series bold
27100
27101 \backslash
27102 c
27103 \series default
27104  , 
27105 \series bold
27106
27107 \backslash
27108 d
27109 \series default
27110  , 
27111 \series bold
27112
27113 \backslash
27114 H
27115 \series default
27116  , 
27117 \series bold
27118
27119 \backslash
27120 t
27121 \series default
27122  , 
27123 \series bold
27124
27125 \backslash
27126 u
27127 \series default
27128  , 
27129 \series bold
27130
27131 \backslash
27132 v
27133 \series default
27134  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27135  Textmodus verfügbar.
27136  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27137  
27138 \begin_inset CommandInset ref
27139 LatexCommand ref
27140 reference "sub:Akzente-für-ein"
27141
27142 \end_inset
27143
27144 .
27145 \end_layout
27146
27147 \begin_layout Standard
27148 \begin_inset VSpace bigskip
27149 \end_inset
27150
27151 Des Weiteren kann man mit dem Befehl 
27152 \series bold
27153
27154 \backslash
27155 textcircled
27156 \series default
27157
27158 \begin_inset Index idx
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162 Befehle ! T ! 
27163 \backslash
27164 textcircled
27165 \end_layout
27166
27167 \end_inset
27168
27169 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27170  Kreis setzen, quasi mit einem Kreis akzentuieren.
27171 \end_layout
27172
27173 \begin_layout Standard
27174 \align center
27175 \begin_inset Tabular
27176 <lyxtabular version="3" rows="3" columns="2">
27177 <features tabularvalignment="middle">
27178 <column alignment="center" valignment="top" width="0">
27179 <column alignment="center" valignment="top" width="0">
27180 <row>
27181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27182 \begin_inset Text
27183
27184 \begin_layout Plain Layout
27185 Befehl
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194 Ergebnis
27195 \begin_inset Note Note
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199
27200 \series bold
27201
27202 \backslash
27203 raisebox
27204 \series default
27205  in der Formel dient nur als Abstandhalter.
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 </row>
27216 <row>
27217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Plain Layout
27221
27222 \backslash
27223 textcircled{w}
27224 \end_layout
27225
27226 \end_inset
27227 </cell>
27228 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232 \begin_inset ERT
27233 status collapsed
27234
27235 \begin_layout Plain Layout
27236
27237
27238 \backslash
27239 textcircled{w}
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 </row>
27250 <row>
27251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Plain Layout
27255
27256 \backslash
27257 Large 
27258 \backslash
27259 textcircled{
27260 \backslash
27261 normalsize
27262 \backslash
27263 protect
27264 \backslash
27265 raisebox{-1.5pt}{W}}
27266 \end_layout
27267
27268 \end_inset
27269 </cell>
27270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27271 \begin_inset Text
27272
27273 \begin_layout Plain Layout
27274 \begin_inset Formula $\raisebox{4.5mm}{}$
27275 \end_inset
27276
27277
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283
27284 \backslash
27285 Large 
27286 \backslash
27287 textcircled{
27288 \backslash
27289 normalsize
27290 \backslash
27291 protect
27292 \backslash
27293 raisebox{-1.5pt}W}
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \begin_inset Formula $\raisebox{-2mm}{}$
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 </lyxtabular>
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \begin_layout Standard
27316 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27317  
27318 \series bold
27319
27320 \backslash
27321 Large
27322 \series default
27323
27324 \begin_inset Foot
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328 siehe 
27329 \begin_inset CommandInset ref
27330 LatexCommand ref
27331 reference "sub:Schriftgrößen"
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \end_inset
27339
27340  bestimmt dabei die Größe des Kreises.
27341  Mit Hilfe von 
27342 \series bold
27343
27344 \backslash
27345 raisebox
27346 \series default
27347
27348 \begin_inset Foot
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 siehe 
27353 \begin_inset CommandInset ref
27354 LatexCommand ref
27355 reference "sub:Boxen-ohne-Rahmen"
27356
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \end_inset
27363
27364  kann man das Zeichen zentrieren.
27365 \end_layout
27366
27367 \begin_layout Subsection
27368 Minuskelziffern
27369 \begin_inset Index idx
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373 Minuskelziffern
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Standard
27382 Minuskelziffern werden mit dem Befehl 
27383 \series bold
27384
27385 \backslash
27386 oldstylenums
27387 \series default
27388
27389 \begin_inset Index idx
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393 Befehle ! O ! 
27394 \backslash
27395 oldstylenums
27396 \end_layout
27397
27398 \end_inset
27399
27400  erzeugt.
27401  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27402  Das Befehlsschema lautet:
27403 \end_layout
27404
27405 \begin_layout Standard
27406
27407 \series bold
27408
27409 \backslash
27410 oldstylenums{Ziffer}
27411 \end_layout
27412
27413 \begin_layout Standard
27414 Der Befehl 
27415 \series bold
27416
27417 \backslash
27418 oldstylenums{0123456789
27419 \series default
27420  ergibt: 
27421 \begin_inset Formula $\oldstylenums{0123456789}$
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Subsection
27428 Sonstige Sonderzeichen
27429 \begin_inset CommandInset label
27430 LatexCommand label
27431 name "sub:Sonstige-Sonderzeichen"
27432
27433 \end_inset
27434
27435
27436 \begin_inset Index idx
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440 Sonderzeichen ! sonstige
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \begin_layout Standard
27449 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27450 \end_layout
27451
27452 \begin_layout Standard
27453 \align center
27454 \begin_inset Tabular
27455 <lyxtabular version="3" rows="4" columns="2">
27456 <features tabularvalignment="middle">
27457 <column alignment="center" valignment="top" width="0">
27458 <column alignment="center" valignment="top" width="0">
27459 <row>
27460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27461 \begin_inset Text
27462
27463 \begin_layout Plain Layout
27464 Befehl
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Plain Layout
27473 Ergebnis
27474 \end_layout
27475
27476 \end_inset
27477 </cell>
27478 </row>
27479 <row>
27480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27481 \begin_inset Text
27482
27483 \begin_layout Plain Layout
27484
27485 \backslash
27486 ^
27487 \begin_inset ERT
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491
27492
27493 \backslash
27494 leer 
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508 \begin_inset Formula $\mathcircumflex$
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 </row>
27517 <row>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522
27523 \backslash
27524 _
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533 \begin_inset Formula $\_$
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 <row>
27543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547 ^
27548 \begin_inset ERT
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552
27553
27554 \backslash
27555 leer 
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \backslash
27562 circ
27563 \begin_inset Index idx
27564 status collapsed
27565
27566 \begin_layout Plain Layout
27567
27568 \backslash
27569
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \end_inset
27578 </cell>
27579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583 \begin_inset Formula $^{\circ}$
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \end_inset
27590 </cell>
27591 </row>
27592 </lyxtabular>
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Standard
27600 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27601  folgende Zeile enthält
27602 \begin_inset Foot
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606 Mehr dazu ist in 
27607 \begin_inset CommandInset ref
27608 LatexCommand ref
27609 reference "sub:Textzeichen-in-Formeln"
27610
27611 \end_inset
27612
27613  beschrieben.
27614 \end_layout
27615
27616 \end_inset
27617
27618 :
27619 \end_layout
27620
27621 \begin_layout Standard
27622
27623 \series bold
27624
27625 \backslash
27626 DeclareInputText{176}{
27627 \backslash
27628 ifmmode^
27629 \backslash
27630 circ
27631 \backslash
27632 else
27633 \backslash
27634 textdegree
27635 \backslash
27636 fi}
27637 \end_layout
27638
27639 \begin_layout Section
27640 Formelstile
27641 \begin_inset CommandInset label
27642 LatexCommand label
27643 name "sec:Formelstile"
27644
27645 \end_inset
27646
27647
27648 \begin_inset Index idx
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 Formel ! Stile
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Itemize
27661 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27662 \end_layout
27663
27664 \begin_deeper
27665 \begin_layout Description
27666 Zentriert ist der voreingestellte Standard
27667 \end_layout
27668
27669 \begin_layout Description
27670 Eingerückt dazu muss im Menü 
27671 \family sans
27672 Dokument\SpecialChar \menuseparator
27673 Einstellungen
27674 \family default
27675  unter 
27676 \family sans
27677 Dokumentklasse
27678 \family default
27679  die Option 
27680 \series bold
27681 fleqn
27682 \series default
27683  eingeben werden
27684 \end_layout
27685
27686 \begin_layout Standard
27687 Wird 
27688 \series bold
27689 Eingerückt
27690 \series default
27691  verwendet, kann mit der Länge 
27692 \series bold
27693
27694 \backslash
27695 mathindent
27696 \series default
27697
27698 \begin_inset Index idx
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 Befehle ! M ! 
27703 \backslash
27704 mathindent
27705 \end_layout
27706
27707 \end_inset
27708
27709  die Einrückung eingestellt werden.
27710  Soll der Abstand 15
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27715 \end_layout
27716
27717 \begin_layout Standard
27718
27719 \series bold
27720
27721 \backslash
27722 setlength{
27723 \backslash
27724 mathindent}{15mm}
27725 \end_layout
27726
27727 \begin_layout Standard
27728 ein.
27729  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27730 \begin_inset space \thinspace{}
27731 \end_inset
27732
27733 pt verwendet.
27734 \end_layout
27735
27736 \end_deeper
27737 \begin_layout Itemize
27738 Und zwei verschiedene Nummerierungsstile:
27739 \end_layout
27740
27741 \begin_deeper
27742 \begin_layout Description
27743 Rechts ist der voreingestellte Standard
27744 \end_layout
27745
27746 \begin_layout Description
27747 Links dazu muss im Menü 
27748 \family sans
27749 Dokument\SpecialChar \menuseparator
27750 Einstellungen
27751 \family default
27752  unter 
27753 \family sans
27754 Dokumentklasse
27755 \family default
27756  die Option 
27757 \series bold
27758 leqno
27759 \series default
27760  eingeben werden
27761 \end_layout
27762
27763 \end_deeper
27764 \begin_layout Standard
27765
27766 \series bold
27767 fleqn
27768 \series default
27769  und 
27770 \series bold
27771 leqno
27772 \series default
27773  können auch gemeinsam verwendet werden.
27774  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27775 n.
27776 \end_layout
27777
27778 \begin_layout Standard
27779 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27780  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27781  ausgerichtete Formeln setzen, verwendet man den Stil 
27782 \series bold
27783 Zentriert
27784 \series default
27785 .
27786  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27787  
27788 \begin_inset CommandInset ref
27789 LatexCommand ref
27790 reference "sub:Flalign-Umgebung"
27791
27792 \end_inset
27793
27794 .
27795 \end_layout
27796
27797 \begin_layout Section
27798 Mehrzeilige Formeln
27799 \begin_inset CommandInset label
27800 LatexCommand label
27801 name "sec:Mehrzeilige-Formeln"
27802
27803 \end_inset
27804
27805
27806 \begin_inset Index idx
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 Formel ! mehrzeilige
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Subsection
27819 Allgemeines
27820 \end_layout
27821
27822 \begin_layout Standard
27823 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27824 \family sans
27825 \series bold
27826 Strg+Enter
27827 \family default
27828 \series default
27829  drückt.
27830  Dies erzeugt entweder eine 
27831 \series bold
27832 eqnarray-Umgebung
27833 \series default
27834 , die in 
27835 \begin_inset CommandInset ref
27836 LatexCommand ref
27837 reference "sub:Eqnarray-Umgebung"
27838
27839 \end_inset
27840
27841  beschrieben ist oder, wenn die Option 
27842 \family sans
27843 AMS-Mathe-Paket verwenden
27844 \family default
27845  in den Dokumenteinstellungen gewählt ist, eine 
27846 \series bold
27847 align-Umgebung
27848 \series default
27849 , die in 
27850 \begin_inset CommandInset ref
27851 LatexCommand ref
27852 reference "sub:Standard-align-Umgebung"
27853
27854 \end_inset
27855
27856  beschrieben ist.
27857 \end_layout
27858
27859 \begin_layout Standard
27860 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27861 \family sans
27862 Einfügen\SpecialChar \menuseparator
27863 Mathe
27864 \family default
27865  erstellt werden können.
27866  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27867 \end_layout
27868
27869 \begin_layout Standard
27870 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27871  man 
27872 \family sans
27873 Strg+Enter
27874 \family default
27875  drückt.
27876  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27877 fe 
27878 \begin_inset Graphics
27879         filename ../../images/tabular-feature_append-row.png
27880         scale 85
27881
27882 \end_inset
27883
27884  bzw.
27885 \begin_inset space ~
27886 \end_inset
27887
27888
27889 \begin_inset Graphics
27890         filename ../../images/tabular-feature_delete-row.png
27891         scale 85
27892
27893 \end_inset
27894
27895  oder das Menü 
27896 \family sans
27897 Bearbeiten\SpecialChar \menuseparator
27898 Zeilen & Spalten
27899 \family default
27900  verwendet werden.
27901 \end_layout
27902
27903 \begin_layout Subsubsection
27904 Zeilenabstand
27905 \begin_inset CommandInset label
27906 LatexCommand label
27907 name "sub:Zeilenabstand"
27908
27909 \end_inset
27910
27911
27912 \begin_inset Index idx
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 Formel ! mehrzeilige ! Zeilenabstand
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Standard
27925 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27926 \begin_inset Formula \begin{eqnarray*}
27927 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}\\
27928 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
27929 \end{eqnarray*}
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27938 chbefehls angegeben.
27939  Dies ist in LyX aber nicht möglich
27940 \begin_inset Foot
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944 siehe 
27945 \begin_inset CommandInset href
27946 LatexCommand href
27947 name "LyX-Fehler #1505"
27948 target "http://www.lyx.org/trac/ticket/1505"
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27958  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27959  Zeile den Befehl 
27960 \series bold
27961
27962 \backslash
27963
27964 \backslash
27965 [3mm]
27966 \series default
27967  ein.
27968  Damit erhält man: 
27969 \begin_inset ERT
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973
27974
27975 \backslash
27976 begin{eqnarray*}
27977 \end_layout
27978
27979 \begin_layout Plain Layout
27980
27981 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27982  = & 
27983 \backslash
27984 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27985 \backslash
27986
27987 \backslash
27988 [3mm]
27989 \end_layout
27990
27991 \begin_layout Plain Layout
27992
27993 4x^{2}
27994 \backslash
27995 left(B^{2}+x_{0}^{2}
27996 \backslash
27997 right)+4x_{0}x
27998 \backslash
27999 left(D-B^{2}
28000 \backslash
28001 right)+B^{2}
28002 \backslash
28003 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28004 \backslash
28005 right) & = & 0
28006 \end_layout
28007
28008 \begin_layout Plain Layout
28009
28010
28011 \backslash
28012 end{eqnarray*}
28013 \end_layout
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \begin_layout Standard
28021 \begin_inset VSpace bigskip
28022 \end_inset
28023
28024 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28025  man die Länge 
28026 \series bold
28027
28028 \backslash
28029 jot
28030 \series default
28031
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Befehle ! J ! 
28037 \backslash
28038 jot
28039 \end_layout
28040
28041 \end_inset
28042
28043 .
28044  Es gilt 
28045 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28046 \end_inset
28047
28048 .
28049  Voreingestellt ist für 
28050 \series bold
28051
28052 \backslash
28053 jot
28054 \series default
28055  der Wert 3
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 pt.
28060  Um wie im vorigen Beispiel 3
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28065 \end_layout
28066
28067 \begin_layout Standard
28068
28069 \series bold
28070
28071 \backslash
28072 setlength{
28073 \backslash
28074 jot}{3mm+3pt}
28075 \end_layout
28076
28077 \begin_layout Standard
28078 im TeX-Modus vor der Formel ein.
28079  Das setzt voraus, dass das LaTeX-Paket 
28080 \series bold
28081 calc
28082 \series default
28083
28084 \begin_inset Foot
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089 \series bold
28090 calc
28091 \series default
28092  ist Teil jeder LaTeX-Standardinstallation.
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Pakete ! calc
28103 \end_layout
28104
28105 \end_inset
28106
28107  im LaTeX-Vorspann mit der Zeile
28108 \end_layout
28109
28110 \begin_layout Standard
28111
28112 \series bold
28113
28114 \backslash
28115 usepackage{calc}
28116 \end_layout
28117
28118 \begin_layout Standard
28119 geladen wurde.
28120 \end_layout
28121
28122 \begin_layout Standard
28123 Man erhält: 
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 setlength{
28132 \backslash
28133 jot}{3mm+3pt}
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \begin_inset Formula \begin{eqnarray*}
28140 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}\\
28141 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
28142 \end{eqnarray*}
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Standard
28150 \begin_inset ERT
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154
28155
28156 \backslash
28157 setlength{
28158 \backslash
28159 jot}{3pt}
28160 \end_layout
28161
28162 \end_inset
28163
28164  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28165 \series bold
28166
28167 \backslash
28168 jot
28169 \series default
28170  auf den Wert 3
28171 \begin_inset space \thinspace{}
28172 \end_inset
28173
28174 pt.
28175 \end_layout
28176
28177 \begin_layout Subsubsection
28178 Spaltenabstand
28179 \begin_inset CommandInset label
28180 LatexCommand label
28181 name "sub:Spaltenabstand"
28182
28183 \end_inset
28184
28185
28186 \begin_inset Index idx
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190 Formel ! mehrzeilige ! Spaltenabstand
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 Mehrzeilige Formeln bilden eine Matrix.
28200  Eine Formel in der Eqnarray-Umgebung ist z.
28201 \begin_inset space \thinspace{}
28202 \end_inset
28203
28204 B.
28205  eine dreispaltige Matrix.
28206  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28207  neben den Relationszeichen ändern.
28208 \end_layout
28209
28210 \begin_layout Standard
28211 Der Spaltenabstand wird mit der Länge 
28212 \series bold
28213
28214 \backslash
28215 arraycolsep
28216 \series default
28217
28218 \begin_inset Index idx
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 Befehle ! A ! 
28223 \backslash
28224 arraycolsep
28225 \end_layout
28226
28227 \end_inset
28228
28229  festgelegt, wobei gilt:
28230 \begin_inset Newline newline
28231 \end_inset
28232
28233 Spaltenabstand = 2
28234 \begin_inset space \thinspace{}
28235 \end_inset
28236
28237
28238 \series bold
28239
28240 \backslash
28241 arraycolsep
28242 \series default
28243 .
28244 \begin_inset Newline newline
28245 \end_inset
28246
28247 Der im TeX-Modus eingegebene Befehl
28248 \end_layout
28249
28250 \begin_layout Standard
28251
28252 \series bold
28253
28254 \backslash
28255 setlength{
28256 \backslash
28257 arraycolsep}{1cm}
28258 \end_layout
28259
28260 \begin_layout Standard
28261 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 cm.
28266  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28267 \series bold
28268
28269 \backslash
28270 arraycolsep
28271 \series default
28272  auf 5
28273 \begin_inset space \thinspace{}
28274 \end_inset
28275
28276 pt.
28277 \end_layout
28278
28279 \begin_layout Standard
28280 Eine Formel mit 2
28281 \begin_inset space \thinspace{}
28282 \end_inset
28283
28284 cm Spaltenabstand:
28285 \begin_inset ERT
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289
28290
28291 \backslash
28292 setlength{
28293 \backslash
28294 arraycolsep}{1cm}
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \begin_inset Formula \begin{eqnarray*}
28301 A & = & B\\
28302 C & \ne & A
28303 \end{eqnarray*}
28304
28305 \end_inset
28306
28307 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28308 \begin_inset space \thinspace{}
28309 \end_inset
28310
28311 pt:
28312 \begin_inset ERT
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316
28317
28318 \backslash
28319 setlength{
28320 \backslash
28321 arraycolsep}{5pt}
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \begin_inset Formula \begin{eqnarray*}
28328 A & = & B\\
28329 C & \ne & A
28330 \end{eqnarray*}
28331
28332 \end_inset
28333
28334
28335 \end_layout
28336
28337 \begin_layout Standard
28338 \begin_inset Newpage newpage
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \begin_layout Subsubsection
28345 Lange Formeln
28346 \begin_inset Index idx
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 Formel ! lange
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Standard
28359 Lange Formeln kann man wie folgt setzen:
28360 \end_layout
28361
28362 \begin_layout Itemize
28363 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28364  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28365 \begin_inset Formula \begin{eqnarray}
28366 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 \\
28367  &  & -\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}
28368 \end{eqnarray}
28369
28370 \end_inset
28371
28372 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28373  als Operator, da es das erste Zeichen der Zeile ist.
28374  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28375  Bruchstrich unterscheiden.
28376  Um das zu verhindern, wurde mit dem Befehl 
28377 \series bold
28378
28379 \backslash
28380 hspace
28381 \series default
28382  3
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 pt Leerraum hinter das Minuszeichen eingefügt.
28387 \begin_inset Foot
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 mehr zu 
28392 \series bold
28393
28394 \backslash
28395 hspace
28396 \series default
28397  siehe 
28398 \begin_inset CommandInset ref
28399 LatexCommand ref
28400 reference "sub:Variabler-Leerraum"
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \begin_inset Index idx
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Befehle ! H ! 
28415 \backslash
28416 hspace
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Itemize
28425 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28426 \series bold
28427
28428 \backslash
28429 lefteqn
28430 \series default
28431
28432 \begin_inset Index idx
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436 Befehle ! L ! 
28437 \backslash
28438 lefteqn
28439 \end_layout
28440
28441 \end_inset
28442
28443 .
28444  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28445  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28446 \begin_inset Formula \begin{eqnarray}
28447 \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 \\
28448  &  & -\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 \\
28449  &  & =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}
28450 \end{eqnarray}
28451
28452 \end_inset
28453
28454 Nachdem man 
28455 \series bold
28456
28457 \backslash
28458 lefteqn
28459 \series default
28460  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28461  das gegenüber dem blauen leicht verschoben ist.
28462  In dieses wird die Formel eingegeben.
28463 \begin_inset Newline newline
28464 \end_inset
28465
28466 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28467  eingegeben.
28468  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28469  Einrückung.
28470 \begin_inset VSpace medskip
28471 \end_inset
28472
28473
28474 \begin_inset Newline newline
28475 \end_inset
28476
28477
28478 \begin_inset Note Greyedout
28479 status open
28480
28481 \begin_layout Plain Layout
28482 Bei der Verwendung von 
28483 \series bold
28484
28485 \backslash
28486 lefteqn
28487 \series default
28488  ist Folgendes zu beachten:
28489 \end_layout
28490
28491 \begin_layout Itemize
28492 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28493  Würde man in obigem Beispiel der ersten Zeile den Term 
28494 \begin_inset Formula $-B^{2}$
28495 \end_inset
28496
28497  anfügen, befände sich dieser außerhalb des Seitenrands.
28498  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28499  Leerraum einfügen.
28500 \end_layout
28501
28502 \begin_layout Itemize
28503 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28504  erste Zeile gesetzt werden.
28505 \begin_inset Foot
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 \begin_inset CommandInset href
28510 LatexCommand href
28511 name "LyX-Fehler #1429"
28512 target "http://www.lyx.org/trac/ticket/1429"
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \end_inset
28520
28521  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28522  Pfeiltasten bewegen.
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \begin_layout Itemize
28531 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28532 \begin_inset CommandInset ref
28533 LatexCommand ref
28534 reference "sub:Multline-Umgebung"
28535
28536 \end_inset
28537
28538  und 
28539 \begin_inset CommandInset ref
28540 LatexCommand ref
28541 reference "sub:Mehrzeilige-Formelteile"
28542
28543 \end_inset
28544
28545  beschriebenen Umgebungen.
28546 \end_layout
28547
28548 \begin_layout Subsubsection
28549 Mehrzeilige Klammern
28550 \begin_inset CommandInset label
28551 LatexCommand label
28552 name "sub:Mehrzeilige-Klammern"
28553
28554 \end_inset
28555
28556
28557 \begin_inset Index idx
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561 Klammern ! mehrzeilige
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28571 \begin_inset Formula \begin{eqnarray*}
28572 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28573  &  & \left.\cdots+B-D\right]
28574 \end{eqnarray*}
28575
28576 \end_inset
28577
28578
28579 \end_layout
28580
28581 \begin_layout Standard
28582 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28583  Größe dürfen nicht über mehrere Zeilen gehen.
28584 \end_layout
28585
28586 \begin_layout Standard
28587 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28588  erste Zeile mit 
28589 \series bold
28590
28591 \backslash
28592 right.
28593 \series default
28594
28595 \begin_inset Index idx
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599 Befehle ! R ! 
28600 \backslash
28601 right
28602 \end_layout
28603
28604 \end_inset
28605
28606  und beginnt die zweite Zeile mit 
28607 \series bold
28608
28609 \backslash
28610 left.
28611 \begin_inset Foot
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 mehr zu 
28616 \series bold
28617
28618 \backslash
28619 left
28620 \series default
28621  und 
28622 \series bold
28623
28624 \backslash
28625 right
28626 \series default
28627  siehe 
28628 \begin_inset CommandInset ref
28629 LatexCommand ref
28630 reference "sub:Automatische-Klammergrößen"
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \series default
28641
28642 \begin_inset Index idx
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646 Befehle ! L ! 
28647 \backslash
28648 left
28649 \end_layout
28650
28651 \end_inset
28652
28653 .
28654  Nach 
28655 \series bold
28656
28657 \backslash
28658 left.
28659
28660 \series default
28661  gibt man den Befehl 
28662 \series bold
28663
28664 \backslash
28665 vphantom
28666 \series default
28667
28668 \begin_inset ERT
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672
28673
28674 \backslash
28675 leer 
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \series bold
28682
28683 \backslash
28684 prod
28685 \series default
28686 ^
28687 \begin_inset ERT
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691
28692
28693 \backslash
28694 leer 
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \series bold
28701
28702 \backslash
28703 infty
28704 \series default
28705
28706 \begin_inset ERT
28707 status collapsed
28708
28709 \begin_layout Plain Layout
28710
28711
28712 \backslash
28713 leer 
28714 \end_layout
28715
28716 \end_inset
28717
28718
28719 \series bold
28720
28721 \begin_inset Formula $\downarrow$
28722 \end_inset
28723
28724 _R=1}
28725 \series default
28726
28727 \begin_inset Index idx
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 Befehle ! V ! 
28732 \backslash
28733 vphantom
28734 \end_layout
28735
28736 \end_inset
28737
28738  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28739  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28740 \end_layout
28741
28742 \begin_layout Standard
28743 Das Ergebnis sieht so aus:
28744 \begin_inset Formula \begin{eqnarray*}
28745 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28746  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28747 \end{eqnarray*}
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \begin_layout Subsection
28755 Align-Umgebungen
28756 \end_layout
28757
28758 \begin_layout Standard
28759 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28760  werden.
28761  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 Align-Umgebungen bestehen aus Spalten.
28766  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28767  ausgerichtet.
28768  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28769 \end_layout
28770
28771 \begin_layout Standard
28772 Align-Umgebung werden über das Menü 
28773 \family sans
28774 Einfügen\SpecialChar \menuseparator
28775 Mathe
28776 \family default
28777  erstellt.
28778  Über das Menü 
28779 \family sans
28780 Bearbeiten\SpecialChar \menuseparator
28781 Mathe\SpecialChar \menuseparator
28782 Formelart
28783 \begin_inset space ~
28784 \end_inset
28785
28786 ändern
28787 \family default
28788  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28789 \end_layout
28790
28791 \begin_layout Standard
28792 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28793
28794 \begin_inset Graphics
28795         filename ../../images/tabular-feature_append-column.png
28796         scale 85
28797
28798 \end_inset
28799
28800  bzw.
28801 \begin_inset space ~
28802 \end_inset
28803
28804
28805 \begin_inset Graphics
28806         filename ../../images/tabular-feature_delete-column.png
28807         scale 85
28808
28809 \end_inset
28810
28811  oder das Menü 
28812 \family sans
28813 Bearbeiten\SpecialChar \menuseparator
28814 Zeilen & Spalten
28815 \family default
28816  verwendet werden.
28817 \end_layout
28818
28819 \begin_layout Subsubsection
28820 Standard align-Umgebung
28821 \begin_inset CommandInset label
28822 LatexCommand label
28823 name "sub:Standard-align-Umgebung"
28824
28825 \end_inset
28826
28827
28828 \begin_inset Index idx
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832 Formel ! mehrzeilige ! align-Umgebung
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28842 \family sans
28843 Strg+Enter
28844 \family default
28845  drückt oder das Menü 
28846 \family sans
28847 Einfügen\SpecialChar \menuseparator
28848 Mathe\SpecialChar \menuseparator
28849 AMS align-Umge\SpecialChar \-
28850 bung
28851 \family default
28852  aufruft.
28853 \end_layout
28854
28855 \begin_layout Standard
28856 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28857 n align-Umgebung erzeugt wurden:
28858 \begin_inset Formula \begin{align*}
28859 A & =\sin(B) & C & =D\\
28860 C & \ne A & B & \ne D
28861 \end{align*}
28862
28863 \end_inset
28864
28865 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28866  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28867 \series bold
28868
28869 \backslash
28870 hfill
28871 \begin_inset Foot
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 mehr zu 
28876 \series bold
28877
28878 \backslash
28879 hfill
28880 \series default
28881  siehe 
28882 \begin_inset CommandInset ref
28883 LatexCommand ref
28884 reference "sub:Variabler-Leerraum"
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \series default
28895  befinden.
28896  Ist der Formelstil 
28897 \series bold
28898 Eingerückt
28899 \begin_inset Foot
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903 Formelstile siehe 
28904 \begin_inset CommandInset ref
28905 LatexCommand ref
28906 reference "sec:Formelstile"
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \series default
28917  gewählt, wird die Formel ohne den 
28918 \series bold
28919
28920 \backslash
28921 hfill
28922 \series default
28923  vor der ersten Spalte gesetzt.
28924 \end_layout
28925
28926 \begin_layout Subsubsection
28927 Alignat-Umgebung
28928 \begin_inset Index idx
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 Formel ! mehrzeilige ! alignat-Umgebung
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \end_layout
28939
28940 \begin_layout Standard
28941 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28942  Man kann ihn manuell durch die in 
28943 \begin_inset CommandInset ref
28944 LatexCommand ref
28945 reference "sub:Leerraum"
28946
28947 \end_inset
28948
28949  beschriebenen Leerräume einfügen.
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28954  Formel 1
28955 \begin_inset space \thinspace{}
28956 \end_inset
28957
28958 cm Leerraum eingefügt wurde:
28959 \begin_inset Formula \begin{alignat*}{2}
28960 A & =\sin(B) & \hspace{1cm}C & =D\\
28961 C & \ne A & B & \ne D
28962 \end{alignat*}
28963
28964 \end_inset
28965
28966 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28967  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28968  Formeln.
28969 \end_layout
28970
28971 \begin_layout Subsubsection
28972 Flalign-Umgebung
28973 \begin_inset CommandInset label
28974 LatexCommand label
28975 name "sub:Flalign-Umgebung"
28976
28977 \end_inset
28978
28979
28980 \begin_inset Index idx
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 Formel ! mehrzeilige ! flalign-Umgebung
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \begin_layout Standard
28993 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28994  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28995  Dazu ein Beispiel:
28996 \begin_inset Formula \begin{flalign*}
28997 A & =1 & B & =2 & C & =3\\
28998 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28999 \end{flalign*}
29000
29001 \end_inset
29002
29003
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29008  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29009  im Dokument links setzen obwohl der Formelstil 
29010 \series bold
29011 Zentriert
29012 \series default
29013  eingestellt ist.
29014  Als Beispiel die eingerückte ausgerichtete Formel 
29015 \begin_inset CommandInset ref
29016 LatexCommand eqref
29017 reference "eq:VolInt"
29018
29019 \end_inset
29020
29021 :
29022 \begin_inset Formula \begin{flalign}
29023 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29024
29025 \end_inset
29026
29027 In den ersten beiden Spalten befindet sich die Formel.
29028  Damit sie wie beim Formelstil 
29029 \series bold
29030 Eingerückt
29031 \series default
29032  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 pt Leerraum eingefügt.
29037 \end_layout
29038
29039 \begin_layout Subsection
29040 Eqnarray-Umgebung
29041 \begin_inset CommandInset label
29042 LatexCommand label
29043 name "sub:Eqnarray-Umgebung"
29044
29045 \end_inset
29046
29047
29048 \begin_inset Index idx
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Formel ! mehrzeilige ! Eqnarray-Umgebung
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29062  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29063  ausgerichtet.
29064  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29065  da dieses Kästchen nur für Relationzeichen gedacht ist.
29066 \begin_inset Formula \begin{eqnarray*}
29067 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29068 AB & AB & AB\\
29069 A & = & A
29070 \end{eqnarray*}
29071
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \begin_layout Subsection
29078 Gather-Umgebung
29079 \begin_inset Index idx
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083 Formel ! mehrzeilige ! Gather-Umgebung
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29093  Jede Zeile kann nummeriert werden.
29094 \begin_inset Formula \begin{gather}
29095 A=1\\
29096 X=\textrm{-}1
29097 \end{gather}
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Subsection
29105 Multline-Umgebung
29106 \begin_inset CommandInset label
29107 LatexCommand label
29108 name "sub:Multline-Umgebung"
29109
29110 \end_inset
29111
29112
29113 \begin_inset Index idx
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117 Formel ! mehrzeilige ! Multline-Umgebung
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29127  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29128  Alle anderen Zeilen sind zentriert.
29129  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29130  Als Beispiel Formel 
29131 \begin_inset CommandInset ref
29132 LatexCommand eqref
29133 reference "eq:lefteqn"
29134
29135 \end_inset
29136
29137  in der multline-Umgebung:
29138 \begin_inset Formula \begin{multline}
29139 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}\\
29140 -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}\\
29141 =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}}
29142 \end{multline}
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29151  nummeriert, wenn rechts (links) nummeriert wird.
29152 \begin_inset Foot
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156 Nummerierungsstile siehe 
29157 \begin_inset CommandInset ref
29158 LatexCommand ref
29159 reference "sec:Formelstile"
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 Mit den Befehlen 
29173 \series bold
29174
29175 \backslash
29176 shoveright
29177 \series default
29178
29179 \begin_inset Index idx
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183 Befehle ! S ! 
29184 \backslash
29185 shoveright
29186 \end_layout
29187
29188 \end_inset
29189
29190  und 
29191 \series bold
29192
29193 \backslash
29194 shoveleft
29195 \series default
29196
29197 \begin_inset Index idx
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201 Befehle ! S ! 
29202 \backslash
29203 shoveleft
29204 \end_layout
29205
29206 \end_inset
29207
29208  kann eine zentrierte Zeile rechts bzw.
29209  links ausgerichtet werden.
29210  Die Befehle werden folgendermaßen verwendet:
29211 \end_layout
29212
29213 \begin_layout Standard
29214
29215 \series bold
29216
29217 \backslash
29218 shoveright{Zeileninhalt}
29219 \series default
29220  bzw.
29221  
29222 \series bold
29223
29224 \backslash
29225 shoveleft{Zeileninhalt}
29226 \end_layout
29227
29228 \begin_layout Standard
29229 \begin_inset VSpace medskip
29230 \end_inset
29231
29232 Die Länge 
29233 \series bold
29234
29235 \backslash
29236 multlinegap
29237 \series default
29238
29239 \begin_inset Index idx
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243 Befehle ! M ! 
29244 \backslash
29245 multlinegap
29246 \end_layout
29247
29248 \end_inset
29249
29250  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29251  Voreingestellt ist die Länge 0
29252 \begin_inset space \thinspace{}
29253 \end_inset
29254
29255 pt.
29256 \end_layout
29257
29258 \begin_layout Standard
29259 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29260 \end_layout
29261
29262 \begin_layout Standard
29263
29264 \series bold
29265
29266 \backslash
29267 setlength{
29268 \backslash
29269 multlinegap}{2cm}
29270 \end_layout
29271
29272 \begin_layout Standard
29273 eingegeben wurde:
29274 \begin_inset ERT
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278
29279
29280 \backslash
29281 setlength{
29282 \backslash
29283 multlinegap}{2cm}
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \begin_inset Formula \begin{multline}
29290 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}\\
29291 \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}}\\
29292 =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}}
29293 \end{multline}
29294
29295 \end_inset
29296
29297
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303
29304 \backslash
29305 setlength{
29306 \backslash
29307 multlinegap}{0pt}
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Standard
29316 Die zweite Zeile wurde mit 
29317 \series bold
29318
29319 \backslash
29320 shoveleft
29321 \series default
29322  linksbündig ausgerichtet.
29323 \end_layout
29324
29325 \begin_layout Subsection
29326 Mehrzeilige Formelteile
29327 \begin_inset CommandInset label
29328 LatexCommand label
29329 name "sub:Mehrzeilige-Formelteile"
29330
29331 \end_inset
29332
29333
29334 \begin_inset Index idx
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338 Formel ! mehrzeilige ! Formelteile
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Standard
29347 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29348  der folgenden Umgebungen: 
29349 \series bold
29350 aligned
29351 \series default
29352
29353 \series bold
29354 alignedat
29355 \series default
29356
29357 \series bold
29358 gathered
29359 \series default
29360  oder 
29361 \series bold
29362 split
29363 \series default
29364 .
29365  Sie können über das Menü 
29366 \family sans
29367 Einfügen\SpecialChar \menuseparator
29368 Mathe
29369 \family default
29370  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29371 \end_layout
29372
29373 \begin_layout Standard
29374 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29375 n Formel\SpecialChar \-
29376 umgebungen.
29377  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29378  Dazu ein Beispiel:
29379 \begin_inset Formula \[
29380 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29381 \Delta E\Delta t & \ge\frac{\hbar}{2}
29382 \end{aligned}
29383 \right\} \textrm{Unbestimmtheitsrelationen}\]
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Standard
29391 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29392  der Befehl 
29393 \series bold
29394
29395 \backslash
29396 aligned
29397 \series default
29398
29399 \begin_inset Index idx
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 Befehle ! A ! 
29404 \backslash
29405 aligned
29406 \end_layout
29407
29408 \end_inset
29409
29410  eingegeben wird.
29411  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29412  und Zeilen hinzufügen kann.
29413  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29414  gesetzt werden.
29415 \end_layout
29416
29417 \begin_layout Standard
29418 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29419  ausgerichtet sind.
29420  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29421  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29422  Als Beispiel Formel 
29423 \begin_inset CommandInset ref
29424 LatexCommand eqref
29425 reference "eq:kurzlang"
29426
29427 \end_inset
29428
29429  in der aligned-Umgebung:
29430 \begin_inset Formula \begin{equation}
29431 \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}|}\\
29432  & -\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}|}
29433 \end{aligned}
29434 \end{equation}
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Möchte man die Umgebung 
29443 \series bold
29444 alignedat
29445 \series default
29446
29447 \series bold
29448 gathered
29449 \series default
29450  oder 
29451 \series bold
29452 split
29453 \series default
29454  verwenden, gibt man den Befehl 
29455 \series bold
29456
29457 \backslash
29458 alignedat
29459 \series default
29460 ,
29461 \begin_inset Index idx
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Befehle ! A ! 
29466 \backslash
29467 alignedat
29468 \end_layout
29469
29470 \end_inset
29471
29472  
29473 \series bold
29474
29475 \backslash
29476 gathered
29477 \series default
29478
29479 \begin_inset Index idx
29480 status collapsed
29481
29482 \begin_layout Plain Layout
29483 Befehle ! G ! 
29484 \backslash
29485 gathered
29486 \end_layout
29487
29488 \end_inset
29489
29490  bzw.
29491  
29492 \series bold
29493
29494 \backslash
29495 split
29496 \series default
29497
29498 \begin_inset Index idx
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Befehle ! S ! 
29503 \backslash
29504 split
29505 \end_layout
29506
29507 \end_inset
29508
29509  ein.
29510  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29511  jedoch darf sie nur zwei Spalten enthalten.
29512 \end_layout
29513
29514 \begin_layout Subsection
29515 Text in mehrzeiligen Formeln
29516 \begin_inset CommandInset label
29517 LatexCommand label
29518 name "sub:Text-in-mehrzeiligen"
29519
29520 \end_inset
29521
29522
29523 \begin_inset Index idx
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 Text ! in Formeln
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Index idx
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Formel ! mehrzeilige ! Text
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Standard
29546 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29547  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29548  die Ausrichtung der Spalten nicht beeinflusst.
29549  Dazu wird der Befehl 
29550 \series bold
29551
29552 \backslash
29553 intertext
29554 \begin_inset Index idx
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558 Befehle ! I ! 
29559 \backslash
29560 intertext
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \series default
29567  nach folgendem Schema benutzt:
29568 \end_layout
29569
29570 \begin_layout Standard
29571
29572 \series bold
29573
29574 \backslash
29575 intertext{Text}
29576 \end_layout
29577
29578 \begin_layout Standard
29579 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29580  werden kann.
29581  Weil LyX 
29582 \series bold
29583
29584 \backslash
29585 intertext
29586 \series default
29587  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29588  Text.
29589  
29590 \series bold
29591
29592 \backslash
29593 intertext
29594 \series default
29595  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29596  dieser Zeile.
29597  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29598 \begin_inset Formula \begin{align}
29599 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29600 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29601 \end{align}
29602
29603 \end_inset
29604
29605
29606 \end_layout
29607
29608 \begin_layout Section
29609 Formelnummerierung
29610 \begin_inset Index idx
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 Formelnummerierung
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \begin_inset Index idx
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Formel ! Nummerierung|see
29625 \begin_inset ERT
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629
29630 {
29631 \end_layout
29632
29633 \end_inset
29634
29635 Formelnummerierung
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641 }
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Subsection
29655 Allgemeines
29656 \end_layout
29657
29658 \begin_layout Standard
29659 Nummerierte Formeln können mit dem Menü 
29660 \family sans
29661 Einfügen\SpecialChar \menuseparator
29662 Mathe\SpecialChar \menuseparator
29663 Nummerierte
29664 \begin_inset space ~
29665 \end_inset
29666
29667 Formel
29668 \family default
29669  (Tastenkürzel 
29670 \family sans
29671 Strg+Alt
29672 \begin_inset space ~
29673 \end_inset
29674
29675 N
29676 \family default
29677 ) erstellt, bestehende Formeln über das Menü 
29678 \family sans
29679 Bearbeiten\SpecialChar \menuseparator
29680 Mathe\SpecialChar \menuseparator
29681 Nummerierung
29682 \begin_inset space ~
29683 \end_inset
29684
29685 an/aus
29686 \family default
29687  (Tastenkürzel 
29688 \family sans
29689 Alt+M
29690 \begin_inset space ~
29691 \end_inset
29692
29693 N
29694 \family default
29695 ) nummeriert werden.
29696  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29697  Klammern.
29698  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29703  Zeilen nummeriert.
29704  Man kann jedoch über das Menü 
29705 \family sans
29706 Bearbeiten\SpecialChar \menuseparator
29707 Mathe\SpecialChar \menuseparator
29708 Zeilennummerierung an/aus
29709 \family default
29710  (Tastenkürzel 
29711 \family sans
29712 Alt+M
29713 \begin_inset space ~
29714 \end_inset
29715
29716 Shift+N
29717 \family default
29718 ) für jede Zeile die Nummerierung festlegen.
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29723  werden, siehe 
29724 \begin_inset CommandInset ref
29725 LatexCommand ref
29726 reference "sec:Formelstile"
29727
29728 \end_inset
29729
29730 .
29731 \end_layout
29732
29733 \begin_layout Subsection
29734 Querverweise
29735 \begin_inset Index idx
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 Querverweise ! auf Formeln
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \begin_layout Standard
29748 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29749  Eine Marke wird mit dem Menü 
29750 \family sans
29751 Einfügen\SpecialChar \menuseparator
29752 Marke
29753 \family default
29754  oder dem Werkzeugleistenknopf 
29755 \begin_inset Graphics
29756         filename ../../images/label-insert.png
29757         scale 85
29758
29759 \end_inset
29760
29761  gesetzt.
29762  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29763  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29764 \series bold
29765 eq:
29766 \series default
29767 , nachdem der eigentliche Markenname eingegeben wird.
29768  Der voreingestellte Eintrag steht für 
29769 \begin_inset Quotes gld
29770 \end_inset
29771
29772 equation
29773 \begin_inset Quotes grd
29774 \end_inset
29775
29776  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29777  einer Formel und nicht zu einem Kapitel gehört.
29778  Um eine Marke zu ändern, wählt man wieder das Menü 
29779 \family sans
29780 Einfügen\SpecialChar \menuseparator
29781 Marke
29782 \family default
29783 .
29784 \end_layout
29785
29786 \begin_layout Standard
29787 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29788  Eine Formel mit Marke wird immer nummeriert.
29789 \end_layout
29790
29791 \begin_layout Standard
29792 Querverweise werden mit dem Menü 
29793 \family sans
29794 Einfügen\SpecialChar \menuseparator
29795 Querverweis
29796 \family default
29797  oder dem Werkzeugleistenknopf 
29798 \begin_inset Graphics
29799         filename ../../images/dialog-show-new-inset_ref.png
29800         scale 85
29801
29802 \end_inset
29803
29804  eingefügt.
29805  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29806  Wenn man im Querverweis Dialogfenster das Format 
29807 \series bold
29808 (<Querverweis>)
29809 \series default
29810  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29811 \begin_inset Newline newline
29812 \end_inset
29813
29814 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29815  man zur Formel auf die verwiesen wird.
29816 \end_layout
29817
29818 \begin_layout Standard
29819 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29820 \begin_inset Note Note
29821 status open
29822
29823 \begin_layout Plain Layout
29824 Man beachte die unterschiedlichen Querverweistypen.
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Die Gleichungen 
29834 \begin_inset CommandInset ref
29835 LatexCommand eqref
29836 reference "eq:tag"
29837
29838 \end_inset
29839
29840  und 
29841 \begin_inset CommandInset ref
29842 LatexCommand eqref
29843 reference "eq:c"
29844
29845 \end_inset
29846
29847  sind äquivalent.
29848  In (
29849 \begin_inset CommandInset ref
29850 LatexCommand ref
29851 reference "eq:Lat"
29852
29853 \end_inset
29854
29855 ) werden im Gegensatz zu (
29856 \begin_inset CommandInset ref
29857 LatexCommand ref
29858 reference "eq:Roem"
29859
29860 \end_inset
29861
29862 ) große lateinische Buchstaben zur Nummerierung verwendet.
29863 \end_layout
29864
29865 \begin_layout Standard
29866 \begin_inset VSpace medskip
29867 \end_inset
29868
29869 Ist im Argument von 
29870 \series bold
29871
29872 \backslash
29873 tag
29874 \begin_inset Foot
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878
29879 \series bold
29880
29881 \backslash
29882 tag
29883 \series default
29884  ist in 
29885 \begin_inset CommandInset ref
29886 LatexCommand ref
29887 reference "sub:Benutzerdefinierte-Nummerierung"
29888
29889 \end_inset
29890
29891  beschrieben.
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \series default
29898  wie in 
29899 \begin_inset CommandInset ref
29900 LatexCommand ref
29901 reference "sub:Absatzboxen"
29902
29903 \end_inset
29904
29905  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29906 \end_layout
29907
29908 \begin_layout Subsection
29909 Unternummerierung
29910 \begin_inset Index idx
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Formelnummerierung ! Unternummerierung
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Standard
29923 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29924  
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928
29929 \series bold
29930
29931 \backslash
29932 begin{subequations}
29933 \series default
29934  und 
29935 \series bold
29936
29937 \backslash
29938 end{subequations}
29939 \series default
29940  erreichen.
29941  Beide Befehle werden im TeX-Modus eingegeben.
29942 \end_layout
29943
29944 \begin_layout Standard
29945 Dazu ein Beispiel:
29946 \begin_inset Formula \begin{equation}
29947 A=C-B\label{eq:a}\end{equation}
29948
29949 \end_inset
29950
29951
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957
29958 \backslash
29959 addtocounter{equation}{-1}
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 begin{subequations}
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \begin_inset VSpace -5mm
29979 \end_inset
29980
29981
29982 \begin_inset Formula \begin{equation}
29983 B=C-A\label{eq:b}\end{equation}
29984
29985 \end_inset
29986
29987
29988 \begin_inset Formula \begin{equation}
29989 C=A+B\label{eq:c}\end{equation}
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 end{subequations}
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30014 \end_layout
30015
30016 \begin_layout Enumerate
30017 erste Formel eingeben
30018 \end_layout
30019
30020 \begin_layout Enumerate
30021
30022 \series bold
30023
30024 \backslash
30025 addtocounter{equation}{-1} 
30026 \backslash
30027 begin{subequations}
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Befehle ! A ! 
30033 \backslash
30034 addtocounter
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \begin_inset Newline newline
30041 \end_inset
30042
30043
30044 \series default
30045 nach der ersten Formel einfügen
30046 \end_layout
30047
30048 \begin_layout Enumerate
30049 zweite Formel eingeben
30050 \end_layout
30051
30052 \begin_layout Enumerate
30053 dritte Formel eingeben
30054 \end_layout
30055
30056 \begin_layout Enumerate
30057
30058 \series bold
30059
30060 \backslash
30061 end{subequations}
30062 \series default
30063  nach der dritten Formel einfügen
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Jede Formel, die zwischen den Befehlen 
30068 \series bold
30069
30070 \backslash
30071 begin
30072 \series default
30073  und 
30074 \series bold
30075
30076 \backslash
30077 end
30078 \series default
30079  steht, wird mit a, b, c, \SpecialChar \ldots{}
30080  untergliedert.
30081  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30082  Alle untergliederten Formeln gelten als 
30083 \emph on
30084 eine
30085 \emph default
30086  nummerierte Formel.
30087  Da jede nummerierte Formel den Formelzähler 
30088 \series bold
30089 equation
30090 \series default
30091  um Eins erhöht, ist der Befehl 
30092 \series bold
30093
30094 \backslash
30095 addtocounter
30096 \series default
30097  notwendig um den Zähler wieder zu erniedrigen.
30098  Ansonsten würden die Formeln 
30099 \begin_inset CommandInset ref
30100 LatexCommand eqref
30101 reference "eq:a"
30102
30103 \end_inset
30104
30105
30106 \begin_inset CommandInset ref
30107 LatexCommand eqref
30108 reference "eq:b"
30109
30110 \end_inset
30111
30112
30113 \begin_inset CommandInset ref
30114 LatexCommand eqref
30115 reference "eq:c"
30116
30117 \end_inset
30118
30119  als 
30120 \begin_inset CommandInset ref
30121 LatexCommand eqref
30122 reference "eq:a"
30123
30124 \end_inset
30125
30126
30127 \begin_inset CommandInset ref
30128 LatexCommand eqref
30129 reference "eq:d"
30130
30131 \end_inset
30132
30133
30134 \begin_inset CommandInset ref
30135 LatexCommand eqref
30136 reference "eq:f"
30137
30138 \end_inset
30139
30140  nummeriert werden.
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30145  Formeln automatisch etwas Leerraum erstellt.
30146  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30147 \series bold
30148
30149 \backslash
30150 begin{subequations}
30151 \series default
30152  -5
30153 \begin_inset space \thinspace{}
30154 \end_inset
30155
30156 mm vertikalen Leerraum ein.
30157  Ist der Formelstil 
30158 \series bold
30159 Eingerückt
30160 \begin_inset Foot
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164 Formelstile siehe 
30165 \begin_inset CommandInset ref
30166 LatexCommand ref
30167 reference "sec:Formelstile"
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \series default
30178  gewählt, fügt man -7
30179 \begin_inset space \thinspace{}
30180 \end_inset
30181
30182 mm Leerraum ein.
30183 \end_layout
30184
30185 \begin_layout Standard
30186 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30187  der zweiten Zeile abgeschaltet wurde:
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193
30194 \backslash
30195 begin{subequations}
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \begin_inset Formula \begin{eqnarray}
30202 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30203  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30204  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30205 \end{eqnarray}
30206
30207 \end_inset
30208
30209
30210 \begin_inset ERT
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214
30215
30216 \backslash
30217 end{subequations}
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \begin_layout Subsection
30226 Benutzerdefinierte Nummerierung
30227 \begin_inset CommandInset label
30228 LatexCommand label
30229 name "sub:Benutzerdefinierte-Nummerierung"
30230
30231 \end_inset
30232
30233
30234 \begin_inset Index idx
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238 Formelnummerierung ! benutzerdefinierte
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Standard
30247 \begin_inset Index idx
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251 Formelnummerierung ! eigene Klammern
30252 \end_layout
30253
30254 \end_inset
30255
30256 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30257  gesetzt.
30258  Will man diese Klammern z.
30259 \begin_inset space \thinspace{}
30260 \end_inset
30261
30262 B.
30263  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30264  an:
30265 \end_layout
30266
30267 \begin_layout Standard
30268
30269 \series bold
30270
30271 \backslash
30272 def
30273 \backslash
30274 tagform@#1{
30275 \backslash
30276 maketag@@@{|#1|}}
30277 \series default
30278
30279 \begin_inset Note Note
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30284  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30285  werden.
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30295 \series bold
30296 #1
30297 \series default
30298  durch ein oder mehrere gewünschte Zeichen.
30299  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 \begin_inset VSpace bigskip
30304 \end_inset
30305
30306 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30307  hinter der Formel stehen, benutzt man den Befehl 
30308 \series bold
30309
30310 \backslash
30311 tag
30312 \series default
30313
30314 \begin_inset Index idx
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318 Befehle ! T ! 
30319 \backslash
30320 tag
30321 \end_layout
30322
30323 \end_inset
30324
30325 :
30326 \begin_inset Formula \begin{equation}
30327 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30328
30329 \end_inset
30330
30331  In diesem Beispiel wurde in der Formel der Befehl 
30332 \series bold
30333
30334 \backslash
30335 tag
30336 \series default
30337
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343
30344 \backslash
30345 leer 
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \series bold
30352 etwas
30353 \series default
30354  eingegeben.
30355 \end_layout
30356
30357 \begin_layout Standard
30358 Gibt man stattdessen 
30359 \series bold
30360
30361 \backslash
30362 tag*
30363 \series default
30364
30365 \begin_inset ERT
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369
30370
30371 \backslash
30372 leer 
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \series bold
30379 etwas
30380 \series default
30381  ein, verhindert der Stern die Klammern um den Ausdruck:
30382 \begin_inset Formula \[
30383 A+B=C\tag*{etwas}\]
30384
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \begin_layout Standard
30391 \begin_inset VSpace bigskip
30392 \end_inset
30393
30394 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30395  oder 
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 mbox{
30404 \end_layout
30405
30406 \end_inset
30407
30408 -abschnitt
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 }
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset Note Note
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Der Befehl 
30425 \series bold
30426
30427 \backslash
30428 mbox
30429 \series default
30430  verhindert, dass am Bindestrich umgebrochen wird.
30431 \end_layout
30432
30433 \end_inset
30434
30435  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30436 \end_layout
30437
30438 \begin_layout Standard
30439
30440 \series bold
30441
30442 \backslash
30443 @addtoreset{equation}{part}
30444 \series default
30445
30446 \begin_inset Index idx
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450 Befehle ! 
30451 \begin_inset ERT
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455
30456 "
30457 \end_layout
30458
30459 \end_inset
30460
30461 @
30462 \begin_inset ERT
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466
30467 "
30468 \end_layout
30469
30470 \end_inset
30471
30472  ! 
30473 \backslash
30474
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480 "
30481 \end_layout
30482
30483 \end_inset
30484
30485 @
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491 "
30492 \end_layout
30493
30494 \end_inset
30495
30496 addtoreset
30497 \end_layout
30498
30499 \end_inset
30500
30501
30502 \begin_inset Newline newline
30503 \end_inset
30504
30505 bzw.
30506 \begin_inset Newline newline
30507 \end_inset
30508
30509
30510 \series bold
30511
30512 \backslash
30513 @addtoreset{equation}{section}
30514 \end_layout
30515
30516 \begin_layout Standard
30517 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30518 \begin_inset Quotes gld
30519 \end_inset
30520
30521 @
30522 \begin_inset Quotes grd
30523 \end_inset
30524
30525  Zeichen für LaTeX mit dem Befehl 
30526 \series bold
30527
30528 \backslash
30529 makeatletter
30530 \series default
30531  
30532 \begin_inset Quotes gld
30533 \end_inset
30534
30535 aktiv
30536 \begin_inset Quotes grd
30537 \end_inset
30538
30539  gemacht werden.
30540  Der Befehl 
30541 \series bold
30542
30543 \backslash
30544 makeatother
30545 \series default
30546  macht dies wieder rückgängig.
30547  Daher ist die Befehlssequenz im TeX-Modus:
30548 \end_layout
30549
30550 \begin_layout Standard
30551
30552 \series bold
30553
30554 \backslash
30555 makeatletter
30556 \begin_inset Newline newline
30557 \end_inset
30558
30559
30560 \backslash
30561 @addtoreset{equation}{section}
30562 \begin_inset Newline newline
30563 \end_inset
30564
30565
30566 \backslash
30567 makeatother
30568 \end_layout
30569
30570 \begin_layout Standard
30571 Im LaTeX-Vorspann können 
30572 \series bold
30573
30574 \backslash
30575 makeatletter
30576 \series default
30577  und 
30578 \series bold
30579
30580 \backslash
30581 makeatother
30582 \series default
30583  weggelassen werden, da LyX sie automatisch intern einfügt.
30584 \end_layout
30585
30586 \begin_layout Standard
30587 Um 
30588 \series bold
30589
30590 \backslash
30591 @addtoreset
30592 \series default
30593  rückgängig zu machen, muss die Datei 
30594 \series bold
30595 remreset.sty
30596 \series default
30597
30598 \begin_inset Foot
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603 \series bold
30604 remreset
30605 \series default
30606  ist Teil des LaTeX-Paketes 
30607 \series bold
30608 carlisle
30609 \series default
30610
30611 \begin_inset Index idx
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615 Pakete ! carlisle
30616 \end_layout
30617
30618 \end_inset
30619
30620 , das Teil jeder LaTeX-Standardinstallation ist.
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \begin_inset Index idx
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 Pakete ! remreset
30631 \end_layout
30632
30633 \end_inset
30634
30635  im LaTeX-Vorspann mit der Zeile
30636 \end_layout
30637
30638 \begin_layout Standard
30639
30640 \series bold
30641
30642 \backslash
30643 usepackage{remreset}
30644 \end_layout
30645
30646 \begin_layout Standard
30647 geladen werden.
30648  Dann kann der Befehl 
30649 \series bold
30650
30651 \backslash
30652 @removefromreset
30653 \series default
30654
30655 \begin_inset Index idx
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 Befehle ! 
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 "
30666 \end_layout
30667
30668 \end_inset
30669
30670 @
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676 "
30677 \end_layout
30678
30679 \end_inset
30680
30681  ! 
30682 \backslash
30683
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689 "
30690 \end_layout
30691
30692 \end_inset
30693
30694 @
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700 "
30701 \end_layout
30702
30703 \end_inset
30704
30705 removefromreset
30706 \end_layout
30707
30708 \end_inset
30709
30710  mit dem selben Schema wie 
30711 \series bold
30712
30713 \backslash
30714 @addtoreset
30715 \series default
30716  benutzt werden.
30717 \end_layout
30718
30719 \begin_layout Standard
30720 \begin_inset VSpace bigskip
30721 \end_inset
30722
30723 Oftmals möchte man Formeln in folgender Art nummerieren:
30724 \end_layout
30725
30726 \begin_layout Standard
30727
30728 \family typewriter
30729 (Kapitelnummer.Formelnummer)
30730 \end_layout
30731
30732 \begin_layout Standard
30733 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30734 \end_layout
30735
30736 \begin_layout Standard
30737 Für diesen Fall gibt es den Befehl 
30738 \series bold
30739
30740 \backslash
30741 numberwithin
30742 \series default
30743
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 Befehle ! N ! 
30749 \backslash
30750 numberwithin
30751 \end_layout
30752
30753 \end_inset
30754
30755 , der nach folgendem Schema benutzt wird:
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 numberwithin{Zähler}{Gliederung}
30764 \end_layout
30765
30766 \begin_layout Standard
30767 Zähler gibt an, welche Nummerierung betroffen ist.
30768  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30769 \end_layout
30770
30771 \begin_layout Standard
30772 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30773  ein:
30774 \end_layout
30775
30776 \begin_layout Standard
30777
30778 \series bold
30779
30780 \backslash
30781 numberwithin{equation}{section}
30782 \end_layout
30783
30784 \begin_layout Standard
30785 Das ist das Ergebnis:
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 numberwithin{equation}{section}
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \begin_inset Formula \begin{equation}
30800 A+B=C\end{equation}
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Standard
30808 Möchte man z.
30809 \begin_inset space \thinspace{}
30810 \end_inset
30811
30812 B.
30813  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30814  gibt man 
30815 \series bold
30816
30817 \backslash
30818 numberwithin{table}{part}
30819 \series default
30820  ein.
30821 \end_layout
30822
30823 \begin_layout Standard
30824 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30825 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30826  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30827 \end_layout
30828
30829 \begin_layout Standard
30830
30831 \series bold
30832
30833 \backslash
30834 renewcommand{
30835 \backslash
30836 theequation}{
30837 \backslash
30838 arabic{equation}}
30839 \begin_inset Index idx
30840 status collapsed
30841
30842 \begin_layout Plain Layout
30843 Befehle ! A ! 
30844 \backslash
30845 arabic
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \series default
30852
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858
30859 \backslash
30860 renewcommand{
30861 \backslash
30862 theequation}{
30863 \backslash
30864 arabic{equation}}
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \series bold
30871
30872 \begin_inset Newline newline
30873 \end_inset
30874
30875
30876 \series default
30877 bzw.
30878 \series bold
30879
30880 \begin_inset Newline newline
30881 \end_inset
30882
30883
30884 \backslash
30885 renewcommand{
30886 \backslash
30887 thetable}{
30888 \backslash
30889 arabic{table}}
30890 \end_layout
30891
30892 \begin_layout Standard
30893
30894 \series bold
30895
30896 \backslash
30897 numberwithin
30898 \series default
30899  benutzt intern den oben beschriebenen Befehl 
30900 \series bold
30901
30902 \backslash
30903 @addtoreset
30904 \series default
30905 , der ebenfalls rückgängig gemacht werden muss.
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 makeatletter
30914 \end_layout
30915
30916 \begin_layout Plain Layout
30917
30918
30919 \backslash
30920 @removefromreset{equation}{section}
30921 \end_layout
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 makeatother
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Subsection
30936 Nummerierung mit römischen Zahlen und Buchstaben
30937 \begin_inset Index idx
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941 Formelnummerierung ! mit Buchstaben
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 Formelnummerierung ! mit römischen Zahlen
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30961  werden.
30962  Um z.
30963 \begin_inset space \thinspace{}
30964 \end_inset
30965
30966 B.
30967  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30968  TeX-Modus den Befehl
30969 \end_layout
30970
30971 \begin_layout Standard
30972
30973 \series bold
30974
30975 \backslash
30976 renewcommand{
30977 \backslash
30978 theequation}{
30979 \backslash
30980 roman{equation}}
30981 \end_layout
30982
30983 \begin_layout Standard
30984 ein.
30985  
30986 \series bold
30987
30988 \backslash
30989 renewcommand
30990 \series default
30991
30992 \begin_inset Index idx
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996 Befehle ! R ! 
30997 \backslash
30998 renewcommand
30999 \end_layout
31000
31001 \end_inset
31002
31003  weist dem vordefinierten Befehl 
31004 \series bold
31005
31006 \backslash
31007 theequation
31008 \series default
31009  den Befehl
31010 \begin_inset Newline linebreak
31011 \end_inset
31012
31013
31014 \series bold
31015
31016 \backslash
31017 roman{equation}
31018 \series default
31019  zu.
31020 \begin_inset Foot
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024 Der Befehl 
31025 \series bold
31026
31027 \backslash
31028 renewcommand
31029 \series default
31030  besitzt dasselbe Schema wie der in 
31031 \begin_inset CommandInset ref
31032 LatexCommand ref
31033 reference "sub:Der-Befehl-newcommand"
31034
31035 \end_inset
31036
31037  beschriebene Befehl
31038 \begin_inset Newline newline
31039 \end_inset
31040
31041
31042 \series bold
31043
31044 \backslash
31045 newcommand
31046 \series default
31047 .
31048 \end_layout
31049
31050 \end_inset
31051
31052  
31053 \series bold
31054 equation
31055 \series default
31056  ist der Formelzähler.
31057  Stellt man einem Zähler den Befehl 
31058 \series bold
31059
31060 \backslash
31061 the
31062 \series default
31063  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31064  wird.
31065  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31066  
31067 \series bold
31068
31069 \backslash
31070 theequation
31071 \series default
31072  hinter die Formel.
31073  
31074 \series bold
31075
31076 \backslash
31077 roman{equation}
31078 \begin_inset Index idx
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082 Befehle ! R ! 
31083 \backslash
31084 roman
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \series default
31091  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31092 \end_layout
31093
31094 \begin_layout Standard
31095 Alle Formeln nach dem 
31096 \series bold
31097
31098 \backslash
31099 renewcommand
31100 \series default
31101 -Befehl werden nun römisch nummeriert.
31102  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31103  den Befehl erneut ein, ersetzt aber 
31104 \series bold
31105
31106 \backslash
31107 roman
31108 \series default
31109  durch 
31110 \series bold
31111
31112 \backslash
31113 Roman
31114 \series default
31115
31116 \begin_inset Index idx
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 Befehle ! R ! 
31121 \backslash
31122 roman@
31123 \backslash
31124 Roman
31125 \end_layout
31126
31127 \end_inset
31128
31129 .
31130  Für die 
31131 \begin_inset Quotes gld
31132 \end_inset
31133
31134 Nummerierung
31135 \begin_inset Quotes grd
31136 \end_inset
31137
31138  mit lateinischen Buchstaben gibt es den Befehl 
31139 \series bold
31140
31141 \backslash
31142 alph
31143 \series default
31144
31145 \begin_inset Index idx
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149 Befehle ! A ! 
31150 \backslash
31151 alph
31152 \end_layout
31153
31154 \end_inset
31155
31156  für kleine und 
31157 \series bold
31158
31159 \backslash
31160 Alph
31161 \series default
31162
31163 \begin_inset Index idx
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 Befehle ! A ! 
31168 \backslash
31169 alph@
31170 \backslash
31171 Alph
31172 \end_layout
31173
31174 \end_inset
31175
31176  für große Buchstaben.
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset Note Greyedout
31181 status open
31182
31183 \begin_layout Plain Layout
31184
31185 \series bold
31186 Achtung:
31187 \series default
31188  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31189  nummeriert werden.
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset ERT
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203
31204 \backslash
31205 renewcommand{
31206 \backslash
31207 theequation}{
31208 \backslash
31209 roman{equation}}
31210 \end_layout
31211
31212 \end_inset
31213
31214
31215 \end_layout
31216
31217 \begin_layout Standard
31218 \begin_inset Formula \begin{equation}
31219 A=\textrm{römisch}\end{equation}
31220
31221 \end_inset
31222
31223
31224 \begin_inset ERT
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228
31229
31230 \backslash
31231 renewcommand{
31232 \backslash
31233 theequation}{
31234 \backslash
31235 Roman{equation}}
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \begin_inset Formula \begin{equation}
31242 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31243
31244 \end_inset
31245
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252
31253 \backslash
31254 renewcommand{
31255 \backslash
31256 theequation}{
31257 \backslash
31258 alph{equation}}
31259 \end_layout
31260
31261 \end_inset
31262
31263
31264 \begin_inset Formula \begin{equation}
31265 C=\textrm{lateinisch}\end{equation}
31266
31267 \end_inset
31268
31269
31270 \begin_inset ERT
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274
31275
31276 \backslash
31277 renewcommand{
31278 \backslash
31279 theequation}{
31280 \backslash
31281 Alph{equation}}
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \begin_inset Formula \begin{equation}
31288 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31289
31290 \end_inset
31291
31292
31293 \end_layout
31294
31295 \begin_layout Standard
31296 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31297  ein:
31298 \end_layout
31299
31300 \begin_layout Standard
31301
31302 \series bold
31303
31304 \backslash
31305 renewcommand{
31306 \backslash
31307 theequation}{
31308 \backslash
31309 arabic{equation}}
31310 \begin_inset Index idx
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314 Befehle ! A ! 
31315 \backslash
31316 arabic
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 \begin_inset ERT
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329
31330
31331 \backslash
31332 renewcommand{
31333 \backslash
31334 theequation}{
31335 \backslash
31336 arabic{equation}}
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \begin_inset Formula \begin{equation}
31343 E=\textrm{arabisch}\end{equation}
31344
31345 \end_inset
31346
31347
31348 \end_layout
31349
31350 \begin_layout Standard
31351 \begin_inset VSpace medskip
31352 \end_inset
31353
31354 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31355 riert.
31356  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31357  beginnen, müssen neue Formelzähler angelegt werden.
31358  Eine Beschreibung dazu findet man in der Datei 
31359 \begin_inset CommandInset href
31360 LatexCommand href
31361 name "Formelnummerierung.lyx"
31362 target "run:Formelnummerierung.lyx"
31363
31364 \end_inset
31365
31366 .
31367 \end_layout
31368
31369 \begin_layout Section
31370 Chemische Symbole und Reaktionsgleichungen
31371 \begin_inset CommandInset label
31372 LatexCommand label
31373 name "sub:Chemische-Symbole-und"
31374
31375 \end_inset
31376
31377
31378 \begin_inset Index idx
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382 chemische Zeichen ! Symbole
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \begin_inset Index idx
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392 Reaktionsgleichungen
31393 \end_layout
31394
31395 \end_inset
31396
31397
31398 \begin_inset Index idx
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402 Symbole ! chemische
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \begin_layout Standard
31411 Ein Beispieltext aus der Chemie:
31412 \end_layout
31413
31414 \begin_layout Quote
31415 Das 
31416 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31417 \end_inset
31418
31419 -Ion verbindet sich mit zwei 
31420 \begin_inset Formula $\mathrm{Na^{+}}$
31421 \end_inset
31422
31423 -Ionen zu Natriumsulfat 
31424 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31425 \end_inset
31426
31427 .
31428  Die Reaktionsgleichung dazu lautet:
31429 \begin_inset Formula \begin{equation}
31430 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31431
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \begin_layout Standard
31438 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31439  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31440  in der Formel und wandelt diese mit der Tastenkombination 
31441 \family sans
31442 Alt+Z
31443 \begin_inset space ~
31444 \end_inset
31445
31446 R
31447 \family default
31448  in den aufrechten Schriftstil um.
31449 \begin_inset Foot
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 Schriftstile siehe 
31454 \begin_inset CommandInset ref
31455 LatexCommand ref
31456 reference "sub:Schriftstile"
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31470 \series bold
31471  
31472 \backslash
31473 ce
31474 \series default
31475
31476 \begin_inset Index idx
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480 Befehle ! C ! 
31481 \backslash
31482 ce
31483 \end_layout
31484
31485 \end_inset
31486
31487  zu benutzen.
31488  Dieser ist verfügbar, wenn das LaTeX-Paket 
31489 \series bold
31490 mhchem
31491 \series default
31492
31493 \begin_inset Index idx
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Pakete ! mhchem
31498 \end_layout
31499
31500 \end_inset
31501
31502  installiert ist.
31503  Nachdem 
31504 \series bold
31505
31506 \backslash
31507 ce
31508 \series default
31509  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31510  Formeln in intuitiver Weise eingegeben werden können.
31511 \end_layout
31512
31513 \begin_layout Standard
31514 \align center
31515 \begin_inset Tabular
31516 <lyxtabular version="3" rows="9" columns="2">
31517 <features tabularvalignment="middle">
31518 <column alignment="center" valignment="top" width="0">
31519 <column alignment="center" valignment="top" width="0">
31520 <row>
31521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 Befehl
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534 Ergebnis
31535 \begin_inset Note Note
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540 \series bold
31541
31542 \backslash
31543 raisebox
31544 \series default
31545  dient nur als Abstandhalter.
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 </row>
31556 <row>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561
31562 \backslash
31563 ce
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569
31570 \backslash
31571 leer 
31572 \end_layout
31573
31574 \end_inset
31575
31576 H2CO3
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31586 \end_inset
31587
31588
31589 \end_layout
31590
31591 \end_inset
31592 </cell>
31593 </row>
31594 <row>
31595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599
31600 \backslash
31601 ce
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 leer 
31610 \end_layout
31611
31612 \end_inset
31613
31614 SO4^2-
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31620 \begin_inset Text
31621
31622 \begin_layout Plain Layout
31623 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \end_inset
31630 </cell>
31631 </row>
31632 <row>
31633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637
31638 \backslash
31639 ce
31640 \begin_inset ERT
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644
31645
31646 \backslash
31647 leer 
31648 \end_layout
31649
31650 \end_inset
31651
31652 (NH4)2S
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \end_inset
31668 </cell>
31669 </row>
31670 <row>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675
31676 \backslash
31677 ce
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683
31684 \backslash
31685 leer 
31686 \end_layout
31687
31688 \end_inset
31689
31690 KCr(SO4)2.12H2O
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \end_inset
31706 </cell>
31707 </row>
31708 <row>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713
31714 \backslash
31715 ce
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721
31722 \backslash
31723 leer 
31724 \end_layout
31725
31726 \end_inset
31727
31728 A-B
31729 \backslash
31730 dbond
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 leer 
31739 \end_layout
31740
31741 \end_inset
31742
31743 C
31744 \backslash
31745 tbond
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751
31752 \backslash
31753 leer 
31754 \end_layout
31755
31756 \end_inset
31757
31758 D
31759 \end_layout
31760
31761 \end_inset
31762 </cell>
31763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31764 \begin_inset Text
31765
31766 \begin_layout Plain Layout
31767 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \end_inset
31774 </cell>
31775 </row>
31776 <row>
31777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781
31782 \backslash
31783 ce
31784 \begin_inset ERT
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788
31789
31790 \backslash
31791 leer 
31792 \end_layout
31793
31794 \end_inset
31795
31796 ^227
31797 \begin_inset Formula $\downarrow$
31798 \end_inset
31799
31800 _90
31801 \begin_inset Formula $\to$
31802 \end_inset
31803
31804 Th+
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 </row>
31822 <row>
31823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827
31828 \backslash
31829 ce
31830 \begin_inset ERT
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834
31835
31836 \backslash
31837 leer 
31838 \end_layout
31839
31840 \end_inset
31841
31842 CO2
31843 \begin_inset ERT
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847
31848
31849 \backslash
31850 leer 
31851 \end_layout
31852
31853 \end_inset
31854
31855 +
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 leer 
31864 \end_layout
31865
31866 \end_inset
31867
31868 C
31869 \begin_inset ERT
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873
31874
31875 \backslash
31876 leer 
31877 \end_layout
31878
31879 \end_inset
31880
31881 <=>
31882 \begin_inset ERT
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886
31887
31888 \backslash
31889 leer 
31890 \end_layout
31891
31892 \end_inset
31893
31894 2CO
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Plain Layout
31903 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31904 \end_inset
31905
31906
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 </row>
31912 <row>
31913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31914 \begin_inset Text
31915
31916 \begin_layout Plain Layout
31917
31918 \backslash
31919 ce
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925
31926 \backslash
31927 leer 
31928 \end_layout
31929
31930 \end_inset
31931
31932 CO2
31933 \begin_inset ERT
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937
31938
31939 \backslash
31940 leer 
31941 \end_layout
31942
31943 \end_inset
31944
31945 +
31946 \begin_inset ERT
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950
31951
31952 \backslash
31953 leer 
31954 \end_layout
31955
31956 \end_inset
31957
31958 C
31959 \begin_inset ERT
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963
31964
31965 \backslash
31966 leer 
31967 \end_layout
31968
31969 \end_inset
31970
31971 ->[
31972 \backslash
31973 alpha][
31974 \backslash
31975 beta]
31976 \begin_inset ERT
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980
31981
31982 \backslash
31983 leer 
31984 \end_layout
31985
31986 \end_inset
31987
31988 2CO}
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31994 \begin_inset Text
31995
31996 \begin_layout Plain Layout
31997 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \end_inset
32004 </cell>
32005 </row>
32006 </lyxtabular>
32007
32008 \end_inset
32009
32010
32011 \end_layout
32012
32013 \begin_layout Standard
32014 \begin_inset Note Greyedout
32015 status open
32016
32017 \begin_layout Plain Layout
32018
32019 \series bold
32020 Achtung:
32021 \series default
32022  Wenn eine Formel in eine 
32023 \series bold
32024
32025 \backslash
32026 ce
32027 \series default
32028 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32029  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32030 \begin_inset space \thinspace{}
32031 \end_inset
32032
32033 B.
32034  für 
32035 \series bold
32036
32037 \backslash
32038 ce{$
32039 \backslash
32040 mu
32041 \backslash
32042 hyphen$Cl}
32043 \series default
32044
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050
32051 \backslash
32052 ce{$
32053 \backslash
32054 mu
32055 \backslash
32056 hyphen$Cl}
32057 \end_layout
32058
32059 \end_inset
32060
32061  
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Standard
32070 Wird 
32071 \series bold
32072
32073 \backslash
32074 ce
32075 \series default
32076  benutzt, lautet der Befehl für Gleichung
32077 \begin_inset space ~
32078 \end_inset
32079
32080
32081 \begin_inset CommandInset ref
32082 LatexCommand eqref
32083 reference "eq:chemische-Reaktion"
32084
32085 \end_inset
32086
32087 :
32088 \begin_inset Newline newline
32089 \end_inset
32090
32091
32092 \series bold
32093  
32094 \backslash
32095 ce
32096 \series default
32097
32098 \begin_inset ERT
32099 status collapsed
32100
32101 \begin_layout Plain Layout
32102
32103
32104 \backslash
32105 leer 
32106 \end_layout
32107
32108 \end_inset
32109
32110
32111 \series bold
32112 2Na+
32113 \series default
32114
32115 \begin_inset ERT
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119
32120
32121 \backslash
32122 leer 
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \series bold
32129 +
32130 \series default
32131
32132 \begin_inset ERT
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136
32137
32138 \backslash
32139 leer 
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \series bold
32146 SO4^2-
32147 \series default
32148
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 leer 
32157 \end_layout
32158
32159 \end_inset
32160
32161
32162 \begin_inset ERT
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166
32167
32168 \backslash
32169 leer 
32170 \end_layout
32171
32172 \end_inset
32173
32174
32175 \series bold
32176 ->
32177 \series default
32178
32179 \begin_inset ERT
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183
32184
32185 \backslash
32186 leer 
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \series bold
32193 Na2SO4
32194 \end_layout
32195
32196 \begin_layout Standard
32197 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32198  Formel erstellt, wie in 
32199 \begin_inset CommandInset ref
32200 LatexCommand ref
32201 reference "sec:Mehrzeilige-Formeln"
32202
32203 \end_inset
32204
32205  beschrieben.
32206  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32207 \series bold
32208
32209 \backslash
32210 ce
32211 \series default
32212  verwendet.
32213  
32214 \begin_inset CommandInset ref
32215 LatexCommand eqref
32216 reference "eq:TEOS-Reaktion-1"
32217
32218 \end_inset
32219
32220  und 
32221 \begin_inset CommandInset ref
32222 LatexCommand eqref
32223 reference "eq:TEOS-Reaktion-2"
32224
32225 \end_inset
32226
32227  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32228  Gleichung eine eigene Nummer hat.
32229 \begin_inset Formula \begin{eqnarray}
32230 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32231 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32232 \end{eqnarray}
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 Außer 
32241 \series bold
32242
32243 \backslash
32244 ce
32245 \series default
32246  bietet das Paket 
32247 \series bold
32248 mhchem
32249 \series default
32250  noch den Befehl 
32251 \series bold
32252
32253 \backslash
32254 cf
32255 \series default
32256
32257 \begin_inset Index idx
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 Befehle ! C ! 
32262 \backslash
32263 cf
32264 \end_layout
32265
32266 \end_inset
32267
32268  für spezielle Fälle.
32269  Mehr über 
32270 \series bold
32271
32272 \backslash
32273 cf
32274 \series default
32275  und weitere Beispiele sind in der Dokumentation von 
32276 \series bold
32277 mhchem
32278 \series default
32279  zu finden, 
32280 \begin_inset CommandInset citation
32281 LatexCommand cite
32282 key "mhchem"
32283
32284 \end_inset
32285
32286 .
32287 \end_layout
32288
32289 \begin_layout Section
32290 Diagramme
32291 \end_layout
32292
32293 \begin_layout Standard
32294 LyX unterstützt zwei Typen kommutativer Diagramme: 
32295 \series bold
32296 amscd
32297 \series default
32298  und 
32299 \series bold
32300 xymatrix
32301 \series default
32302 , die im Folgenden erläutert sind.
32303 \end_layout
32304
32305 \begin_layout Subsection
32306 amscd Diagramme
32307 \begin_inset Index idx
32308 status collapsed
32309
32310 \begin_layout Plain Layout
32311 Diagramme ! amscd
32312 \end_layout
32313
32314 \end_inset
32315
32316
32317 \end_layout
32318
32319 \begin_layout Standard
32320 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32321  Linien oder Pfeilen dar:
32322 \begin_inset Formula \[
32323 \begin{CD}A@>>>B@>>>C\\
32324 @AAA@.@VVV\\
32325 F@<<<E@<<<D
32326 \end{CD}\]
32327
32328 \end_inset
32329
32330
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32335 \series bold
32336
32337 \backslash
32338 CD
32339 \begin_inset Index idx
32340 status collapsed
32341
32342 \begin_layout Plain Layout
32343 Befehle ! C ! 
32344 \backslash
32345 CD
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \series default
32352  ein.
32353  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32354  man die weiteren Befehle eingibt.
32355  Mit 
32356 \series bold
32357
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 mbox{
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \family sans
32372 \series default
32373 Strg+Enter
32374 \family default
32375 \series bold
32376
32377 \begin_inset ERT
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381
32382 }
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \series default
32389  wird eine neue Zeile erstellt.
32390  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32391  Zeilen der Formel eingegeben.
32392 \end_layout
32393
32394 \begin_layout Standard
32395 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32396 \end_layout
32397
32398 \begin_layout Itemize
32399
32400 \series bold
32401 @<<<
32402 \series default
32403  erstellt einen Linkspfeil, 
32404 \series bold
32405 @>>>
32406 \series default
32407  einen Rechtspfeil und 
32408 \series bold
32409 @=
32410 \series default
32411  ein langes Gleichheitszeichen
32412 \end_layout
32413
32414 \begin_layout Itemize
32415
32416 \series bold
32417 @AAA
32418 \series default
32419  erstellt einen Pfeil nach oben, 
32420 \series bold
32421 @VVV
32422 \series default
32423  einen Pfeil nach unten und 
32424 \series bold
32425 @|
32426 \series default
32427  ein senkrechtes Gleichheitszeichen
32428 \end_layout
32429
32430 \begin_layout Itemize
32431
32432 \series bold
32433 @.
32434
32435 \series default
32436  dient als Platzhalter für nicht vorhandene Beziehungen
32437 \end_layout
32438
32439 \begin_layout Standard
32440 Alle Pfeile sind wie folgt beschriftbar:
32441 \end_layout
32442
32443 \begin_layout Itemize
32444 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32445  > Text eingegeben, erscheint er über dem Pfeil.
32446  Wird der Text zwischen dem zweiten und dritten < bzw.
32447  > eingegeben, erscheint er unter dem Pfeil.
32448 \end_layout
32449
32450 \begin_layout Itemize
32451 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32452  V eingegeben, erscheint er links neben dem Pfeil.
32453  Bei Eingabe zwischen zweitem und drittem A bzw.
32454  V erscheint er rechts daneben.
32455  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32456  gesetzt werden.
32457 \end_layout
32458
32459 \begin_layout Standard
32460 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32461 \end_layout
32462
32463 \begin_layout Standard
32464 \begin_inset Formula \[
32465 \begin{CD}A@>j>>B@>>k>C@=F\\
32466 @AmAA@.@VV{V}V@|\\
32467 D@<<j<E@>k>>F@=C
32468 \end{CD}\]
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 Der Befehl dazu lautet:
32477 \begin_inset Newline newline
32478 \end_inset
32479
32480
32481 \series bold
32482
32483 \backslash
32484 CD
32485 \begin_inset ERT
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489
32490
32491 \backslash
32492 leer 
32493 \end_layout
32494
32495 \end_inset
32496
32497 A@>j>>B@>>k>C@=F Strg+Enter
32498 \begin_inset Newline newline
32499 \end_inset
32500
32501
32502 \begin_inset Phantom HPhantom
32503 status open
32504
32505 \begin_layout Plain Layout
32506
32507 \series bold
32508
32509 \backslash
32510 CD
32511 \begin_inset ERT
32512 status collapsed
32513
32514 \begin_layout Plain Layout
32515
32516
32517 \backslash
32518 leer 
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \end_inset
32527
32528 @AmAA@.@VV
32529 \backslash
32530 {V
32531 \series default
32532
32533 \begin_inset Formula $\to$
32534 \end_inset
32535
32536
32537 \series bold
32538 V@| Strg+Enter
32539 \begin_inset Newline newline
32540 \end_inset
32541
32542
32543 \begin_inset Phantom HPhantom
32544 status open
32545
32546 \begin_layout Plain Layout
32547
32548 \series bold
32549
32550 \backslash
32551 CD
32552 \begin_inset ERT
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556
32557
32558 \backslash
32559 leer 
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \end_inset
32568
32569 D@<<j<E@>k>>F@=C
32570 \end_layout
32571
32572 \begin_layout Subsection
32573 xymatrix Diagramme
32574 \begin_inset Index idx
32575 status collapsed
32576
32577 \begin_layout Plain Layout
32578 Diagramme ! xymatrix
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \begin_layout Standard
32587 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32588 \series bold
32589 xypic
32590 \series default
32591  installiert sein.
32592  Eine Xymatrix wird erstellt, indem der Befehl 
32593 \series bold
32594
32595 \backslash
32596 xymatrix
32597 \series default
32598  in eine Formel eingegeben wird.
32599  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32600  hinzufügen, siehe 
32601 \begin_inset CommandInset ref
32602 LatexCommand ref
32603 reference "sec:Matrizen"
32604
32605 \end_inset
32606
32607 .
32608 \end_layout
32609
32610 \begin_layout Standard
32611 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32612  gekrümmte Pfeile und vieles mehr.
32613  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32614  sind im Detail im 
32615 \emph on
32616 XY-pic-Handbuch
32617 \emph default
32618  erklärt, dass im Menü 
32619 \family sans
32620 Hilfe\SpecialChar \menuseparator
32621 Spezielle
32622 \begin_inset space ~
32623 \end_inset
32624
32625 Handbücher
32626 \family default
32627  zu finden ist.
32628 \end_layout
32629
32630 \begin_layout Subsection
32631
32632 \noun on
32633 Feynman
32634 \noun default
32635  Diagramme
32636 \begin_inset Index idx
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640 Diagramme ! Feynman
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Um 
32650 \noun on
32651 Feynman-
32652 \noun default
32653 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32654 \series bold
32655 feyn
32656 \series default
32657  installiert sein.
32658  Ein 
32659 \noun on
32660 Feynman-
32661 \noun default
32662 Diagramm wird erstellt, indem der Befehl 
32663 \series bold
32664
32665 \backslash
32666 Diagram
32667 \series default
32668  in eine Formel eingegeben wird.
32669  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32670  hinzufügen, siehe 
32671 \begin_inset CommandInset ref
32672 LatexCommand ref
32673 reference "sec:Matrizen"
32674
32675 \end_inset
32676
32677 .
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Beispiele wie man in LyX 
32682 \noun on
32683 Feynman-
32684 \noun default
32685 Diagramme erstellt sind im 
32686 \emph on
32687 Feynman-Diagramm Handbuch
32688 \emph default
32689  gegeben, dass im Menü 
32690 \family sans
32691 Hilfe\SpecialChar \menuseparator
32692 Spezielle
32693 \begin_inset space ~
32694 \end_inset
32695
32696 Handbücher
32697 \family default
32698  zu finden ist.
32699 \end_layout
32700
32701 \begin_layout Section
32702 Benutzerdefinierte Befehle
32703 \begin_inset CommandInset label
32704 LatexCommand label
32705 name "sec:Benutzerdefinierte-Befehle"
32706
32707 \end_inset
32708
32709
32710 \begin_inset Index idx
32711 status collapsed
32712
32713 \begin_layout Plain Layout
32714 benutzerdefinierte Befehle
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \begin_layout Standard
32723 \begin_inset Note Greyedout
32724 status open
32725
32726 \begin_layout Plain Layout
32727
32728 \series bold
32729 Achtung: 
32730 \series default
32731 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32732 n Buchstaben bestehen.
32733 \end_layout
32734
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Subsection
32741 Der Befehl 
32742 \backslash
32743 newcommand
32744 \begin_inset CommandInset label
32745 LatexCommand label
32746 name "sub:Der-Befehl-newcommand"
32747
32748 \end_inset
32749
32750
32751 \begin_inset Index idx
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755 benutzerdefinierte Befehle ! 
32756 \backslash
32757 newcommand
32758 \end_layout
32759
32760 \end_inset
32761
32762
32763 \begin_inset Index idx
32764 status collapsed
32765
32766 \begin_layout Plain Layout
32767 Befehle ! N ! 
32768 \backslash
32769 newcommand
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \begin_layout Standard
32778 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32779  Man kann sich aber mit dem Befehl 
32780 \series bold
32781
32782 \backslash
32783 newcommand
32784 \series default
32785  neue kürzere Befehle definieren.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 Das Befehlsschema von 
32790 \series bold
32791
32792 \backslash
32793 newcommand
32794 \series default
32795  lautet:
32796 \end_layout
32797
32798 \begin_layout Standard
32799
32800 \series bold
32801
32802 \backslash
32803 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32804 \series default
32805  
32806 \series bold
32807 Wert]
32808 \begin_inset Newline newline
32809 \end_inset
32810
32811
32812 \begin_inset Phantom HPhantom
32813 status open
32814
32815 \begin_layout Plain Layout
32816
32817 \series bold
32818
32819 \backslash
32820 newcommand
32821 \end_layout
32822
32823 \end_inset
32824
32825 {Befehlsdefinition}
32826 \end_layout
32827
32828 \begin_layout Standard
32829 \begin_inset Note Greyedout
32830 status open
32831
32832 \begin_layout Plain Layout
32833
32834 \series bold
32835 Achtung:
32836 \series default
32837  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32838  oder von benutzten LaTeX-Paketen verwendet wird.
32839  Definiert man beispielsweise für 
32840 \series bold
32841
32842 \backslash
32843 Leftarrow
32844 \series default
32845  den Befehl 
32846 \series bold
32847
32848 \backslash
32849 le
32850 \series default
32851 , erhält man eine Fehlermeldung, denn 
32852 \series bold
32853
32854 \backslash
32855 le
32856 \series default
32857  ist schon für 
32858 \begin_inset Quotes gld
32859 \end_inset
32860
32861
32862 \begin_inset Formula $\le$
32863 \end_inset
32864
32865
32866 \begin_inset Quotes grd
32867 \end_inset
32868
32869  definiert.
32870 \end_layout
32871
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \begin_layout Standard
32878 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32879 \begin_inset space \thinspace{}
32880 \end_inset
32881
32882 -
32883 \begin_inset space \thinspace{}
32884 \end_inset
32885
32886 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
32887  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
32888  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
32889 \emph on
32890 erste
32891 \emph default
32892  Argument des neuen Befehls ein optionales ist.
32893 \end_layout
32894
32895 \begin_layout Standard
32896 Es folgen einige Beispiele:
32897 \end_layout
32898
32899 \begin_layout Itemize
32900 Will man für 
32901 \series bold
32902
32903 \backslash
32904 Longrightarrow
32905 \series default
32906  den Befehl 
32907 \series bold
32908
32909 \backslash
32910 gr
32911 \series default
32912  definieren, lautet die LaTeX-Vor\SpecialChar \-
32913 spannzeile:
32914 \begin_inset VSpace medskip
32915 \end_inset
32916
32917
32918 \begin_inset Newline newline
32919 \end_inset
32920
32921
32922 \series bold
32923
32924 \backslash
32925 newcommand{
32926 \backslash
32927 gr}{
32928 \backslash
32929 Longrightarrow}
32930 \end_layout
32931
32932 \begin_layout Itemize
32933 Um für den Befehl 
32934 \series bold
32935
32936 \backslash
32937 underline
32938 \series default
32939  den Befehl 
32940 \series bold
32941
32942 \backslash
32943 us
32944 \series default
32945  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
32946  werden.
32947  Dazu sieht die Vorspannzeile wie folgt aus:
32948 \begin_inset VSpace medskip
32949 \end_inset
32950
32951
32952 \begin_inset Newline newline
32953 \end_inset
32954
32955
32956 \series bold
32957
32958 \backslash
32959 newcommand{
32960 \backslash
32961 us}[1]{
32962 \backslash
32963 underline{#1}}
32964 \series default
32965
32966 \begin_inset VSpace medskip
32967 \end_inset
32968
32969
32970 \begin_inset Newline newline
32971 \end_inset
32972
32973 Das Zeichen 
32974 \series bold
32975 #
32976 \series default
32977  fungiert als Argumentplatzhalter, die 
32978 \series bold
32979 1
32980 \series default
32981  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
32982 \end_layout
32983
32984 \begin_layout Itemize
32985 Für 
32986 \series bold
32987
32988 \backslash
32989 framebox
32990 \series default
32991  kann man z.
32992 \begin_inset space \thinspace{}
32993 \end_inset
32994
32995 B.
32996  den Befehl 
32997 \series bold
32998
32999 \backslash
33000 fb
33001 \series default
33002  definieren:
33003 \begin_inset VSpace medskip
33004 \end_inset
33005
33006
33007 \begin_inset Newline newline
33008 \end_inset
33009
33010
33011 \series bold
33012
33013 \backslash
33014 newcommand{
33015 \backslash
33016 fb}[3]{
33017 \backslash
33018 framebox#1#2{$#3$}}
33019 \series default
33020
33021 \begin_inset VSpace medskip
33022 \end_inset
33023
33024
33025 \begin_inset Newline newline
33026 \end_inset
33027
33028 Die beiden Dollarzeichen erstellen hierbei die für 
33029 \series bold
33030
33031 \backslash
33032 framebox
33033 \series default
33034  geforderte weitere Formel, siehe 
33035 \begin_inset CommandInset ref
33036 LatexCommand ref
33037 reference "sub:Boxen-mit-Rahmen"
33038
33039 \end_inset
33040
33041 .
33042 \end_layout
33043
33044 \begin_layout Itemize
33045 Um einen neuen Befehl für 
33046 \series bold
33047
33048 \backslash
33049 fcolorbox
33050 \series default
33051  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33052  definiert man das Argument für die Farbe als optional:
33053 \begin_inset VSpace medskip
33054 \end_inset
33055
33056
33057 \begin_inset Newline newline
33058 \end_inset
33059
33060
33061 \series bold
33062
33063 \backslash
33064 newcommand{
33065 \backslash
33066 cb}[3][white]{
33067 \backslash
33068 fcolorbox{#2}{#1}{$#3$}}
33069 \series default
33070
33071 \begin_inset VSpace medskip
33072 \end_inset
33073
33074
33075 \begin_inset Newline newline
33076 \end_inset
33077
33078 Gibt man bei der Verwendung von 
33079 \series bold
33080
33081 \backslash
33082 cb
33083 \series default
33084  die Farbe nicht an, wird die voreingestellte Farbe 
33085 \series bold
33086 white
33087 \series default
33088  verwendet.
33089 \end_layout
33090
33091 \begin_layout Standard
33092 Ein Test der neu definierten Befehle:
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \align center
33097 \begin_inset Tabular
33098 <lyxtabular version="3" rows="6" columns="2">
33099 <features tabularvalignment="middle">
33100 <column alignment="center" valignment="top" width="0">
33101 <column alignment="center" valignment="top" width="0">
33102 <row>
33103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 Befehl
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 Ergebnis
33117 \begin_inset Note Note
33118 status collapsed
33119
33120 \begin_layout Plain Layout
33121
33122 \series bold
33123
33124 \backslash
33125 raisebox
33126 \series default
33127  dient nur als Abstandhalter.
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \end_inset
33136 </cell>
33137 </row>
33138 <row>
33139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33140 \begin_inset Text
33141
33142 \begin_layout Plain Layout
33143 A
33144 \backslash
33145 gr
33146 \begin_inset ERT
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150
33151
33152 \backslash
33153 leer 
33154 \end_layout
33155
33156 \end_inset
33157
33158 B
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 \begin_inset Formula $A\gr B$
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 </row>
33176 <row>
33177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33178 \begin_inset Text
33179
33180 \begin_layout Plain Layout
33181
33182 \backslash
33183 us{ABcd
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 </row>
33201 <row>
33202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33203 \begin_inset Text
33204
33205 \begin_layout Plain Layout
33206
33207 \backslash
33208 fb{[2cm]
33209 \begin_inset Formula $\to$
33210 \end_inset
33211
33212
33213 \backslash
33214 {
33215 \begin_inset Formula $\to$
33216 \end_inset
33217
33218
33219 \backslash
33220 {
33221 \backslash
33222 int
33223 \begin_inset ERT
33224 status collapsed
33225
33226 \begin_layout Plain Layout
33227
33228
33229 \backslash
33230 leer 
33231 \end_layout
33232
33233 \end_inset
33234
33235 A=B
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 </row>
33253 <row>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258
33259 \backslash
33260 cb{red
33261 \begin_inset Formula $\to$
33262 \end_inset
33263
33264
33265 \backslash
33266 {
33267 \backslash
33268 int
33269 \begin_inset ERT
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274
33275 \backslash
33276 leer 
33277 \end_layout
33278
33279 \end_inset
33280
33281 A=B
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 </row>
33299 <row>
33300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304
33305 \backslash
33306 cb[green]
33307 \backslash
33308 {red
33309 \begin_inset Formula $\to$
33310 \end_inset
33311
33312
33313 \backslash
33314 {
33315 \backslash
33316 int
33317 \begin_inset ERT
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321
33322
33323 \backslash
33324 leer 
33325 \end_layout
33326
33327 \end_inset
33328
33329 A=B
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 </row>
33347 </lyxtabular>
33348
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Subsection
33355 Mathe-Makros
33356 \begin_inset Index idx
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360 benutzerdefinierte Befehle ! Mathe-Makros
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \begin_inset Index idx
33367 status collapsed
33368
33369 \begin_layout Plain Layout
33370 Makros
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \begin_layout Standard
33379 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33380  Hat man es in einem Dokument z.
33381 \begin_inset space \thinspace{}
33382 \end_inset
33383
33384 B.
33385  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33386  auf.
33387  Die allgemeine Form einer quadratischen Gleichung ist
33388 \begin_inset Formula \[
33389 0=\lambda^{2}+p\lambda+q\]
33390
33391 \end_inset
33392
33393 Die allgemeine Form der Lösung lautet
33394 \begin_inset Formula \[
33395 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33396
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \begin_layout Standard
33403 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33404  drei Parameter 
33405 \begin_inset Formula $\lambda$
33406 \end_inset
33407
33408
33409 \begin_inset Formula $p$
33410 \end_inset
33411
33412  und 
33413 \begin_inset Formula $q$
33414 \end_inset
33415
33416  angegeben werden müssen und der Index von 
33417 \begin_inset Formula $\lambda$
33418 \end_inset
33419
33420  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33421 \begin_inset Newline newline
33422 \end_inset
33423
33424
33425 \series bold
33426
33427 \backslash
33428 newcommand{
33429 \backslash
33430 qG}[4][1,
33431 \backslash
33432 ,2]{#2_{#1}=-
33433 \backslash
33434 frac{#3}{2}
33435 \backslash
33436 pm
33437 \begin_inset Newline newline
33438 \end_inset
33439
33440
33441 \begin_inset Phantom HPhantom
33442 status open
33443
33444 \begin_layout Plain Layout
33445
33446 \series bold
33447
33448 \backslash
33449 newcommand
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \backslash
33456 sqrt{
33457 \backslash
33458 frac{#3^{2}}{4}-#4}}
33459 \end_layout
33460
33461 \begin_layout Standard
33462 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33463  
33464 \begin_inset Newline newline
33465 \end_inset
33466
33467
33468 \series bold
33469
33470 \backslash
33471 qG{
33472 \backslash
33473 lambda
33474 \begin_inset Formula $\to$
33475 \end_inset
33476
33477
33478 \backslash
33479 {p
33480 \begin_inset Formula $\to$
33481 \end_inset
33482
33483
33484 \backslash
33485 {q 
33486 \series default
33487 ein.
33488 \end_layout
33489
33490 \begin_layout Standard
33491 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33492  aller verwendeten LaTeX-Befehle kennen, z.
33493 \begin_inset space \thinspace{}
33494 \end_inset
33495
33496 B.
33497  dass ein Bruch in LaTeX mit 
33498 \series bold
33499
33500 \backslash
33501 frac{Zähler}
33502 \begin_inset Newline linebreak
33503 \end_inset
33504
33505 {Nenner}
33506 \series default
33507  eingegeben wird.
33508  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33509  in LyX nicht sehen, was der neue Befehl macht.
33510  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33511  Mathe-Makros statt den Befehl 
33512 \series bold
33513
33514 \backslash
33515 newcommand
33516 \series default
33517  zu verwenden.
33518 \end_layout
33519
33520 \begin_layout Standard
33521 Ein Mathe-Makro wird erstellt, indem man das Menü 
33522 \family sans
33523 Einfügen\SpecialChar \menuseparator
33524 Mathe\SpecialChar \menuseparator
33525 Makro
33526 \family default
33527  oder den Werkzeugleistenknopf 
33528 \begin_inset Graphics
33529         filename ../../images/math-macro_newmacroname_newcommand.png
33530         scale 85
33531
33532 \end_inset
33533
33534  verwendet.
33535  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33536  Makro definiert wird:
33537 \begin_inset Newline newline
33538 \end_inset
33539
33540
33541 \lang english
33542
33543 \begin_inset space \hspace*{\fill}
33544 \end_inset
33545
33546
33547 \lang ngerman
33548
33549 \begin_inset Graphics
33550         filename ../clipart/macrobox.png
33551
33552 \end_inset
33553
33554
33555 \lang english
33556
33557 \begin_inset space \hspace*{\fill}
33558 \end_inset
33559
33560
33561 \lang ngerman
33562
33563 \begin_inset Newline newline
33564 \end_inset
33565
33566
33567 \begin_inset FormulaMacro
33568 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33569 \end_inset
33570
33571
33572 \backslash
33573 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33574  geändert werden sollte.
33575  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33576  Einen Argumentplatzhalter fügt man mit dem Befehl 
33577 \series bold
33578
33579 \backslash
33580 #Argumentnummer
33581 \series default
33582  ein, z.
33583 \begin_inset space \thinspace{}
33584 \end_inset
33585
33586 B.
33587  
33588 \series bold
33589
33590 \backslash
33591 #1
33592 \series default
33593  oder man verwendet den Makro-Werkzeugleistenknopf 
33594 \begin_inset Graphics
33595         filename ../../images/math-macro-add-param.png
33596         scale 85
33597
33598 \end_inset
33599
33600 .
33601  Argumentplatzhalter werden rot dargestellt.
33602  Es sind maximal 9 Argumente möglich.
33603  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33604 \begin_inset Graphics
33605         filename ../../images/math-macro-add-optional-param.png
33606         scale 85
33607
33608 \end_inset
33609
33610  erstellt.
33611  Mit dem Werkzeugleistenknopf 
33612 \begin_inset Graphics
33613         filename ../../images/math-macro-make-optional.png
33614         scale 85
33615
33616 \end_inset
33617
33618  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33619  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33620  werden soll.
33621  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33622  Kästchen leer lässt.
33623  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33624  einnimmt, kann man in das Kästchen z.
33625 \begin_inset space \thinspace{}
33626 \end_inset
33627
33628 B.
33629 \begin_inset Newline newline
33630 \end_inset
33631
33632
33633 \series bold
33634 qG: 
33635 \backslash
33636 #1
33637 \series default
33638  
33639 \series bold
33640 ,
33641 \series default
33642  
33643 \series bold
33644
33645 \backslash
33646 #2
33647 \series default
33648  
33649 \series bold
33650 ,
33651 \series default
33652  
33653 \series bold
33654
33655 \backslash
33656 #3, 
33657 \backslash
33658 #4
33659 \begin_inset Newline newline
33660 \end_inset
33661
33662
33663 \series default
33664 eingeben.
33665  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33666  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33667  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33668  wurde.
33669 \begin_inset Newline newline
33670 \end_inset
33671
33672 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33673  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33674 \family sans
33675 Ansicht\SpecialChar \menuseparator
33676 Mathe-Makro
33677 \begin_inset space ~
33678 \end_inset
33679
33680 auf/zuklappen
33681 \family default
33682  verwendet.
33683 \end_layout
33684
33685 \begin_layout Standard
33686 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33687  ein, in unserem Fall 
33688 \series bold
33689
33690 \backslash
33691 qG
33692 \series default
33693 .
33694  Unser Makro sieht in LyX folgendermaßen aus:
33695 \begin_inset Newline newline
33696 \end_inset
33697
33698
33699 \lang english
33700
33701 \begin_inset space \hspace*{\fill}
33702 \end_inset
33703
33704
33705 \lang ngerman
33706
33707 \begin_inset Graphics
33708         filename ../clipart/macrouse.png
33709
33710 \end_inset
33711
33712
33713 \lang english
33714
33715 \begin_inset space \hspace*{\fill}
33716 \end_inset
33717
33718
33719 \lang ngerman
33720
33721 \begin_inset Newline newline
33722 \end_inset
33723
33724 Hier ist unser Makro-Beispiel mit den Argumenten 
33725 \begin_inset Formula $x$
33726 \end_inset
33727
33728
33729 \begin_inset Formula $\ln(x)$
33730 \end_inset
33731
33732  und 
33733 \begin_inset Formula $B$
33734 \end_inset
33735
33736 :
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \begin_inset Formula \[
33741 \qG x{\ln(x)}B\]
33742
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Standard
33749 LyX bietet im Menü 
33750 \family sans
33751 Werkzeuge\SpecialChar \menuseparator
33752 Einstellungen\SpecialChar \menuseparator
33753 Bearbeiten\SpecialChar \menuseparator
33754 Kontrolle
33755 \family default
33756  verschiedene Bearbeitungsstile für Makros an.
33757  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33758  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33759  zu sehen.
33760 \end_layout
33761
33762 \begin_layout Standard
33763 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33764 \series bold
33765
33766 \backslash
33767 new\SpecialChar \-
33768 command
33769 \series default
33770 -Befehl umgewandelt.
33771  Der 
33772 \series bold
33773
33774 \backslash
33775 newcommand
33776 \series default
33777 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33778  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33779  Makrodefinitionsbox befinden.
33780 \end_layout
33781
33782 \begin_layout Standard
33783 Mathe-Makros können auch direkt aus einem 
33784 \series bold
33785
33786 \backslash
33787 newcommand
33788 \series default
33789 -Befehl erstellt werden.
33790  Schreibt man z.
33791 \begin_inset space \thinspace{}
33792 \end_inset
33793
33794 B.
33795  den Befehl
33796 \series bold
33797
33798 \begin_inset Newline newline
33799 \end_inset
33800
33801
33802 \backslash
33803 newcommand{
33804 \backslash
33805 larrow}[2]{
33806 \backslash
33807 xleftarrow[#2]{#1}}
33808 \begin_inset Newline newline
33809 \end_inset
33810
33811
33812 \series default
33813 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33814 zel 
33815 \family sans
33816 Strg+M
33817 \family default
33818 , wird der Befehl in ein Mathe-Makro umgewandelt.
33819  Bei dieser Methode muss man jedoch aufpassen, dass der 
33820 \series bold
33821
33822 \backslash
33823 newcommand
33824 \series default
33825 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33826  erstellt, dass später LaTeX-Fehler hervorruft.
33827 \end_layout
33828
33829 \begin_layout Standard
33830 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33831  Makrodefinition fehlerhaft behandelt werden.
33832  Dadurch kann das Beispiel 
33833 \series bold
33834
33835 \backslash
33836 fb
33837 \series default
33838  aus 
33839 \begin_inset CommandInset ref
33840 LatexCommand ref
33841 reference "sub:Der-Befehl-newcommand"
33842
33843 \end_inset
33844
33845  nicht als Makro erzeugt werden.
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33850  in LyX angezeigt:
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \begin_inset VSpace defskip
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \begin_layout Standard
33861 \begin_inset Graphics
33862         filename ../clipart/MacroToolbar.png
33863
33864 \end_inset
33865
33866
33867 \begin_inset Index idx
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871 Makros ! Werkzeugleiste
33872 \end_layout
33873
33874 \end_inset
33875
33876
33877 \end_layout
33878
33879 \begin_layout Standard
33880 \begin_inset VSpace defskip
33881 \end_inset
33882
33883
33884 \end_layout
33885
33886 \begin_layout Standard
33887 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
33888 \end_layout
33889
33890 \begin_layout Standard
33891 \begin_inset VSpace defskip
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Standard
33898 \begin_inset Tabular
33899 <lyxtabular version="3" rows="9" columns="2">
33900 <features islongtable="true" longtabularalignment="center">
33901 <column alignment="left" valignment="top" width="0">
33902 <column alignment="left" valignment="top" width="85col%">
33903 <row interlinespace="2.5mm">
33904 <cell alignment="center" valignment="top" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 \begin_inset Graphics
33909         filename ../../images/math-macro-remove-param.png
33910         BoundingBox 0bp 5bp 20bp 25bp
33911         rotateOrigin center
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924
33925 \family sans
33926 Bearbeiten\SpecialChar \menuseparator
33927 Mathe\SpecialChar \menuseparator
33928 Makro-Definition\SpecialChar \menuseparator
33929 Letztes Argument entfernen
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 </row>
33935 <row interlinespace="2.5mm">
33936 <cell alignment="center" valignment="top" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 \begin_inset Graphics
33941         filename ../../images/math-macro-add-param.png
33942         BoundingBox 0bp 5bp 20bp 25bp
33943         rotateOrigin center
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 <cell alignment="center" valignment="top" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956
33957 \family sans
33958 Bearbeiten\SpecialChar \menuseparator
33959 Mathe\SpecialChar \menuseparator
33960 Makro-Definition\SpecialChar \menuseparator
33961 Argument hinzufügen
33962 \end_layout
33963
33964 \end_inset
33965 </cell>
33966 </row>
33967 <row interlinespace="2.5mm">
33968 <cell alignment="center" valignment="top" usebox="none">
33969 \begin_inset Text
33970
33971 \begin_layout Plain Layout
33972 \begin_inset Graphics
33973         filename ../../images/math-macro-make-optional.png
33974         BoundingBox 0bp 5bp 20bp 25bp
33975         rotateOrigin center
33976
33977 \end_inset
33978
33979
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 <cell alignment="center" valignment="top" usebox="none">
33985 \begin_inset Text
33986
33987 \begin_layout Plain Layout
33988
33989 \family sans
33990 Bearbeiten\SpecialChar \menuseparator
33991 Mathe\SpecialChar \menuseparator
33992 Makro-Definition\SpecialChar \menuseparator
33993 Das erste nicht-optionale
33994 \begin_inset Newline newline
33995 \end_inset
33996
33997
33998 \begin_inset Phantom HPhantom
33999 status open
34000
34001 \begin_layout Plain Layout
34002
34003 \family sans
34004 Bearbeiten\SpecialChar \menuseparator
34005 Mathe\SpecialChar \menuseparator
34006 Makro-Definition\SpecialChar \menuseparator
34007
34008 \end_layout
34009
34010 \end_inset
34011
34012 Argument in einen optionales
34013 \begin_inset Newline newline
34014 \end_inset
34015
34016
34017 \begin_inset Phantom HPhantom
34018 status open
34019
34020 \begin_layout Plain Layout
34021
34022 \family sans
34023 Bearbeiten\SpecialChar \menuseparator
34024 Mathe\SpecialChar \menuseparator
34025 Makro-Definition\SpecialChar \menuseparator
34026
34027 \end_layout
34028
34029 \end_inset
34030
34031 ändern
34032 \end_layout
34033
34034 \end_inset
34035 </cell>
34036 </row>
34037 <row interlinespace="2.5mm">
34038 <cell alignment="center" valignment="top" usebox="none">
34039 \begin_inset Text
34040
34041 \begin_layout Plain Layout
34042 \begin_inset Graphics
34043         filename ../../images/math-macro-make-nonoptional.png
34044         BoundingBox 0bp 5bp 20bp 25bp
34045         rotateOrigin center
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \end_inset
34053 </cell>
34054 <cell alignment="center" valignment="top" usebox="none">
34055 \begin_inset Text
34056
34057 \begin_layout Plain Layout
34058
34059 \family sans
34060 Bearbeiten\SpecialChar \menuseparator
34061 Mathe\SpecialChar \menuseparator
34062 Makro-Definition\SpecialChar \menuseparator
34063 Das letzte optionale Argument in
34064 \begin_inset Newline newline
34065 \end_inset
34066
34067
34068 \begin_inset Phantom HPhantom
34069 status open
34070
34071 \begin_layout Plain Layout
34072
34073 \family sans
34074 Bearbeiten\SpecialChar \menuseparator
34075 Mathe\SpecialChar \menuseparator
34076 Makro-Definition\SpecialChar \menuseparator
34077
34078 \end_layout
34079
34080 \end_inset
34081
34082 einen nicht-optionales ändern
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 </row>
34088 <row interlinespace="2.5mm">
34089 <cell alignment="center" valignment="top" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093 \begin_inset Graphics
34094         filename ../../images/math-macro-remove-optional-param.png
34095         BoundingBox 0bp 5bp 20bp 25bp
34096         rotateOrigin center
34097
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109
34110 \family sans
34111 Bearbeiten\SpecialChar \menuseparator
34112 Mathe\SpecialChar \menuseparator
34113 Makro-Definition\SpecialChar \menuseparator
34114 Optionales Argument entfernen
34115 \end_layout
34116
34117 \end_inset
34118 </cell>
34119 </row>
34120 <row interlinespace="2.5mm">
34121 <cell alignment="center" valignment="top" usebox="none">
34122 \begin_inset Text
34123
34124 \begin_layout Plain Layout
34125 \begin_inset Graphics
34126         filename ../../images/math-macro-add-optional-param.png
34127         BoundingBox 0bp 5bp 20bp 25bp
34128         rotateOrigin center
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \end_inset
34136 </cell>
34137 <cell alignment="center" valignment="top" usebox="none">
34138 \begin_inset Text
34139
34140 \begin_layout Plain Layout
34141
34142 \family sans
34143 Bearbeiten\SpecialChar \menuseparator
34144 Mathe\SpecialChar \menuseparator
34145 Makro-Definition\SpecialChar \menuseparator
34146 Optionales Argument einfügen
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 </row>
34152 <row interlinespace="2.5mm">
34153 <cell alignment="center" valignment="top" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 \begin_inset Graphics
34158         filename ../../images/math-macro-remove-greedy-param.png
34159         BoundingBox 0bp 5bp 20bp 25bp
34160         rotateOrigin center
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173
34174 \family sans
34175 Bearbeiten\SpecialChar \menuseparator
34176 Mathe\SpecialChar \menuseparator
34177 Makro-Definition\SpecialChar \menuseparator
34178 Letztes Argument rechts entfernen
34179 \end_layout
34180
34181 \end_inset
34182 </cell>
34183 </row>
34184 <row interlinespace="2.5mm">
34185 <cell alignment="center" valignment="top" usebox="none">
34186 \begin_inset Text
34187
34188 \begin_layout Plain Layout
34189 \begin_inset Graphics
34190         filename ../../images/math-macro-append-greedy-param.png
34191         BoundingBox 0bp 5bp 20bp 25bp
34192         rotateOrigin center
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 <cell alignment="center" valignment="top" usebox="none">
34202 \begin_inset Text
34203
34204 \begin_layout Plain Layout
34205
34206 \family sans
34207 Bearbeiten\SpecialChar \menuseparator
34208 Mathe\SpecialChar \menuseparator
34209 Makro-Definition\SpecialChar \menuseparator
34210 Argument von rechts hinzufügen
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 </row>
34216 <row interlinespace="2.5mm">
34217 <cell alignment="center" valignment="top" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221 \begin_inset Graphics
34222         filename ../../images/math-macro-add-greedy-optional-param.png
34223         BoundingBox 0bp 5bp 20bp 25bp
34224         rotateOrigin center
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \end_inset
34232 </cell>
34233 <cell alignment="center" valignment="top" usebox="none">
34234 \begin_inset Text
34235
34236 \begin_layout Plain Layout
34237
34238 \family sans
34239 Bearbeiten\SpecialChar \menuseparator
34240 Mathe\SpecialChar \menuseparator
34241 Makro-Definition\SpecialChar \menuseparator
34242 Optionales Argument von rechts
34243 \begin_inset Newline newline
34244 \end_inset
34245
34246
34247 \begin_inset Phantom HPhantom
34248 status open
34249
34250 \begin_layout Plain Layout
34251
34252 \family sans
34253 Bearbeiten\SpecialChar \menuseparator
34254 Mathe\SpecialChar \menuseparator
34255 Makro-Definition\SpecialChar \menuseparator
34256
34257 \end_layout
34258
34259 \end_inset
34260
34261 hinzufügen
34262 \end_layout
34263
34264 \end_inset
34265 </cell>
34266 </row>
34267 </lyxtabular>
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Standard
34275 \begin_inset Newpage newpage
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Section
34282 Tipps
34283 \begin_inset Index idx
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287 Tipps
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Subsection
34296 Negative Zahlen
34297 \begin_inset Index idx
34298 status collapsed
34299
34300 \begin_layout Plain Layout
34301 Zahlen ! negative
34302 \end_layout
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Standard
34310 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34311  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34312  dargestellt.
34313  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34314  Minuszeichen korrekt.
34315 \end_layout
34316
34317 \begin_layout Standard
34318 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34319  nicht mehr auf.
34320 \end_layout
34321
34322 \begin_layout Standard
34323 Ein Beispiel zur Veranschaulichung der Problematik:
34324 \end_layout
34325
34326 \begin_layout Standard
34327 \align center
34328 \begin_inset Tabular
34329 <lyxtabular version="3" rows="3" columns="2">
34330 <features tabularvalignment="middle">
34331 <column alignment="right" valignment="top" width="0">
34332 <column alignment="left" valignment="top" width="0">
34333 <row>
34334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 normaler Text:
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 x = -2
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 </row>
34353 <row>
34354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 Formelmodus:
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367 \begin_inset Formula $x=-2$
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 <row>
34377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 Lösung:
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 \begin_inset Formula $x=\textrm{-}2$
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 </row>
34399 </lyxtabular>
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \begin_layout Subsection
34407 Komma als Dezimaltrennzeichen
34408 \begin_inset Index idx
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412 Komma
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Standard
34421 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34422  als Gruppentrennzeichen.
34423  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34424  eingefügt.
34425 \end_layout
34426
34427 \begin_layout Standard
34428 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34429  Text um (Tastenkürzel 
34430 \family sans
34431 Alt+M
34432 \begin_inset space ~
34433 \end_inset
34434
34435 M
34436 \family default
34437 ).
34438 \end_layout
34439
34440 \begin_layout Standard
34441 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34442  lädt man die Datei 
34443 \series bold
34444 icomma.sty
34445 \series default
34446
34447 \begin_inset Foot
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451
34452 \series bold
34453 icomma
34454 \series default
34455  ist Teil des LaTeX-Paketes 
34456 \series bold
34457 was
34458 \series default
34459
34460 \begin_inset Index idx
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464 Pakete ! was
34465 \begin_inset ERT
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469
34470
34471 \backslash
34472 vspace{4mm}
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \end_inset
34481
34482 .
34483 \end_layout
34484
34485 \end_inset
34486
34487
34488 \begin_inset Index idx
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492 Pakete ! icomma
34493 \end_layout
34494
34495 \end_inset
34496
34497  mit der LaTeX-Vorspannzeile
34498 \end_layout
34499
34500 \begin_layout Standard
34501
34502 \series bold
34503
34504 \backslash
34505 usepackage{icomma}
34506 \end_layout
34507
34508 \begin_layout Subsection
34509 Physikalische Vektoren
34510 \begin_inset CommandInset label
34511 LatexCommand label
34512 name "sub:Physikalische-Vektoren"
34513
34514 \end_inset
34515
34516
34517 \begin_inset Index idx
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 Vektoren ! physikalische
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Standard
34530 Vordefinierte Vektoren bietet das LaTeX-Paket 
34531 \series bold
34532 braket
34533 \series default
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 Pakete ! braket
34540 \end_layout
34541
34542 \end_inset
34543
34544 , das mit der LaTeX-Vorspannzeile
34545 \end_layout
34546
34547 \begin_layout Standard
34548
34549 \series bold
34550
34551 \backslash
34552 usepackage{braket}
34553 \end_layout
34554
34555 \begin_layout Standard
34556 geladen wird.
34557 \begin_inset ERT
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561
34562
34563 \backslash
34564 ifbraket 
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \begin_inset Note Note
34571 status open
34572
34573 \begin_layout Plain Layout
34574 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34575 \series bold
34576 braket
34577 \series default
34578  installiert ist:
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Standard
34587 \begin_inset Newpage newpage
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Standard
34594 Folgende Befehle sind definiert:
34595 \end_layout
34596
34597 \begin_layout Standard
34598 \align center
34599 \begin_inset Tabular
34600 <lyxtabular version="3" rows="4" columns="2">
34601 <features tabularvalignment="middle">
34602 <column alignment="center" valignment="top" width="0">
34603 <column alignment="center" valignment="top" width="0">
34604 <row>
34605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 Befehl
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34615 \begin_inset Text
34616
34617 \begin_layout Plain Layout
34618 Ergebnis
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 </row>
34624 <row>
34625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34626 \begin_inset Text
34627
34628 \begin_layout Plain Layout
34629
34630 \backslash
34631 Bra{
34632 \backslash
34633 psi
34634 \end_layout
34635
34636 \end_inset
34637 </cell>
34638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34639 \begin_inset Text
34640
34641 \begin_layout Plain Layout
34642 \begin_inset Formula $\Bra{\psi}$
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 </row>
34651 <row>
34652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34653 \begin_inset Text
34654
34655 \begin_layout Plain Layout
34656
34657 \backslash
34658 Ket{
34659 \backslash
34660 psi
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669 \begin_inset Formula $\Ket{\psi}$
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 </row>
34678 <row>
34679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683
34684 \backslash
34685 Braket{
34686 \backslash
34687 psi|
34688 \backslash
34689 phi
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 \begin_inset Formula $\Braket{\psi|\phi}$
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \end_inset
34705 </cell>
34706 </row>
34707 </lyxtabular>
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Standard
34715 Der Befehl 
34716 \series bold
34717
34718 \backslash
34719 Braket
34720 \series default
34721  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34722  Klammern gesetzt werden:
34723 \begin_inset Formula \[
34724 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34725
34726 \end_inset
34727
34728
34729 \begin_inset ERT
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733
34734
34735 \backslash
34736 else 
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \begin_inset Note Note
34743 status open
34744
34745 \begin_layout Plain Layout
34746 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34747 \series bold
34748 braket
34749 \series default
34750  nicht installiert ist:
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759 Das LaTeX-Paket 
34760 \series bold
34761 braket 
34762 \series default
34763 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34764 \end_layout
34765
34766 \begin_layout Standard
34767 \begin_inset ERT
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771
34772
34773 \backslash
34774 fi 
34775 \end_layout
34776
34777 \end_inset
34778
34779
34780 \end_layout
34781
34782 \begin_layout Standard
34783 Der Effekt von 
34784 \series bold
34785
34786 \backslash
34787 Braket
34788 \series default
34789  kann auch mit dem Befehl 
34790 \series bold
34791
34792 \backslash
34793 middle
34794 \series default
34795  erzielt werden, der in 
34796 \begin_inset CommandInset ref
34797 LatexCommand ref
34798 reference "sub:Automatische-Klammergrößen"
34799
34800 \end_inset
34801
34802  beschrieben ist.
34803 \end_layout
34804
34805 \begin_layout Subsection
34806 Selbst definierte Brüche
34807 \begin_inset CommandInset label
34808 LatexCommand label
34809 name "sub:Selbstdefinierte-Brüche"
34810
34811 \end_inset
34812
34813
34814 \begin_inset Index idx
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818 Brüche ! selbstdefinierte
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \begin_layout Standard
34827 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34828 \series bold
34829
34830 \backslash
34831 genfrac
34832 \series default
34833
34834 \begin_inset Index idx
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838 Befehle ! G ! 
34839 \backslash
34840 genfrac
34841 \end_layout
34842
34843 \end_inset
34844
34845  in folgendem Schema:
34846 \end_layout
34847
34848 \begin_layout Standard
34849
34850 \series bold
34851
34852 \backslash
34853 genfrac{linke
34854 \series default
34855  
34856 \series bold
34857 Klammer}{rechte
34858 \series default
34859  
34860 \series bold
34861 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34862 \begin_inset Newline newline
34863 \end_inset
34864
34865
34866 \begin_inset Phantom HPhantom
34867 status open
34868
34869 \begin_layout Plain Layout
34870
34871 \series bold
34872
34873 \backslash
34874 genfrac
34875 \end_layout
34876
34877 \end_inset
34878
34879 {Zähler}{Nenner}
34880 \end_layout
34881
34882 \begin_layout Standard
34883 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34884 \begin_inset space \thinspace{}
34885 \end_inset
34886
34887 -
34888 \begin_inset space \thinspace{}
34889 \end_inset
34890
34891 3 angegeben.
34892 \end_layout
34893
34894 \begin_layout Standard
34895 \align center
34896 \begin_inset Tabular
34897 <lyxtabular version="3" rows="5" columns="2">
34898 <features tabularvalignment="middle">
34899 <column alignment="center" valignment="top" width="0">
34900 <column alignment="center" valignment="top" width="0">
34901 <row>
34902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 Nummer
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 Ansichtsstil
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 </row>
34921 <row>
34922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926 0
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935 abgesetzte Formel
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 <row>
34942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34943 \begin_inset Text
34944
34945 \begin_layout Plain Layout
34946 1
34947 \end_layout
34948
34949 \end_inset
34950 </cell>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955 eingebettete Formel
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 </row>
34961 <row>
34962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966 2
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34972 \begin_inset Text
34973
34974 \begin_layout Plain Layout
34975 klein
34976 \end_layout
34977
34978 \end_inset
34979 </cell>
34980 </row>
34981 <row>
34982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34983 \begin_inset Text
34984
34985 \begin_layout Plain Layout
34986 3
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995 winzig
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 </row>
35001 </lyxtabular>
35002
35003 \end_inset
35004
35005
35006 \end_layout
35007
35008 \begin_layout Standard
35009 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35010  
35011 \series bold
35012
35013 \backslash
35014 frac
35015 \series default
35016  der Umgebung an.
35017 \end_layout
35018
35019 \begin_layout Standard
35020 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35021  0.4
35022 \begin_inset space \thinspace{}
35023 \end_inset
35024
35025 pt verwendet.
35026 \end_layout
35027
35028 \begin_layout Standard
35029 \begin_inset VSpace medskip
35030 \end_inset
35031
35032 Zum Beispiel sind die Befehle 
35033 \series bold
35034
35035 \backslash
35036 dfrac
35037 \series default
35038  und 
35039 \series bold
35040
35041 \backslash
35042 tbinom
35043 \series default
35044  aus 
35045 \begin_inset CommandInset ref
35046 LatexCommand ref
35047 reference "sub:Brüche"
35048
35049 \end_inset
35050
35051  folgendermaßen definiert:
35052 \end_layout
35053
35054 \begin_layout Standard
35055
35056 \series bold
35057
35058 \backslash
35059 newcommand{
35060 \backslash
35061 dfrac}[2]{
35062 \backslash
35063 genfrac{}{}{}{0}{#1}{#2}}
35064 \end_layout
35065
35066 \begin_layout Standard
35067 und
35068 \end_layout
35069
35070 \begin_layout Standard
35071
35072 \series bold
35073
35074 \backslash
35075 newcommand{
35076 \backslash
35077 tbinom}[2]{
35078 \backslash
35079 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35080 \end_layout
35081
35082 \begin_layout Standard
35083 \begin_inset VSpace medskip
35084 \end_inset
35085
35086 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35087  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35088 \end_layout
35089
35090 \begin_layout Standard
35091
35092 \series bold
35093
35094 \backslash
35095 newcommand{
35096 \backslash
35097 fracS}[3][]{
35098 \backslash
35099 genfrac{}{}{#1}{}{#2}{#3}}
35100 \end_layout
35101
35102 \begin_layout Standard
35103 Dazu ein Test:
35104 \begin_inset Formula \begin{align*}
35105 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35106 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35107 \end{align*}
35108
35109 \end_inset
35110
35111 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35112  in etwa der dreifachen Strichdicke.
35113 \end_layout
35114
35115 \begin_layout Subsection
35116 Durchgestrichene Formeln
35117 \begin_inset Index idx
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121 Formel ! durchgestrichene
35122 \end_layout
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35131 \series bold
35132 cancel
35133 \series default
35134
35135 \begin_inset Index idx
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139 Pakete ! cancel
35140 \end_layout
35141
35142 \end_inset
35143
35144  mit der LaTeX-Vorspannzeile
35145 \end_layout
35146
35147 \begin_layout Standard
35148
35149 \series bold
35150
35151 \backslash
35152 usepackage[samesize]{cancel}
35153 \end_layout
35154
35155 \begin_layout Standard
35156 geladen werden.
35157 \end_layout
35158
35159 \begin_layout Standard
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 ifcancel 
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \begin_inset Note Note
35174 status open
35175
35176 \begin_layout Plain Layout
35177 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35178 \series bold
35179 cancel
35180 \series default
35181  installiert ist:
35182 \end_layout
35183
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 Es gibt vier verschiedene Arten durchzustreichen:
35191 \end_layout
35192
35193 \begin_layout Standard
35194 \align center
35195 \begin_inset Tabular
35196 <lyxtabular version="3" rows="5" columns="2">
35197 <features tabularvalignment="middle">
35198 <column alignment="center" valignment="top" width="0">
35199 <column alignment="center" valignment="top" width="0">
35200 <row>
35201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205 Befehl
35206 \end_layout
35207
35208 \end_inset
35209 </cell>
35210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35211 \begin_inset Text
35212
35213 \begin_layout Plain Layout
35214 Ergebnis
35215 \begin_inset Note Note
35216 status collapsed
35217
35218 \begin_layout Plain Layout
35219 Der Leerraum und 
35220 \series bold
35221
35222 \backslash
35223 raisebox
35224 \series default
35225  dienen nur als Abstandhalter.
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \end_inset
35234 </cell>
35235 </row>
35236 <row>
35237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241
35242 \backslash
35243 cancel{
35244 \backslash
35245 int
35246 \begin_inset ERT
35247 status collapsed
35248
35249 \begin_layout Plain Layout
35250
35251
35252 \backslash
35253 leer 
35254 \end_layout
35255
35256 \end_inset
35257
35258 A=B
35259 \end_layout
35260
35261 \end_inset
35262 </cell>
35263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35264 \begin_inset Text
35265
35266 \begin_layout Plain Layout
35267 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \end_inset
35274 </cell>
35275 </row>
35276 <row>
35277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281
35282 \backslash
35283 bcancel{
35284 \backslash
35285 int
35286 \begin_inset ERT
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290
35291
35292 \backslash
35293 leer 
35294 \end_layout
35295
35296 \end_inset
35297
35298 A=B
35299 \end_layout
35300
35301 \end_inset
35302 </cell>
35303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row>
35317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321
35322 \backslash
35323 xcancel{
35324 \backslash
35325 int
35326 \begin_inset ERT
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330
35331
35332 \backslash
35333 leer 
35334 \end_layout
35335
35336 \end_inset
35337
35338 A=B
35339 \end_layout
35340
35341 \end_inset
35342 </cell>
35343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35344 \begin_inset Text
35345
35346 \begin_layout Plain Layout
35347 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 </row>
35356 <row>
35357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35358 \begin_inset Text
35359
35360 \begin_layout Plain Layout
35361
35362 \backslash
35363 cancelto{1
35364 \begin_inset Formula $\to$
35365 \end_inset
35366
35367
35368 \backslash
35369 {
35370 \backslash
35371 int
35372 \begin_inset ERT
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376
35377
35378 \backslash
35379 leer 
35380 \end_layout
35381
35382 \end_inset
35383
35384 A=B
35385 \end_layout
35386
35387 \end_inset
35388 </cell>
35389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35390 \begin_inset Text
35391
35392 \begin_layout Plain Layout
35393 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \end_inset
35400 </cell>
35401 </row>
35402 </lyxtabular>
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Standard
35410
35411 \series bold
35412
35413 \backslash
35414 cancelto
35415 \series default
35416  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35417  will:
35418 \begin_inset Formula \[
35419 \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}}}\]
35420
35421 \end_inset
35422
35423
35424 \end_layout
35425
35426 \begin_layout Standard
35427 \begin_inset ERT
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431
35432
35433 \backslash
35434 else 
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \begin_inset Note Note
35441 status open
35442
35443 \begin_layout Plain Layout
35444 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35445 \series bold
35446 cancel
35447 \series default
35448  nicht installiert ist:
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Standard
35457 Das LaTeX-Paket 
35458 \series bold
35459 cancel 
35460 \series default
35461 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35462 \end_layout
35463
35464 \begin_layout Standard
35465 \begin_inset ERT
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469
35470
35471 \backslash
35472 fi 
35473 \end_layout
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Subsection
35481 Formeln in Überschriften
35482 \begin_inset CommandInset label
35483 LatexCommand label
35484 name "sub:Formeln-in-Überschriften"
35485
35486 \end_inset
35487
35488
35489 \begin_inset Index idx
35490 status collapsed
35491
35492 \begin_layout Plain Layout
35493 Formel ! in Überschriften
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \end_layout
35500
35501 \begin_layout Standard
35502 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35503 \end_layout
35504
35505 \begin_layout Standard
35506 \begin_inset Note Greyedout
35507 status open
35508
35509 \begin_layout Plain Layout
35510 Verwendet man 
35511 \series bold
35512 hyperref
35513 \series default
35514
35515 \begin_inset Index idx
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Pakete ! hyperref
35520 \end_layout
35521
35522 \end_inset
35523
35524  Unterstützung im den Dokumenteinstellungen unter 
35525 \family sans
35526 PDF-Eigenschaften
35527 \family default
35528 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35529  erzeugt.
35530  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35531  dargestellt.
35532  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Standard
35541 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35542  Kurztitel über das Menü 
35543 \family sans
35544 Einfügen\SpecialChar \menuseparator
35545 Kurztitel
35546 \family default
35547  einfügt.
35548  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35549  um das Inhaltsverzeichnis übersichtlich zu halten.
35550  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35551 chen.
35552 \end_layout
35553
35554 \begin_layout Standard
35555 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35556 \series bold
35557 hyperref
35558 \series default
35559 , verwendet man im TeX-Modus den Befehl
35560 \end_layout
35561
35562 \begin_layout Standard
35563
35564 \series bold
35565
35566 \backslash
35567 texorpdfstring{Teil}{Alternative}
35568 \begin_inset Index idx
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 Befehle ! T ! 
35573 \backslash
35574 texorpdfstring
35575 \end_layout
35576
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Standard
35583 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35584  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35585  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35586  soll.
35587 \end_layout
35588
35589 \begin_layout Standard
35590 Es folgen zwei Beispielüberschriften:
35591 \begin_inset VSpace -3mm
35592 \end_inset
35593
35594
35595 \begin_inset ERT
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599
35600
35601 \backslash
35602 boldmath 
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Subsubsection
35611 Überschrift ohne Formel im Inhaltsverzeichnis 
35612 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35613 \end_inset
35614
35615
35616 \begin_inset Argument
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Überschrift ohne Formel im Inhaltsverzeichnis
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Subsubsection
35629 Überschrift mit Formel im Inhaltsverzeichnis
35630 \begin_inset ERT
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634
35635
35636 \backslash
35637 texorpdfstring{
35638 \end_layout
35639
35640 \end_inset
35641
35642  
35643 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35644 \end_inset
35645
35646
35647 \begin_inset ERT
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652 }{}
35653 \end_layout
35654
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \begin_layout Standard
35661 \begin_inset ERT
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665
35666
35667 \backslash
35668 unboldmath 
35669 \end_layout
35670
35671 \end_inset
35672
35673 In der ersten Überschrift wurde ein Kurztitel verwendet.
35674  In der zweiten 
35675 \series bold
35676
35677 \backslash
35678 texorpdfstring
35679 \series default
35680 .
35681 \end_layout
35682
35683 \begin_layout Standard
35684 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35685  die komplette Überschrift in eine 
35686 \series bold
35687 boldmath
35688 \series default
35689 -Umgebung
35690 \begin_inset Foot
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694 siehe 
35695 \begin_inset CommandInset ref
35696 LatexCommand ref
35697 reference "sub:Fett-gedruckte-Formeln"
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \end_inset
35705
35706  gesetzt.
35707 \end_layout
35708
35709 \begin_layout Subsection
35710 Formeln im mehrspaltigen Text
35711 \begin_inset Index idx
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715 Formel ! im mehrspaltigen Text
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \begin_layout Standard
35724 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35725  müssen daher über die gesamte Seitenbreite gesetzt werden.
35726  Dazu verwendet man das LaTeX-Paket 
35727 \series bold
35728 multicol
35729 \series default
35730
35731 \begin_inset Foot
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736 \series bold
35737 multicol
35738 \series default
35739  ist Teil jeder LaTeX-Standardinstallation.
35740 \end_layout
35741
35742 \end_inset
35743
35744
35745 \begin_inset Index idx
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749 Pakete ! multicol
35750 \end_layout
35751
35752 \end_inset
35753
35754 , das mit der LaTeX-Vorspannzeile
35755 \end_layout
35756
35757 \begin_layout Standard
35758
35759 \series bold
35760
35761 \backslash
35762 usepackage{multicol}
35763 \end_layout
35764
35765 \begin_layout Standard
35766 geladen wird.
35767 \end_layout
35768
35769 \begin_layout Standard
35770 \begin_inset Note Greyedout
35771 status open
35772
35773 \begin_layout Plain Layout
35774 Dabei ist zu beachten, dass im Menü 
35775 \family sans
35776 Dokument\SpecialChar \menuseparator
35777 Einstellungen
35778 \family default
35779  unter 
35780 \family sans
35781 Textformat
35782 \family default
35783  
35784 \emph on
35785 nicht
35786 \emph default
35787  
35788 \family sans
35789 Zweispaltiges
35790 \begin_inset space ~
35791 \end_inset
35792
35793 Dokument
35794 \family default
35795  ausgewählt sein darf.
35796 \end_layout
35797
35798 \end_inset
35799
35800
35801 \end_layout
35802
35803 \begin_layout Standard
35804 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35805 \end_layout
35806
35807 \begin_layout Standard
35808
35809 \series bold
35810
35811 \backslash
35812 begin{multicols}{Spaltenanzahl}
35813 \end_layout
35814
35815 \begin_layout Standard
35816 wobei die Spaltenanzahl eine Zahl im Bereich 2
35817 \begin_inset space \thinspace{}
35818 \end_inset
35819
35820 -
35821 \begin_inset space \thinspace{}
35822 \end_inset
35823
35824 10 ist.
35825  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35826 \end_layout
35827
35828 \begin_layout Standard
35829
35830 \series bold
35831
35832 \backslash
35833 end{multicols}
35834 \end_layout
35835
35836 \begin_layout Standard
35837 der im TeX-Modus eingegeben wird.
35838 \end_layout
35839
35840 \begin_layout Standard
35841 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35842  Um dies rückgängig zu machen, fügt man vor der Formel -6
35843 \begin_inset space \thinspace{}
35844 \end_inset
35845
35846 mm vertikalen Leerraum ein.
35847  Ist der Formelstil 
35848 \series bold
35849 Eingerückt
35850 \begin_inset Foot
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854 Formelstile siehe 
35855 \begin_inset CommandInset ref
35856 LatexCommand ref
35857 reference "sec:Formelstile"
35858
35859 \end_inset
35860
35861
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \series default
35868  gewählt, fügt man stattdessen -9
35869 \begin_inset space \thinspace{}
35870 \end_inset
35871
35872 mm Leerraum ein.
35873 \end_layout
35874
35875 \begin_layout Standard
35876 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35877 \end_layout
35878
35879 \begin_layout Standard
35880 \begin_inset ERT
35881 status collapsed
35882
35883 \begin_layout Plain Layout
35884
35885
35886 \backslash
35887 begin{multicols}{2}
35888 \end_layout
35889
35890 \end_inset
35891
35892 Das Spektrum wird fouriertransformiert.
35893  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35894 , Lösungsmittel) zu trennen.
35895  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35896  nun das Aussehen des Ausgangssignals.
35897  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35898  über alle Phasen integrieren muss.
35899  Sei nun 
35900 \begin_inset Formula $S$
35901 \end_inset
35902
35903  unser normiertes Ausgangssignal und 
35904 \begin_inset Formula $P$
35905 \end_inset
35906
35907  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 end{multicols}
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \begin_inset VSpace -6mm
35922 \end_inset
35923
35924
35925 \begin_inset Formula \begin{equation}
35926 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35927
35928 \end_inset
35929
35930
35931 \begin_inset ERT
35932 status collapsed
35933
35934 \begin_layout Plain Layout
35935
35936
35937 \backslash
35938 begin{multicols}{2}
35939 \end_layout
35940
35941 \end_inset
35942
35943 wobei 
35944 \begin_inset Formula $S_{0}$
35945 \end_inset
35946
35947  das Signal ohne Gradient ist und die Normierungsbedingung 
35948 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35949 \end_inset
35950
35951  gilt.
35952  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35953  Direkt nach dem 
35954 \begin_inset Formula $\nicefrac{\pi}{2}$
35955 \end_inset
35956
35957
35958 \begin_inset space \thinspace{}
35959 \end_inset
35960
35961 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35962  das Signal zusätzlich abschwächt.
35963  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35964  
35965 \begin_inset Formula $T_{2}$
35966 \end_inset
35967
35968 -Zeit.
35969 \end_layout
35970
35971 \begin_layout Standard
35972 \begin_inset ERT
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976
35977
35978 \backslash
35979 end{multicols}
35980 \end_layout
35981
35982 \end_inset
35983
35984  
35985 \end_layout
35986
35987 \begin_layout Subsection
35988 Formeln mit Beschreibung der Variablen
35989 \begin_inset Index idx
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993 Formel ! mit Variablenbeschreibung
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \begin_layout Standard
36002 Möchte man wie in Formel 
36003 \begin_inset CommandInset ref
36004 LatexCommand eqref
36005 reference "eq:innerhalb"
36006
36007 \end_inset
36008
36009 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36010 \series bold
36011 ×
36012 \series default
36013
36014 \begin_inset Formula $n$
36015 \end_inset
36016
36017
36018 \begin_inset space ~
36019 \end_inset
36020
36021 Matrix mit links ausgerichteten Spalten für die verwendeten 
36022 \begin_inset Formula $n$
36023 \end_inset
36024
36025  Variablen.
36026 \begin_inset Foot
36027 status collapsed
36028
36029 \begin_layout Plain Layout
36030 Matrizen siehe 
36031 \begin_inset CommandInset ref
36032 LatexCommand ref
36033 reference "sec:Matrizen"
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \end_inset
36041
36042  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36043 \begin_inset space \thinspace{}
36044 \end_inset
36045
36046 B.
36047  den Befehl 
36048 \series bold
36049
36050 \backslash
36051 footnotesize
36052 \series default
36053  ein.
36054 \begin_inset Foot
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058 Schriftgrößen siehe 
36059 \begin_inset CommandInset ref
36060 LatexCommand ref
36061 reference "sub:Schriftgrößen"
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \end_layout
36072
36073 \begin_layout Standard
36074 Wird der Formelstil 
36075 \series bold
36076 Eingerückt
36077 \begin_inset Foot
36078 status collapsed
36079
36080 \begin_layout Plain Layout
36081 Formelstile siehe 
36082 \begin_inset CommandInset ref
36083 LatexCommand ref
36084 reference "sec:Formelstile"
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \series default
36095  verwendet, fügt man vor und nach der Matrix ein 
36096 \series bold
36097
36098 \backslash
36099 hfill
36100 \series default
36101
36102 \begin_inset Foot
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107 \series bold
36108
36109 \backslash
36110 hfill
36111 \series default
36112  wirkt nur in Formeln mit dem Stil 
36113 \series bold
36114 Eingerückt
36115 \series default
36116 , siehe 
36117 \begin_inset CommandInset ref
36118 LatexCommand ref
36119 reference "sub:Variabler-Leerraum"
36120
36121 \end_inset
36122
36123 .
36124 \end_layout
36125
36126 \end_inset
36127
36128  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36129  gleich ist.
36130 \end_layout
36131
36132 \begin_layout Standard
36133 Ist der Formelstil 
36134 \series bold
36135 Zentriert
36136 \series default
36137  gewählt, nutzt man die in 
36138 \begin_inset CommandInset ref
36139 LatexCommand ref
36140 reference "sub:Flalign-Umgebung"
36141
36142 \end_inset
36143
36144  beschriebene Möglichkeit, Formeln einzurücken.
36145  Formel 
36146 \begin_inset CommandInset ref
36147 LatexCommand eqref
36148 reference "eq:innerhalb"
36149
36150 \end_inset
36151
36152  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36153  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36154 \begin_inset Formula \begin{flalign}
36155 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36156 \rho & \textrm{Dichte}\\
36157 V & \textrm{Volumen}\\
36158 g & \textrm{Fallbeschleunigung}
36159 \end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \begin_layout Subsection
36167 Aufrechte kleine griechische Buchstaben
36168 \begin_inset CommandInset label
36169 LatexCommand label
36170 name "sub:Aufrechte-kleine-griechische"
36171
36172 \end_inset
36173
36174
36175 \begin_inset Index idx
36176 status collapsed
36177
36178 \begin_layout Plain Layout
36179 griechische Buchstaben ! aufrechte
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \begin_layout Standard
36188 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36189  zur Verfügung.
36190  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36191  aufrechte griechische Buchstaben benötigt.
36192  Die Datei 
36193 \series bold
36194 upgreek.sty
36195 \series default
36196
36197 \begin_inset Foot
36198 status collapsed
36199
36200 \begin_layout Plain Layout
36201
36202 \series bold
36203 upgreek
36204 \series default
36205  ist Teil des LaTeX-Paketes 
36206 \series bold
36207 was
36208 \series default
36209
36210 \begin_inset Index idx
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214 Pakete ! was
36215 \begin_inset ERT
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219
36220
36221 \backslash
36222 vspace{4mm}
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \end_layout
36229
36230 \end_inset
36231
36232 .
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \begin_inset Index idx
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242 Pakete ! upgreek
36243 \end_layout
36244
36245 \end_inset
36246
36247 , die mit der LaTeX-Vorspannzeile
36248 \end_layout
36249
36250 \begin_layout Standard
36251
36252 \series bold
36253
36254 \backslash
36255 usepackage{upgreek}
36256 \end_layout
36257
36258 \begin_layout Standard
36259 geladen wird, stellt diese Buchstaben zur Verfügung.
36260  
36261 \begin_inset ERT
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265
36266
36267 \backslash
36268 ifupgreek 
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \begin_inset Note Note
36275 status open
36276
36277 \begin_layout Plain Layout
36278 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36279 \series bold
36280 upgreek
36281 \series default
36282  installiert ist:
36283 \end_layout
36284
36285 \end_inset
36286
36287  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36288  
36289 \series bold
36290 up
36291 \series default
36292  begonnen wird.
36293  So erzeugt z.
36294 \begin_inset space \thinspace{}
36295 \end_inset
36296
36297 B.
36298  der Befehl 
36299 \series bold
36300
36301 \backslash
36302 uptau
36303 \series default
36304  dies: 
36305 \begin_inset Formula $\uptau$
36306 \end_inset
36307
36308
36309 \end_layout
36310
36311 \begin_layout Standard
36312 Damit kann man Elementarteilchenreaktionen erstellen:
36313 \begin_inset Formula \[
36314 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36315
36316 \end_inset
36317
36318
36319 \end_layout
36320
36321 \begin_layout Standard
36322 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36323  Sie sollten daher nicht für Einheiten wie 
36324 \begin_inset Quotes gld
36325 \end_inset
36326
36327 µm
36328 \begin_inset Quotes grd
36329 \end_inset
36330
36331  verwendet werden.
36332 \end_layout
36333
36334 \begin_layout Standard
36335 \begin_inset ERT
36336 status collapsed
36337
36338 \begin_layout Plain Layout
36339
36340
36341 \backslash
36342 else 
36343 \end_layout
36344
36345 \end_inset
36346
36347
36348 \begin_inset Note Note
36349 status open
36350
36351 \begin_layout Plain Layout
36352 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36353 \series bold
36354 upgreek
36355 \series default
36356  nicht installiert ist:
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Standard
36365 Das LaTeX-Paket 
36366 \series bold
36367 upgreek 
36368 \series default
36369 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36370 \end_layout
36371
36372 \begin_layout Standard
36373 \begin_inset ERT
36374 status collapsed
36375
36376 \begin_layout Plain Layout
36377
36378
36379 \backslash
36380 fi 
36381 \end_layout
36382
36383 \end_inset
36384
36385
36386 \end_layout
36387
36388 \begin_layout Subsection
36389 Textzeichen in Formeln
36390 \begin_inset CommandInset label
36391 LatexCommand label
36392 name "sub:Textzeichen-in-Formeln"
36393
36394 \end_inset
36395
36396
36397 \begin_inset Index idx
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 Text ! in Formeln
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Standard
36410 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36411  Benötigt man z.
36412 \begin_inset space \thinspace{}
36413 \end_inset
36414
36415 B.
36416  den mittigen Punkt · in Formeln wie 
36417 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36418 \end_inset
36419
36420 , müsste man dafür jedes Mal den Befehl 
36421 \series bold
36422
36423 \backslash
36424 cdot
36425 \series default
36426  eingeben
36427 \begin_inset Foot
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431 siehe 
36432 \begin_inset CommandInset ref
36433 LatexCommand ref
36434 reference "sub:Binäre-Operatoren"
36435
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \end_inset
36442
36443 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36444  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36445 \end_layout
36446
36447 \begin_layout Standard
36448
36449 \series bold
36450
36451 \backslash
36452 DeclareInputText{183}{
36453 \backslash
36454 ifmmode
36455 \backslash
36456 cdot
36457 \backslash
36458 else
36459 \backslash
36460 textperiodcentered
36461 \backslash
36462 f\SpecialChar \textcompwordmark{}
36463 i}
36464 \end_layout
36465
36466 \begin_layout Standard
36467 Die Zeichenkodierung (Menü 
36468 \family sans
36469 Dokument\SpecialChar \menuseparator
36470 Einstellungen\SpecialChar \menuseparator
36471 Sprache
36472 \family default
36473 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36474  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36475 \series bold
36476
36477 \backslash
36478 textperiodcentered
36479 \series default
36480  verwendet.
36481  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36482  LaTeX-Fehlern kommen würde.
36483  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36484  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36485  nicht.
36486 \end_layout
36487
36488 \begin_layout Standard
36489 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36490  Z.
36491 \begin_inset space \thinspace{}
36492 \end_inset
36493
36494 B.
36495  ist die Kodierung 
36496 \series bold
36497 latin9
36498 \series default
36499  in der Datei 
36500 \series bold
36501 latin9.def
36502 \series default
36503  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36504  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36505 eien geändert werden.
36506  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36507  nicht ohne Weiteres bearbeitet werden.
36508 \end_layout
36509
36510 \begin_layout Standard
36511 \begin_inset VSpace medskip
36512 \end_inset
36513
36514 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36515  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36516  Formel eingegeben werden können:
36517 \end_layout
36518
36519 \begin_layout Standard
36520
36521 \series bold
36522
36523 \backslash
36524 DeclareInputText{176}{
36525 \backslash
36526 ifmmode^
36527 \backslash
36528 circ
36529 \backslash
36530 else
36531 \backslash
36532 textdegree
36533 \backslash
36534 f\SpecialChar \textcompwordmark{}
36535 i}
36536 \end_layout
36537
36538 \begin_layout Standard
36539 \begin_inset Newpage newpage
36540 \end_inset
36541
36542
36543 \end_layout
36544
36545 \begin_layout Section
36546 \start_of_appendix
36547 Typographische Hinweise
36548 \begin_inset Index idx
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 Typographische Hinweise
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36562  Regeln, die teilweise auch im Duden 
36563 \begin_inset CommandInset citation
36564 LatexCommand cite
36565 key "Duden"
36566
36567 \end_inset
36568
36569  unter 
36570 \family typewriter
36571 Textverarbeitung
36572 \family default
36573  aufgelistet sind.
36574  Weitere Regeln sind in 
36575 \begin_inset CommandInset citation
36576 LatexCommand cite
36577 key "Checklist"
36578
36579 \end_inset
36580
36581  zu finden.
36582 \end_layout
36583
36584 \begin_layout Itemize
36585 Physikalische Einheiten werden 
36586 \emph on
36587 immer
36588 \emph default
36589  aufrecht gesetzt
36590 \begin_inset Foot
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594 wird durch Schriftstile erreicht, siehe 
36595 \begin_inset CommandInset ref
36596 LatexCommand ref
36597 reference "sub:Schriftstile"
36598
36599 \end_inset
36600
36601
36602 \end_layout
36603
36604 \end_inset
36605
36606 , egal ob sie sich in einem kursiven Text befinden: 30
36607 \begin_inset space \thinspace{}
36608 \end_inset
36609
36610 km/h
36611 \begin_inset Newline newline
36612 \end_inset
36613
36614 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36615 \begin_inset CommandInset ref
36616 LatexCommand ref
36617 reference "sub:Vordefinierter-Leerraum"
36618
36619 \end_inset
36620
36621 .
36622 \begin_inset Newline newline
36623 \end_inset
36624
36625 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36626 \series bold
36627
36628 \backslash
36629 unittwo
36630 \series default
36631  verwendet.
36632  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36633  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36634  erhält wie oben: 
36635 \begin_inset Formula $\unit[30]{km/h}$
36636 \end_inset
36637
36638
36639 \begin_inset space \thinspace{}
36640 \end_inset
36641
36642 .
36643  Zu beachten ist, dass 
36644 \series bold
36645
36646 \backslash
36647 unittwo
36648 \series default
36649  kein echter LaTeX-Befehl, sondern der Befehl 
36650 \series bold
36651
36652 \backslash
36653 unit[Wert]{Einheit}
36654 \series default
36655  ist, daher kann man ihn nicht im TeX-Code benutzen.
36656 \end_layout
36657
36658 \begin_layout Itemize
36659 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36660 \begin_inset Newline newline
36661 \end_inset
36662
36663 1,2
36664 \begin_inset space \thinspace{}
36665 \end_inset
36666
36667 ‰ Alkohol im Blut
36668 \begin_inset Newline newline
36669 \end_inset
36670
36671 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36672  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36673 \end_layout
36674
36675 \begin_layout Itemize
36676 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36677  wird in einer Einheit verwendet: 15
36678 \begin_inset space \thinspace{}
36679 \end_inset
36680
36681 °C
36682 \end_layout
36683
36684 \begin_layout Itemize
36685 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36686  Ziffer der kleinste Leerraum eingefügt: 18
36687 \begin_inset space \thinspace{}
36688 \end_inset
36689
36690 473
36691 \begin_inset space \thinspace{}
36692 \end_inset
36693
36694 588
36695 \end_layout
36696
36697 \begin_layout Itemize
36698 Für Bemaßungen wie z.
36699 \begin_inset space \thinspace{}
36700 \end_inset
36701
36702 B.
36703  120×90×40
36704 \begin_inset space \thinspace{}
36705 \end_inset
36706
36707 cm, verwendet man das gelegte Kreuz 
36708 \begin_inset Quotes gld
36709 \end_inset
36710
36711 ×
36712 \begin_inset Quotes grd
36713 \end_inset
36714
36715 , dass entweder über den Befehl 
36716 \series bold
36717
36718 \backslash
36719 times
36720 \series default
36721  oder über das Menü 
36722 \family sans
36723 Einfügen\SpecialChar \menuseparator
36724 Sonderzeichen\SpecialChar \menuseparator
36725 Symbole
36726 \family default
36727  verfügbar ist.
36728 \end_layout
36729
36730 \begin_layout Itemize
36731 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36732  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36733 \begin_inset space \thinspace{}
36734 \end_inset
36735
36736 6.
36737 \begin_inset space ~
36738 \end_inset
36739
36740 1979
36741 \end_layout
36742
36743 \begin_layout Itemize
36744 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36745  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36746 \begin_inset CommandInset ref
36747 LatexCommand ref
36748 reference "sub:Vordefinierte-Funktionen"
36749
36750 \end_inset
36751
36752 .
36753 \end_layout
36754
36755 \begin_layout Itemize
36756 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36757  
36758 \begin_inset Formula $E_{\mathrm{kin}}$
36759 \end_inset
36760
36761
36762 \begin_inset Newline newline
36763 \end_inset
36764
36765 Komponenten von Matrizen werden kursiv gesetzt: 
36766 \begin_inset Formula $\hat{H}_{kl}$
36767 \end_inset
36768
36769
36770 \end_layout
36771
36772 \begin_layout Itemize
36773 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36774  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36775  Variablen zu verwechseln.
36776 \end_layout
36777
36778 \begin_layout Itemize
36779 Das Symbol für eine 
36780 \noun on
36781 Fourier
36782 \noun default
36783 -Transformation kann entweder mit dem Befehl 
36784 \series bold
36785
36786 \backslash
36787 mathscr
36788 \begin_inset ERT
36789 status collapsed
36790
36791 \begin_layout Plain Layout
36792
36793
36794 \backslash
36795 leer 
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \backslash
36802 {F
36803 \series default
36804
36805 \begin_inset Index idx
36806 status collapsed
36807
36808 \begin_layout Plain Layout
36809 Befehle ! M ! 
36810 \backslash
36811 mathscr
36812 \end_layout
36813
36814 \end_inset
36815
36816  oder über das Menü 
36817 \family sans
36818 Einfügen\SpecialChar \menuseparator
36819 Sonderzeichen\SpecialChar \menuseparator
36820 Symbole\SpecialChar \menuseparator
36821 Buchstabenähnliche
36822 \begin_inset space ~
36823 \end_inset
36824
36825 Symbole
36826 \family default
36827  eingefügt werden: 
36828 \begin_inset Formula $\mathscr{F}$
36829 \end_inset
36830
36831
36832 \begin_inset Newline newline
36833 \end_inset
36834
36835 Um den Befehl 
36836 \series bold
36837
36838 \backslash
36839 mathscr
36840 \series default
36841  benutzen zu können, muss das LaTeX-Paket 
36842 \series bold
36843 mathrsfs
36844 \series default
36845
36846 \begin_inset Index idx
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850 Pakete ! mathrsfs
36851 \end_layout
36852
36853 \end_inset
36854
36855  mit der LaTeX-Vorspannzeile 
36856 \series bold
36857
36858 \backslash
36859 usepackage{mathrsfs}
36860 \series default
36861  geladen werden.
36862 \end_layout
36863
36864 \begin_layout Standard
36865 \begin_inset Newpage newpage
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \begin_layout Section
36872 Synonyme
36873 \begin_inset Index idx
36874 status collapsed
36875
36876 \begin_layout Plain Layout
36877 Synonyme
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \end_layout
36884
36885 \begin_layout Standard
36886 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36887  Hier ist eine Übersicht der Synonymbefehle:
36888 \end_layout
36889
36890 \begin_layout Standard
36891 \begin_inset VSpace bigskip
36892 \end_inset
36893
36894
36895 \begin_inset space \hfill{}
36896 \end_inset
36897
36898
36899 \begin_inset Tabular
36900 <lyxtabular version="3" rows="12" columns="2">
36901 <features tabularvalignment="middle">
36902 <column alignment="center" valignment="top" width="0pt">
36903 <column alignment="center" valignment="top" width="0pt">
36904 <row>
36905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36906 \begin_inset Text
36907
36908 \begin_layout Plain Layout
36909 Befehl
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36915 \begin_inset Text
36916
36917 \begin_layout Plain Layout
36918 äquivalent zu
36919 \begin_inset Note Note
36920 status collapsed
36921
36922 \begin_layout Plain Layout
36923
36924 \series bold
36925
36926 \backslash
36927 raisebox
36928 \series default
36929  dient nur als Abstandhalter.
36930 \end_layout
36931
36932 \end_inset
36933
36934
36935 \end_layout
36936
36937 \end_inset
36938 </cell>
36939 </row>
36940 <row>
36941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945
36946 \backslash
36947 ast
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36953 \begin_inset Text
36954
36955 \begin_layout Plain Layout
36956 \begin_inset ERT
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960
36961
36962 \backslash
36963 raisebox{-1.2mm}{
36964 \end_layout
36965
36966 \end_inset
36967
36968 *
36969 \begin_inset ERT
36970 status collapsed
36971
36972 \begin_layout Plain Layout
36973
36974 }
36975 \end_layout
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \end_inset
36983 </cell>
36984 </row>
36985 <row>
36986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36987 \begin_inset Text
36988
36989 \begin_layout Plain Layout
36990
36991 \backslash
36992 choose
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001
37002 \backslash
37003 binom
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 </row>
37009 <row>
37010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37011 \begin_inset Text
37012
37013 \begin_layout Plain Layout
37014
37015 \backslash
37016 geq
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025
37026 \backslash
37027 ge
37028 \end_layout
37029
37030 \end_inset
37031 </cell>
37032 </row>
37033 <row>
37034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37035 \begin_inset Text
37036
37037 \begin_layout Plain Layout
37038
37039 \backslash
37040 lbrace
37041 \end_layout
37042
37043 \end_inset
37044 </cell>
37045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049 {
37050 \end_layout
37051
37052 \end_inset
37053 </cell>
37054 </row>
37055 <row>
37056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37057 \begin_inset Text
37058
37059 \begin_layout Plain Layout
37060
37061 \backslash
37062 lbracket
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37068 \begin_inset Text
37069
37070 \begin_layout Plain Layout
37071 [
37072 \end_layout
37073
37074 \end_inset
37075 </cell>
37076 </row>
37077 <row>
37078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082
37083 \backslash
37084 leftarrow
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout Plain Layout
37093
37094 \backslash
37095 gets
37096 \end_layout
37097
37098 \end_inset
37099 </cell>
37100 </row>
37101 <row>
37102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37103 \begin_inset Text
37104
37105 \begin_layout Plain Layout
37106
37107 \backslash
37108 leq
37109 \end_layout
37110
37111 \end_inset
37112 </cell>
37113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37114 \begin_inset Text
37115
37116 \begin_layout Plain Layout
37117
37118 \backslash
37119 le
37120 \end_layout
37121
37122 \end_inset
37123 </cell>
37124 </row>
37125 <row>
37126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37127 \begin_inset Text
37128
37129 \begin_layout Plain Layout
37130
37131 \backslash
37132 lor
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141
37142 \backslash
37143 vee
37144 \end_layout
37145
37146 \end_inset
37147 </cell>
37148 </row>
37149 <row>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 neq
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165
37166 \backslash
37167 not=
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 </row>
37173 <row>
37174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178
37179 \backslash
37180 slash
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189 /
37190 \end_layout
37191
37192 \end_inset
37193 </cell>
37194 </row>
37195 <row>
37196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200
37201 \backslash
37202 vert
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211 |
37212 \end_layout
37213
37214 \end_inset
37215 </cell>
37216 </row>
37217 </lyxtabular>
37218
37219 \end_inset
37220
37221
37222 \begin_inset space \hfill{}
37223 \end_inset
37224
37225
37226 \begin_inset Tabular
37227 <lyxtabular version="3" rows="12" columns="2">
37228 <features tabularvalignment="middle">
37229 <column alignment="center" valignment="top" width="0pt">
37230 <column alignment="center" valignment="top" width="0pt">
37231 <row>
37232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 Befehl
37237 \end_layout
37238
37239 \end_inset
37240 </cell>
37241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37242 \begin_inset Text
37243
37244 \begin_layout Plain Layout
37245 äquivalent zu
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 <row>
37252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256
37257 \backslash
37258 backslash
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267
37268 \backslash
37269
37270 \backslash
37271
37272 \end_layout
37273
37274 \end_inset
37275 </cell>
37276 </row>
37277 <row>
37278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37279 \begin_inset Text
37280
37281 \begin_layout Plain Layout
37282
37283 \backslash
37284 dasharrow
37285 \end_layout
37286
37287 \end_inset
37288 </cell>
37289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293
37294 \backslash
37295 dashrightarrow
37296 \end_layout
37297
37298 \end_inset
37299 </cell>
37300 </row>
37301 <row>
37302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306
37307 \backslash
37308 land
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317
37318 \backslash
37319 wedge
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row>
37326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330
37331 \backslash
37332 rbrace
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 }
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 </row>
37347 <row>
37348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352
37353 \backslash
37354 rbracket
37355 \end_layout
37356
37357 \end_inset
37358 </cell>
37359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 ]
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 </row>
37369 <row>
37370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37371 \begin_inset Text
37372
37373 \begin_layout Plain Layout
37374
37375 \backslash
37376 rightarrow
37377 \end_layout
37378
37379 \end_inset
37380 </cell>
37381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37382 \begin_inset Text
37383
37384 \begin_layout Plain Layout
37385
37386 \backslash
37387 to
37388 \end_layout
37389
37390 \end_inset
37391 </cell>
37392 </row>
37393 <row>
37394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398
37399 \backslash
37400 lnot
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409
37410 \backslash
37411 neg
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 <row>
37418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 ne
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37430 \begin_inset Text
37431
37432 \begin_layout Plain Layout
37433
37434 \backslash
37435 not=
37436 \end_layout
37437
37438 \end_inset
37439 </cell>
37440 </row>
37441 <row>
37442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446
37447 \backslash
37448 owns
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457
37458 \backslash
37459 ni
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 </row>
37465 <row>
37466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37467 \begin_inset Text
37468
37469 \begin_layout Plain Layout
37470
37471 \backslash
37472 square
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37478 \begin_inset Text
37479
37480 \begin_layout Plain Layout
37481
37482 \backslash
37483 Box
37484 \end_layout
37485
37486 \end_inset
37487 </cell>
37488 </row>
37489 <row>
37490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494
37495 \backslash
37496 Vert
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505
37506 \backslash
37507 |
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 </row>
37513 </lyxtabular>
37514
37515 \end_inset
37516
37517
37518 \begin_inset space \hfill{}
37519 \end_inset
37520
37521
37522 \end_layout
37523
37524 \begin_layout Standard
37525 \begin_inset Newpage newpage
37526 \end_inset
37527
37528
37529 \end_layout
37530
37531 \begin_layout Bibliography
37532 \labelwidthstring Referenzen
37533 \begin_inset CommandInset bibitem
37534 LatexCommand bibitem
37535 key "TLC2"
37536
37537 \end_inset
37538
37539
37540 \shape smallcaps
37541 Mittelbach, F.
37542  ; Goossens, M.
37543 \shape default
37544
37545 \shape italic
37546 The LaTeX Companion
37547 \shape default
37548 .
37549  Addison Wesley, 2004
37550 \end_layout
37551
37552 \begin_layout Bibliography
37553 \labelwidthstring Referenzen
37554 \begin_inset CommandInset bibitem
37555 LatexCommand bibitem
37556 key "Mathmode"
37557
37558 \end_inset
37559
37560
37561 \begin_inset CommandInset href
37562 LatexCommand href
37563 name "Beschreibung"
37564 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37565
37566 \end_inset
37567
37568  der mathematischen Fähigkeiten von LaTeX
37569 \end_layout
37570
37571 \begin_layout Bibliography
37572 \labelwidthstring Referenzen
37573 \begin_inset CommandInset bibitem
37574 LatexCommand bibitem
37575 key "AMS"
37576
37577 \end_inset
37578
37579
37580 \begin_inset CommandInset href
37581 LatexCommand href
37582 name "Beschreibung"
37583 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37584
37585 \end_inset
37586
37587  von 
37588 \begin_inset ERT
37589 status collapsed
37590
37591 \begin_layout Plain Layout
37592
37593
37594 \backslash
37595 AmS
37596 \end_layout
37597
37598 \end_inset
37599
37600 -LaTeX
37601 \end_layout
37602
37603 \begin_layout Bibliography
37604 \labelwidthstring Referenzen
37605 \begin_inset CommandInset bibitem
37606 LatexCommand bibitem
37607 key "Symbole"
37608
37609 \end_inset
37610
37611
37612 \begin_inset CommandInset href
37613 LatexCommand href
37614 name "Auflistung"
37615 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37616
37617 \end_inset
37618
37619  aller über LaTeX-Pakete verfügbare Symbole
37620 \end_layout
37621
37622 \begin_layout Bibliography
37623 \labelwidthstring Referenzen
37624 \begin_inset CommandInset bibitem
37625 LatexCommand bibitem
37626 key "hyperref"
37627
37628 \end_inset
37629
37630
37631 \begin_inset CommandInset href
37632 LatexCommand href
37633 name "Dokumentation"
37634 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37635
37636 \end_inset
37637
37638  des LaTeX-Pakets 
37639 \series bold
37640 hyperref
37641 \series default
37642
37643 \begin_inset Index idx
37644 status collapsed
37645
37646 \begin_layout Plain Layout
37647 Pakete ! hyperref
37648 \end_layout
37649
37650 \end_inset
37651
37652
37653 \end_layout
37654
37655 \begin_layout Bibliography
37656 \labelwidthstring Referenzen
37657 \begin_inset CommandInset bibitem
37658 LatexCommand bibitem
37659 key "mhchem"
37660
37661 \end_inset
37662
37663
37664 \begin_inset CommandInset href
37665 LatexCommand href
37666 name "Dokumentation"
37667 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37668
37669 \end_inset
37670
37671  des LaTeX-Pakets 
37672 \series bold
37673 mhchem
37674 \series default
37675
37676 \begin_inset Index idx
37677 status collapsed
37678
37679 \begin_layout Plain Layout
37680 Pakete ! mhchem
37681 \end_layout
37682
37683 \end_inset
37684
37685
37686 \end_layout
37687
37688 \begin_layout Bibliography
37689 \labelwidthstring Referenzen
37690 \begin_inset CommandInset bibitem
37691 LatexCommand bibitem
37692 key "Mathclap"
37693
37694 \end_inset
37695
37696
37697 \begin_inset CommandInset href
37698 LatexCommand href
37699 name "Beschreibung"
37700 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37701
37702 \end_inset
37703
37704  des in 
37705 \begin_inset CommandInset ref
37706 LatexCommand ref
37707 reference "sub:Operatorgrenzen"
37708
37709 \end_inset
37710
37711  vorgestellten Befehls 
37712 \series bold
37713
37714 \backslash
37715 mathclap
37716 \series default
37717
37718 \begin_inset Index idx
37719 status collapsed
37720
37721 \begin_layout Plain Layout
37722 Befehle ! M ! 
37723 \backslash
37724 mathclap
37725 \end_layout
37726
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \begin_layout Bibliography
37733 \labelwidthstring Referenzen
37734 \begin_inset CommandInset bibitem
37735 LatexCommand bibitem
37736 key "Duden"
37737
37738 \end_inset
37739
37740
37741 \emph on
37742 Duden Band 1
37743 \emph default
37744 .
37745  22.
37746  Auflage, Duden Verlag 2001
37747 \end_layout
37748
37749 \begin_layout Bibliography
37750 \labelwidthstring Referenzen
37751 \begin_inset CommandInset bibitem
37752 LatexCommand bibitem
37753 key "Checklist"
37754
37755 \end_inset
37756
37757
37758 \begin_inset CommandInset href
37759 LatexCommand href
37760 name "Prüfliste"
37761 target "http://physics.nist.gov/Document/checklist.pdf"
37762
37763 \end_inset
37764
37765  für das Rezensieren von Manuskripten
37766 \end_layout
37767
37768 \begin_layout Standard
37769 \begin_inset Note Note
37770 status collapsed
37771
37772 \begin_layout Plain Layout
37773 Damit der Index den Namen 
37774 \begin_inset Quotes gld
37775 \end_inset
37776
37777 Stichwortverzeichnis
37778 \begin_inset Quotes grd
37779 \end_inset
37780
37781  erhält, wurde im LaTeX-Vorspann
37782 \end_layout
37783
37784 \begin_layout Plain Layout
37785
37786 \series bold
37787
37788 \backslash
37789 addto
37790 \backslash
37791 captionsngerman{
37792 \backslash
37793 renewcommand{
37794 \backslash
37795 indexname}{Stichwortverzeichnis}}
37796 \end_layout
37797
37798 \begin_layout Plain Layout
37799 eingefügt.
37800 \end_layout
37801
37802 \begin_layout Plain Layout
37803 Das Paket 
37804 \series bold
37805 babel
37806 \series default
37807  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37808  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37809  Außerdem wird 
37810 \series bold
37811 babel
37812 \series default
37813  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37814  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37815 che verwendet wurde.
37816 \end_layout
37817
37818 \begin_layout Plain Layout
37819 Möchte man andere Beschriftungen ändern, ersetzt man 
37820 \series bold
37821
37822 \backslash
37823 indexname
37824 \series default
37825  durch 
37826 \series bold
37827
37828 \backslash
37829 <Beschriftungs>name
37830 \series default
37831 .
37832  Eine Auflistung der möglichen Namen findet man unter
37833 \end_layout
37834
37835 \begin_layout Plain Layout
37836
37837 \family typewriter
37838 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37839 \end_layout
37840
37841 \begin_layout Plain Layout
37842 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37843 \series bold
37844 ngerman
37845 \series default
37846  durch die Dokumentsprache und
37847 \end_layout
37848
37849 \begin_layout Plain Layout
37850
37851 \series bold
37852
37853 \backslash
37854 captionsgerman
37855 \series default
37856  durch 
37857 \series bold
37858
37859 \backslash
37860 captions<Dokumentsprache>
37861 \series default
37862 .
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \begin_inset CommandInset index_print
37869 LatexCommand printindex
37870 type "idx"
37871
37872 \end_inset
37873
37874
37875 \end_layout
37876
37877 \end_body
37878 \end_document