]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: describe \smashoperator and how to insert ^ and _
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % für Mehrfachzeilen, benutzt in Kap. 24.7
70 \usepackage{multicol}
71
72 % benutzt in Kap. 19.4
73 \usepackage{remreset}
74
75 % für das Fourier-Transformationssymbol
76 \usepackage{mathrsfs}
77
78 % Farbdefinition aus Kap. 9.3
79 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
82 \DeclareMathOperator*{\Raute}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % Beispielbefehle aus Kap. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % Beispielmakro aus Kap. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % Damit der Index einen anderen Namen erhält.
96 \addto\captionsngerman
97 {\renewcommand{\indexname}
98 {Stichwort- und Befehlsverzeichnis}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % testen ob das Paket undertilde installiert ist
106 % wird benutzt für den Befehl \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % testen ob das Paket eurosym installiert ist
114 % wird benutzt für das Euro-Symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % testen ob Paket braket installiert ist
122 % benötigt für physikalische Vektoren
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % testen ob Paket cancel installiert ist
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % testen ob Paket upgreek installiert ist
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142
143 % benötigt für Kommas in Formeln, siehe Kap. 22.3
144 \IfFileExists{icomma.sty}
145  {\usepackage{icomma}}{}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options false
149 \maintain_unincluded_children false
150 \language ngerman
151 \language_package default
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_math auto
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_package amsmath 2
189 \use_package amssymb 2
190 \use_package cancel 0
191 \use_package esint 1
192 \use_package mathdots 1
193 \use_package mathtools 2
194 \use_package mhchem 1
195 \use_package stackrel 0
196 \use_package stmaryrd 0
197 \use_package undertilde 0
198 \cite_engine basic
199 \cite_engine_type default
200 \biblio_style plain
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \justification true
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Stichwortverzeichnis
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle plain
220 \bullet 1 0 6 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXs detailliertes Mathe Handbuch
234 \end_layout
235
236 \begin_layout Author
237 vom LyX Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
244 ons-Liste: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 Verfasser: Uwe Stöhr
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 2.1.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
297  
298 \series bold
299 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Info
502 type  "icon"
503 arg   "math-mode"
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 Um eine abgesetzte Formel
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formel ! abgesetzte
516 \end_layout
517
518 \end_inset
519
520  zu erstellen, drückt man 
521 \family sans
522 Strg+Shift+M
523 \family default
524 .
525 \end_layout
526
527 \begin_layout Standard
528 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
529  Cursor in die Formel und drückt 
530 \family sans
531 Strg+Shift+M
532 \family default
533  oder benutzt das Menü 
534 \family sans
535 Bearbeiten\SpecialChar \menuseparator
536 Mathe\SpecialChar \menuseparator
537
538 \begin_inset Newline linebreak
539 \end_inset
540
541 Formelart ändern
542 \family default
543 .
544  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
545  umwandeln.
546 \end_layout
547
548 \begin_layout Standard
549 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
550  gibt man in die Formel den Befehl 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Befehle ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  ein.
569  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
570  wird.
571 \end_layout
572
573 \begin_layout Standard
574 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
575 \end_layout
576
577 \begin_layout Standard
578 Die 
579 \family sans
580 Mathe-Werkzeugleiste
581 \family default
582  kann über das Menü 
583 \family sans
584 Ansicht\SpecialChar \menuseparator
585 Werkzeugleisten
586 \family default
587  eingeblendet werden.
588  Wenn dort auf 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Mathe
593 \begin_inset Quotes erd
594 \end_inset
595
596  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
597  diese Einstellung wird durch ein Häkchen im Menü 
598 \family sans
599 Werkzeugleisten
600 \family default
601  angezeigt.
602  Wenn nun im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  nochmal auf 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Mathe
611 \begin_inset Quotes erd
612 \end_inset
613
614  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
615  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
616  des Menüeintrags von 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Mathe
621 \begin_inset Quotes erd
622 \end_inset
623
624  zu 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Mathe
629 \begin_inset space ~
630 \end_inset
631
632 (automatisch)
633 \begin_inset Quotes erd
634 \end_inset
635
636  angezeigt.
637 \end_layout
638
639 \begin_layout Standard
640 In den TeX-Modus
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-Modus
646 \end_layout
647
648 \end_inset
649
650  gelangt man über den Werkzeugleistenknopf 
651 \begin_inset Info
652 type  "icon"
653 arg   "ert-insert"
654 \end_inset
655
656  oder das Menü 
657 \family sans
658 Einfügen\SpecialChar \menuseparator
659 Te
660 \begin_inset ERT
661 status collapsed
662
663 \begin_layout Plain Layout
664
665 {}
666 \end_layout
667
668 \end_inset
669
670 X
671 \begin_inset space ~
672 \end_inset
673
674 Code
675 \family default
676  (Tastenkürzel 
677 \family sans
678 Strg+L
679 \family default
680 ).
681 \begin_inset Note Note
682 status collapsed
683
684 \begin_layout Plain Layout
685 In LyX gibt es drei 
686 \begin_inset Quotes gld
687 \end_inset
688
689 Eigennamen
690 \begin_inset Quotes grd
691 \end_inset
692
693 , die im Ausdruck mit hoch bzw.
694 \begin_inset space \space{}
695 \end_inset
696
697 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
698 \end_layout
699
700 \begin_layout Plain Layout
701 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
702  man ein TeX-Klammerpaar ein.
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 In den LaTeX-Vorspann
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 L@LaTeX-Vorspann
717 \end_layout
718
719 \end_inset
720
721  gelangt man über das Menü 
722 \family sans
723 Dokument\SpecialChar \menuseparator
724 Einstellungen\SpecialChar \menuseparator
725 LaT
726 \begin_inset ERT
727 status collapsed
728
729 \begin_layout Plain Layout
730
731 {}
732 \end_layout
733
734 \end_inset
735
736 eX-Vorspann
737 \family default
738 .
739 \end_layout
740
741 \begin_layout Standard
742 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
743 en Formeln kann man die Menüs 
744 \family sans
745 Bearbeiten\SpecialChar \menuseparator
746 Mathe
747 \family default
748  und 
749 \family sans
750 Bearbeiten\SpecialChar \menuseparator
751 Zeilen
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 &
756 \begin_inset space \thinspace{}
757 \end_inset
758
759 Spalten
760 \family default
761  oder die 
762 \family sans
763 Tabellen-Werkzeugleiste
764 \family default
765  verwenden.
766  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
767  die Spalte bzw.
768 \begin_inset space \space{}
769 \end_inset
770
771 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773 \begin_inset space \space{}
774 \end_inset
775
776 darunter liegenden Zeile vertauscht.
777  Befindet sich der Cursor in der letzten Spalte bzw.
778 \begin_inset space \space{}
779 \end_inset
780
781 Zeile, wird mit der links daneben stehenden Spalte bzw.
782 \begin_inset space \space{}
783 \end_inset
784
785 darüber liegenden Zeile vertauscht.
786 \end_layout
787
788 \begin_layout Standard
789 Zum Schreiben von Text in einer Formel
790 \begin_inset Foot
791 status collapsed
792
793 \begin_layout Plain Layout
794 Bei mehrzeiligen Formeln wird der Befehl 
795 \series bold
796
797 \backslash
798 intertext
799 \series default
800  verwendet, siehe 
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sub:Text-in-mehrzeiligen"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \end_inset
811
812  verwendet man den 
813 \emph on
814 mathematischen Textmodus
815 \emph default
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Text ! in Formeln
822 \end_layout
823
824 \end_inset
825
826
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 Mathematischer Textmodus
832 \end_layout
833
834 \end_inset
835
836 , in den man mit dem Tastenkürzel 
837 \family sans
838 Alt+M
839 \begin_inset space ~
840 \end_inset
841
842 M
843 \family default
844  oder durch Eingabe des Befehls 
845 \series bold
846
847 \backslash
848 text
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Befehle ! T ! 
854 \backslash
855 text
856 \end_layout
857
858 \end_inset
859
860
861 \series default
862  gelangt.
863  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
864  Formel unterscheiden.
865  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
866  anderen Zeichen einer Formel nicht kursiv.
867 \end_layout
868
869 \begin_layout Subsection*
870 Befehlsschema
871 \end_layout
872
873 \begin_layout Standard
874 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
875  Schema:
876 \end_layout
877
878 \begin_layout Standard
879
880 \series bold
881
882 \backslash
883 Befehlsname[optionales
884 \series default
885  
886 \series bold
887 Argument]{anzugebendes
888 \series default
889  
890 \series bold
891 Argument}
892 \end_layout
893
894 \begin_layout Standard
895 Ein Befehl muss immer mit einem Backslash 
896 \begin_inset Quotes gld
897 \end_inset
898
899
900 \series bold
901
902 \backslash
903
904 \series default
905
906 \begin_inset Quotes grd
907 \end_inset
908
909  beginnen.
910  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
911  eckigen Klammern weggelassen werden.
912  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
913 \begin_inset Index idx
914 status collapsed
915
916 \begin_layout Plain Layout
917 T@TeX-Klammern
918 \end_layout
919
920 \end_inset
921
922  bezeichnet.
923  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
924  an, erzeugt LyX automatisch eine TeX-Klammer.
925  Ansonsten werden sie in Formeln mit dem Befehl 
926 \series bold
927
928 \backslash
929 {
930 \series default
931  erzeugt.
932  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
933  Klammern, die blau erscheinen.
934  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
935  TeX-Klammern erscheinen nicht im Ausdruck.
936 \end_layout
937
938 \begin_layout Standard
939 Werden Befehle ohne Argumente, wie z.
940 \begin_inset space \thinspace{}
941 \end_inset
942
943 B.
944  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
945 \emph on
946 immer
947 \emph default
948  ein Leerzeichen folgen um ihn zu beenden.
949  Dieses Leerzeichen erscheint nicht im Ausdruck.
950  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
951  normalen Text ein geschütztes Leerzeichen folgen.
952 \end_layout
953
954 \begin_layout Standard
955 Ein geschütztes Leerzeichen gibt man mit 
956 \family sans
957 Strg+Leertaste
958 \family default
959  ein.
960 \end_layout
961
962 \begin_layout Subsection*
963 Zeichenerklärung
964 \end_layout
965
966 \begin_layout Itemize
967 Das Symbol 
968 \begin_inset space \textvisiblespace{}
969 \end_inset
970
971  steht für ein einzugebendes Leerzeichen.
972 \end_layout
973
974 \begin_layout Itemize
975 Ein Pfeil wie z.
976 \begin_inset space \thinspace{}
977 \end_inset
978
979 B.
980  
981 \begin_inset Formula $\to$
982 \end_inset
983
984  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
985  Die 
986 \family sans
987 Tabulator
988 \family default
989 -Taste kann oft anstelle von 
990 \begin_inset Formula $\to$
991 \end_inset
992
993  und 
994 \begin_inset Formula $\downarrow$
995 \end_inset
996
997  benutzt werden und 
998 \family sans
999 Umschalt+Tabulator
1000 \family default
1001  anstelle von 
1002 \begin_inset Formula $\leftarrow$
1003 \end_inset
1004
1005  und 
1006 \begin_inset Formula $\uparrow$
1007 \end_inset
1008
1009 .
1010 \end_layout
1011
1012 \begin_layout Subsection*
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Float table
1019 placement H
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Caption Standard
1027
1028 \begin_layout Plain Layout
1029 \begin_inset CommandInset label
1030 LatexCommand label
1031 name "tab:Verfügbare-Einheiten"
1032
1033 \end_inset
1034
1035 Verfügbare Einheiten
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Tabular
1046 <lyxtabular version="3" rows="13" columns="2">
1047 <features rotate="0" tabularvalignment="middle">
1048 <column alignment="center" valignment="top">
1049 <column alignment="center" valignment="top">
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Einheit
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Name / Beschreibung
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 mm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Millimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 cm
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Zentimeter
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 in
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Inch / Zoll (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 in = 2,54
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 cm)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pt
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punkt (72,27
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pt = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 in)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pc
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Pica (1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pc = 12
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 sp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 skalierter Punkt(65536
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 sp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 bp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 großer Punkt (72
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 bp = 1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 dd
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Didot (1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd 
1269 \begin_inset Formula $\approx$
1270 \end_inset
1271
1272  0,376
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 mm)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 cc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Cicero (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 cc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 dd)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 ex
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Höhe des Buchstabens 
1325 \emph on
1326 x
1327 \emph default
1328  in der aktuellen Schrift
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 em
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Breite des Buchstabens 
1349 \emph on
1350 M
1351 \emph default
1352  in der aktuellen Schrift
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 mu
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 Mathe-Einheit (1
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 mu = 
1377 \begin_inset Formula $\nicefrac{1}{18}$
1378 \end_inset
1379
1380
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 em)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 </lyxtabular>
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Standard
1403 \begin_inset Newpage newpage
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Section
1410 Grundlegende Funktionen
1411 \end_layout
1412
1413 \begin_layout Subsection
1414 Exponenten
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Exponenten
1420 \end_layout
1421
1422 \end_inset
1423
1424  und Indizes
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Indizes
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Hochstellen|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Exponenten
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Tiefstellen|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Indizes
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1503  
1504 \begin_inset Info
1505 type  "icon"
1506 arg   "math-subscript"
1507 \end_inset
1508
1509 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Info
1512 type  "icon"
1513 arg   "math-superscript"
1514 \end_inset
1515
1516  erzeugt.
1517 \end_layout
1518
1519 \begin_layout Standard
1520 \align center
1521 \begin_inset Tabular
1522 <lyxtabular version="3" rows="4" columns="2">
1523 <features rotate="0" tabularvalignment="middle">
1524 <column alignment="center" valignment="top" width="0pt">
1525 <column alignment="center" valignment="top" width="0pt">
1526 <row>
1527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 Befehl
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Ergebnis
1541 \begin_inset Note Note
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 \series bold
1547
1548 \backslash
1549 raisebox
1550 \series default
1551  dient nur als Abstandhalter.
1552 \end_layout
1553
1554 \end_inset
1555
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 </row>
1562 <row>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567 B_V
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 \begin_inset Formula $B_{V}$
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 </row>
1585 <row>
1586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 B^V
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B^
1614 \begin_inset space \textvisiblespace{}
1615 \end_inset
1616
1617 A
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 </row>
1635 </lyxtabular>
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1644 llt
1645 \begin_inset Foot
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1650 \end_layout
1651
1652 \end_inset
1653
1654 .
1655  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1656  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1657 \end_layout
1658
1659 \begin_layout Subsection
1660 Brüche
1661 \begin_inset CommandInset label
1662 LatexCommand label
1663 name "sub:Brüche"
1664
1665 \end_inset
1666
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Brüche
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 Brüche werden mit dem Befehl 
1682 \series bold
1683
1684 \backslash
1685 frac
1686 \series default
1687
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Befehle ! F ! 
1693 \backslash
1694 frac
1695 \end_layout
1696
1697 \end_inset
1698
1699  oder mit dem Mathe-Werkzeugleistenknopf 
1700 \begin_inset Info
1701 type  "icon"
1702 arg   "math-insert \\frac"
1703 \end_inset
1704
1705  erstellt.
1706  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1707  in einer eingebetteten oder abgesetzten Formel befindet.
1708  Mit dem Mathe-Werkzeugleistenknopf 
1709 \begin_inset Info
1710 type  "icon"
1711 arg   "math-insert \\frac-square"
1712 \end_inset
1713
1714  können verschieden Bruchtypen gewählt werden.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Mit dem Befehl 
1719 \series bold
1720
1721 \backslash
1722 dfrac
1723 \series default
1724
1725 \begin_inset Index idx
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 Befehle ! D ! 
1730 \backslash
1731 dfrac
1732 \end_layout
1733
1734 \end_inset
1735
1736  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1737  Formel erscheint.
1738  Mit 
1739 \series bold
1740
1741 \backslash
1742 tfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! T ! 
1750 \backslash
1751 tfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1757  Ein Beispiel:
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Eine Zeile mit dem Bruch 
1762 \begin_inset Formula $\frac{1}{2}$
1763 \end_inset
1764
1765 , der mit dem Befehl 
1766 \series bold
1767
1768 \backslash
1769 frac
1770 \series default
1771  erstellt wurde.
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Eine Zeile mit dem Bruch 
1776 \begin_inset Formula $\dfrac{1}{2}$
1777 \end_inset
1778
1779 , der mit dem Befehl 
1780 \series bold
1781
1782 \backslash
1783 dfrac
1784 \series default
1785  erstellt wurde.
1786 \end_layout
1787
1788 \begin_layout Standard
1789 \align center
1790 \begin_inset Tabular
1791 <lyxtabular version="3" rows="4" columns="2">
1792 <features rotate="0" tabularvalignment="middle">
1793 <column alignment="center" valignment="top" width="0pt">
1794 <column alignment="center" valignment="top" width="0pt">
1795 <row>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 Befehl
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Ergebnis
1810 \begin_inset Note Note
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814
1815 \series bold
1816
1817 \backslash
1818 raisebox
1819 \series default
1820  dient nur als Abstandhalter.
1821 \end_layout
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 frac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 A
1876 \begin_inset Formula $\downarrow$
1877 \end_inset
1878
1879 B
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \backslash
1904 dfrac
1905 \begin_inset space \textvisiblespace{}
1906 \end_inset
1907
1908 e^
1909 \backslash
1910 frac
1911 \begin_inset space \textvisiblespace{}
1912 \end_inset
1913
1914 1
1915 \begin_inset Formula $\downarrow$
1916 \end_inset
1917
1918 2
1919 \begin_inset Formula $\downarrow\downarrow$
1920 \end_inset
1921
1922 3
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 </row>
1940 </lyxtabular>
1941
1942 \end_inset
1943
1944
1945 \end_layout
1946
1947 \begin_layout Standard
1948 \begin_inset VSpace bigskip
1949 \end_inset
1950
1951
1952 \begin_inset Newpage newpage
1953 \end_inset
1954
1955 Für Mehrfachbrüche gibt es den Befehl 
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \series default
1961
1962 \begin_inset Index idx
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966 Befehle ! C ! 
1967 \backslash
1968 cfrac
1969 \end_layout
1970
1971 \end_inset
1972
1973 .
1974  Dazu ein Beispiel:
1975 \begin_inset VSpace -3mm
1976 \end_inset
1977
1978
1979 \end_layout
1980
1981 \begin_layout Standard
1982 \begin_inset Formula 
1983 \begin{align*}
1984 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1985 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1986 \end{align*}
1987
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \begin_layout Standard
1994 Der Befehl für obiges Beispiel lautet:
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \begin_inset space \textvisiblespace{}
2004 \end_inset
2005
2006 A
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 B+
2011 \backslash
2012 cfrac
2013 \begin_inset space \textvisiblespace{}
2014 \end_inset
2015
2016 C+
2017 \backslash
2018 cfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 E
2023 \begin_inset Formula $\downarrow$
2024 \end_inset
2025
2026 F
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 D
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset VSpace medskip
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041
2042 \series bold
2043
2044 \backslash
2045 cfrac
2046 \series default
2047  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2048  auch wenn er selbst Teil eines Bruches ist.
2049 \end_layout
2050
2051 \begin_layout Standard
2052 Es ist möglich die Ausrichtung des Zählers einzustellen.
2053  Der Befehl 
2054 \series bold
2055
2056 \backslash
2057 cfracleft
2058 \series default
2059  richtet ihn links, der Befehl 
2060 \series bold
2061
2062 \backslash
2063 cfracright
2064 \series default
2065  rechts aus.
2066  
2067 \series bold
2068
2069 \backslash
2070 cfrac
2071 \series default
2072  zentriert den Zähler.
2073  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2074 \end_layout
2075
2076 \begin_layout Standard
2077
2078 \series bold
2079 \begin_inset Formula 
2080 \[
2081 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2082 \]
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset Note Greyedout
2091 status open
2092
2093 \begin_layout Plain Layout
2094
2095 \series bold
2096 Achtung:
2097 \series default
2098  
2099 \series bold
2100
2101 \backslash
2102 cfracleft
2103 \series default
2104  und
2105 \series bold
2106  
2107 \backslash
2108 cfracright
2109 \series default
2110  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2111 \series bold
2112
2113 \backslash
2114 cfrac[Ausrichtung]{Zähler}{Nenner}
2115 \series default
2116  dar.
2117  Daher kann man sie nicht im TeX-Code benutzen.
2118 \end_layout
2119
2120 \end_inset
2121
2122
2123 \end_layout
2124
2125 \begin_layout Standard
2126 \begin_inset VSpace medskip
2127 \end_inset
2128
2129 Oftmals ist es am günstigsten 
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  und 
2136 \series bold
2137
2138 \backslash
2139 frac
2140 \series default
2141  zu kombinieren:
2142 \begin_inset Formula 
2143 \[
2144 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2145 \]
2146
2147 \end_inset
2148
2149
2150 \end_layout
2151
2152 \begin_layout Standard
2153 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2154 \series bold
2155
2156 \backslash
2157 nicefrac
2158 \series default
2159
2160 \begin_inset Index idx
2161 status collapsed
2162
2163 \begin_layout Plain Layout
2164 Befehle ! N ! 
2165 \backslash
2166 nicefrac
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\nicefrac{5}{31}$
2173 \end_inset
2174
2175  oder 
2176 \series bold
2177
2178 \backslash
2179 unitfrac
2180 \series default
2181
2182 \begin_inset Index idx
2183 status collapsed
2184
2185 \begin_layout Plain Layout
2186 Befehle! U ! 
2187 \backslash
2188 unitfrac
2189 \end_layout
2190
2191 \end_inset
2192
2193
2194 \begin_inset Formula $\unitfrac{5}{31}$
2195 \end_inset
2196
2197  benutzt werden.
2198  Des Weiteren gibt es den Befehl 
2199 \series bold
2200
2201 \backslash
2202 unitfracthree
2203 \series default
2204  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2205 \begin_inset Formula $\unitfrac[2]{1}{3}$
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 \begin_inset Note Greyedout
2213 status open
2214
2215 \begin_layout Plain Layout
2216
2217 \series bold
2218 Achtung:
2219 \series default
2220  
2221 \series bold
2222
2223 \backslash
2224 unitfracthree
2225 \series default
2226  ist kein echter LaTeX-Befehl, sondern der Befehl
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230
2231 \series bold
2232
2233 \backslash
2234 unitfrac[Zahl]{Zähler}{Nenner}
2235 \series default
2236  .
2237  Daher kann man ihn nicht im TeX-Code benutzen.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2247  in 
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Selbstdefinierte-Brüche"
2251
2252 \end_inset
2253
2254  erklärt.
2255 \end_layout
2256
2257 \begin_layout Standard
2258 Mehrzeilige Brüche sind in 
2259 \begin_inset CommandInset ref
2260 LatexCommand ref
2261 reference "sub:Mehrzeilige-Brüche"
2262
2263 \end_inset
2264
2265  erklärt.
2266 \end_layout
2267
2268 \begin_layout Subsection
2269 Wurzeln
2270 \begin_inset Index idx
2271 status collapsed
2272
2273 \begin_layout Plain Layout
2274 Wurzeln
2275 \end_layout
2276
2277 \end_inset
2278
2279
2280 \end_layout
2281
2282 \begin_layout Standard
2283 Quadratwurzeln werden mit 
2284 \series bold
2285
2286 \backslash
2287 sqrt
2288 \series default
2289
2290 \begin_inset Index idx
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Befehle ! S ! 
2295 \backslash
2296 sqrt
2297 \end_layout
2298
2299 \end_inset
2300
2301  oder dem Mathe-Werkzeugleistenknopf 
2302 \begin_inset Info
2303 type  "icon"
2304 arg   "math-insert \\sqrt"
2305 \end_inset
2306
2307  gesetzt, alle anderen Wurzeln mit dem Befehl 
2308 \series bold
2309
2310 \backslash
2311 root
2312 \series default
2313
2314 \begin_inset Index idx
2315 status collapsed
2316
2317 \begin_layout Plain Layout
2318 Befehle ! R ! 
2319 \backslash
2320 root
2321 \end_layout
2322
2323 \end_inset
2324
2325  oder dem Mathe-Werkzeugleistenknopf 
2326 \begin_inset Info
2327 type  "icon"
2328 arg   "math-insert \\root"
2329 \end_inset
2330
2331 .
2332 \end_layout
2333
2334 \begin_layout Standard
2335 \align center
2336 \begin_inset Tabular
2337 <lyxtabular version="3" rows="3" columns="2">
2338 <features rotate="0" tabularvalignment="middle">
2339 <column alignment="center" valignment="top" width="0pt">
2340 <column alignment="center" valignment="top" width="0pt">
2341 <row>
2342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346 Befehl
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355 Ergebnis
2356 \begin_inset Note Note
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360
2361 \series bold
2362
2363 \backslash
2364 raisebox
2365 \series default
2366  dient nur als Abstandhalter.
2367 \end_layout
2368
2369 \end_inset
2370
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 </row>
2377 <row>
2378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382
2383 \backslash
2384 sqrt
2385 \begin_inset space \textvisiblespace{}
2386 \end_inset
2387
2388 A-B
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2394 \begin_inset Text
2395
2396 \begin_layout Plain Layout
2397 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \backslash
2413 root
2414 \begin_inset space \textvisiblespace{}
2415 \end_inset
2416
2417 3
2418 \begin_inset Formula $\downarrow$
2419 \end_inset
2420
2421 A-B
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2431 \end_inset
2432
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 </row>
2439 </lyxtabular>
2440
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \begin_layout Standard
2447 Eine Quadratwurzel kann man auch mit 
2448 \series bold
2449
2450 \backslash
2451 root
2452 \series default
2453  erstellen, indem man das Feld über der Wurzel frei lässt.
2454 \end_layout
2455
2456 \begin_layout Standard
2457 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2458  Formel: 
2459 \begin_inset Formula $\sqrt[\beta]{B}$
2460 \end_inset
2461
2462
2463 \begin_inset Newline newline
2464 \end_inset
2465
2466 Das 
2467 \begin_inset Formula $\beta$
2468 \end_inset
2469
2470  berührt die Wurzel.
2471  Um dies zu verhindern, verwendet man die Befehle 
2472 \series bold
2473
2474 \backslash
2475 leftroot
2476 \series default
2477
2478 \begin_inset Index idx
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 Befehle ! L ! 
2483 \backslash
2484 leftroot
2485 \end_layout
2486
2487 \end_inset
2488
2489  und 
2490 \series bold
2491
2492 \backslash
2493 uproot
2494 \series default
2495
2496 \begin_inset Index idx
2497 status collapsed
2498
2499 \begin_layout Plain Layout
2500 Befehle ! U ! 
2501 \backslash
2502 uproot
2503 \end_layout
2504
2505 \end_inset
2506
2507 , die folgendes Schema besitzen:
2508 \end_layout
2509
2510 \begin_layout Standard
2511
2512 \series bold
2513
2514 \backslash
2515 leftroot{Abstand}
2516 \series default
2517  bzw.
2518 \begin_inset space \space{}
2519 \end_inset
2520
2521
2522 \series bold
2523
2524 \backslash
2525 uproot{Abstand}
2526 \end_layout
2527
2528 \begin_layout Standard
2529 Abstand ist die Anzahl der Big Points (Einheit bp; 
2530 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2531 \end_inset
2532
2533 ), um die der Index nach links bzw.
2534 \begin_inset space \space{}
2535 \end_inset
2536
2537 nach oben verschoben werden soll.
2538  Die Befehle werden in den Index geschrieben.
2539  So ergibt der Befehl
2540 \begin_inset Newline newline
2541 \end_inset
2542
2543
2544 \series bold
2545
2546 \backslash
2547 root
2548 \backslash
2549 leftroot{-1
2550 \begin_inset Formula $\to$
2551 \end_inset
2552
2553
2554 \backslash
2555 uproot{2
2556 \begin_inset Formula $\to$
2557 \end_inset
2558
2559
2560 \backslash
2561 beta
2562 \begin_inset space \textvisiblespace{}
2563 \end_inset
2564
2565
2566 \begin_inset Formula $\to$
2567 \end_inset
2568
2569 B
2570 \begin_inset Newline newline
2571 \end_inset
2572
2573
2574 \series default
2575 eine korrekt gesetzte Formel: 
2576 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2577 \end_inset
2578
2579
2580 \end_layout
2581
2582 \begin_layout Subsection
2583 Binomialkoeffizienten
2584 \begin_inset Index idx
2585 status collapsed
2586
2587 \begin_layout Plain Layout
2588 Binomialkoeffizienten
2589 \end_layout
2590
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \begin_layout Standard
2597 Binomialkoeffizienten können mit dem Befehl 
2598 \series bold
2599
2600 \backslash
2601 binom
2602 \series default
2603
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 Befehle ! B ! 
2609 \backslash
2610 binom
2611 \end_layout
2612
2613 \end_inset
2614
2615  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "math-insert \\frac-square"
2619 \end_inset
2620
2621  eingefügt werden.
2622  Analog zu Brüchen (
2623 \series bold
2624
2625 \backslash
2626 frac
2627 \series default
2628 ) gibt es außer 
2629 \series bold
2630
2631 \backslash
2632 binom
2633 \series default
2634  noch die Befehle 
2635 \series bold
2636
2637 \backslash
2638 dbinom
2639 \series default
2640
2641 \begin_inset Index idx
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Befehle ! D ! 
2646 \backslash
2647 dbinom
2648 \end_layout
2649
2650 \end_inset
2651
2652  und 
2653 \series bold
2654
2655 \backslash
2656 tbinom
2657 \series default
2658
2659 \begin_inset Index idx
2660 status collapsed
2661
2662 \begin_layout Plain Layout
2663 Befehle ! T ! 
2664 \backslash
2665 tbinom
2666 \end_layout
2667
2668 \end_inset
2669
2670 .
2671  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2672 \series bold
2673
2674 \backslash
2675 brace
2676 \series default
2677
2678 \begin_inset Index idx
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 Befehle ! B ! 
2683 \backslash
2684 brace
2685 \end_layout
2686
2687 \end_inset
2688
2689  und 
2690 \series bold
2691
2692 \backslash
2693 brack
2694 \series default
2695
2696 \begin_inset Index idx
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 Befehle ! B ! 
2701 \backslash
2702 brack
2703 \end_layout
2704
2705 \end_inset
2706
2707 .
2708 \end_layout
2709
2710 \begin_layout Standard
2711 \align center
2712 \begin_inset Tabular
2713 <lyxtabular version="3" rows="6" columns="2">
2714 <features rotate="0" tabularvalignment="middle">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <column alignment="center" valignment="top" width="0pt">
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722 Befehl
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 Ergebnis
2732 \begin_inset Note Note
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736
2737 \series bold
2738
2739 \backslash
2740 raisebox
2741 \series default
2742  dient nur als Abstandhalter.
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 </row>
2753 <row>
2754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758
2759 \backslash
2760 binom
2761 \begin_inset space \textvisiblespace{}
2762 \end_inset
2763
2764 A
2765 \begin_inset Formula $\downarrow$
2766 \end_inset
2767
2768 B
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 </row>
2786 <row>
2787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \backslash
2793 dbinom
2794 \begin_inset space \textvisiblespace{}
2795 \end_inset
2796
2797 A
2798 \begin_inset Formula $\downarrow$
2799 \end_inset
2800
2801 B
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \backslash
2826 tbinom
2827 \begin_inset space \textvisiblespace{}
2828 \end_inset
2829
2830 A
2831 \begin_inset Formula $\downarrow$
2832 \end_inset
2833
2834 B
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 </row>
2852 <row>
2853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857
2858 \backslash
2859 brack
2860 \begin_inset space \textvisiblespace{}
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 brace
2893 \begin_inset space \textvisiblespace{}
2894 \end_inset
2895
2896 A
2897 \begin_inset Formula $\downarrow$
2898 \end_inset
2899
2900 B
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 </lyxtabular>
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Subsection
2926 Fallunterscheidungen
2927 \begin_inset Index idx
2928 status collapsed
2929
2930 \begin_layout Plain Layout
2931 Fallunterscheidungen
2932 \end_layout
2933
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \align center
2941 \begin_inset Tabular
2942 <lyxtabular version="3" rows="3" columns="2">
2943 <features rotate="0" tabularvalignment="middle">
2944 <column alignment="center" valignment="top" width="0pt">
2945 <column alignment="center" valignment="top" width="0pt">
2946 <row>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 Befehl
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 Ergebnis
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 cases
2974 \begin_inset space \textvisiblespace{}
2975 \end_inset
2976
2977 A
2978 \begin_inset Formula $\to$
2979 \end_inset
2980
2981 B>0
2982 \begin_inset Index idx
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986 Befehle ! C ! 
2987 \backslash
2988 cases
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 \begin_inset Formula $\begin{cases}
3003 A & B>0\end{cases}$
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 </row>
3012 <row>
3013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017
3018 \backslash
3019 cases
3020 \begin_inset space \textvisiblespace{}
3021 \end_inset
3022
3023 Strg+Enter
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 \begin_inset Formula $\begin{cases}
3033 A & \textrm{für }x>0\\
3034 B & \textrm{für }x=0
3035 \end{cases}$
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 </row>
3044 </lyxtabular>
3045
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \begin_layout Standard
3052 Nach der Eingabe von 
3053 \series bold
3054
3055 \backslash
3056 cases
3057 \series default
3058  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3059 \begin_inset Info
3060 type  "icon"
3061 arg   "math-insert \\cases"
3062 \end_inset
3063
3064  können mit 
3065 \family sans
3066 Strg+Enter
3067 \family default
3068  oder dem Tabellen-Werkzeugleistenknopf 
3069 \begin_inset Info
3070 type  "icon"
3071 arg   "inset-modify tabular append-row"
3072 \end_inset
3073
3074  neue Zeilen erstellt werden.
3075 \begin_inset Foot
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3080 \begin_inset CommandInset ref
3081 LatexCommand ref
3082 reference "sub:Akzente-für-ein"
3083
3084 \end_inset
3085
3086  beschrieben.
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \begin_layout Standard
3095 Der Befehl 
3096 \series bold
3097
3098 \backslash
3099 cases
3100 \series default
3101  ist auch über das Menü 
3102 \family sans
3103 Einfügen\SpecialChar \menuseparator
3104 Mathe\SpecialChar \menuseparator
3105 Cases-Umgebung
3106 \family default
3107  verfügbar.
3108 \end_layout
3109
3110 \begin_layout Subsection
3111 Verneinungen
3112 \begin_inset Index idx
3113 status collapsed
3114
3115 \begin_layout Plain Layout
3116 Verneinungen
3117 \end_layout
3118
3119 \end_inset
3120
3121
3122 \end_layout
3123
3124 \begin_layout Standard
3125 Durch die Eingabe von 
3126 \series bold
3127
3128 \backslash
3129 not
3130 \series default
3131
3132 \begin_inset Index idx
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136 Befehle ! N ! 
3137 \backslash
3138 not
3139 \end_layout
3140
3141 \end_inset
3142
3143  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3144  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3145 \end_layout
3146
3147 \begin_layout Standard
3148 \align center
3149 \begin_inset Tabular
3150 <lyxtabular version="3" rows="4" columns="2">
3151 <features rotate="0" tabularvalignment="middle">
3152 <column alignment="center" valignment="top" width="0pt">
3153 <column alignment="center" valignment="top" width="0pt">
3154 <row>
3155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159 Befehl
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 Ergebnis
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 </row>
3174 <row>
3175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \backslash
3181 not=
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 \begin_inset Formula $\not=$
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 <row>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \backslash
3206 not 
3207 \backslash
3208 le
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217 \begin_inset Formula $\not\le$
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231
3232 \backslash
3233 not 
3234 \backslash
3235 parallel
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 \begin_inset Formula $\not\parallel$
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 </lyxtabular>
3254
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3262  Deswegen gibt es für Einige spezielle Befehle (siehe 
3263 \begin_inset CommandInset ref
3264 LatexCommand ref
3265 reference "sub:Mathematische-Symbole"
3266
3267 \end_inset
3268
3269  und 
3270 \begin_inset CommandInset ref
3271 LatexCommand ref
3272 reference "sec:Relationen"
3273
3274 \end_inset
3275
3276 ).
3277 \end_layout
3278
3279 \begin_layout Subsection
3280 Platzhalter
3281 \begin_inset CommandInset label
3282 LatexCommand label
3283 name "sub:Platzhalter"
3284
3285 \end_inset
3286
3287
3288 \begin_inset Index idx
3289 status collapsed
3290
3291 \begin_layout Plain Layout
3292 Platzhalter
3293 \end_layout
3294
3295 \end_inset
3296
3297
3298 \begin_inset Index idx
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 chemische Zeichen ! Isotope
3303 \end_layout
3304
3305 \end_inset
3306
3307
3308 \begin_inset Index idx
3309 status collapsed
3310
3311 \begin_layout Plain Layout
3312 Isotope|see
3313 \begin_inset ERT
3314 status collapsed
3315
3316 \begin_layout Plain Layout
3317
3318 {
3319 \end_layout
3320
3321 \end_inset
3322
3323 chemische Zeichen
3324 \begin_inset ERT
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328
3329 }
3330 \end_layout
3331
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \end_inset
3338
3339
3340 \end_layout
3341
3342 \begin_layout Standard
3343 Möchte man z.
3344 \begin_inset space \thinspace{}
3345 \end_inset
3346
3347 B.
3348  Isotope
3349 \begin_inset Foot
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3354 \begin_inset CommandInset ref
3355 LatexCommand ref
3356 reference "sub:Chemische-Symbole-und"
3357
3358 \end_inset
3359
3360  beschrieben.
3361 \end_layout
3362
3363 \end_inset
3364
3365  darstellen, tritt folgendes Problem auf:
3366 \end_layout
3367
3368 \begin_layout Standard
3369 \align center
3370 \begin_inset Tabular
3371 <lyxtabular version="3" rows="2" columns="2">
3372 <features rotate="0" tabularvalignment="middle">
3373 <column alignment="center" valignment="top" width="0pt">
3374 <column alignment="center" valignment="top" width="0pt">
3375 <row>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 durch Hoch- und Tiefstellen erzeugte Indizes:
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 korrekte Indizes:
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3413 \end_inset
3414
3415
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 </lyxtabular>
3422
3423 \end_inset
3424
3425
3426 \begin_inset Note Note
3427 status collapsed
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432
3433 \backslash
3434 raisebox
3435 \series default
3436  dient nur
3437 \end_layout
3438
3439 \begin_layout Plain Layout
3440 als Abstandhalter.
3441 \end_layout
3442
3443 \end_inset
3444
3445
3446 \end_layout
3447
3448 \begin_layout Standard
3449 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3450  längeren Index gesetzt.
3451  Um das zu verhindern gibt es den Befehl 
3452 \series bold
3453
3454 \backslash
3455 phantom
3456 \series default
3457
3458 \begin_inset Index idx
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462 Befehle ! P ! 
3463 \backslash
3464 phantom
3465 \end_layout
3466
3467 \end_inset
3468
3469  oder den Mathe-Werkzeugleistenknopf
3470 \begin_inset space \thinspace{}
3471 \end_inset
3472
3473
3474 \begin_inset Foot
3475 status collapsed
3476
3477 \begin_layout Plain Layout
3478 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3479 \begin_inset Info
3480 type  "icon"
3481 arg   "math-insert \\space"
3482 \end_inset
3483
3484
3485 \end_layout
3486
3487 \end_inset
3488
3489  
3490 \begin_inset Graphics
3491         filename ../../images/math/phantom.png
3492         scale 85
3493
3494 \end_inset
3495
3496 , der ein oder mehrere Phantomzeichen erstellt.
3497  Wenn 
3498 \series bold
3499
3500 \backslash
3501 phantom
3502 \series default
3503  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3504  Pfeilen überlagert wird.
3505  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3506  als Leerraum erstellt wird.
3507  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3508  Zeichen.
3509 \end_layout
3510
3511 \begin_layout Standard
3512 \align center
3513 \begin_inset Tabular
3514 <lyxtabular version="3" rows="4" columns="2">
3515 <features rotate="0" tabularvalignment="middle">
3516 <column alignment="center" valignment="top">
3517 <column alignment="center" valignment="top">
3518 <row>
3519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Befehl
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 Ergebnis
3533 \begin_inset Note Note
3534 status collapsed
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539
3540 \backslash
3541 raisebox
3542 \series default
3543  dient nur als Abstandhalter.
3544 \end_layout
3545
3546 \end_inset
3547
3548
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 ^19
3560 \begin_inset space \textvisiblespace{}
3561 \end_inset
3562
3563 _
3564 \backslash
3565 phantom
3566 \begin_inset space \textvisiblespace{}
3567 \end_inset
3568
3569 1
3570 \begin_inset Formula $\to$
3571 \end_inset
3572
3573 9
3574 \begin_inset space \textvisiblespace{}
3575 \end_inset
3576
3577 F
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 ^235
3601 \begin_inset space \textvisiblespace{}
3602 \end_inset
3603
3604 _
3605 \backslash
3606 phantom
3607 \begin_inset space \textvisiblespace{}
3608 \end_inset
3609
3610 23
3611 \begin_inset Formula $\to$
3612 \end_inset
3613
3614 9
3615 \begin_inset space \textvisiblespace{}
3616 \end_inset
3617
3618 F
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \backslash
3643 Lambda^
3644 \begin_inset space \textvisiblespace{}
3645 \end_inset
3646
3647
3648 \backslash
3649 phantom
3650 \begin_inset space \textvisiblespace{}
3651 \end_inset
3652
3653 ii
3654 \begin_inset Formula $\to$
3655 \end_inset
3656
3657 t
3658 \begin_inset space \textvisiblespace{}
3659 \end_inset
3660
3661 _MMt
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3671 \end_inset
3672
3673
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 </lyxtabular>
3680
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \begin_layout Standard
3687 Des Weiteren gibt es noch die Befehle 
3688 \series bold
3689
3690 \backslash
3691 vphantom
3692 \series default
3693
3694 \begin_inset Index idx
3695 status collapsed
3696
3697 \begin_layout Plain Layout
3698 Befehle ! V ! 
3699 \backslash
3700 vphantom
3701 \end_layout
3702
3703 \end_inset
3704
3705  (Werkzeugleistenknopf 
3706 \begin_inset space ~
3707 \end_inset
3708
3709
3710 \begin_inset Graphics
3711         filename ../../images/math/vphantom.png
3712         scale 85
3713
3714 \end_inset
3715
3716 ) und 
3717 \series bold
3718
3719 \backslash
3720 hphantom
3721 \series default
3722
3723 \begin_inset Index idx
3724 status collapsed
3725
3726 \begin_layout Plain Layout
3727 Befehle ! H ! 
3728 \backslash
3729 hphantom
3730 \end_layout
3731
3732 \end_inset
3733
3734  (Werkzeugleistenknopf 
3735 \begin_inset space ~
3736 \end_inset
3737
3738
3739 \begin_inset Graphics
3740         filename ../../images/math/hphantom.png
3741         scale 85
3742
3743 \end_inset
3744
3745 ).
3746  
3747 \series bold
3748
3749 \backslash
3750 hphantom
3751 \series default
3752  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3753  nicht jedoch für deren Breite.
3754  Bei 
3755 \series bold
3756
3757 \backslash
3758 vphantom
3759 \series default
3760  wird nur Platz mit der Breite des Kästchens erstellt.
3761  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3762 \end_layout
3763
3764 \begin_layout Standard
3765 Zum Beispiel erzeugt 
3766 \series bold
3767
3768 \backslash
3769 vphantom
3770 \series default
3771
3772 \begin_inset space \textvisiblespace{}
3773 \end_inset
3774
3775
3776 \series bold
3777 a
3778 \backslash
3779 int
3780 \series default
3781  Platz der Höhe des Integralzeichens,
3782 \begin_inset Foot
3783 status collapsed
3784
3785 \begin_layout Plain Layout
3786 Der Befehl 
3787 \series bold
3788
3789 \backslash
3790 int
3791 \series default
3792  erzeugt ein Integralzeichen, siehe 
3793 \begin_inset CommandInset ref
3794 LatexCommand ref
3795 reference "sub:Große-Operatoren"
3796
3797 \end_inset
3798
3799 .
3800 \end_layout
3801
3802 \end_inset
3803
3804  da dieses das größere Zeichen ist.
3805  Eine Beispielanwendung ist in 
3806 \begin_inset CommandInset ref
3807 LatexCommand ref
3808 reference "sub:Mehrzeilige-Klammern"
3809
3810 \end_inset
3811
3812  zu finden.
3813 \end_layout
3814
3815 \begin_layout Standard
3816 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3817  
3818 \family sans
3819 Einfügen\SpecialChar \menuseparator
3820 Formatierung\SpecialChar \menuseparator
3821 Phantom
3822 \family default
3823  eingefügt werden:
3824 \end_layout
3825
3826 \begin_layout Standard
3827 Dies ist ein Satz.
3828 \begin_inset Newline newline
3829 \end_inset
3830
3831
3832 \begin_inset Phantom Phantom
3833 status open
3834
3835 \begin_layout Plain Layout
3836 Dies
3837 \end_layout
3838
3839 \end_inset
3840
3841  ist ein Satz.
3842 \end_layout
3843
3844 \begin_layout Subsection
3845 Linien
3846 \begin_inset Index idx
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850 Linien
3851 \end_layout
3852
3853 \end_inset
3854
3855
3856 \begin_inset Index idx
3857 status collapsed
3858
3859 \begin_layout Plain Layout
3860 Formel ! unterstrichene
3861 \end_layout
3862
3863 \end_inset
3864
3865
3866 \end_layout
3867
3868 \begin_layout Standard
3869 \align center
3870 \begin_inset Tabular
3871 <lyxtabular version="3" rows="4" columns="2">
3872 <features rotate="0" tabularvalignment="middle">
3873 <column alignment="center" valignment="top" width="0pt">
3874 <column alignment="center" valignment="top" width="0pt">
3875 <row>
3876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Befehl
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Ergebnis
3890 \begin_inset Note Note
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896
3897 \backslash
3898 raisebox
3899 \series default
3900  dient nur als Abstandhalter.
3901 \end_layout
3902
3903 \end_inset
3904
3905
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 </row>
3911 <row>
3912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916
3917 \backslash
3918 overline
3919 \begin_inset space \textvisiblespace{}
3920 \end_inset
3921
3922 A+B
3923 \begin_inset Index idx
3924 status collapsed
3925
3926 \begin_layout Plain Layout
3927 Befehle ! O ! 
3928 \backslash
3929 overline
3930 \end_layout
3931
3932 \end_inset
3933
3934
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3944 \end_inset
3945
3946
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \backslash
3959 underline
3960 \begin_inset space \textvisiblespace{}
3961 \end_inset
3962
3963 A+B
3964 \begin_inset Index idx
3965 status collapsed
3966
3967 \begin_layout Plain Layout
3968 Befehle ! U ! 
3969 \backslash
3970 underline
3971 \end_layout
3972
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3985 \end_inset
3986
3987
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 </row>
3993 <row>
3994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998
3999 \backslash
4000 overline
4001 \begin_inset space \textvisiblespace{}
4002 \end_inset
4003
4004
4005 \backslash
4006 underline
4007 \begin_inset space \textvisiblespace{}
4008 \end_inset
4009
4010 A+B
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4020 \end_inset
4021
4022
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 </lyxtabular>
4029
4030 \end_inset
4031
4032
4033 \end_layout
4034
4035 \begin_layout Standard
4036 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4037 \series bold
4038
4039 \backslash
4040 overline
4041 \series default
4042  oder 
4043 \series bold
4044
4045 \backslash
4046 underline
4047 \series default
4048  eingibt.
4049 \end_layout
4050
4051 \begin_layout Standard
4052 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4053 \begin_inset Newline linebreak
4054 \end_inset
4055
4056
4057 \series bold
4058
4059 \backslash
4060 underline
4061 \series default
4062 .
4063 \end_layout
4064
4065 \begin_layout Standard
4066 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4067 \end_layout
4068
4069 \begin_layout Standard
4070 \begin_inset VSpace bigskip
4071 \end_inset
4072
4073 Benutzerdefinierte Linien können mit dem Befehl 
4074 \series bold
4075
4076 \backslash
4077 rule
4078 \series default
4079
4080 \begin_inset Index idx
4081 status collapsed
4082
4083 \begin_layout Plain Layout
4084 Befehle! R ! 
4085 \backslash
4086 rule
4087 \end_layout
4088
4089 \end_inset
4090
4091  erstellt werden, der folgendes Schema besitzt:
4092 \end_layout
4093
4094 \begin_layout Standard
4095
4096 \series bold
4097
4098 \backslash
4099 rule[vertikaler Versatz]{Länge}{Dicke}
4100 \end_layout
4101
4102 \begin_layout Standard
4103 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4104  unten, wenn der Wert negativ ist).
4105  Die Einheiten, die in 
4106 \begin_inset CommandInset ref
4107 LatexCommand ref
4108 reference "tab:Verfügbare-Einheiten"
4109
4110 \end_inset
4111
4112  aufgelistet sind, können für die Werte benutzt werden.
4113  Hier sind zwei Beispiele, die mit den Befehlen
4114 \begin_inset Newline newline
4115 \end_inset
4116
4117
4118 \series bold
4119
4120 \backslash
4121 rule[-2ex]{3cm}{2pt}
4122 \series default
4123  und 
4124 \series bold
4125
4126 \backslash
4127 rule{2cm}{1pt}
4128 \series default
4129  erzeugt wurden:
4130 \end_layout
4131
4132 \begin_layout Standard
4133 Dies ist ein Satz 
4134 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4135 \end_inset
4136
4137  mit zwei Linien.
4138 \end_layout
4139
4140 \begin_layout Standard
4141
4142 \series bold
4143
4144 \backslash
4145 rule
4146 \series default
4147  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4148 \family sans
4149 Einfügen\SpecialChar \menuseparator
4150 Formatierung\SpecialChar \menuseparator
4151 Horizontale
4152 \begin_inset space ~
4153 \end_inset
4154
4155 Line
4156 \family default
4157  eingefügt wird:
4158 \end_layout
4159
4160 \begin_layout Standard
4161 Dies ist ein Satz 
4162 \begin_inset CommandInset line
4163 LatexCommand rule
4164 offset "0.5ex"
4165 width "3cm"
4166 height "1pt"
4167
4168 \end_inset
4169
4170  mit einer Linie.
4171 \end_layout
4172
4173 \begin_layout Subsection
4174 Fortsetzungspunkte
4175 \begin_inset CommandInset label
4176 LatexCommand label
4177 name "sub:Fortsetzungspunkte"
4178
4179 \end_inset
4180
4181
4182 \begin_inset Index idx
4183 status collapsed
4184
4185 \begin_layout Plain Layout
4186 Fortsetzungspunkte
4187 \end_layout
4188
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \begin_layout Standard
4195 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4196 \begin_inset Foot
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4201 \begin_inset Info
4202 type  "icon"
4203 arg   "math-insert \\ldots"
4204 \end_inset
4205
4206
4207 \end_layout
4208
4209 \end_inset
4210
4211  Für Aufzählungen verwendet man unten sitzende Punkte (
4212 \series bold
4213
4214 \backslash
4215 ldots
4216 \series default
4217
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Befehle ! L ! 
4223 \backslash
4224 ldots
4225 \end_layout
4226
4227 \end_inset
4228
4229 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4230  die Operatoren sind (
4231 \series bold
4232
4233 \backslash
4234 cdots
4235 \series default
4236
4237 \begin_inset Index idx
4238 status collapsed
4239
4240 \begin_layout Plain Layout
4241 Befehle ! C ! 
4242 \backslash
4243 cdots
4244 \end_layout
4245
4246 \end_inset
4247
4248 ).
4249  Verwendet man den Befehl 
4250 \series bold
4251
4252 \backslash
4253 dots
4254 \series default
4255
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 Befehle ! D ! 
4261 \backslash
4262 dots
4263 \end_layout
4264
4265 \end_inset
4266
4267 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4268  wird.
4269 \end_layout
4270
4271 \begin_layout Standard
4272 \align center
4273 \begin_inset Tabular
4274 <lyxtabular version="3" rows="9" columns="2">
4275 <features rotate="0" tabularvalignment="middle">
4276 <column alignment="center" valignment="top" width="0pt">
4277 <column alignment="center" valignment="top" width="0pt">
4278 <row>
4279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 Befehl
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Ergebnis
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 A_1
4304 \begin_inset space \textvisiblespace{}
4305 \end_inset
4306
4307 ,
4308 \backslash
4309 dots
4310 \begin_inset space \textvisiblespace{}
4311 \end_inset
4312
4313 ,A_n
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 \begin_inset Formula $A_{1},\dots,A_{n}$
4323 \end_inset
4324
4325
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 A_1
4337 \begin_inset space \textvisiblespace{}
4338 \end_inset
4339
4340 +
4341 \backslash
4342 dots
4343 \begin_inset space \textvisiblespace{}
4344 \end_inset
4345
4346 +A_n
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 \begin_inset Formula $A_{1}+\dots+A_{n}$
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 A_1
4370 \begin_inset space \textvisiblespace{}
4371 \end_inset
4372
4373 ,
4374 \backslash
4375 ldots
4376 \begin_inset space \textvisiblespace{}
4377 \end_inset
4378
4379 ,A_n
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 \begin_inset Formula $A_{1},\ldots,A_{n}$
4389 \end_inset
4390
4391
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 A_1
4403 \begin_inset space \textvisiblespace{}
4404 \end_inset
4405
4406 +
4407 \backslash
4408 cdots
4409 \begin_inset space \textvisiblespace{}
4410 \end_inset
4411
4412 +A_n
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4422 \end_inset
4423
4424
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \backslash
4437 vdots
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 \begin_inset Formula $\vdots$
4447 \end_inset
4448
4449
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \backslash
4462 ddots
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 \begin_inset Formula $\ddots$
4472 \end_inset
4473
4474
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \backslash
4487 iddots
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 \begin_inset Formula $\iddots$
4497 \end_inset
4498
4499
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 3
4511 \series bold
4512 ×
4513 \series default
4514 3
4515 \begin_inset space \thinspace{}
4516 \end_inset
4517
4518 Matrix mit obigen Befehlen
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 \begin_inset Formula $\begin{array}{ccc}
4528 A_{11} & \cdots & A_{1m}\\
4529 \vdots & \ddots & \vdots\\
4530 A_{n1} & \cdots & A_{nm}
4531 \end{array}$
4532 \end_inset
4533
4534
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 </lyxtabular>
4541
4542 \end_inset
4543
4544
4545 \end_layout
4546
4547 \begin_layout Standard
4548 Die im Menü 
4549 \family sans
4550 Einfügen\SpecialChar \menuseparator
4551 Sonderzeichen
4552 \family default
4553  verfügbaren Fortsetzungspunkte sind 
4554 \series bold
4555
4556 \backslash
4557 ldots
4558 \series default
4559 .
4560 \end_layout
4561
4562 \begin_layout Standard
4563 \begin_inset VSpace medskip
4564 \end_inset
4565
4566 Um 
4567 \series bold
4568
4569 \backslash
4570 iddots
4571 \series default
4572  nutzen zu können, muss eine der Optionen 
4573 \family sans
4574 Mathdots Paket (automatisch) verwenden 
4575 \family default
4576 in den Dokumenteinstellungen unter 
4577 \family sans
4578 Mathe-Optionen
4579 \family default
4580  gewählt sein.
4581 \begin_inset Newline newline
4582 \end_inset
4583
4584 Die Option 
4585 \family sans
4586 Mathdots Paket verwenden
4587 \family default
4588  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4589  Schriftstil oder die Schriftgröße nicht Standard sind.
4590 \end_layout
4591
4592 \begin_layout Standard
4593 \begin_inset VSpace medskip
4594 \end_inset
4595
4596 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4597  Spalten erstrecken.
4598  Man erhält sie mit dem Befehl 
4599 \series bold
4600
4601 \backslash
4602 hdotsfor
4603 \series default
4604
4605 \begin_inset Index idx
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609 Befehle ! H ! 
4610 \backslash
4611 hdotsfor
4612 \end_layout
4613
4614 \end_inset
4615
4616 , der folgendes Schema besitzt:
4617 \end_layout
4618
4619 \begin_layout Standard
4620
4621 \series bold
4622
4623 \backslash
4624 hdotsfor[Abstand]{Anzahl der Spalten}
4625 \end_layout
4626
4627 \begin_layout Standard
4628 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4629  sollen.
4630  Abstand ist ein Faktor, der den Punktabstand festlegt.
4631 \end_layout
4632
4633 \begin_layout Standard
4634 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4635  
4636 \series bold
4637
4638 \backslash
4639 hdotsfor[2]{4}
4640 \series default
4641  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4642  beim Befehl 
4643 \series bold
4644
4645 \backslash
4646 dots
4647 \series default
4648  zu erhalten:
4649 \begin_inset Formula 
4650 \[
4651 \left(\begin{array}{cccc}
4652 A & B & C & D\\
4653 \hdotsfor[2]{4}\\
4654 q & w & e & r
4655 \end{array}\right)
4656 \]
4657
4658 \end_inset
4659
4660 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4661  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4662 \end_layout
4663
4664 \begin_layout Standard
4665 \begin_inset VSpace bigskip
4666 \end_inset
4667
4668 Des Weiteren kann man mit dem Befehl 
4669 \series bold
4670
4671 \backslash
4672 dotfill
4673 \series default
4674
4675 \begin_inset Index idx
4676 status collapsed
4677
4678 \begin_layout Plain Layout
4679 Befehle ! D ! 
4680 \backslash
4681 dotfill
4682 \end_layout
4683
4684 \end_inset
4685
4686  den Rest einer Zeile mit Punkten füllen.
4687  Die Wirkungsweise des Befehls entspricht der von 
4688 \series bold
4689
4690 \backslash
4691 hfill
4692 \series default
4693 , siehe 
4694 \begin_inset CommandInset ref
4695 LatexCommand ref
4696 reference "sub:Variabler-Leerraum"
4697
4698 \end_inset
4699
4700 .
4701 \end_layout
4702
4703 \begin_layout Standard
4704 Z.
4705 \begin_inset space \thinspace{}
4706 \end_inset
4707
4708 B.
4709  ergibt der Befehl 
4710 \series bold
4711 A
4712 \backslash
4713 dotfill
4714 \begin_inset space \textvisiblespace{}
4715 \end_inset
4716
4717 B
4718 \end_layout
4719
4720 \begin_layout Standard
4721 \begin_inset Formula $A\dotfill B$
4722 \end_inset
4723
4724
4725 \end_layout
4726
4727 \begin_layout Standard
4728 Analog dazu gibt es für eine Linie den Befehl 
4729 \series bold
4730
4731 \backslash
4732 hrulefill
4733 \series default
4734
4735 \begin_inset Index idx
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739 Befehle ! H ! 
4740 \backslash
4741 hrulefill
4742 \end_layout
4743
4744 \end_inset
4745
4746 :
4747 \end_layout
4748
4749 \begin_layout Standard
4750 \begin_inset Formula $A\hrulefill B$
4751 \end_inset
4752
4753
4754 \end_layout
4755
4756 \begin_layout Standard
4757 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4758  werden.
4759 \end_layout
4760
4761 \begin_layout Section
4762 Matrizen
4763 \begin_inset CommandInset label
4764 LatexCommand label
4765 name "sec:Matrizen"
4766
4767 \end_inset
4768
4769
4770 \begin_inset Index idx
4771 status collapsed
4772
4773 \begin_layout Plain Layout
4774 Matrizen
4775 \end_layout
4776
4777 \end_inset
4778
4779
4780 \end_layout
4781
4782 \begin_layout Standard
4783 Matrizen können über den Mathe-Werkzeugleistenknopf
4784 \family sans
4785  
4786 \family default
4787
4788 \begin_inset Info
4789 type  "icon"
4790 arg   "dialog-show mathmatrix"
4791 \end_inset
4792
4793  oder das Menü 
4794 \family sans
4795 Einfügen\SpecialChar \menuseparator
4796 Mathe\SpecialChar \menuseparator
4797 Matrix
4798 \family default
4799  eingefügt werden.
4800  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4801  Verzierung gefragt.
4802  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4803  von Bedeutung:
4804 \end_layout
4805
4806 \begin_layout Standard
4807 Die erste Matrix ist oben 
4808 \begin_inset Formula $\begin{array}[t]{cccc}
4809 A & D & G & J\\
4810 B & E & H & K\\
4811 C & F & I & L
4812 \end{array}$
4813 \end_inset
4814
4815 , die zweite mittig 
4816 \begin_inset Formula $\begin{array}{cccc}
4817 A & D & G & J\\
4818 B & E & H & K\\
4819 C & F & I & L
4820 \end{array}$
4821 \end_inset
4822
4823  und die dritte unten 
4824 \begin_inset Formula $\begin{array}[b]{cccc}
4825 A & D & G & J\\
4826 B & E & H & K\\
4827 C & F & I & L
4828 \end{array}$
4829 \end_inset
4830
4831  ausgerichtet.
4832 \end_layout
4833
4834 \begin_layout Standard
4835 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4836  werden sollen.
4837  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4838  
4839 \emph on
4840 l
4841 \emph default
4842  steht für linksbündig, 
4843 \emph on
4844 c
4845 \emph default
4846  für mittig und 
4847 \emph on
4848 r
4849 \emph default
4850  für rechtsbündig.
4851  Möchte man z.
4852 \begin_inset space \thinspace{}
4853 \end_inset
4854
4855 B.
4856  eine 4
4857 \series bold
4858 ×
4859 \series default
4860 4
4861 \begin_inset space ~
4862 \end_inset
4863
4864 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4865  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4866  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4867 \series bold
4868 lccr
4869 \series default
4870  an.
4871  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4872  die Voreinstellung für jede Spalte ein 
4873 \series bold
4874 c
4875 \series default
4876  ist.
4877 \end_layout
4878
4879 \begin_layout Standard
4880 Horizontale Ausrichtung:
4881 \end_layout
4882
4883 \begin_layout Standard
4884
4885 \series bold
4886 lll
4887 \series default
4888  : 
4889 \begin_inset Formula $\begin{array}{lll}
4890 10000 & D & G\\
4891 B & 10000 & H\\
4892 C & F & 10000
4893 \end{array}$
4894 \end_inset
4895
4896  , 
4897 \series bold
4898 ccc
4899 \series default
4900  : 
4901 \begin_inset Formula $\begin{array}{ccc}
4902 10000 & D & G\\
4903 B & 10000 & H\\
4904 C & F & 10000
4905 \end{array}$
4906 \end_inset
4907
4908  , 
4909 \series bold
4910 rrr
4911 \series default
4912  : 
4913 \begin_inset Formula $\begin{array}{rrr}
4914 10000 & D & G\\
4915 B & 10000 & H\\
4916 C & F & 10000
4917 \end{array}$
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \begin_layout Standard
4924 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4925  man die Mathe-Werkzeugleistenknöpfe 
4926 \begin_inset Info
4927 type  "icon"
4928 arg   "inset-modify tabular append-row"
4929 \end_inset
4930
4931
4932 \begin_inset Info
4933 type  "icon"
4934 arg   "inset-modify tabular delete-row"
4935 \end_inset
4936
4937 , usw.
4938 \begin_inset space \space{}
4939 \end_inset
4940
4941 oder das Menü 
4942 \family sans
4943 Bearbeiten\SpecialChar \menuseparator
4944 Zeilen & Spalten
4945 \family default
4946  verwenden.
4947  Neue Zeilen können auch mit 
4948 \family sans
4949 Strg+Enter
4950 \family default
4951  erstellt werden.
4952 \end_layout
4953
4954 \begin_layout Standard
4955 \begin_inset VSpace bigskip
4956 \end_inset
4957
4958 Die 
4959 \family sans
4960 Verzierung
4961 \family default
4962  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4963  Alternativ können Klammern entweder mit den Befehlen 
4964 \series bold
4965
4966 \backslash
4967 left
4968 \series default
4969
4970 \begin_inset Index idx
4971 status collapsed
4972
4973 \begin_layout Plain Layout
4974 Befehle ! L ! 
4975 \backslash
4976 left
4977 \end_layout
4978
4979 \end_inset
4980
4981  und 
4982 \series bold
4983
4984 \backslash
4985 right
4986 \series default
4987
4988 \begin_inset Index idx
4989 status collapsed
4990
4991 \begin_layout Plain Layout
4992 Befehle ! R ! 
4993 \backslash
4994 right
4995 \end_layout
4996
4997 \end_inset
4998
4999  erstellt werden (Tastenkürzel 
5000 \family sans
5001 Alt+M
5002 \begin_inset space ~
5003 \end_inset
5004
5005 Klammer
5006 \family default
5007 ), siehe 
5008 \begin_inset CommandInset ref
5009 LatexCommand ref
5010 reference "sub:Automatische-Klammergrößen"
5011
5012 \end_inset
5013
5014 , oder man verwendet folgende Befehle:
5015 \begin_inset VSpace bigskip
5016 \end_inset
5017
5018
5019 \end_layout
5020
5021 \begin_layout Standard
5022 \begin_inset space \hfill{}
5023 \end_inset
5024
5025
5026 \begin_inset Tabular
5027 <lyxtabular version="3" rows="4" columns="2">
5028 <features rotate="0" tabularvalignment="middle">
5029 <column alignment="center" valignment="top">
5030 <column alignment="center" valignment="top">
5031 <row>
5032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Befehl
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Ergebnis
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \backslash
5058 bmatrix
5059 \begin_inset space \textvisiblespace{}
5060 \end_inset
5061
5062 2
5063 \series bold
5064 ×
5065 \series default
5066 2
5067 \begin_inset space \thinspace{}
5068 \end_inset
5069
5070 Matrix
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5080 0 & \textrm{-}\mathrm{i}\\
5081 \mathrm{i} & 0
5082 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5083 \end_inset
5084
5085
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \backslash
5098 Bmatrix
5099 \begin_inset space \textvisiblespace{}
5100 \end_inset
5101
5102 2
5103 \series bold
5104 ×
5105 \series default
5106 2
5107 \begin_inset space \thinspace{}
5108 \end_inset
5109
5110 Matrix
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5120 0 & \textrm{-}\mathrm{i}\\
5121 \mathrm{i} & 0
5122 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5123 \end_inset
5124
5125
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row>
5132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136
5137 \backslash
5138 pmatrix
5139 \begin_inset space \textvisiblespace{}
5140 \end_inset
5141
5142 2
5143 \series bold
5144 ×
5145 \series default
5146 2
5147 \begin_inset space \thinspace{}
5148 \end_inset
5149
5150 Matrix
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5160 0 & \textrm{-}\mathrm{i}\\
5161 \mathrm{i} & 0
5162 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 </row>
5171 </lyxtabular>
5172
5173 \end_inset
5174
5175
5176 \begin_inset space \hfill{}
5177 \end_inset
5178
5179
5180 \begin_inset Tabular
5181 <lyxtabular version="3" rows="4" columns="2">
5182 <features rotate="0" tabularvalignment="middle">
5183 <column alignment="center" valignment="top">
5184 <column alignment="center" valignment="top">
5185 <row>
5186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Befehl
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 Ergebnis
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \backslash
5212 vmatrix
5213 \begin_inset space \textvisiblespace{}
5214 \end_inset
5215
5216 2
5217 \series bold
5218 ×
5219 \series default
5220 2
5221 \begin_inset space \thinspace{}
5222 \end_inset
5223
5224 Matrix
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5234 0 & \textrm{-}\mathrm{i}\\
5235 \mathrm{i} & 0
5236 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 </row>
5245 <row>
5246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250
5251 \backslash
5252 Vmatrix
5253 \begin_inset space \textvisiblespace{}
5254 \end_inset
5255
5256 2
5257 \series bold
5258 ×
5259 \series default
5260 2
5261 \begin_inset space \thinspace{}
5262 \end_inset
5263
5264 Matrix
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5274 0 & \textrm{-}\mathrm{i}\\
5275 \mathrm{i} & 0
5276 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \backslash
5292 matrix
5293 \begin_inset space \textvisiblespace{}
5294 \end_inset
5295
5296 2
5297 \series bold
5298 ×
5299 \series default
5300 2
5301 \begin_inset space \thinspace{}
5302 \end_inset
5303
5304 Matrix
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5314 0 & \textrm{-}\mathrm{i}\\
5315 \mathrm{i} & 0
5316 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5317 \end_inset
5318
5319
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 </lyxtabular>
5326
5327 \end_inset
5328
5329
5330 \begin_inset space \hfill{}
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \begin_layout Standard
5337 \begin_inset VSpace medskip
5338 \end_inset
5339
5340 Wurde z.
5341 \begin_inset space \thinspace{}
5342 \end_inset
5343
5344 B.
5345  
5346 \series bold
5347
5348 \backslash
5349 vmatrix
5350 \series default
5351  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5352  in das die Matrix eingefügt wird.
5353 \begin_inset Newline newline
5354 \end_inset
5355
5356 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5357 \end_layout
5358
5359 \begin_layout Standard
5360 \begin_inset VSpace bigskip
5361 \end_inset
5362
5363 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5364 \begin_inset CommandInset ref
5365 LatexCommand ref
5366 reference "sub:Spaltenabstand"
5367
5368 \end_inset
5369
5370  beschriebene Länge 
5371 \series bold
5372
5373 \backslash
5374 arraycolsep
5375 \series default
5376
5377 \begin_inset Index idx
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381 Befehle ! A ! 
5382 \backslash
5383 arraycolsep
5384 \end_layout
5385
5386 \end_inset
5387
5388  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5389 \end_layout
5390
5391 \begin_layout Standard
5392 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5393 \series bold
5394
5395 \backslash
5396 arraystretch
5397 \series default
5398
5399 \begin_inset Index idx
5400 status collapsed
5401
5402 \begin_layout Plain Layout
5403 Befehle ! A ! 
5404 \backslash
5405 arraystretch
5406 \end_layout
5407
5408 \end_inset
5409
5410 .
5411  Dieser wird folgendermaßen benutzt:
5412 \end_layout
5413
5414 \begin_layout Standard
5415
5416 \series bold
5417
5418 \backslash
5419 renewcommand{
5420 \backslash
5421 arraystretch}{Dehnungsfaktor}
5422 \begin_inset Index idx
5423 status collapsed
5424
5425 \begin_layout Plain Layout
5426 Befehle ! R ! 
5427 \backslash
5428 renewcommand
5429 \end_layout
5430
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 Der Befehl 
5438 \series bold
5439
5440 \backslash
5441 renewcommand
5442 \series default
5443  weist dabei dem vordefinierten Befehl 
5444 \series bold
5445
5446 \backslash
5447 arraystretch
5448 \series default
5449  den Dehnungsfaktor zu.
5450  Möchte man z.
5451 \begin_inset space \thinspace{}
5452 \end_inset
5453
5454 B.
5455  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5456  Dieser wird dann für alle folgenden Matrizen verwendet.
5457  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5458 \series bold
5459
5460 \backslash
5461 arraystretch
5462 \series default
5463  den Faktor 1 zu.
5464 \end_layout
5465
5466 \begin_layout Standard
5467 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5468 \series bold
5469
5470 \backslash
5471 smallmatrix
5472 \series default
5473
5474 \begin_inset Index idx
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478 Befehle ! S ! 
5479 \backslash
5480 smallmatrix
5481 \end_layout
5482
5483 \end_inset
5484
5485 .
5486  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5487  gestrichelten Linien.
5488  In dieses Kästchen wird die Matrix eingegeben.
5489  Man verwendet stattdessen das Menü 
5490 \family sans
5491 Bearbeiten\SpecialChar \menuseparator
5492 Zeilen
5493 \begin_inset space ~
5494 \end_inset
5495
5496 &
5497 \begin_inset space ~
5498 \end_inset
5499
5500 Spalten
5501 \family default
5502  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5503  Neue Zeilen können auch mit 
5504 \family sans
5505 Strg+Enter
5506 \family default
5507  erstellt werden.
5508 \end_layout
5509
5510 \begin_layout Standard
5511 Dies ist eine Matrix 
5512 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5513 C & D
5514 \end{smallmatrix}\right)$
5515 \end_inset
5516
5517  in einer Textzeile.
5518 \end_layout
5519
5520 \begin_layout Section
5521 Klammern und Begrenzungszeichen
5522 \begin_inset Index idx
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526 Klammern
5527 \end_layout
5528
5529 \end_inset
5530
5531
5532 \begin_inset Index idx
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536 Begrenzungszeichen
5537 \end_layout
5538
5539 \end_inset
5540
5541
5542 \end_layout
5543
5544 \begin_layout Subsection
5545 Vertikale Klammern und Begrenzungszeichen
5546 \begin_inset Index idx
5547 status collapsed
5548
5549 \begin_layout Plain Layout
5550 Klammern ! vertikale
5551 \end_layout
5552
5553 \end_inset
5554
5555
5556 \end_layout
5557
5558 \begin_layout Standard
5559 \begin_inset space \hfill{}
5560 \end_inset
5561
5562
5563 \begin_inset Tabular
5564 <lyxtabular version="3" rows="9" columns="2">
5565 <features rotate="0" tabularvalignment="middle">
5566 <column alignment="center" valignment="top" width="0pt">
5567 <column alignment="center" valignment="top" width="0pt">
5568 <row>
5569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 Befehl
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 Ergebnis
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 <row>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 (
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 \begin_inset Formula $($
5603 \end_inset
5604
5605
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 </row>
5611 <row>
5612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 {
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 \begin_inset Formula $\{$
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 </row>
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 [
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 \begin_inset Formula $[$
5649 \end_inset
5650
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662
5663 \backslash
5664 langle
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 \begin_inset Formula $\langle$
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687
5688 \backslash
5689 lceil
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 \begin_inset Formula $\lceil$
5699 \end_inset
5700
5701
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 </row>
5707 <row>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712
5713 \backslash
5714 lfloor
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 \begin_inset Formula $\lfloor$
5724 \end_inset
5725
5726
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 </row>
5732 <row>
5733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 /
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 \begin_inset Formula $/$
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 |
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 \begin_inset Formula $|$
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 </row>
5778 </lyxtabular>
5779
5780 \end_inset
5781
5782
5783 \begin_inset space \hfill{}
5784 \end_inset
5785
5786
5787 \begin_inset Tabular
5788 <lyxtabular version="3" rows="9" columns="2">
5789 <features rotate="0" tabularvalignment="middle">
5790 <column alignment="center" valignment="top" width="0pt">
5791 <column alignment="center" valignment="top" width="0pt">
5792 <row>
5793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 Befehl
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 Ergebnis
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 )
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 \begin_inset Formula $)$
5827 \end_inset
5828
5829
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 </row>
5835 <row>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 }
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 \begin_inset Formula $\}$
5850 \end_inset
5851
5852
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 ]
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 \begin_inset Formula $]$
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \backslash
5888 rangle
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 \begin_inset Formula $\rangle$
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \backslash
5913 rceil
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 \begin_inset Formula $\rceil$
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936
5937 \backslash
5938 rfloor
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 \begin_inset Formula $\rfloor$
5948 \end_inset
5949
5950
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 </row>
5956 <row>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961
5962 \backslash
5963
5964 \backslash
5965
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 \begin_inset Formula $\backslash$
5975 \end_inset
5976
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988
5989 \backslash
5990 |
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 \begin_inset Formula $\|$
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 </lyxtabular>
6009
6010 \end_inset
6011
6012
6013 \begin_inset space \hfill{}
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \begin_layout Standard
6020
6021 \series medium
6022 \begin_inset Note Greyedout
6023 status open
6024
6025 \begin_layout Plain Layout
6026
6027 \series bold
6028 Achtung:
6029 \series default
6030  Im TeX-Modus muss für den Backslash der Befehl 
6031 \series bold
6032
6033 \backslash
6034 textbackslash
6035 \series default
6036
6037 \begin_inset Index idx
6038 status collapsed
6039
6040 \begin_layout Plain Layout
6041 Befehle ! T ! 
6042 \backslash
6043 textbackslash
6044 \end_layout
6045
6046 \end_inset
6047
6048  verwendet werden, denn der Befehl 
6049 \series bold
6050
6051 \backslash
6052
6053 \backslash
6054
6055 \series default
6056  steht dort für einen Zeilenumbruch.
6057 \end_layout
6058
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \begin_layout Standard
6065 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6066  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6067  Dabei können dann statt den Befehlen 
6068 \series bold
6069
6070 \backslash
6071 langle
6072 \series default
6073  und 
6074 \series bold
6075
6076 \backslash
6077 rangle
6078 \series default
6079  direkt die Zeichen < und > verwendet werden.
6080 \end_layout
6081
6082 \begin_layout Subsubsection
6083 Manuelle Klammergrößen
6084 \begin_inset CommandInset label
6085 LatexCommand label
6086 name "sub:Manuelle-Klammergrößen"
6087
6088 \end_inset
6089
6090
6091 \begin_inset Index idx
6092 status collapsed
6093
6094 \begin_layout Plain Layout
6095 Klammergrößen ! manuelle
6096 \end_layout
6097
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \begin_layout Standard
6104 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6105  LaTeX-Befehle 
6106 \series bold
6107
6108 \backslash
6109 big
6110 \series default
6111
6112 \begin_inset Index idx
6113 status collapsed
6114
6115 \begin_layout Plain Layout
6116 Befehle ! B ! 
6117 \backslash
6118 big
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \series bold
6125
6126 \backslash
6127 Big
6128 \series default
6129
6130 \series bold
6131
6132 \backslash
6133 bigg
6134 \series default
6135  und 
6136 \series bold
6137
6138 \backslash
6139 Bigg
6140 \series default
6141  tun.
6142  
6143 \series bold
6144
6145 \backslash
6146 big
6147 \series default
6148  steht hierbei für die kleinste und 
6149 \series bold
6150
6151 \backslash
6152 Bigg
6153 \series default
6154  für die größte Klammergröße.
6155 \end_layout
6156
6157 \begin_layout Standard
6158 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6159 \end_layout
6160
6161 \begin_layout Standard
6162 \align center
6163 \begin_inset Tabular
6164 <lyxtabular version="3" rows="2" columns="2">
6165 <features rotate="0" tabularvalignment="middle">
6166 <column alignment="center" valignment="top" width="0pt">
6167 <column alignment="center" valignment="top" width="0pt">
6168 <row>
6169 <cell alignment="center" valignment="top" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 einheitliche Klammergröße:
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 </row>
6191 <row>
6192 <cell alignment="center" valignment="top" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 besser sieht das so aus:
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6206 \end_inset
6207
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 </lyxtabular>
6215
6216 \end_inset
6217
6218
6219 \begin_inset Note Note
6220 status collapsed
6221
6222 \begin_layout Plain Layout
6223
6224 \series bold
6225
6226 \backslash
6227 raisebox
6228 \series default
6229  dient nur
6230 \end_layout
6231
6232 \begin_layout Plain Layout
6233 als Abstandhalter.
6234 \end_layout
6235
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \begin_layout Standard
6242 Für die zweite Formel wurde der Befehl 
6243 \series bold
6244
6245 \backslash
6246 Big((A+B)(A-B)
6247 \backslash
6248 Big)^
6249 \begin_inset space \textvisiblespace{}
6250 \end_inset
6251
6252 C
6253 \series default
6254  verwendet.
6255 \end_layout
6256
6257 \begin_layout Standard
6258 Hier alle Klammergrößen in der Übersicht:
6259 \end_layout
6260
6261 \begin_layout Standard
6262 \align center
6263
6264 \backslash
6265 Bigg(
6266 \backslash
6267 exp
6268 \backslash
6269 bigg<
6270 \backslash
6271 Big[
6272 \backslash
6273 big{
6274 \backslash
6275 ln(3x)
6276 \backslash
6277 big}^2
6278 \begin_inset space \textvisiblespace{}
6279 \end_inset
6280
6281
6282 \backslash
6283 sin(x)
6284 \backslash
6285 Big]^
6286 \begin_inset space \textvisiblespace{}
6287 \end_inset
6288
6289 A
6290 \begin_inset space \textvisiblespace{}
6291 \end_inset
6292
6293
6294 \backslash
6295 bigg>
6296 \backslash
6297 Bigg)^0,5
6298 \end_layout
6299
6300 \begin_layout Standard
6301 \align center
6302 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \begin_layout Standard
6309 Es gibt außer den 
6310 \series bold
6311
6312 \backslash
6313 big
6314 \series default
6315 -Befehlen noch die Variante 
6316 \series bold
6317
6318 \backslash
6319 bigm
6320 \series default
6321
6322 \begin_inset Index idx
6323 status collapsed
6324
6325 \begin_layout Plain Layout
6326 Befehle ! B ! 
6327 \backslash
6328 bigm
6329 \end_layout
6330
6331 \end_inset
6332
6333 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6334  die Variante 
6335 \series bold
6336
6337 \backslash
6338 bigl
6339 \series default
6340 -
6341 \series bold
6342
6343 \backslash
6344 bigr
6345 \series default
6346
6347 \begin_inset Index idx
6348 status collapsed
6349
6350 \begin_layout Plain Layout
6351 Befehle ! B ! 
6352 \backslash
6353 bigl - 
6354 \backslash
6355 bigr
6356 \end_layout
6357
6358 \end_inset
6359
6360 , die keinen zusätzlichen Leerraum erzeugt.
6361  Das 
6362 \emph on
6363 l
6364 \emph default
6365  am Ende des Befehls 
6366 \series bold
6367
6368 \backslash
6369 bigl
6370 \series default
6371  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6372  ein 
6373 \emph on
6374 r
6375 \emph default
6376  ersetzt.
6377  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6378  sein.
6379 \end_layout
6380
6381 \begin_layout Standard
6382 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6383 \end_layout
6384
6385 \begin_layout Standard
6386 \align center
6387 \begin_inset Tabular
6388 <lyxtabular version="3" rows="5" columns="2">
6389 <features rotate="0" tabularvalignment="middle">
6390 <column alignment="center" valignment="middle">
6391 <column alignment="center" valignment="middle">
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 Befehl
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 Ergebnis
6407 \begin_inset Note Note
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411
6412 \series bold
6413
6414 \backslash
6415 raisebox
6416 \series default
6417  dient nur als Abstandhalter.
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 </row>
6428 <row>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433
6434 \backslash
6435 Bigm(
6436 \backslash
6437 bigm(
6438 \backslash
6439 ln(3x)
6440 \backslash
6441 bigm)^2
6442 \begin_inset space \textvisiblespace{}
6443 \end_inset
6444
6445
6446 \backslash
6447 Bigm)
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 <row>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470
6471 \backslash
6472 Big(
6473 \backslash
6474 big(
6475 \backslash
6476 ln(3x)
6477 \backslash
6478 big)^2
6479 \begin_inset space \textvisiblespace{}
6480 \end_inset
6481
6482
6483 \backslash
6484 Big)
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 </row>
6502 <row>
6503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6504 \begin_inset Text
6505
6506 \begin_layout Plain Layout
6507
6508 \backslash
6509 Bigl(
6510 \backslash
6511 bigl(
6512 \backslash
6513 ln(3x)
6514 \backslash
6515 bigr)^2
6516 \begin_inset space \textvisiblespace{}
6517 \end_inset
6518
6519
6520 \backslash
6521 Bigr)
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6531 \end_inset
6532
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544
6545 \backslash
6546 bigl)
6547 \backslash
6548 ln(3x)
6549 \backslash
6550 bigr(
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 </lyxtabular>
6569
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \begin_layout Subsubsection
6576 Automatische Klammergrößen
6577 \begin_inset CommandInset label
6578 LatexCommand label
6579 name "sub:Automatische-Klammergrößen"
6580
6581 \end_inset
6582
6583
6584 \begin_inset Index idx
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Klammergrößen ! automatische
6589 \end_layout
6590
6591 \end_inset
6592
6593
6594 \end_layout
6595
6596 \begin_layout Standard
6597 Klammern variabler Größe können mit den Befehlen 
6598 \series bold
6599
6600 \backslash
6601 left
6602 \series default
6603
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Befehle ! L ! 
6609 \backslash
6610 left
6611 \end_layout
6612
6613 \end_inset
6614
6615  und 
6616 \series bold
6617
6618 \backslash
6619 right
6620 \series default
6621
6622 \begin_inset Index idx
6623 status collapsed
6624
6625 \begin_layout Plain Layout
6626 Befehle ! R ! 
6627 \backslash
6628 right
6629 \end_layout
6630
6631 \end_inset
6632
6633  oder über den Mathe-Werkzeugleistenknopf
6634 \family sans
6635  
6636 \family default
6637
6638 \begin_inset Info
6639 type  "icon"
6640 arg   "dialog-show mathdelimiter"
6641 \end_inset
6642
6643  eingefügt werden.
6644  Auf 
6645 \series bold
6646
6647 \backslash
6648 left
6649 \series default
6650  und 
6651 \series bold
6652
6653 \backslash
6654 right
6655 \series default
6656  muss unmittelbar die gewünschte Klammer folgen.
6657  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6658 \end_layout
6659
6660 \begin_layout Standard
6661 \align center
6662 normale Klammer: Der Befehl 
6663 \series bold
6664
6665 \backslash
6666 ln(
6667 \backslash
6668 frac
6669 \begin_inset space \textvisiblespace{}
6670 \end_inset
6671
6672 A
6673 \begin_inset Formula $\downarrow$
6674 \end_inset
6675
6676 C
6677 \begin_inset space \textvisiblespace{}
6678 \end_inset
6679
6680 )
6681 \series default
6682  ergibt
6683 \begin_inset Formula 
6684 \[
6685 \ln(\frac{A}{C})
6686 \]
6687
6688 \end_inset
6689
6690
6691 \end_layout
6692
6693 \begin_layout Standard
6694 \align center
6695 mehrzeilige Klammer: Der Befehl 
6696 \series bold
6697
6698 \backslash
6699 ln
6700 \backslash
6701 left(
6702 \backslash
6703 frac
6704 \begin_inset space \textvisiblespace{}
6705 \end_inset
6706
6707 A
6708 \begin_inset Formula $\downarrow$
6709 \end_inset
6710
6711 C
6712 \begin_inset space \textvisiblespace{}
6713 \end_inset
6714
6715
6716 \backslash
6717 right)
6718 \series default
6719  ergibt
6720 \begin_inset Formula 
6721 \[
6722 \ln\left(\frac{A}{C}\right)
6723 \]
6724
6725 \end_inset
6726
6727
6728 \end_layout
6729
6730 \begin_layout Standard
6731 An Stelle von 
6732 \series bold
6733
6734 \backslash
6735 left
6736 \series default
6737  und 
6738 \series bold
6739
6740 \backslash
6741 right
6742 \series default
6743  kann man die Tastenkürzel 
6744 \family sans
6745 Alt+M
6746 \begin_inset space ~
6747 \end_inset
6748
6749 Klammer
6750 \family default
6751  verwenden.
6752  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6753  und dass die rechte Klammer gleich mit erstellt wird.
6754 \begin_inset Newline newline
6755 \end_inset
6756
6757 Der Befehl für das letzte Beispiel würde dann lauten: 
6758 \series bold
6759
6760 \backslash
6761 ln Alt+M
6762 \series default
6763  
6764 \series bold
6765 (
6766 \backslash
6767 frac
6768 \begin_inset space \textvisiblespace{}
6769 \end_inset
6770
6771 A
6772 \begin_inset Formula $\downarrow$
6773 \end_inset
6774
6775 C
6776 \end_layout
6777
6778 \begin_layout Standard
6779 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6780  Klammer einen Punkt.
6781  So ergibt z.
6782 \begin_inset space \thinspace{}
6783 \end_inset
6784
6785 B.
6786  der Befehl 
6787 \series bold
6788
6789 \backslash
6790 left.
6791 \backslash
6792 frac
6793 \begin_inset space \textvisiblespace{}
6794 \end_inset
6795
6796 A
6797 \begin_inset Formula $\downarrow$
6798 \end_inset
6799
6800 B
6801 \begin_inset space \textvisiblespace{}
6802 \end_inset
6803
6804
6805 \backslash
6806 right}
6807 \series default
6808
6809 \begin_inset space \thinspace{}
6810 \end_inset
6811
6812 :
6813 \series bold
6814
6815 \begin_inset Formula 
6816 \[
6817 \left.\frac{A}{B}\right\} 
6818 \]
6819
6820 \end_inset
6821
6822
6823 \series default
6824 Die Befehle 
6825 \series bold
6826
6827 \backslash
6828 left
6829 \series default
6830  und 
6831 \series bold
6832
6833 \backslash
6834 right
6835 \series default
6836  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6837  umgewandelt.
6838  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6839 \end_layout
6840
6841 \begin_layout Standard
6842 \begin_inset VSpace bigskip
6843 \end_inset
6844
6845 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6846  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6847  Befehl 
6848 \series bold
6849
6850 \backslash
6851 middle
6852 \series default
6853
6854 \begin_inset Index idx
6855 status collapsed
6856
6857 \begin_layout Plain Layout
6858 Befehle ! M ! 
6859 \backslash
6860 middle
6861 \end_layout
6862
6863 \end_inset
6864
6865  zur Verfügung.
6866  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6867  angepasst, was z.
6868 \begin_inset space \thinspace{}
6869 \end_inset
6870
6871 B.
6872  für physikalische Vektoren von Nutzen ist:
6873 \begin_inset Formula 
6874 \[
6875 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6876 \]
6877
6878 \end_inset
6879
6880 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6881 \begin_inset CommandInset ref
6882 LatexCommand ref
6883 reference "sub:Physikalische-Vektoren"
6884
6885 \end_inset
6886
6887  beschrieben ist.
6888 \end_layout
6889
6890 \begin_layout Subsection
6891 Horizontale Klammern
6892 \begin_inset Index idx
6893 status collapsed
6894
6895 \begin_layout Plain Layout
6896 Klammern ! horizontale
6897 \end_layout
6898
6899 \end_inset
6900
6901
6902 \end_layout
6903
6904 \begin_layout Standard
6905 \align center
6906 \begin_inset Tabular
6907 <lyxtabular version="3" rows="4" columns="2">
6908 <features rotate="0" tabularvalignment="middle">
6909 <column alignment="center" valignment="top" width="0pt">
6910 <column alignment="center" valignment="top" width="0pt">
6911 <row>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 Befehl
6917 \begin_inset Note Note
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921
6922 \series bold
6923
6924 \backslash
6925 raisebox
6926 \series default
6927  dient nur als Abstandhalter.
6928 \end_layout
6929
6930 \end_inset
6931
6932
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 Ergebnis
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 \begin_inset ERT
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956
6957
6958 \backslash
6959 raisebox{2.3mm}{
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \backslash
6966 overbrace
6967 \begin_inset space \textvisiblespace{}
6968 \end_inset
6969
6970 A+B
6971 \begin_inset space \textvisiblespace{}
6972 \end_inset
6973
6974 ^
6975 \begin_inset space \textvisiblespace{}
6976 \end_inset
6977
6978 3
6979 \begin_inset ERT
6980 status collapsed
6981
6982 \begin_layout Plain Layout
6983
6984 }
6985 \end_layout
6986
6987 \end_inset
6988
6989
6990 \begin_inset Index idx
6991 status collapsed
6992
6993 \begin_layout Plain Layout
6994 Befehle ! O ! 
6995 \backslash
6996 overbrace
6997 \end_layout
6998
6999 \end_inset
7000
7001
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 \begin_inset Formula $\overbrace{A+B}^{3}$
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 \begin_inset ERT
7025 status collapsed
7026
7027 \begin_layout Plain Layout
7028
7029
7030 \backslash
7031 raisebox{-2.2mm}{
7032 \end_layout
7033
7034 \end_inset
7035
7036
7037 \backslash
7038 underbrace
7039 \begin_inset space \textvisiblespace{}
7040 \end_inset
7041
7042 A+B
7043 \begin_inset space \textvisiblespace{}
7044 \end_inset
7045
7046 _5
7047 \begin_inset ERT
7048 status collapsed
7049
7050 \begin_layout Plain Layout
7051
7052 }
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \begin_inset Index idx
7059 status collapsed
7060
7061 \begin_layout Plain Layout
7062 Befehle ! U ! 
7063 \backslash
7064 underbrace
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 \begin_inset Formula $\underbrace{A+B}_{5}$
7079 \end_inset
7080
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 </row>
7087 <row>
7088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092
7093 \backslash
7094 overbrace
7095 \begin_inset space \textvisiblespace{}
7096 \end_inset
7097
7098
7099 \backslash
7100 underbrace
7101 \begin_inset space \textvisiblespace{}
7102 \end_inset
7103
7104 A+B_w
7105 \begin_inset space \textvisiblespace{}
7106 \end_inset
7107
7108
7109 \begin_inset space \textvisiblespace{}
7110 \end_inset
7111
7112 _7
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120 ^
7121 \begin_inset space \textvisiblespace{}
7122 \end_inset
7123
7124 C
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 </lyxtabular>
7143
7144 \end_inset
7145
7146
7147 \end_layout
7148
7149 \begin_layout Standard
7150 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7151 \series bold
7152
7153 \backslash
7154 overbrace
7155 \series default
7156  oder 
7157 \series bold
7158
7159 \backslash
7160 underbrace
7161 \series default
7162  eingibt.
7163 \end_layout
7164
7165 \begin_layout Standard
7166 \begin_inset VSpace medskip
7167 \end_inset
7168
7169
7170 \end_layout
7171
7172 \begin_layout Standard
7173 Wenn man in den Dokumenteinstellungen unter 
7174 \family sans
7175 Mathe-Optionen
7176 \family default
7177  für das Paket 
7178 \series bold
7179 mathtools
7180 \series default
7181
7182 \begin_inset Index idx
7183 status collapsed
7184
7185 \begin_layout Plain Layout
7186 Pakete ! mathtools
7187 \end_layout
7188
7189 \end_inset
7190
7191  die Option 
7192 \family sans
7193 Immer
7194 \begin_inset space ~
7195 \end_inset
7196
7197 laden
7198 \family default
7199  einstellt, hat man Zugriff auf eckige Klammern:
7200 \end_layout
7201
7202 \begin_layout Standard
7203 \align center
7204 \begin_inset Tabular
7205 <lyxtabular version="3" rows="4" columns="2">
7206 <features rotate="0" tabularvalignment="middle">
7207 <column alignment="center" valignment="top" width="0pt">
7208 <column alignment="center" valignment="top" width="0pt">
7209 <row>
7210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 Befehl
7215 \begin_inset Note Note
7216 status collapsed
7217
7218 \begin_layout Plain Layout
7219
7220 \series bold
7221
7222 \backslash
7223 raisebox
7224 \series default
7225  dient nur als Abstandhalter.
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 Ergebnis
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 <row>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255
7256 \backslash
7257 raisebox{2.3mm}{
7258 \end_layout
7259
7260 \end_inset
7261
7262
7263 \backslash
7264 overbracket{A+B
7265 \begin_inset space \textvisiblespace{}
7266 \end_inset
7267
7268 ^3
7269 \begin_inset ERT
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273
7274 }
7275 \end_layout
7276
7277 \end_inset
7278
7279
7280 \begin_inset Index idx
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284 Befehle ! O ! 
7285 \backslash
7286 overbracket
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 \begin_inset Formula $\overbracket{A+B}^{3}$
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319
7320 \backslash
7321 raisebox{-2.2mm}{
7322 \end_layout
7323
7324 \end_inset
7325
7326
7327 \backslash
7328 underbracket{A+B
7329 \begin_inset space \textvisiblespace{}
7330 \end_inset
7331
7332 _5
7333 \begin_inset ERT
7334 status collapsed
7335
7336 \begin_layout Plain Layout
7337
7338 }
7339 \end_layout
7340
7341 \end_inset
7342
7343
7344 \begin_inset Index idx
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348 Befehle ! U ! 
7349 \backslash
7350 under
7351 \size normal
7352 bracket
7353 \end_layout
7354
7355 \end_inset
7356
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Formula $\underbracket{A+B}_{5}$
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 </row>
7375 <row>
7376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7377 \begin_inset Text
7378
7379 \begin_layout Plain Layout
7380
7381 \backslash
7382 overbracket{
7383 \backslash
7384 underbracket{A+B_w
7385 \begin_inset space \textvisiblespace{}
7386 \end_inset
7387
7388
7389 \begin_inset space \textvisiblespace{}
7390 \end_inset
7391
7392 _7
7393 \begin_inset space \textvisiblespace{}
7394 \end_inset
7395
7396
7397 \begin_inset space \textvisiblespace{}
7398 \end_inset
7399
7400 ^
7401 \begin_inset space \textvisiblespace{}
7402 \end_inset
7403
7404 C
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7414 \end_inset
7415
7416
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 </row>
7422 </lyxtabular>
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \begin_layout Standard
7430 Für 
7431 \series bold
7432
7433 \backslash
7434 overbracket
7435 \series default
7436  und 
7437 \series bold
7438
7439 \backslash
7440 underbracket
7441 \series default
7442  kann die Strichstärke der Klammer verändert werden, indem man die gewünschte
7443  Stärke in eckigen Klammern hinter dem Befehl angibt:
7444 \end_layout
7445
7446 \begin_layout Standard
7447 \align center
7448 \begin_inset Tabular
7449 <lyxtabular version="3" rows="3" columns="2">
7450 <features rotate="0" tabularvalignment="middle">
7451 <column alignment="center" valignment="top" width="0pt">
7452 <column alignment="center" valignment="top" width="0pt">
7453 <row>
7454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 Befehl
7459 \begin_inset Note Note
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464 \series bold
7465
7466 \backslash
7467 raisebox
7468 \series default
7469  dient nur als Abstandhalter.
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 Ergebnis
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 \begin_inset ERT
7495 status collapsed
7496
7497 \begin_layout Plain Layout
7498
7499
7500 \backslash
7501 raisebox{2.3mm}{
7502 \end_layout
7503
7504 \end_inset
7505
7506
7507 \backslash
7508 overbracket[3pt]
7509 \backslash
7510 {A+B
7511 \begin_inset space \textvisiblespace{}
7512 \end_inset
7513
7514 ^3
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520 }
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 </row>
7543 <row>
7544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548 \begin_inset ERT
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552
7553
7554 \backslash
7555 raisebox{-2.2mm}{
7556 \end_layout
7557
7558 \end_inset
7559
7560
7561 \backslash
7562 underbracket[1pt]
7563 \backslash
7564 {A+B
7565 \begin_inset space \textvisiblespace{}
7566 \end_inset
7567
7568 _5
7569 \begin_inset ERT
7570 status collapsed
7571
7572 \begin_layout Plain Layout
7573
7574 }
7575 \end_layout
7576
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7589 \end_inset
7590
7591
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 </row>
7597 </lyxtabular>
7598
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \begin_layout Standard
7605 \begin_inset VSpace bigskip
7606 \end_inset
7607
7608 Benötigt man Klammern, die sich überschneiden, muss man die in 
7609 \begin_inset CommandInset ref
7610 LatexCommand ref
7611 reference "sec:Mehrzeilige-Formeln"
7612
7613 \end_inset
7614
7615  beschriebenen mehrzeiligen Formeln verwenden:
7616 \begin_inset Formula 
7617 \begin{eqnarray*}
7618 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7619  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7620 \end{eqnarray*}
7621
7622 \end_inset
7623
7624 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7625  Dabei ist es wichtig, dass vor dem ersten 
7626 \begin_inset Formula $d$
7627 \end_inset
7628
7629  der Abstandsbefehl
7630 \begin_inset Foot
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 Abstandsbefehle sind in 
7635 \begin_inset CommandInset ref
7636 LatexCommand ref
7637 reference "sub:Vordefinierter-Leerraum"
7638
7639 \end_inset
7640
7641  erklärt.
7642 \end_layout
7643
7644 \end_inset
7645
7646  
7647 \series bold
7648
7649 \backslash
7650 :
7651 \series default
7652  eingegeben wird, denn die nach dem 
7653 \begin_inset Formula $q$
7654 \end_inset
7655
7656  endende Klammer verhindert, dass das nachfolgende 
7657 \begin_inset Quotes gld
7658 \end_inset
7659
7660 +
7661 \begin_inset Quotes grd
7662 \end_inset
7663
7664  von Leerraum umgeben ist.
7665 \begin_inset Foot
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 weil eine Klammer nicht als Zeichen gilt, siehe 
7670 \begin_inset CommandInset ref
7671 LatexCommand ref
7672 reference "sub:Binäre-Operatoren"
7673
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680
7681  In die zweite Zeile wird die zweite Klammer eingegeben.
7682  Da sie vor dem 
7683 \begin_inset Formula $b$
7684 \end_inset
7685
7686  beginnen soll, gibt man zuerst 
7687 \series bold
7688
7689 \backslash
7690 hphantom{gggg+
7691 \backslash
7692 :}
7693 \series default
7694  ein.
7695 \begin_inset Foot
7696 status collapsed
7697
7698 \begin_layout Plain Layout
7699 mehr zu 
7700 \series bold
7701
7702 \backslash
7703 hphantom
7704 \series default
7705  siehe 
7706 \begin_inset CommandInset ref
7707 LatexCommand ref
7708 reference "sub:Platzhalter"
7709
7710 \end_inset
7711
7712 .
7713 \end_layout
7714
7715 \end_inset
7716
7717  Dieser Leerraum wird benötigt, weil das 
7718 \begin_inset Quotes gld
7719 \end_inset
7720
7721 +
7722 \begin_inset Quotes grd
7723 \end_inset
7724
7725  in der Formel auch von Leerraum umgeben ist.
7726  Die Klammer wird unter den Befehl 
7727 \series bold
7728
7729 \backslash
7730 hphantom{bbqq+dddd}
7731 \series default
7732  gesetzt.
7733 \end_layout
7734
7735 \begin_layout Standard
7736 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7737 n, wie in folgendem Beispiel:
7738 \begin_inset ERT
7739 status collapsed
7740
7741 \begin_layout Plain Layout
7742
7743
7744 \backslash
7745 setlength{
7746 \backslash
7747 jot}{-6pt}
7748 \end_layout
7749
7750 \end_inset
7751
7752
7753 \begin_inset Formula 
7754 \begin{eqnarray*}
7755  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7756 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7757 \end{eqnarray*}
7758
7759 \end_inset
7760
7761
7762 \begin_inset ERT
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766
7767
7768 \backslash
7769 setlength{
7770 \backslash
7771 jot}{3pt}
7772 \end_layout
7773
7774 \end_inset
7775
7776 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7777  mit dem Unterschied, dass sich die Klammer oben befindet.
7778  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7779  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7780  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7781  werden.
7782  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7783 \begin_inset Foot
7784 status collapsed
7785
7786 \begin_layout Plain Layout
7787 \begin_inset CommandInset href
7788 LatexCommand href
7789 name "LyX-Fehler #1505"
7790 target "http://www.lyx.org/trac/ticket/1505"
7791
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \end_inset
7798
7799 .
7800  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7801 \series bold
7802
7803 \backslash
7804 jot
7805 \series default
7806
7807 \begin_inset Index idx
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811 Befehle ! J ! 
7812 \backslash
7813 jot
7814 \end_layout
7815
7816 \end_inset
7817
7818  vor der Formel mit dem Befehl 
7819 \series bold
7820
7821 \backslash
7822 setlength{
7823 \backslash
7824 jot}{-6pt}
7825 \series default
7826  im TeX-Modus auf den Wert -6
7827 \begin_inset space \thinspace{}
7828 \end_inset
7829
7830 pt geändert.
7831  Nach der Formel wird 
7832 \series bold
7833
7834 \backslash
7835 jot
7836 \series default
7837  mit demselben Befehl wieder auf den Standardwert 3
7838 \begin_inset space \thinspace{}
7839 \end_inset
7840
7841 pt zurückgesetzt.
7842  Genaueres zum Zeilenabstand in Formeln ist in 
7843 \begin_inset CommandInset ref
7844 LatexCommand ref
7845 reference "sub:Zeilenabstand"
7846
7847 \end_inset
7848
7849  erklärt.
7850 \end_layout
7851
7852 \begin_layout Section
7853 Pfeile
7854 \begin_inset Index idx
7855 status collapsed
7856
7857 \begin_layout Plain Layout
7858 Pfeile
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \begin_layout Standard
7867 Pfeile können über den Mathe-Werkzeugleistenknopf 
7868 \begin_inset Info
7869 type  "icon"
7870 arg   "math-insert \\leftarrow"
7871 \end_inset
7872
7873  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7874  aufgelistet sind.
7875 \end_layout
7876
7877 \begin_layout Subsection
7878 Horizontale Pfeile
7879 \begin_inset Index idx
7880 status collapsed
7881
7882 \begin_layout Plain Layout
7883 Pfeile ! horizontale
7884 \end_layout
7885
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \begin_layout Standard
7892 \begin_inset space \hfill{}
7893 \end_inset
7894
7895
7896 \begin_inset Tabular
7897 <lyxtabular version="3" rows="8" columns="2">
7898 <features rotate="0" tabularvalignment="middle">
7899 <column alignment="center" valignment="top" width="0pt">
7900 <column alignment="center" valignment="top" width="0pt">
7901 <row>
7902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Befehl
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Ergebnis
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \backslash
7928 gets
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 \begin_inset Formula $\gets$
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \backslash
7953 Leftarrow
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 \begin_inset Formula $\Leftarrow$
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 longleftarrow
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\longleftarrow$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 Longleftarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\Longleftarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \backslash
8028 leftharpoonup
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 \begin_inset Formula $\leftharpoonup$
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row>
8047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051
8052 \backslash
8053 leftharpoondown
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 \begin_inset Formula $\leftharpoondown$
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \backslash
8078 hookleftarrow
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 \begin_inset Formula $\hookleftarrow$
8088 \end_inset
8089
8090
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 </lyxtabular>
8097
8098 \end_inset
8099
8100
8101 \begin_inset space \hfill{}
8102 \end_inset
8103
8104
8105 \begin_inset Tabular
8106 <lyxtabular version="3" rows="8" columns="2">
8107 <features rotate="0" tabularvalignment="middle">
8108 <column alignment="center" valignment="top" width="0pt">
8109 <column alignment="center" valignment="top" width="0pt">
8110 <row>
8111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 Befehl
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Ergebnis
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 </row>
8130 <row>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135
8136 \backslash
8137 to
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 \begin_inset Formula $\to$
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \backslash
8162 Rightarrow
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 \begin_inset Formula $\Rightarrow$
8172 \end_inset
8173
8174
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 </row>
8180 <row>
8181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185
8186 \backslash
8187 longrightarrow
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 \begin_inset Formula $\longrightarrow$
8197 \end_inset
8198
8199
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \backslash
8212 Longrightarrow
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 \begin_inset Formula $\Longrightarrow$
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \backslash
8237 rightharpoonup
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 \begin_inset Formula $\rightharpoonup$
8247 \end_inset
8248
8249
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \backslash
8262 rightharpoondown
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 \begin_inset Formula $\rightharpoondown$
8272 \end_inset
8273
8274
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \backslash
8287 hookrightarrow
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 \begin_inset Formula $\hookrightarrow$
8297 \end_inset
8298
8299
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 </lyxtabular>
8306
8307 \end_inset
8308
8309
8310 \begin_inset space \hfill{}
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Standard
8317 \begin_inset space \hfill{}
8318 \end_inset
8319
8320
8321 \begin_inset Tabular
8322 <lyxtabular version="3" rows="6" columns="2">
8323 <features rotate="0" tabularvalignment="middle">
8324 <column alignment="center" valignment="top" width="0pt">
8325 <column alignment="center" valignment="top" width="0pt">
8326 <row>
8327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Befehl
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Ergebnis
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \backslash
8353 leftrightarrow
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 \begin_inset Formula $\leftrightarrow$
8363 \end_inset
8364
8365
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \backslash
8378 Leftrightarrow
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 \begin_inset Formula $\Leftrightarrow$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \backslash
8403 longleftrightarrow
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 \begin_inset Formula $\longleftrightarrow$
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \backslash
8428 Longleftrightarrow
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 \begin_inset Formula $\Longleftrightarrow$
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \backslash
8453 rightleftharpoons
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 \begin_inset Formula $\rightleftharpoons$
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 </lyxtabular>
8472
8473 \end_inset
8474
8475
8476 \begin_inset space \hspace{}
8477 \length 25pt
8478 \end_inset
8479
8480
8481 \begin_inset space \hfill{}
8482 \end_inset
8483
8484
8485 \begin_inset Tabular
8486 <lyxtabular version="3" rows="5" columns="2">
8487 <features rotate="0" tabularvalignment="middle">
8488 <column alignment="center" valignment="top" width="0pt">
8489 <column alignment="center" valignment="top" width="0pt">
8490 <row>
8491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Befehl
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Ergebnis
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 mapsto
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 \begin_inset Formula $\mapsto$
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \backslash
8542 longmapsto
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 \begin_inset Formula $\longmapsto$
8552 \end_inset
8553
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \backslash
8567 leadsto
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $\leadsto$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \backslash
8592 dasharrow
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 \begin_inset Formula $\dasharrow$
8602 \end_inset
8603
8604
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 </lyxtabular>
8611
8612 \end_inset
8613
8614
8615 \begin_inset space \hfill{}
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \begin_layout Standard
8622 \begin_inset VSpace medskip
8623 \end_inset
8624
8625 Als Akzente verwendete Pfeile, wie z.
8626 \begin_inset space \thinspace{}
8627 \end_inset
8628
8629 B.
8630  Vektorpfeile, sind in 
8631 \begin_inset CommandInset ref
8632 LatexCommand ref
8633 reference "sec:Akzente"
8634
8635 \end_inset
8636
8637  aufgelistet.
8638 \end_layout
8639
8640 \begin_layout Standard
8641 \begin_inset VSpace bigskip
8642 \end_inset
8643
8644 Des Weiteren gibt es die beschriftbaren Pfeile
8645 \begin_inset Index idx
8646 status collapsed
8647
8648 \begin_layout Plain Layout
8649 Pfeile ! beschriftbare
8650 \end_layout
8651
8652 \end_inset
8653
8654  
8655 \series bold
8656
8657 \backslash
8658 xleftarrow
8659 \series default
8660
8661 \begin_inset Index idx
8662 status collapsed
8663
8664 \begin_layout Plain Layout
8665 Befehle ! X ! 
8666 \backslash
8667 xleftarrow
8668 \end_layout
8669
8670 \end_inset
8671
8672  und 
8673 \series bold
8674
8675 \backslash
8676 xrightarrow
8677 \series default
8678
8679 \begin_inset Index idx
8680 status collapsed
8681
8682 \begin_layout Plain Layout
8683 Befehle ! X ! 
8684 \backslash
8685 xrightarrow
8686 \begin_inset ERT
8687 status collapsed
8688
8689 \begin_layout Plain Layout
8690
8691
8692 \backslash
8693 vspace{4mm}
8694 \end_layout
8695
8696 \end_inset
8697
8698
8699 \end_layout
8700
8701 \end_inset
8702
8703 .
8704  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8705  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8706  Die Pfeillänge passt sich der Breite der Beschriftung an.
8707 \end_layout
8708
8709 \begin_layout Standard
8710 \align center
8711 \begin_inset Tabular
8712 <lyxtabular version="3" rows="3" columns="2">
8713 <features rotate="0" tabularvalignment="middle">
8714 <column alignment="center" valignment="top" width="0pt">
8715 <column alignment="center" valignment="top" width="0pt">
8716 <row>
8717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 Befehl
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 Ergebnis
8731 \begin_inset Note Note
8732 status collapsed
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737
8738 \backslash
8739 raisebox
8740 \series default
8741  dient nur als Abstandhalter.
8742 \end_layout
8743
8744 \end_inset
8745
8746
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
8752 <row>
8753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 F(a)
8758 \backslash
8759 xleftarrow
8760 \begin_inset space \textvisiblespace{}
8761 \end_inset
8762
8763 x=a
8764 \begin_inset Formula $\downarrow$
8765 \end_inset
8766
8767 x>0
8768 \begin_inset Formula $\to$
8769 \end_inset
8770
8771 F(x)
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8781 \end_inset
8782
8783
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 F(x)
8795 \backslash
8796 xrightarrow
8797 \begin_inset space \textvisiblespace{}
8798 \end_inset
8799
8800 x=a
8801 \begin_inset Formula $\downarrow$
8802 \end_inset
8803
8804 x>0
8805 \begin_inset Formula $\to$
8806 \end_inset
8807
8808 F(a)
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8818 \end_inset
8819
8820
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 </lyxtabular>
8827
8828 \end_inset
8829
8830
8831 \end_layout
8832
8833 \begin_layout Standard
8834 \begin_inset VSpace medskip
8835 \end_inset
8836
8837
8838 \end_layout
8839
8840 \begin_layout Standard
8841 Wenn man in den Dokumenteinstellungen unter 
8842 \family sans
8843 Mathe-Optionen
8844 \family default
8845  für das Paket 
8846 \series bold
8847 mathtools
8848 \series default
8849
8850 \begin_inset Index idx
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Pakete ! mathtools
8855 \end_layout
8856
8857 \end_inset
8858
8859  die Option 
8860 \family sans
8861 Immer
8862 \begin_inset space ~
8863 \end_inset
8864
8865 laden
8866 \family default
8867  einstellt, hat man Zugriff auf die folgenden beschriftbaren Pfeile:
8868 \end_layout
8869
8870 \begin_layout Standard
8871 \align center
8872 \begin_inset space \hspace*{\fill}
8873 \end_inset
8874
8875
8876 \begin_inset Tabular
8877 <lyxtabular version="3" rows="7" columns="2">
8878 <features rotate="0" tabularvalignment="middle">
8879 <column alignment="center" valignment="top" width="0pt">
8880 <column alignment="center" valignment="top" width="0pt">
8881 <row>
8882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Befehl
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Beispiel
8896 \begin_inset Note Note
8897 status collapsed
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902
8903 \backslash
8904 raisebox
8905 \series default
8906  dient nur als Abstandhalter.
8907 \end_layout
8908
8909 \end_inset
8910
8911
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \backslash
8924 xleftrightarrow
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \backslash
8949 xLeftarrow
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \backslash
8974 xRightarrow
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 xLeftrightarrow
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9009 \end_inset
9010
9011
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \backslash
9024 xhookleftarrow
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049 xhookrightarrow
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 </lyxtabular>
9068
9069 \end_inset
9070
9071
9072 \begin_inset space \hspace*{\fill}
9073 \end_inset
9074
9075
9076 \begin_inset Tabular
9077 <lyxtabular version="3" rows="7" columns="2">
9078 <features rotate="0" tabularvalignment="middle">
9079 <column alignment="center" valignment="top" width="0pt">
9080 <column alignment="center" valignment="top" width="0pt">
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Befehl
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Beispiel
9096 \begin_inset Note Note
9097 status collapsed
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102
9103 \backslash
9104 raisebox
9105 \series default
9106  dient nur als Abstandhalter.
9107 \end_layout
9108
9109 \end_inset
9110
9111
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \backslash
9124 xleftharpoondown
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9134 \end_inset
9135
9136
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \backslash
9149 xleftharpoonup
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \backslash
9174 xrightharpoondown
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \backslash
9199 xrightharpoonup
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9209 \end_inset
9210
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \backslash
9224 xleftrightharpoons
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \backslash
9249 xrightleftharpoons
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 </lyxtabular>
9268
9269 \end_inset
9270
9271
9272 \begin_inset space \hspace*{\fill}
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \begin_layout Standard
9279 Das Befehlsschema ist für all diese Pfeile dasselbe:
9280 \end_layout
9281
9282 \begin_layout Standard
9283 \align center
9284 \begin_inset Tabular
9285 <lyxtabular version="3" rows="2" columns="2">
9286 <features rotate="0" tabularvalignment="middle">
9287 <column alignment="center" valignment="top" width="0pt">
9288 <column alignment="center" valignment="top" width="0pt">
9289 <row>
9290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Befehl
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 Ergebnis
9304 \begin_inset Note Note
9305 status collapsed
9306
9307 \begin_layout Plain Layout
9308
9309 \series bold
9310
9311 \backslash
9312 raisebox
9313 \series default
9314  dient nur als Abstandhalter.
9315 \end_layout
9316
9317 \end_inset
9318
9319
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330 F(a)
9331 \backslash
9332 xleftrightarrow[x=a]
9333 \backslash
9334 {x>0
9335 \begin_inset Formula $\to$
9336 \end_inset
9337
9338 F(x)
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 </lyxtabular>
9357
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \begin_layout Standard
9364 \begin_inset Newpage newpage
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Subsection
9371 Vertikale und diagonale Pfeile
9372 \begin_inset Index idx
9373 status collapsed
9374
9375 \begin_layout Plain Layout
9376 Pfeile ! diagonale
9377 \end_layout
9378
9379 \end_inset
9380
9381
9382 \begin_inset Index idx
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386 Pfeile ! vertikale
9387 \end_layout
9388
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \begin_layout Standard
9395 \begin_inset space \hfill{}
9396 \end_inset
9397
9398
9399 \begin_inset Tabular
9400 <lyxtabular version="3" rows="7" columns="2">
9401 <features rotate="0" tabularvalignment="middle">
9402 <column alignment="center" valignment="top" width="0pt">
9403 <column alignment="center" valignment="top" width="0pt">
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Befehl
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Ergebnis
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \backslash
9431 uparrow
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Formula $\uparrow$
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456 Uparrow
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 \begin_inset Formula $\Uparrow$
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 updownarrow
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 \begin_inset Formula $\updownarrow$
9491 \end_inset
9492
9493
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 </row>
9499 <row>
9500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \backslash
9506 Updownarrow
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 \begin_inset Formula $\Updownarrow$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 </row>
9524 <row>
9525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529
9530 \backslash
9531 Downarrow
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 \begin_inset Formula $\Downarrow$
9541 \end_inset
9542
9543
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 <row>
9550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554
9555 \backslash
9556 downarrow
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565 \begin_inset Formula $\downarrow$
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 </lyxtabular>
9575
9576 \end_inset
9577
9578
9579 \begin_inset space \hfill{}
9580 \end_inset
9581
9582
9583 \begin_inset Tabular
9584 <lyxtabular version="3" rows="5" columns="2">
9585 <features rotate="0" tabularvalignment="middle">
9586 <column alignment="center" valignment="top" width="0pt">
9587 <column alignment="center" valignment="top" width="0pt">
9588 <row>
9589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 Befehl
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 Ergebnis
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row>
9609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \backslash
9615 nearrow
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624 \begin_inset Formula $\nearrow$
9625 \end_inset
9626
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \backslash
9640 searrow
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 \begin_inset Formula $\searrow$
9650 \end_inset
9651
9652
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 <row>
9659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \backslash
9665 swarrow
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\swarrow$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 nwarrow
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset Formula $\nwarrow$
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 </lyxtabular>
9709
9710 \end_inset
9711
9712
9713 \begin_inset space \hfill{}
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \begin_layout Standard
9720 \begin_inset VSpace medskip
9721 \end_inset
9722
9723 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9724  
9725 \begin_inset CommandInset ref
9726 LatexCommand ref
9727 reference "sub:Manuelle-Klammergrößen"
9728
9729 \end_inset
9730
9731  und 
9732 \begin_inset CommandInset ref
9733 LatexCommand ref
9734 reference "sub:Automatische-Klammergrößen"
9735
9736 \end_inset
9737
9738  beschriebenen Befehlen verwendet werden.
9739 \end_layout
9740
9741 \begin_layout Section
9742 Akzente
9743 \begin_inset CommandInset label
9744 LatexCommand label
9745 name "sec:Akzente"
9746
9747 \end_inset
9748
9749
9750 \begin_inset Index idx
9751 status collapsed
9752
9753 \begin_layout Plain Layout
9754 Akzente
9755 \end_layout
9756
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \begin_layout Standard
9763 Akzente können über den Mathe-Werkzeugleistenknopf 
9764 \begin_inset Info
9765 type  "icon"
9766 arg   "math-insert \\hat"
9767 \end_inset
9768
9769  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9770  aufgelistet sind.
9771 \end_layout
9772
9773 \begin_layout Subsection
9774 Akzente für ein Zeichen
9775 \begin_inset ERT
9776 status collapsed
9777
9778 \begin_layout Plain Layout
9779
9780
9781 \backslash
9782 texorpdfstring{
9783 \end_layout
9784
9785 \end_inset
9786
9787
9788 \begin_inset Foot
9789 status collapsed
9790
9791 \begin_layout Plain Layout
9792 Akzente im Text siehe 
9793 \begin_inset CommandInset ref
9794 LatexCommand ref
9795 reference "sub:Sonderzeichen-Akzente"
9796
9797 \end_inset
9798
9799
9800 \end_layout
9801
9802 \end_inset
9803
9804
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810 }{}
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \begin_inset Note Note
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820
9821 \series bold
9822
9823 \backslash
9824 texorpdfstring
9825 \series default
9826  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9827 \end_layout
9828
9829 \begin_layout Plain Layout
9830 Näheres zu 
9831 \series bold
9832
9833 \backslash
9834 texorpdfstring
9835 \series default
9836  steht in Kapitel 
9837 \begin_inset CommandInset ref
9838 LatexCommand ref
9839 reference "sub:Formeln-in-Überschriften"
9840
9841 \end_inset
9842
9843 .
9844 \end_layout
9845
9846 \end_inset
9847
9848
9849 \begin_inset CommandInset label
9850 LatexCommand label
9851 name "sub:Akzente-für-ein"
9852
9853 \end_inset
9854
9855
9856 \begin_inset Index idx
9857 status collapsed
9858
9859 \begin_layout Plain Layout
9860 Akzente ! für ein Zeichen
9861 \end_layout
9862
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \begin_layout Standard
9869 \begin_inset space \hfill{}
9870 \end_inset
9871
9872
9873 \begin_inset Tabular
9874 <lyxtabular version="3" rows="8" columns="2">
9875 <features rotate="0" tabularvalignment="middle">
9876 <column alignment="center" valignment="top" width="0pt">
9877 <column alignment="center" valignment="top" width="0pt">
9878 <row>
9879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 Befehl
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 Ergebnis
9893 \begin_inset Note Note
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897
9898 \series bold
9899
9900 \backslash
9901 raisebox
9902 \series default
9903  dient nur als Abstandhalter.
9904 \end_layout
9905
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 dot
9922 \begin_inset space \textvisiblespace{}
9923 \end_inset
9924
9925 A
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9935 \end_inset
9936
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \backslash
9950 ddot
9951 \begin_inset space \textvisiblespace{}
9952 \end_inset
9953
9954 A
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9964 \end_inset
9965
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \backslash
9979 dddot
9980 \begin_inset space \textvisiblespace{}
9981 \end_inset
9982
9983 A
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \backslash
10008 ddddot
10009 \begin_inset space \textvisiblespace{}
10010 \end_inset
10011
10012 A
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \backslash
10037 vec
10038 \begin_inset space \textvisiblespace{}
10039 \end_inset
10040
10041 A
10042 \begin_inset Index idx
10043 status collapsed
10044
10045 \begin_layout Plain Layout
10046 Vektoren
10047 \end_layout
10048
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 bar
10077 \begin_inset space \textvisiblespace{}
10078 \end_inset
10079
10080 A
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10090 \end_inset
10091
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \backslash
10105 mathring
10106 \begin_inset space \textvisiblespace{}
10107 \end_inset
10108
10109 A
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 </lyxtabular>
10128
10129 \end_inset
10130
10131
10132 \begin_inset space \hfill{}
10133 \end_inset
10134
10135
10136 \begin_inset Tabular
10137 <lyxtabular version="3" rows="7" columns="2">
10138 <features rotate="0" tabularvalignment="middle">
10139 <column alignment="center" valignment="top" width="0pt">
10140 <column alignment="center" valignment="top" width="0pt">
10141 <row>
10142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 Befehl
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Ergebnis
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \backslash
10168 tilde
10169 \begin_inset space \textvisiblespace{}
10170 \end_inset
10171
10172 A
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \backslash
10197 hat
10198 \begin_inset space \textvisiblespace{}
10199 \end_inset
10200
10201 A
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10211 \end_inset
10212
10213
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \backslash
10226 check
10227 \begin_inset space \textvisiblespace{}
10228 \end_inset
10229
10230 A
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10240 \end_inset
10241
10242
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row>
10249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \backslash
10255 acute
10256 \begin_inset space \textvisiblespace{}
10257 \end_inset
10258
10259 A
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 <row>
10278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \backslash
10284 grave
10285 \begin_inset space \textvisiblespace{}
10286 \end_inset
10287
10288 A
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \backslash
10313 breve
10314 \begin_inset space \textvisiblespace{}
10315 \end_inset
10316
10317 A
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10327 \end_inset
10328
10329
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 </lyxtabular>
10336
10337 \end_inset
10338
10339
10340 \begin_inset space \hfill{}
10341 \end_inset
10342
10343
10344 \end_layout
10345
10346 \begin_layout Standard
10347 \begin_inset VSpace bigskip
10348 \end_inset
10349
10350 Akzente wie z.B.
10351  é können direkt in Formeln eingegeben werden.
10352  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10353  Für Umlaute
10354 \begin_inset Index idx
10355 status collapsed
10356
10357 \begin_layout Plain Layout
10358 Umlaute
10359 \end_layout
10360
10361 \end_inset
10362
10363  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10364  Diese beiden Zeichen bilden dann für LaTeX 
10365 \emph on
10366 ein
10367 \emph default
10368  Zeichen.
10369  Im Gegensatz zu 
10370 \series bold
10371
10372 \backslash
10373 ddot
10374 \series default
10375  entstehen damit 
10376 \begin_inset Quotes gld
10377 \end_inset
10378
10379 echte
10380 \begin_inset Quotes grd
10381 \end_inset
10382
10383  Umlaute, was folgendes Beispiel zeigt:
10384 \end_layout
10385
10386 \begin_layout Standard
10387 \begin_inset VSpace -2mm
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \begin_layout Standard
10394 \align center
10395 \begin_inset Tabular
10396 <lyxtabular version="3" rows="3" columns="2">
10397 <features rotate="0" tabularvalignment="middle">
10398 <column alignment="center" valignment="top">
10399 <column alignment="center" valignment="top">
10400 <row>
10401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Befehl
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Ergebnis
10415 \begin_inset Note Note
10416 status collapsed
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421
10422 \backslash
10423 raisebox
10424 \series default
10425  dient nur als Abstandhalter.
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 \begin_inset Quotes grd
10442 \end_inset
10443
10444 i
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 \begin_inset Formula $"i$
10454 \end_inset
10455
10456
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 ddot
10470 \begin_inset space \textvisiblespace{}
10471 \end_inset
10472
10473 i
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10483 \end_inset
10484
10485
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 </lyxtabular>
10492
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \begin_layout Standard
10499 Ein weiterer Vorteil gegenüber 
10500 \series bold
10501
10502 \backslash
10503 ddot
10504 \series default
10505  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10506  denn die obigen Akzentbefehle sind 
10507 \emph on
10508 im mathematischen Text\SpecialChar \-
10509 modus nicht erlaubt
10510 \emph default
10511 .
10512  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10513  nur das Zeichen unter dem Akzent umgewandelt werden.
10514  Das gilt auch für alle anderen Umwandlungen wie z.
10515 \begin_inset space \thinspace{}
10516 \end_inset
10517
10518 B.
10519  in kursiv oder fett.
10520 \end_layout
10521
10522 \begin_layout Standard
10523 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10524  direkt eingegeben werden.
10525 \end_layout
10526
10527 \begin_layout Standard
10528 \begin_inset VSpace bigskip
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \begin_layout Standard
10535 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
10536  
10537 \series bold
10538 undertilde
10539 \series default
10540
10541 \begin_inset Index idx
10542 status collapsed
10543
10544 \begin_layout Plain Layout
10545 Pakete ! undertilde
10546 \end_layout
10547
10548 \end_inset
10549
10550  auf Ihrem System installiert ist:
10551 \end_layout
10552
10553 \begin_layout Standard
10554 \begin_inset ERT
10555 status collapsed
10556
10557 \begin_layout Plain Layout
10558
10559
10560 \backslash
10561 ifundertilde 
10562 \end_layout
10563
10564 \end_inset
10565
10566
10567 \begin_inset Note Note
10568 status open
10569
10570 \begin_layout Plain Layout
10571 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
10572 \series bold
10573 undertilde
10574 \series default
10575  installiert ist:
10576 \end_layout
10577
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \begin_layout Standard
10584 \noindent
10585 \align center
10586 \begin_inset Tabular
10587 <lyxtabular version="3" rows="2" columns="2">
10588 <features rotate="0" tabularvalignment="middle">
10589 <column alignment="center" valignment="top" width="0pt">
10590 <column alignment="center" valignment="top" width="0pt">
10591 <row>
10592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Befehl
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Ergebnis
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 utilde
10619 \begin_inset space \textvisiblespace{}
10620 \end_inset
10621
10622 A
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 </lyxtabular>
10641
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \begin_layout Standard
10648 \begin_inset ERT
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652
10653
10654 \backslash
10655 else 
10656 \end_layout
10657
10658 \end_inset
10659
10660
10661 \begin_inset Note Note
10662 status open
10663
10664 \begin_layout Plain Layout
10665 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
10666 \series bold
10667 undertilde
10668 \series default
10669  nicht installiert ist:
10670 \end_layout
10671
10672 \end_inset
10673
10674
10675 \end_layout
10676
10677 \begin_layout Standard
10678 Das LaTeX-Paket 
10679 \series bold
10680 undertilde 
10681 \series default
10682 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
10683 \end_layout
10684
10685 \begin_layout Standard
10686 \begin_inset ERT
10687 status collapsed
10688
10689 \begin_layout Plain Layout
10690
10691
10692 \backslash
10693 fi 
10694 \end_layout
10695
10696 \end_inset
10697
10698
10699 \end_layout
10700
10701 \begin_layout Subsection
10702 Akzente für mehrere Zeichen
10703 \begin_inset Index idx
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707 Akzente ! für mehrere Zeichen
10708 \end_layout
10709
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Standard
10716 \begin_inset space \hfill{}
10717 \end_inset
10718
10719
10720 \begin_inset Tabular
10721 <lyxtabular version="3" rows="5" columns="2">
10722 <features rotate="0" tabularvalignment="middle">
10723 <column alignment="center" valignment="top" width="0pt">
10724 <column alignment="center" valignment="top" width="0pt">
10725 <row>
10726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Befehl
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 Ergebnis
10740 \begin_inset Note Note
10741 status collapsed
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746
10747 \backslash
10748 raisebox
10749 \series default
10750  dient nur als Abstandhalter.
10751 \end_layout
10752
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \backslash
10768 overleftarrow
10769 \begin_inset space \textvisiblespace{}
10770 \end_inset
10771
10772 A=B
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 <row>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \backslash
10797 underleftarrow
10798 \begin_inset space \textvisiblespace{}
10799 \end_inset
10800
10801 A=B
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10811 \end_inset
10812
10813
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row>
10820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \backslash
10826 overleftrightarrow
10827 \begin_inset space \textvisiblespace{}
10828 \end_inset
10829
10830 A=B
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \backslash
10855 underleftrightarrow
10856 \begin_inset space \textvisiblespace{}
10857 \end_inset
10858
10859 A=B
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10869 \end_inset
10870
10871
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 </row>
10877 </lyxtabular>
10878
10879 \end_inset
10880
10881
10882 \begin_inset space \hfill{}
10883 \end_inset
10884
10885
10886 \begin_inset Tabular
10887 <lyxtabular version="3" rows="5" columns="2">
10888 <features rotate="0" tabularvalignment="middle">
10889 <column alignment="center" valignment="top" width="0pt">
10890 <column alignment="center" valignment="top" width="0pt">
10891 <row>
10892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 Befehl
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Ergebnis
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 </row>
10911 <row>
10912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 overrightarrow
10919 \begin_inset space \textvisiblespace{}
10920 \end_inset
10921
10922 A=B
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \backslash
10947 underrightarrow
10948 \begin_inset space \textvisiblespace{}
10949 \end_inset
10950
10951 A=B
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \backslash
10976 widetilde
10977 \begin_inset space \textvisiblespace{}
10978 \end_inset
10979
10980 A=B
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \backslash
11005 widehat
11006 \begin_inset space \textvisiblespace{}
11007 \end_inset
11008
11009 A=B
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 </lyxtabular>
11028
11029 \end_inset
11030
11031
11032 \begin_inset space \hfill{}
11033 \end_inset
11034
11035
11036 \end_layout
11037
11038 \begin_layout Standard
11039 \begin_inset VSpace medskip
11040 \end_inset
11041
11042 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11043  Die Akzente
11044 \begin_inset Newline linebreak
11045 \end_inset
11046
11047
11048 \series bold
11049
11050 \backslash
11051 widetilde
11052 \series default
11053  und 
11054 \series bold
11055
11056 \backslash
11057 widehat
11058 \series default
11059  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11060  was folgendes Beispiel verdeutlicht:
11061 \begin_inset Formula 
11062 \[
11063 \widetilde{A+B=C-D}
11064 \]
11065
11066 \end_inset
11067
11068
11069 \end_layout
11070
11071 \begin_layout Standard
11072 Mit den im vorigen Kapitel beschriebenen Befehlen 
11073 \series bold
11074
11075 \backslash
11076 overset
11077 \series default
11078
11079 \begin_inset Index idx
11080 status collapsed
11081
11082 \begin_layout Plain Layout
11083 Befehle ! O ! 
11084 \backslash
11085 overset
11086 \end_layout
11087
11088 \end_inset
11089
11090  und 
11091 \series bold
11092
11093 \backslash
11094 underset
11095 \series default
11096
11097 \begin_inset Index idx
11098 status collapsed
11099
11100 \begin_layout Plain Layout
11101 Befehle ! U ! 
11102 \backslash
11103 underset
11104 \end_layout
11105
11106 \end_inset
11107
11108  ist es auch möglich mehrere Zeichen zu akzentuieren.
11109  Der Befehl 
11110 \series bold
11111
11112 \backslash
11113 underset
11114 \begin_inset space \textvisiblespace{}
11115 \end_inset
11116
11117 A=B
11118 \begin_inset Formula $\downarrow$
11119 \end_inset
11120
11121 ***
11122 \series default
11123  ergibt:
11124 \begin_inset Formula 
11125 \[
11126 \underset{***}{A=B}
11127 \]
11128
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \begin_layout Section
11135 Leerraum
11136 \begin_inset CommandInset label
11137 LatexCommand label
11138 name "sub:Leerraum"
11139
11140 \end_inset
11141
11142
11143 \begin_inset Index idx
11144 status collapsed
11145
11146 \begin_layout Plain Layout
11147 Leerraum ! horizontaler
11148 \end_layout
11149
11150 \end_inset
11151
11152
11153 \end_layout
11154
11155 \begin_layout Subsection
11156 Vordefinierter Leerraum
11157 \begin_inset CommandInset label
11158 LatexCommand label
11159 name "sub:Vordefinierter-Leerraum"
11160
11161 \end_inset
11162
11163
11164 \begin_inset Index idx
11165 status collapsed
11166
11167 \begin_layout Plain Layout
11168 Leerraum ! horizontaler ! vordefiniert
11169 \end_layout
11170
11171 \end_inset
11172
11173
11174 \end_layout
11175
11176 \begin_layout Standard
11177 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11178  Dazu gibt man ein geschütztes Leerzeichen ein.
11179  Es erscheint ein 
11180 \begin_inset Quotes gld
11181 \end_inset
11182
11183
11184 \color blue
11185
11186 \begin_inset space \textvisiblespace{}
11187 \end_inset
11188
11189
11190 \color inherit
11191
11192 \begin_inset Quotes grd
11193 \end_inset
11194
11195  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11196  Leerraum-Größen wählen.
11197  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11198 \begin_inset Info
11199 type  "icon"
11200 arg   "math-insert \\space"
11201 \end_inset
11202
11203  oder mit einzelnen Befehlen aufrufen.
11204  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11205  danach wieder aus allen Größen wählen.
11206 \end_layout
11207
11208 \begin_layout Standard
11209 \align center
11210 \begin_inset Tabular
11211 <lyxtabular version="3" rows="6" columns="3">
11212 <features rotate="0" tabularvalignment="middle">
11213 <column alignment="center" valignment="top">
11214 <column alignment="center" valignment="top" width="15col%">
11215 <column alignment="center" valignment="top">
11216 <row>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 Befehl
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 Anzahl der Leertastendrücke
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 Ergebnis
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 <row>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 ,
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 0
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 \begin_inset Formula $A\, B$
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \backslash
11286 :
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 1
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 \begin_inset Formula $A\: B$
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \end_inset
11311 </cell>
11312 </row>
11313 <row>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318
11319 \backslash
11320 ;
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 2
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 \begin_inset Formula $A\; B$
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 </row>
11347 <row>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \backslash
11354 quad
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 3
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\quad B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386
11387 \backslash
11388 qquad
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 4
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 \begin_inset Formula $A\qquad B$
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 </lyxtabular>
11416
11417 \end_inset
11418
11419
11420 \begin_inset space \hfill{}
11421 \end_inset
11422
11423
11424 \begin_inset Tabular
11425 <lyxtabular version="3" rows="6" columns="3">
11426 <features rotate="0" tabularvalignment="middle">
11427 <column alignment="center" valignment="top">
11428 <column alignment="center" valignment="top" width="15col%">
11429 <column alignment="center" valignment="top">
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 Befehl
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 Anzahl der Leertastendrücke
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 Ergebnis
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464
11465 \backslash
11466 hfill
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 5
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $A\hfill B$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498
11499 \backslash
11500 hspace*{1em}
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 6
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 \begin_inset Formula $A\hspace*{1em}B$
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 </row>
11527 <row>
11528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532
11533 \backslash
11534 hspace{1em}
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 7
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Formula $A\hspace{1em}B$
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566
11567 \backslash
11568
11569 \begin_inset space \textvisiblespace{}
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 8
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 \begin_inset Formula $A\ B$
11591 \end_inset
11592
11593
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 <row>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604
11605 \backslash
11606 !
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 9
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 \begin_inset Formula $A\! B$
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 </lyxtabular>
11634
11635 \end_inset
11636
11637
11638 \end_layout
11639
11640 \begin_layout Standard
11641 Leerraum
11642 \begin_inset space ~
11643 \end_inset
11644
11645 5
11646 \begin_inset space \thinspace{}
11647 \end_inset
11648
11649 --
11650 \begin_inset space \thinspace{}
11651 \end_inset
11652
11653 7 sind variable Leerräume, die in 
11654 \begin_inset CommandInset ref
11655 LatexCommand ref
11656 reference "sub:Variabler-Leerraum"
11657
11658 \end_inset
11659
11660  erläutert sind.
11661  Leerraum
11662 \begin_inset space ~
11663 \end_inset
11664
11665 9 scheint überhaupt keinen Leerraum zu produzieren.
11666  Er ist in LyX allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11667  denn er erstellt negativen Leerraum.
11668  Es gibt noch zwei weitere negative Leerräume:
11669 \begin_inset VSpace -4mm
11670 \end_inset
11671
11672
11673 \end_layout
11674
11675 \begin_layout Standard
11676 \align center
11677 \begin_inset Tabular
11678 <lyxtabular version="3" rows="3" columns="3">
11679 <features rotate="0" tabularvalignment="middle">
11680 <column alignment="center" valignment="middle" width="6.8cm">
11681 <column alignment="center" valignment="top" width="0pt">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 Befehl
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697
11698 \backslash
11699 negmedspace
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708
11709 \backslash
11710 negthickspace
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 10
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 11
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 <row>
11746 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 Ergebnis
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 \begin_inset Formula $A\negmedspace B$
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 \begin_inset Formula $A\negthickspace B$
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 </lyxtabular>
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \begin_layout Standard
11788 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11789  Man kann auf diese Weise Ligaturen erzwingen, was z.
11790 \begin_inset space \thinspace{}
11791 \end_inset
11792
11793 B.
11794  für Summenzeichen von Nutzen ist:
11795 \begin_inset VSpace -4mm
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Standard
11802 \align center
11803 \begin_inset Tabular
11804 <lyxtabular version="3" rows="3" columns="2">
11805 <features rotate="0" tabularvalignment="middle">
11806 <column alignment="center" valignment="top">
11807 <column alignment="center" valignment="top">
11808 <row>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 Befehl
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 Ergebnis
11823 \begin_inset Note Note
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827
11828 \series bold
11829
11830 \backslash
11831 raisebox
11832 \series default
11833  dient nur als Abstandhalter.
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 <row>
11845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849
11850 \backslash
11851 sum
11852 \backslash
11853 sum
11854 \begin_inset space \textvisiblespace{}
11855 \end_inset
11856
11857 f_kl
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880
11881 \backslash
11882 sum
11883 \backslash
11884 negmedspace
11885 \backslash
11886 sum
11887 \begin_inset space \textvisiblespace{}
11888 \end_inset
11889
11890 f_kl
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 </lyxtabular>
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Standard
11916 \noindent
11917 \begin_inset VSpace medskip
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 \noindent
11925 Relationen, wie z.
11926 \begin_inset space \thinspace{}
11927 \end_inset
11928
11929 B.
11930  Gleichheitszeichen, sind immer von Leerraum umgeben.
11931  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11932  TeX-Klammer.
11933  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11934 \begin_inset VSpace -4mm
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \begin_layout Standard
11941 \align center
11942 \begin_inset Tabular
11943 <lyxtabular version="3" rows="2" columns="2">
11944 <features rotate="0" tabularvalignment="middle">
11945 <column alignment="center" valignment="top" width="0pt">
11946 <column alignment="center" valignment="top" width="0pt">
11947 <row>
11948 <cell alignment="center" valignment="top" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 normale Gleichung
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 \begin_inset Formula $A=B$
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 <row>
11971 <cell alignment="center" valignment="top" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 \begin_inset Note Note
11976 status collapsed
11977
11978 \begin_layout Plain Layout
11979
11980 \series bold
11981
11982 \backslash
11983 raisebox
11984 \series default
11985  dient nur als Abstandhalter.
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \begin_inset Formula $\raisebox{5mm}{}$
11992 \end_inset
11993
11994 Gleichung ohne Leerraum
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 \begin_inset Formula $A{=}B$
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 </row>
12012 </lyxtabular>
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Standard
12020 Der Befehl für die letzte Formel lautet: 
12021 \series bold
12022 A
12023 \backslash
12024 {=
12025 \begin_inset Formula $\to$
12026 \end_inset
12027
12028 B
12029 \end_layout
12030
12031 \begin_layout Standard
12032 \begin_inset VSpace bigskip
12033 \end_inset
12034
12035 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
12036  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
12037  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
12038 \family sans
12039 Einfügen\SpecialChar \menuseparator
12040 Formatierung\SpecialChar \menuseparator
12041 Kleiner
12042 \begin_inset space ~
12043 \end_inset
12044
12045 Abstand
12046 \family default
12047  (Tastenkürzel 
12048 \family sans
12049 Strg+Shift+Leertaste
12050 \family default
12051 ) ein.
12052 \end_layout
12053
12054 \begin_layout Standard
12055 Ein Beispiel zur Veranschaulichung:
12056 \end_layout
12057
12058 \begin_layout Standard
12059 \begin_inset Tabular
12060 <lyxtabular version="3" rows="2" columns="2">
12061 <features rotate="0" tabularvalignment="middle">
12062 <column alignment="left" valignment="top">
12063 <column alignment="left" valignment="top">
12064 <row>
12065 <cell alignment="center" valignment="top" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 24 kW
12070 \begin_inset Formula $\cdot$
12071 \end_inset
12072
12073 h
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell alignment="center" valignment="top" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082 Leerzeichen zwischen Wert und Einheit
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 </row>
12088 <row>
12089 <cell alignment="center" valignment="top" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 24
12094 \begin_inset space \thinspace{}
12095 \end_inset
12096
12097 kW
12098 \begin_inset Formula $\cdot$
12099 \end_inset
12100
12101 h
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 kleinster Leerraum zwischen Wert und Einheit
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 </lyxtabular>
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \begin_layout Subsection
12124 Variabler Leerraum
12125 \begin_inset ERT
12126 status collapsed
12127
12128 \begin_layout Plain Layout
12129
12130
12131 \backslash
12132 texorpdfstring{
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \begin_inset Foot
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142 für vertikalen Leerraum in Formeln siehe 
12143 \begin_inset CommandInset ref
12144 LatexCommand ref
12145 reference "sub:Zeilenabstand"
12146
12147 \end_inset
12148
12149
12150 \end_layout
12151
12152 \end_inset
12153
12154
12155 \begin_inset ERT
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159
12160 }{}
12161 \end_layout
12162
12163 \end_inset
12164
12165
12166 \begin_inset Note Note
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170
12171 \series bold
12172
12173 \backslash
12174 texorpdfstring
12175 \series default
12176  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12177 \end_layout
12178
12179 \begin_layout Plain Layout
12180 Näheres zu 
12181 \series bold
12182
12183 \backslash
12184 texorpdfstring
12185 \series default
12186  steht in Kapitel 
12187 \begin_inset CommandInset ref
12188 LatexCommand ref
12189 reference "sub:Formeln-in-Überschriften"
12190
12191 \end_inset
12192
12193 .
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \begin_inset CommandInset label
12200 LatexCommand label
12201 name "sub:Variabler-Leerraum"
12202
12203 \end_inset
12204
12205
12206 \begin_inset Index idx
12207 status collapsed
12208
12209 \begin_layout Plain Layout
12210 Leerraum ! horizontaler ! variabel
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12220 \series bold
12221
12222 \backslash
12223 hspace
12224 \series default
12225
12226 \begin_inset Index idx
12227 status collapsed
12228
12229 \begin_layout Plain Layout
12230 Befehle ! H ! 
12231 \backslash
12232 hspace
12233 \end_layout
12234
12235 \end_inset
12236
12237  einfügen.
12238  Es erscheint ein langes 
12239 \begin_inset Quotes gld
12240 \end_inset
12241
12242
12243 \color blue
12244
12245 \begin_inset space \textvisiblespace{}
12246 \end_inset
12247
12248
12249 \color inherit
12250
12251 \begin_inset Quotes grd
12252 \end_inset
12253
12254 .
12255  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12256  das 
12257 \begin_inset Quotes gld
12258 \end_inset
12259
12260
12261 \color blue
12262
12263 \begin_inset space \textvisiblespace{}
12264 \end_inset
12265
12266
12267 \color inherit
12268
12269 \begin_inset Quotes grd
12270 \end_inset
12271
12272  klickt.
12273  Die Länge darf auch negativ sein.
12274  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
12275  weggelassen.
12276  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
12277 \series bold
12278
12279 \backslash
12280 hspace*
12281 \series default
12282  statt 
12283 \series bold
12284
12285 \backslash
12286 hspace
12287 \series default
12288  oder klickt mit der linken Maustaste auf das 
12289 \begin_inset Quotes gld
12290 \end_inset
12291
12292
12293 \color blue
12294
12295 \begin_inset space \textvisiblespace{}
12296 \end_inset
12297
12298
12299 \color inherit
12300
12301 \begin_inset Quotes grd
12302 \end_inset
12303
12304  und wählt die Option 
12305 \family sans
12306 Schützen
12307 \family default
12308  aus.
12309 \begin_inset Newline newline
12310 \end_inset
12311
12312 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12313  einnimmt, benutzt man den Befehl 
12314 \series bold
12315
12316 \backslash
12317 hfill
12318 \series default
12319
12320 \begin_inset Index idx
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324 Befehle ! H ! 
12325 \backslash
12326 hfill
12327 \end_layout
12328
12329 \end_inset
12330
12331 .
12332 \end_layout
12333
12334 \begin_layout Standard
12335 \begin_inset VSpace -1mm
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \begin_layout Standard
12342 \align center
12343 \begin_inset Tabular
12344 <lyxtabular version="3" rows="4" columns="2">
12345 <features rotate="0" tabularvalignment="middle">
12346 <column alignment="center" valignment="top">
12347 <column alignment="center" valignment="top">
12348 <row>
12349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Plain Layout
12353 Befehl (
12354 \backslash
12355 hspace Länge)
12356 \end_layout
12357
12358 \end_inset
12359 </cell>
12360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 Ergebnis
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 </row>
12370 <row>
12371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 A=B
12376 \backslash
12377 hspace
12378 \begin_inset space \textvisiblespace{}
12379 \end_inset
12380
12381 A
12382 \backslash
12383 not=C (3
12384 \begin_inset space \thinspace{}
12385 \end_inset
12386
12387 cm)
12388 \end_layout
12389
12390 \end_inset
12391 </cell>
12392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12397 \end_inset
12398
12399
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 </row>
12405 <row>
12406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 A
12411 \backslash
12412 hspace
12413 \begin_inset space \textvisiblespace{}
12414 \end_inset
12415
12416 A
12417 \backslash
12418 not=A (-1
12419 \begin_inset space \thinspace{}
12420 \end_inset
12421
12422 mm)
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12432 \end_inset
12433
12434
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 </row>
12440 <row>
12441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12442 \begin_inset Text
12443
12444 \begin_layout Plain Layout
12445 A=A
12446 \backslash
12447 hfill
12448 \begin_inset space \textvisiblespace{}
12449 \end_inset
12450
12451 B=B
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 \begin_inset Formula $A=A\hfill B=B$
12461 \end_inset
12462
12463
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 </row>
12469 </lyxtabular>
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Standard
12477 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12478  Spalteneintrags der Tabelle vorgegeben.
12479  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12480  in die 
12481 \series bold
12482
12483 \backslash
12484 hfill
12485 \series default
12486  eingegeben wird.
12487  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12488  
12489 \series bold
12490
12491 \backslash
12492 hfill
12493 \series default
12494  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12495 \series bold
12496 Eingerückt
12497 \series default
12498  eingestellt ist.
12499  (Formelstile sind in 
12500 \begin_inset CommandInset ref
12501 LatexCommand ref
12502 reference "sec:Formelstile"
12503
12504 \end_inset
12505
12506  erklärt.)
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Neben 
12511 \series bold
12512
12513 \backslash
12514 hfill
12515 \series default
12516  gibt es noch die Befehle 
12517 \series bold
12518
12519 \backslash
12520 dotfill
12521 \series default
12522  und 
12523 \series bold
12524
12525 \backslash
12526 hrulefill
12527 \series default
12528 , die den Leerraum mit einem Muster füllen, siehe 
12529 \begin_inset CommandInset ref
12530 LatexCommand ref
12531 reference "sub:Fortsetzungspunkte"
12532
12533 \end_inset
12534
12535  für ein Beispiel.
12536 \end_layout
12537
12538 \begin_layout Standard
12539 Variabler Leerraum kann für Text über das Menü 
12540 \family sans
12541 Einfügen\SpecialChar \menuseparator
12542 Formatierung\SpecialChar \menuseparator
12543 Horizontaler
12544 \begin_inset space ~
12545 \end_inset
12546
12547 Abstand
12548 \family default
12549  eingefügt werden:
12550 \end_layout
12551
12552 \begin_layout Standard
12553 Dies ist eine Zeile mit
12554 \begin_inset space \hspace{}
12555 \length 2cm
12556 \end_inset
12557
12558 2
12559 \begin_inset space \thinspace{}
12560 \end_inset
12561
12562 cm Leerraum.
12563 \end_layout
12564
12565 \begin_layout Standard
12566 Dies ist eine Zeile mit
12567 \begin_inset space \hfill{}
12568 \end_inset
12569
12570 maximalem Leerraum.
12571 \end_layout
12572
12573 \begin_layout Subsection
12574 Leerraum neben eingebetteten Formeln
12575 \begin_inset Index idx
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579 Leerraum ! neben eingebetteten Formeln
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Über die Länge 
12589 \series bold
12590
12591 \backslash
12592 mathsurround
12593 \series default
12594
12595 \begin_inset Index idx
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599 Befehle ! M ! 
12600 \backslash
12601 mathsurround
12602 \end_layout
12603
12604 \end_inset
12605
12606  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12607  wird.
12608  Der Wert einer Länge wird mit dem Befehl 
12609 \series bold
12610
12611 \backslash
12612 setlength
12613 \series default
12614
12615 \begin_inset Index idx
12616 status collapsed
12617
12618 \begin_layout Plain Layout
12619 Befehle ! S ! 
12620 \backslash
12621 setlength
12622 \end_layout
12623
12624 \end_inset
12625
12626  gesetzt.
12627  Dieser besitzt folgendes Befehlsschema:
12628 \end_layout
12629
12630 \begin_layout Standard
12631
12632 \series bold
12633
12634 \backslash
12635 setlength{Längenname}{Wert}
12636 \end_layout
12637
12638 \begin_layout Standard
12639 Um 
12640 \series bold
12641
12642 \backslash
12643 mathsurround
12644 \series default
12645  den Wert 5
12646 \begin_inset space \thinspace{}
12647 \end_inset
12648
12649 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12650 \end_layout
12651
12652 \begin_layout Standard
12653
12654 \series bold
12655
12656 \backslash
12657 setlength{
12658 \backslash
12659 mathsurround}{5mm}
12660 \end_layout
12661
12662 \begin_layout Standard
12663 ein.
12664  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12665 \begin_inset space \thinspace{}
12666 \end_inset
12667
12668 mm Leerraum gesetzt:
12669 \begin_inset ERT
12670 status collapsed
12671
12672 \begin_layout Plain Layout
12673
12674
12675 \backslash
12676 setlength{
12677 \backslash
12678 mathsurround}{5mm}
12679 \end_layout
12680
12681 \end_inset
12682
12683
12684 \end_layout
12685
12686 \begin_layout Standard
12687 Dies ist eine Zeile in der sich 
12688 \begin_inset Formula $A=B$
12689 \end_inset
12690
12691  eine Formel mit 5
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 mm umgebendem Leerraum befindet.
12696 \begin_inset ERT
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700
12701
12702 \backslash
12703 setlength{
12704 \backslash
12705 mathsurround}{0pt}
12706 \end_layout
12707
12708 \end_inset
12709
12710
12711 \end_layout
12712
12713 \begin_layout Standard
12714 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12715 \series bold
12716
12717 \backslash
12718 mathsurround
12719 \series default
12720  auf den Wert 0
12721 \begin_inset space \thinspace{}
12722 \end_inset
12723
12724 pt.
12725 \end_layout
12726
12727 \begin_layout Section
12728 Boxen und Rahmen
12729 \begin_inset Index idx
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733 Boxen
12734 \end_layout
12735
12736 \end_inset
12737
12738
12739 \begin_inset Index idx
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743 Rahmen | see
12744 \begin_inset ERT
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748
12749 {
12750 \end_layout
12751
12752 \end_inset
12753
12754 Boxen
12755 \begin_inset ERT
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759
12760 }
12761 \end_layout
12762
12763 \end_inset
12764
12765
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \begin_layout Standard
12774 Boxen für Text sind im Kapitel 
12775 \family typewriter
12776 Boxen
12777 \family default
12778  im Handbuch 
12779 \family typewriter
12780 Eingebettete
12781 \begin_inset space ~
12782 \end_inset
12783
12784 Objekte
12785 \family default
12786  beschrieben.
12787 \end_layout
12788
12789 \begin_layout Subsection
12790 Boxen mit Rahmen
12791 \begin_inset CommandInset label
12792 LatexCommand label
12793 name "sub:Boxen-mit-Rahmen"
12794
12795 \end_inset
12796
12797
12798 \begin_inset Index idx
12799 status collapsed
12800
12801 \begin_layout Plain Layout
12802 Boxen ! mit Rahmen
12803 \end_layout
12804
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12812 \series bold
12813
12814 \backslash
12815 fbox
12816 \series default
12817
12818 \begin_inset Index idx
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822 Befehle ! F ! 
12823 \backslash
12824 fbox
12825 \end_layout
12826
12827 \end_inset
12828
12829  und 
12830 \series bold
12831
12832 \backslash
12833 boxed
12834 \series default
12835
12836 \begin_inset Index idx
12837 status collapsed
12838
12839 \begin_layout Plain Layout
12840 Befehle ! B ! 
12841 \backslash
12842 boxed
12843 \end_layout
12844
12845 \end_inset
12846
12847  zu umranden.
12848 \end_layout
12849
12850 \begin_layout Standard
12851 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12852  in einem Rahmen.
12853  Bei 
12854 \series bold
12855
12856 \backslash
12857 fbox
12858 \series default
12859  muss in diesem Eingabefeld mit 
12860 \family sans
12861 Strg+M
12862 \family default
12863  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12864  als mathematischer Text behandelt.
12865  Verwendet man 
12866 \series bold
12867
12868 \backslash
12869 boxed
12870 \series default
12871 , wird automatisch im Rahmen eine neue Formel erzeugt.
12872 \end_layout
12873
12874 \begin_layout Standard
12875 Der Befehl 
12876 \series bold
12877
12878 \backslash
12879 fbox
12880 \series default
12881  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12882  wird dann immer in Textzeilengröße gesetzt.
12883  Im Gegensatz dazu ist 
12884 \series bold
12885
12886 \backslash
12887 boxed
12888 \series default
12889  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12890  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12891 \end_layout
12892
12893 \begin_layout Standard
12894 Als Erweiterung zu 
12895 \series bold
12896
12897 \backslash
12898 fbox
12899 \series default
12900  gibt es den Befehl 
12901 \series bold
12902
12903 \backslash
12904 framebox
12905 \series default
12906
12907 \begin_inset Index idx
12908 status collapsed
12909
12910 \begin_layout Plain Layout
12911 Befehle ! F ! 
12912 \backslash
12913 framebox
12914 \end_layout
12915
12916 \end_inset
12917
12918 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12919  kann.
12920  
12921 \series bold
12922
12923 \backslash
12924 framebox
12925 \series default
12926  wird nach folgendem Schema verwendet:
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 framebox[Rahmenbreite][Position]{Boxinhalt}
12935 \end_layout
12936
12937 \begin_layout Standard
12938 Die Position kann entweder 
12939 \emph on
12940 l
12941 \emph default
12942  oder 
12943 \emph on
12944 r
12945 \emph default
12946  sein.
12947  
12948 \emph on
12949 l
12950 \emph default
12951  bewirkt linksbündige, 
12952 \emph on
12953 r
12954 \emph default
12955  rechtsbündige Ausrichtung der Formel in der Box.
12956  Gibt man keine Position an, wird die Formel zentriert.
12957 \begin_inset Newline newline
12958 \end_inset
12959
12960 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12961  In diesem Falle wird die Rahmenbreite wie bei 
12962 \series bold
12963
12964 \backslash
12965 fbox
12966 \series default
12967  an den Boxinhalt angepasst.
12968 \end_layout
12969
12970 \begin_layout Standard
12971 Wenn man den Befehl 
12972 \series bold
12973
12974 \backslash
12975 framebox
12976 \series default
12977  eingibt, erscheint eine Box mit drei Eingabefeldern.
12978  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12979  beiden optionalen Argumente.
12980  In das dritte Feld wird wie bei 
12981 \series bold
12982
12983 \backslash
12984 fbox
12985 \series default
12986  die Formel eingegeben.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 \align center
12991 \begin_inset Tabular
12992 <lyxtabular version="3" rows="5" columns="2">
12993 <features rotate="0" tabularvalignment="middle">
12994 <column alignment="center" valignment="top">
12995 <column alignment="center" valignment="top">
12996 <row>
12997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 Befehl
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 Ergebnis
13011 \begin_inset Note Note
13012 status collapsed
13013
13014 \begin_layout Plain Layout
13015
13016 \series bold
13017
13018 \backslash
13019 raisebox
13020 \series default
13021  dient nur als Abstandhalter.
13022 \end_layout
13023
13024 \end_inset
13025
13026
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row>
13033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037
13038 \backslash
13039 fbox
13040 \begin_inset space \textvisiblespace{}
13041 \end_inset
13042
13043
13044 \family sans
13045 Strg+M
13046 \family default
13047  
13048 \backslash
13049 int
13050 \begin_inset space \textvisiblespace{}
13051 \end_inset
13052
13053 A=B
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 <row>
13072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076
13077 \backslash
13078 boxed
13079 \begin_inset space \textvisiblespace{}
13080 \end_inset
13081
13082
13083 \backslash
13084 int
13085 \begin_inset space \textvisiblespace{}
13086 \end_inset
13087
13088 A=B
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 </row>
13106 <row>
13107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 A+
13112 \backslash
13113 fbox
13114 \begin_inset space \textvisiblespace{}
13115 \end_inset
13116
13117 B
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13127 \end_inset
13128
13129
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 </row>
13135 <row>
13136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140
13141 \backslash
13142 framebox
13143 \begin_inset space \textvisiblespace{}
13144 \end_inset
13145
13146 20mm
13147 \begin_inset Formula $\to$
13148 \end_inset
13149
13150
13151 \begin_inset Formula $\to$
13152 \end_inset
13153
13154
13155 \family sans
13156 Strg+M
13157 \family default
13158  
13159 \backslash
13160 frac
13161 \begin_inset space \textvisiblespace{}
13162 \end_inset
13163
13164 A
13165 \begin_inset Formula $\downarrow$
13166 \end_inset
13167
13168 B
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 \begin_inset Formula $\raisebox{6mm}{}$
13178 \end_inset
13179
13180
13181 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13182 \end_inset
13183
13184
13185 \begin_inset Formula $\raisebox{-4mm}{}$
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 </lyxtabular>
13195
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Standard
13202 Die Rahmendicke kann ebenfalls eingestellt werden.
13203  Dazu müssen vor der Formel im TeX-Modus die Befehle
13204 \end_layout
13205
13206 \begin_layout Standard
13207
13208 \series bold
13209
13210 \backslash
13211 fboxrule
13212 \series default
13213  
13214 \series bold
13215
13216 \begin_inset Quotes gld
13217 \end_inset
13218
13219 Dicke
13220 \begin_inset Quotes grd
13221 \end_inset
13222
13223
13224 \series default
13225  
13226 \series bold
13227
13228 \backslash
13229 fboxsep
13230 \series default
13231  
13232 \series bold
13233
13234 \begin_inset Quotes gld
13235 \end_inset
13236
13237 Abstand
13238 \begin_inset Quotes grd
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \begin_layout Standard
13245 eingegeben werden.
13246  
13247 \begin_inset Quotes gld
13248 \end_inset
13249
13250 Abstand
13251 \begin_inset Quotes grd
13252 \end_inset
13253
13254  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13255  in der Box fest.
13256  Ein Beispiel dafür ist folgende umrandete Formel:
13257 \begin_inset ERT
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261
13262
13263 \backslash
13264 fboxrule 2mm 
13265 \backslash
13266 fboxsep 3mm
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \begin_inset Formula 
13273 \[
13274 \boxed{A+B=C}
13275 \]
13276
13277 \end_inset
13278
13279 Vor dieser Formel wurde im TeX-Modus
13280 \end_layout
13281
13282 \begin_layout Standard
13283
13284 \series bold
13285
13286 \backslash
13287 fboxrule
13288 \series default
13289  
13290 \series bold
13291 2mm
13292 \series default
13293  
13294 \series bold
13295
13296 \backslash
13297 fboxsep
13298 \series default
13299  
13300 \series bold
13301 3mm
13302 \end_layout
13303
13304 \begin_layout Standard
13305 eingegeben.
13306  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13307 \end_layout
13308
13309 \begin_layout Standard
13310 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13311  nächsten Formel im TeX-Modus folgende Befehle ein:
13312 \end_layout
13313
13314 \begin_layout Standard
13315
13316 \series bold
13317
13318 \backslash
13319 fboxrule
13320 \series default
13321  
13322 \series bold
13323 0.4pt
13324 \series default
13325  
13326 \series bold
13327
13328 \backslash
13329 fboxsep
13330 \series default
13331  
13332 \series bold
13333 3pt
13334 \series default
13335
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341
13342 \backslash
13343 fboxrule 0.4pt 
13344 \backslash
13345 fboxsep 3pt
13346 \end_layout
13347
13348 \end_inset
13349
13350
13351 \end_layout
13352
13353 \begin_layout Subsection
13354 Boxen ohne Rahmen
13355 \begin_inset CommandInset label
13356 LatexCommand label
13357 name "sub:Boxen-ohne-Rahmen"
13358
13359 \end_inset
13360
13361
13362 \begin_inset Index idx
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366 Boxen ! ohne Rahmen
13367 \end_layout
13368
13369 \end_inset
13370
13371
13372 \end_layout
13373
13374 \begin_layout Standard
13375 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13376 \series bold
13377
13378 \backslash
13379 mbox
13380 \series default
13381
13382 \begin_inset Index idx
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386 Befehle ! M ! 
13387 \backslash
13388 mbox
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \series bold
13395
13396 \backslash
13397 makebox
13398 \series default
13399
13400 \begin_inset Index idx
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404 Befehle ! M ! 
13405 \backslash
13406 makebox
13407 \end_layout
13408
13409 \end_inset
13410
13411  und
13412 \begin_inset Newline linebreak
13413 \end_inset
13414
13415
13416 \series bold
13417
13418 \backslash
13419 raisebox
13420 \series default
13421
13422 \begin_inset Index idx
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426 Befehle ! R ! 
13427 \backslash
13428 raisebox
13429 \end_layout
13430
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Standard
13437 Mit 
13438 \series bold
13439
13440 \backslash
13441 raisebox
13442 \series default
13443  kann man eine Box hoch- oder tiefstellen.
13444  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13445 n die Schriftgröße bei.
13446  
13447 \series bold
13448
13449 \backslash
13450 raisebox
13451 \series default
13452  wird dabei mit folgendem Schema benutzt:
13453 \end_layout
13454
13455 \begin_layout Standard
13456
13457 \series bold
13458
13459 \backslash
13460 raisebox{Höhe}{Boxinhalt}
13461 \end_layout
13462
13463 \begin_layout Standard
13464 Soll in der Box eine Formel stehen, muss man wie bei 
13465 \series bold
13466
13467 \backslash
13468 fbox
13469 \series default
13470  eine weitere Formel erstellen.
13471  
13472 \begin_inset Note Greyedout
13473 status open
13474
13475 \begin_layout Plain Layout
13476
13477 \series bold
13478 Achtung:
13479 \series default
13480  Für 
13481 \series bold
13482
13483 \backslash
13484 raisebox
13485 \series default
13486  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13487  
13488 \family sans
13489 Strg+M
13490 \family default
13491  erstellt, denn LyX unterstützt 
13492 \series bold
13493
13494 \backslash
13495 raisebox
13496 \series default
13497  noch nicht direkt.
13498 \end_layout
13499
13500 \end_inset
13501
13502
13503 \end_layout
13504
13505 \begin_layout Standard
13506 \align center
13507 \begin_inset Tabular
13508 <lyxtabular version="3" rows="4" columns="2">
13509 <features rotate="0" tabularvalignment="middle">
13510 <column alignment="center" valignment="top">
13511 <column alignment="center" valignment="top">
13512 <row>
13513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 Befehl
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 Ergebnis
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 </row>
13532 <row>
13533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 H
13538 \backslash
13539 raisebox{2mm
13540 \begin_inset Formula $\to$
13541 \end_inset
13542
13543
13544 \backslash
13545 {al
13546 \begin_inset Formula $\to$
13547 \end_inset
13548
13549  lo
13550 \end_layout
13551
13552 \end_inset
13553 </cell>
13554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 </row>
13567 <row>
13568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 H
13573 \backslash
13574 raisebox{-2mm
13575 \begin_inset Formula $\to$
13576 \end_inset
13577
13578
13579 \backslash
13580 {al
13581 \begin_inset Formula $\to$
13582 \end_inset
13583
13584 lo
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 A=
13608 \backslash
13609 raisebox{-2mm
13610 \begin_inset Formula $\to$
13611 \end_inset
13612
13613
13614 \backslash
13615 {
13616 \family sans
13617 Strg+M Strg+M
13618 \family default
13619  
13620 \backslash
13621 sqrt
13622 \begin_inset space \textvisiblespace{}
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 </lyxtabular>
13644
13645 \end_inset
13646
13647
13648 \end_layout
13649
13650 \begin_layout Standard
13651 Der Befehl 
13652 \series bold
13653
13654 \backslash
13655 mbox
13656 \series default
13657  ist äquivalent zu 
13658 \series bold
13659
13660 \backslash
13661 fbox
13662 \series default
13663  und 
13664 \series bold
13665
13666 \backslash
13667 makebox
13668 \series default
13669  ist äquivalent zu 
13670 \series bold
13671
13672 \backslash
13673 framebox
13674 \series default
13675 , nur dass es keinen Rahmen gibt.
13676 \end_layout
13677
13678 \begin_layout Subsection
13679 Farbige Boxen
13680 \begin_inset CommandInset label
13681 LatexCommand label
13682 name "sub:Farbige-Boxen"
13683
13684 \end_inset
13685
13686
13687 \begin_inset Index idx
13688 status collapsed
13689
13690 \begin_layout Plain Layout
13691 Boxen ! farbige
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \end_layout
13698
13699 \begin_layout Standard
13700 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13701  im LaTeX-Vorspann das LaTeX-Paket 
13702 \series bold
13703 color
13704 \series default
13705
13706 \begin_inset Foot
13707 status collapsed
13708
13709 \begin_layout Plain Layout
13710 Das Paket 
13711 \series bold
13712 color
13713 \series default
13714  ist Teil jeder LaTeX-Standardinstallation.
13715 \end_layout
13716
13717 \end_inset
13718
13719
13720 \begin_inset Index idx
13721 status collapsed
13722
13723 \begin_layout Plain Layout
13724 Pakete ! color
13725 \end_layout
13726
13727 \end_inset
13728
13729  mit der Zeile
13730 \end_layout
13731
13732 \begin_layout Standard
13733
13734 \series bold
13735
13736 \backslash
13737 usepackage{color}
13738 \end_layout
13739
13740 \begin_layout Standard
13741 geladen werden
13742 \begin_inset Foot
13743 status collapsed
13744
13745 \begin_layout Plain Layout
13746 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13747  LyX das LaTeX-Paket 
13748 \series bold
13749 color
13750 \series default
13751  automatisch.
13752  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13753  keine Probleme hervorruft.
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \begin_inset Note Note
13760 status collapsed
13761
13762 \begin_layout Plain Layout
13763 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13764  ein Makro eingefügt.
13765 \end_layout
13766
13767 \end_inset
13768
13769 .
13770 \end_layout
13771
13772 \begin_layout Standard
13773 \begin_inset VSpace medskip
13774 \end_inset
13775
13776 Um Boxen einzufärben, verwendet man den Befehl 
13777 \series bold
13778
13779 \backslash
13780 colorbox
13781 \series default
13782
13783 \begin_inset Index idx
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787 Befehle ! C ! 
13788 \backslash
13789 colorbox
13790 \end_layout
13791
13792 \end_inset
13793
13794  nach folgendem Schema:
13795 \end_layout
13796
13797 \begin_layout Standard
13798
13799 \series bold
13800
13801 \backslash
13802 colorbox{Farbe}{Boxinhalt}
13803 \end_layout
13804
13805 \begin_layout Standard
13806 Der Boxinhalt kann auch wieder eine Box sein und eine 
13807 \series bold
13808
13809 \backslash
13810 colorbox
13811 \series default
13812  kann auch ein Teil einer anderen Box sein (siehe 2.
13813  und 3.
13814  Beispiel).
13815  Soll in der Box eine Formel stehen, muss wie bei 
13816 \series bold
13817
13818 \backslash
13819 raisebox
13820 \series default
13821  eine weitere Formel erstellt werden.
13822 \begin_inset Foot
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826 Das gilt auch für den Befehl 
13827 \series bold
13828
13829 \backslash
13830 fcolorbox
13831 \series default
13832 .
13833 \end_layout
13834
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \begin_layout Standard
13841 Aus folgenden vordefinierten Farben kann gewählt werden:
13842 \end_layout
13843
13844 \begin_layout Standard
13845
13846 \series bold
13847 black
13848 \series default
13849
13850 \series bold
13851 blue
13852 \series default
13853
13854 \series bold
13855 cyan
13856 \series default
13857
13858 \series bold
13859 green
13860 \series default
13861
13862 \series bold
13863 magenta
13864 \series default
13865
13866 \series bold
13867 red
13868 \series default
13869
13870 \series bold
13871 white
13872 \series default
13873  und 
13874 \series bold
13875 yellow
13876 \end_layout
13877
13878 \begin_layout Standard
13879 \align center
13880 \begin_inset Tabular
13881 <lyxtabular version="3" rows="4" columns="2">
13882 <features rotate="0" tabularvalignment="middle">
13883 <column alignment="center" valignment="top">
13884 <column alignment="center" valignment="top">
13885 <row>
13886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 Befehl
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 Ergebnis
13900 \begin_inset Note Note
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905 \series bold
13906
13907 \backslash
13908 raisebox
13909 \series default
13910  dient nur als Abstandhalter.
13911 \end_layout
13912
13913 \end_inset
13914
13915
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926
13927 \backslash
13928 colorbox{yellow
13929 \begin_inset Formula $\to$
13930 \end_inset
13931
13932
13933 \backslash
13934 {A=B
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957
13958 \backslash
13959 colorbox{green
13960 \begin_inset Formula $\to$
13961 \end_inset
13962
13963
13964 \backslash
13965 {
13966 \backslash
13967 fbox
13968 \begin_inset space \textvisiblespace{}
13969 \end_inset
13970
13971 A=B
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13981 \end_inset
13982
13983
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \backslash
13996 fbox
13997 \begin_inset space \textvisiblespace{}
13998 \end_inset
13999
14000
14001 \backslash
14002 colorbox{green
14003 \begin_inset Formula $\to$
14004 \end_inset
14005
14006
14007 \backslash
14008 {
14009 \family sans
14010 Strg+M Strg+M
14011 \family default
14012  
14013 \backslash
14014 int
14015 \begin_inset space \textvisiblespace{}
14016 \end_inset
14017
14018 C=D
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14028 \end_inset
14029
14030
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 </row>
14036 </lyxtabular>
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044
14045 \series bold
14046
14047 \backslash
14048 colorbox
14049 \series default
14050  färbt nur die Box, nicht aber die Zeichen in der Box ein.
14051  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
14052  
14053 \family sans
14054 Textstil
14055 \family default
14056  die gewünschte Farbe aus.
14057  Der Dialog kann mit dem Werkzeugleistenknopf 
14058 \begin_inset Info
14059 type  "icon"
14060 arg   "dialog-show character"
14061 \end_inset
14062
14063  oder dem Menü 
14064 \family sans
14065 Bearbeiten\SpecialChar \menuseparator
14066 Textstil\SpecialChar \menuseparator
14067 Benutzerdefiniert
14068 \family default
14069  aufgerufen werden.
14070  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14071  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14072  innerhalb der Formel die Farbe geändert werden.
14073 \end_layout
14074
14075 \begin_layout Standard
14076 Ein Beispiel:
14077 \end_layout
14078
14079 \begin_layout Standard
14080
14081 \color red
14082 \begin_inset Formula 
14083 \begin{equation}
14084 \int A=B\label{eq:rot}
14085 \end{equation}
14086
14087 \end_inset
14088
14089
14090 \color green
14091
14092 \begin_inset Formula 
14093 \begin{equation}
14094 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14095 \end{equation}
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 Formel 
14104 \begin_inset CommandInset ref
14105 LatexCommand eqref
14106 reference "eq:rot"
14107
14108 \end_inset
14109
14110  ist komplett rot gefärbt.
14111 \begin_inset Newline newline
14112 \end_inset
14113
14114 Formel 
14115 \begin_inset CommandInset ref
14116 LatexCommand eqref
14117 reference "eq:rotgruen"
14118
14119 \end_inset
14120
14121  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14122  Anschließend wurden die Formelzeichen rot gefärbt.
14123 \end_layout
14124
14125 \begin_layout Standard
14126 \begin_inset VSpace bigskip
14127 \end_inset
14128
14129 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14130  den Befehl 
14131 \series bold
14132
14133 \backslash
14134 fcolorbox
14135 \series default
14136
14137 \begin_inset Index idx
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Befehle ! F ! 
14142 \backslash
14143 fcolorbox
14144 \end_layout
14145
14146 \end_inset
14147
14148  nach folgendem Schema:
14149 \end_layout
14150
14151 \begin_layout Standard
14152
14153 \series bold
14154
14155 \backslash
14156 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14157 \end_layout
14158
14159 \begin_layout Standard
14160
14161 \series bold
14162
14163 \backslash
14164 fcolorbox
14165 \series default
14166  stellt also eine Erweiterung des Befehls 
14167 \series bold
14168
14169 \backslash
14170 colorbox
14171 \series default
14172  dar.
14173  Die Rahmenbreite wird, wie bei 
14174 \series bold
14175
14176 \backslash
14177 framebox
14178 \series default
14179 , mit 
14180 \series bold
14181
14182 \backslash
14183 fboxrule
14184 \series default
14185  und 
14186 \series bold
14187
14188 \backslash
14189 fboxsep
14190 \series default
14191  festgelegt.
14192  Ein Beispiel:
14193 \begin_inset ERT
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197
14198
14199 \backslash
14200 fboxrule 1mm 
14201 \backslash
14202 fboxsep 1mm
14203 \end_layout
14204
14205 \end_inset
14206
14207
14208 \begin_inset Formula 
14209 \[
14210 \fcolorbox{cyan}{magenta}{A=B}
14211 \]
14212
14213 \end_inset
14214
14215
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221
14222 \backslash
14223 fboxrule 0.4pt 
14224 \backslash
14225 fboxsep 3pt
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Standard
14234 Diese Formel wurde mit folgendem Befehl erstellt:
14235 \begin_inset Newline newline
14236 \end_inset
14237
14238
14239 \series bold
14240
14241 \backslash
14242 fcolorbox{cyan
14243 \begin_inset Formula $\to$
14244 \end_inset
14245
14246
14247 \backslash
14248 {magenta
14249 \begin_inset Formula $\to$
14250 \end_inset
14251
14252
14253 \backslash
14254 {A=B
14255 \end_layout
14256
14257 \begin_layout Standard
14258 \begin_inset VSpace bigskip
14259 \end_inset
14260
14261 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14262  selbst definieren.
14263 \end_layout
14264
14265 \begin_layout Standard
14266 Man kann z.
14267 \begin_inset space \thinspace{}
14268 \end_inset
14269
14270 B.
14271  mit folgender LaTeX-Vorspannzeile die Farbe 
14272 \begin_inset Quotes gld
14273 \end_inset
14274
14275
14276 \series bold
14277 dunkelgruen
14278 \series default
14279
14280 \begin_inset Quotes grd
14281 \end_inset
14282
14283
14284 \begin_inset Foot
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288 In Befehlen darf kein Umlaut stehen, siehe 
14289 \begin_inset CommandInset ref
14290 LatexCommand ref
14291 reference "sec:Benutzerdefinierte-Befehle"
14292
14293 \end_inset
14294
14295 .
14296 \end_layout
14297
14298 \end_inset
14299
14300  definieren:
14301 \end_layout
14302
14303 \begin_layout Standard
14304
14305 \series bold
14306
14307 \backslash
14308 definecolor{dunkelgruen}{cmyk}{0.5,
14309 \series default
14310  
14311 \series bold
14312 0,
14313 \series default
14314  
14315 \series bold
14316 1,
14317 \series default
14318  
14319 \series bold
14320 0.5}
14321 \series default
14322
14323 \begin_inset Index idx
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327 Befehle ! D ! 
14328 \backslash
14329 definecolor
14330 \end_layout
14331
14332 \end_inset
14333
14334
14335 \end_layout
14336
14337 \begin_layout Standard
14338
14339 \series bold
14340 cmyk
14341 \series default
14342  ist der Farbraum und steht für die Farben 
14343 \series bold
14344 cyan
14345 \series default
14346
14347 \series bold
14348 magenta
14349 \series default
14350
14351 \series bold
14352 yellow
14353 \series default
14354  und 
14355 \series bold
14356 black
14357 \series default
14358 .
14359  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14360  Für den Anteil kann man Werte im Bereich 0
14361 \begin_inset space \thinspace{}
14362 \end_inset
14363
14364 -
14365 \begin_inset space \thinspace{}
14366 \end_inset
14367
14368 1 angeben.
14369  Anstelle von 
14370 \series bold
14371 cmyk
14372 \series default
14373  kann man zur Definition auch den Farbraum 
14374 \series bold
14375 rgb
14376 \series default
14377  verwenden.
14378  
14379 \series bold
14380 rgb
14381 \series default
14382  steht für 
14383 \series bold
14384 red
14385 \series default
14386
14387 \series bold
14388 green
14389 \series default
14390  und 
14391 \series bold
14392 blue
14393 \series default
14394 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14395  Des Weiteren gibt es noch den Farbraum 
14396 \series bold
14397 gray
14398 \series default
14399 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14400 \end_layout
14401
14402 \begin_layout Standard
14403 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14404 \series bold
14405 darkgreen
14406 \series default
14407 , bei der die Zeichenfarbe 
14408 \series bold
14409 yellow
14410 \series default
14411  gewählt wurde:
14412 \begin_inset Formula 
14413 \begin{equation}
14414 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14415 \end{equation}
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423 Selbst definierte Farben können mit dem Befehl 
14424 \series bold
14425
14426 \backslash
14427 textcolor
14428 \series default
14429  auch für Text
14430 \begin_inset Index idx
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434 Text ! farbiger
14435 \end_layout
14436
14437 \end_inset
14438
14439  verwendet werden:
14440 \end_layout
14441
14442 \begin_layout Standard
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448
14449 \backslash
14450 textcolor{dunkelgruen}{
14451 \end_layout
14452
14453 \end_inset
14454
14455 Dieser Satz ist 
14456 \begin_inset Quotes gld
14457 \end_inset
14458
14459 dunkelgruen
14460 \begin_inset Quotes grd
14461 \end_inset
14462
14463 .
14464 \begin_inset ERT
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468
14469 }
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478
14479 \series bold
14480
14481 \backslash
14482 textcolor
14483 \series default
14484
14485 \begin_inset Index idx
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489 Befehle ! T ! 
14490 \backslash
14491 textcolor
14492 \end_layout
14493
14494 \end_inset
14495
14496  wird nach dem Schema 
14497 \series bold
14498
14499 \backslash
14500 textcolor{Farbe}{zu
14501 \series default
14502  
14503 \series bold
14504 färbende
14505 \series default
14506  
14507 \series bold
14508 Zeichen}
14509 \series default
14510  verwendet.
14511 \end_layout
14512
14513 \begin_layout Subsection
14514 Absatzboxen
14515 \begin_inset CommandInset label
14516 LatexCommand label
14517 name "sub:Absatzboxen"
14518
14519 \end_inset
14520
14521
14522 \begin_inset Index idx
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 Boxen ! Absatz-
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \end_layout
14533
14534 \begin_layout Standard
14535 Mit dem Menü 
14536 \family sans
14537 Einfügen\SpecialChar \menuseparator
14538 Box
14539 \family default
14540  oder dem Werkzeugleistenknopf 
14541 \begin_inset Info
14542 type  "icon"
14543 arg   "box-insert"
14544 \end_inset
14545
14546  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14547  eine so genannte 
14548 \emph on
14549 Parbox
14550 \emph default
14551  (Absatzbox).
14552 \end_layout
14553
14554 \begin_layout Standard
14555 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14556 \end_layout
14557
14558 \begin_layout Standard
14559 \begin_inset VSpace medskip
14560 \end_inset
14561
14562 Dies ist eine Zeile 
14563 \begin_inset Box Boxed
14564 position "c"
14565 hor_pos "c"
14566 has_inner_box 1
14567 inner_pos "t"
14568 use_parbox 1
14569 use_makebox 0
14570 width "5cm"
14571 special "none"
14572 height "1in"
14573 height_special "totalheight"
14574 status open
14575
14576 \begin_layout Plain Layout
14577 Dies ist die Absatzbox.
14578  Sie ist genau 5
14579 \begin_inset space \thinspace{}
14580 \end_inset
14581
14582 cm lang und kann auch Formeln enthalten: 
14583 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \end_inset
14590
14591  mit einer Absatzbox.
14592 \begin_inset VSpace medskip
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14600  graue Box mit dem Namen 
14601 \begin_inset Quotes gld
14602 \end_inset
14603
14604 Box(Gerahmt)
14605 \begin_inset Quotes grd
14606 \end_inset
14607
14608  klickt.
14609  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14610  In diesem Fall: 
14611 \emph on
14612 Verzierung
14613 \emph default
14614 : Rechteckige Box, 
14615 \emph on
14616 Innere Box
14617 \emph default
14618 : Parbox, 
14619 \emph on
14620 Breite
14621 \emph default
14622 : 5
14623 \begin_inset space \thinspace{}
14624 \end_inset
14625
14626 cm, 
14627 \emph on
14628 Vertikale Box Ausrichtung
14629 \emph default
14630 : Mitte
14631 \end_layout
14632
14633 \begin_layout Standard
14634 \begin_inset VSpace medskip
14635 \end_inset
14636
14637 In LaTeX wird eine Absatzbox mit dem Befehl 
14638 \series bold
14639
14640 \backslash
14641 parbox
14642 \series default
14643
14644 \begin_inset Index idx
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 Befehle ! P ! 
14649 \backslash
14650 parbox
14651 \end_layout
14652
14653 \end_inset
14654
14655  erstellt, welcher folgendes Schema besitzt:
14656 \end_layout
14657
14658 \begin_layout Standard
14659
14660 \series bold
14661
14662 \backslash
14663 parbox[Position]{Breite}{Boxinhalt}
14664 \end_layout
14665
14666 \begin_layout Standard
14667 Die Positionen 
14668 \emph on
14669 b
14670 \emph default
14671  und 
14672 \emph on
14673 t
14674 \emph default
14675  sind möglich.
14676  
14677 \emph on
14678 b
14679 \emph default
14680  steht für 
14681 \begin_inset Quotes gld
14682 \end_inset
14683
14684 bottom
14685 \begin_inset Quotes grd
14686 \end_inset
14687
14688  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
14689  eingepasst wird.
14690  Bei 
14691 \emph on
14692 t
14693 \emph default
14694  wie 
14695 \begin_inset Quotes gld
14696 \end_inset
14697
14698 top
14699 \begin_inset Quotes grd
14700 \end_inset
14701
14702  (oben) geschieht dies für die erste Zeile.
14703  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14704  siehe das Kapitel 
14705 \emph on
14706 Boxen
14707 \emph default
14708  des Handbuchs
14709 \emph on
14710  Eingebettete
14711 \begin_inset space ~
14712 \end_inset
14713
14714 Objekte
14715 \emph default
14716  für Beispiele.
14717 \end_layout
14718
14719 \begin_layout Standard
14720 \begin_inset VSpace bigskip
14721 \end_inset
14722
14723 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14724  in eine Absatzbox setzen.
14725  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14726 \series bold
14727
14728 \backslash
14729 fbox{
14730 \backslash
14731 parbox{
14732 \backslash
14733 linewidth-2
14734 \backslash
14735 fboxsep-2
14736 \backslash
14737 fboxrule}{
14738 \series default
14739 .
14740  Hierbei steht 
14741 \series bold
14742
14743 \backslash
14744 linewidth
14745 \series default
14746
14747 \begin_inset Index idx
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751 Befehle ! L ! 
14752 \backslash
14753 linewidth
14754 \end_layout
14755
14756 \end_inset
14757
14758  für die im Dokument eingestellte Zeilenbreite.
14759  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14760 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14761  Da dies LyX aufgrund eines Fehlers
14762 \begin_inset Foot
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766 \begin_inset CommandInset href
14767 LatexCommand href
14768 name "LyX-Fehler #4483"
14769 target "http://www.lyx.org/trac/ticket/4483"
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \end_inset
14777
14778  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14779  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14780 spann das LaTeX-Paket 
14781 \series bold
14782 calc
14783 \series default
14784
14785 \begin_inset Foot
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789
14790 \series bold
14791 calc
14792 \series default
14793  ist Teil jeder LaTeX-Standardinstallation.
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \begin_inset Index idx
14800 status collapsed
14801
14802 \begin_layout Plain Layout
14803 Pakete ! calc
14804 \end_layout
14805
14806 \end_inset
14807
14808  mit der Zeile
14809 \end_layout
14810
14811 \begin_layout Standard
14812
14813 \series bold
14814
14815 \backslash
14816 usepackage{calc}
14817 \end_layout
14818
14819 \begin_layout Standard
14820 geladen werden.
14821  Nach der Formel werden beide Boxen geschlossen, indem man 
14822 \series bold
14823 }}
14824 \series default
14825  im TeX-Modus eingibt.
14826  Dazu ein Beispiel:
14827 \begin_inset ERT
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831
14832
14833 \backslash
14834 fboxsep 5mm 
14835 \backslash
14836 fboxrule 5mm
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \begin_layout Standard
14845 \begin_inset ERT
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849
14850
14851 \backslash
14852 fbox{
14853 \backslash
14854 parbox{
14855 \backslash
14856 linewidth-2
14857 \backslash
14858 fboxsep-2
14859 \backslash
14860 fboxrule}{
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \begin_inset Formula 
14867 \begin{equation}
14868 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14869 \end{equation}
14870
14871 \end_inset
14872
14873
14874 \begin_inset ERT
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878
14879 }}
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \begin_inset ERT
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889
14890
14891 \backslash
14892 fboxrule 0.4pt 
14893 \backslash
14894 fboxsep 3pt
14895 \end_layout
14896
14897 \end_inset
14898
14899
14900 \end_layout
14901
14902 \begin_layout Standard
14903 \begin_inset VSpace medskip
14904 \end_inset
14905
14906 Da im Argument von 
14907 \series bold
14908
14909 \backslash
14910 fbox
14911 \series default
14912  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14913  keinen Unterschied zwischen 
14914 \series bold
14915
14916 \backslash
14917 fbox
14918 \series default
14919  und 
14920 \series bold
14921
14922 \backslash
14923 boxed
14924 \series default
14925 .
14926 \end_layout
14927
14928 \begin_layout Standard
14929 \begin_inset VSpace bigskip
14930 \end_inset
14931
14932 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14933  Dazu verwendet man 
14934 \series bold
14935
14936 \backslash
14937 parbox
14938 \series default
14939  in Verbindung mit dem Befehl 
14940 \series bold
14941
14942 \backslash
14943 tag
14944 \series default
14945 .
14946  (mehr zu 
14947 \series bold
14948
14949 \backslash
14950 tag
14951 \series default
14952  siehe 
14953 \begin_inset CommandInset ref
14954 LatexCommand ref
14955 reference "sub:Benutzerdefinierte-Nummerierung"
14956
14957 \end_inset
14958
14959 )
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Ein Beispiel einer mit Hilfe von 
14964 \series bold
14965
14966 \backslash
14967 parbox
14968 \series default
14969  kommentierten Formel:
14970 \end_layout
14971
14972 \begin_layout Standard
14973 \begin_inset ERT
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977
14978
14979 \backslash
14980 [5x-7b=3b
14981 \backslash
14982 tag*{
14983 \backslash
14984 parbox{5cm}{
14985 \end_layout
14986
14987 \end_inset
14988
14989 Dies ist eine Beschreibung.
14990  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14991 \begin_inset ERT
14992 status collapsed
14993
14994 \begin_layout Plain Layout
14995
14996 }}
14997 \backslash
14998 ]
14999 \end_layout
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Standard
15007 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
15008  Befehl 
15009 \series bold
15010
15011 \backslash
15012 parbox
15013 \series default
15014  in Formeln noch nicht unterstützt.
15015  Die Formel wird mit folgender Befehlssequenz erstellt:
15016 \end_layout
15017
15018 \begin_layout Standard
15019 Der Befehl 
15020 \series bold
15021
15022 \backslash
15023 [5x-7b=3b
15024 \backslash
15025 tag*
15026 \backslash
15027 {
15028 \backslash
15029 parbox{5cm}{
15030 \series default
15031  wird im TeX-Modus eingegeben.
15032 \begin_inset Foot
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036 Ist der Formelstil 
15037 \series bold
15038 Eingerückt
15039 \series default
15040  aktiviert, kann 
15041 \series bold
15042
15043 \backslash
15044 tag*
15045 \backslash
15046 {
15047 \series default
15048  auch durch 
15049 \series bold
15050
15051 \backslash
15052 hfill
15053 \series default
15054  ersetzt werden.
15055  (Formelstile siehe 
15056 \begin_inset CommandInset ref
15057 LatexCommand ref
15058 reference "sec:Formelstile"
15059
15060 \end_inset
15061
15062 )
15063 \end_layout
15064
15065 \end_inset
15066
15067  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
15068 \series bold
15069 }}
15070 \backslash
15071 ]
15072 \series default
15073  im TeX-Modus ein.
15074  Die Befehle 
15075 \series bold
15076
15077 \backslash
15078 [
15079 \series default
15080  und 
15081 \series bold
15082
15083 \backslash
15084 ]
15085 \series default
15086  erstellen hierbei eine abgesetzte Formel.
15087 \end_layout
15088
15089 \begin_layout Standard
15090 Die Vorteile von 
15091 \series bold
15092
15093 \backslash
15094 parbox
15095 \series default
15096  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15097  Textmodus 
15098 \begin_inset Quotes gld
15099 \end_inset
15100
15101 kommentiert
15102 \begin_inset Quotes grd
15103 \end_inset
15104
15105  wurde:
15106 \begin_inset Formula 
15107 \[
15108 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15109 \]
15110
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \begin_layout Section
15117 Operatoren
15118 \begin_inset Index idx
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122 Operatoren
15123 \end_layout
15124
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \begin_layout Subsection
15131 Große Operatoren
15132 \begin_inset CommandInset label
15133 LatexCommand label
15134 name "sub:Große-Operatoren"
15135
15136 \end_inset
15137
15138
15139 \begin_inset Index idx
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143 Operatoren ! große
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \begin_inset Index idx
15150 status collapsed
15151
15152 \begin_layout Plain Layout
15153 Summen
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \begin_inset Index idx
15160 status collapsed
15161
15162 \begin_layout Plain Layout
15163 Integrale
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Standard
15172 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15173  sind, muss die Option 
15174 \family sans
15175 esint-Paket automatisch verwenden
15176 \family default
15177  in den Dokumenteinstellungen unter 
15178 \family sans
15179 Mathe-Optionen
15180 \family default
15181  gewählt sein.
15182 \end_layout
15183
15184 \begin_layout Standard
15185 \begin_inset space \hfill{}
15186 \end_inset
15187
15188
15189 \begin_inset Tabular
15190 <lyxtabular version="3" rows="11" columns="2">
15191 <features rotate="0" tabularvalignment="middle">
15192 <column alignment="center" valignment="top" width="0pt">
15193 <column alignment="center" valignment="top" width="0pt">
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 Befehl
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 Ergebnis
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 </row>
15214 <row>
15215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \backslash
15221 int
15222 \begin_inset Index idx
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226 Befehle ! I ! 
15227 \backslash
15228 int
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 \begin_inset Formula $\int$
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \backslash
15258 oint
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 \begin_inset Formula $\oint$
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 </row>
15276 <row>
15277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281
15282 \backslash
15283 ointctrclockwise
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292 \begin_inset Formula $\ointctrclockwise$
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 <row>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \backslash
15308 ointclockwise
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 \begin_inset Formula $\ointclockwise$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 </row>
15326 <row>
15327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331
15332 \backslash
15333 sqint
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 \begin_inset Formula $\sqint$
15343 \end_inset
15344
15345
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 </row>
15351 <row>
15352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356
15357 \backslash
15358 fint
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367  
15368 \begin_inset Formula $\fint$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 landupint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393  
15394 \begin_inset Formula $\landupint$
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 <row>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \backslash
15410 landdownint
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419  
15420 \begin_inset Formula $\landdownint$
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 </row>
15429 <row>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434
15435 \backslash
15436 bigcap
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset Formula $\bigcap$
15446 \end_inset
15447
15448
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \backslash
15461 bigcup
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 \begin_inset Formula $\bigcup$
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 </lyxtabular>
15480
15481 \end_inset
15482
15483
15484 \begin_inset space \hfill{}
15485 \end_inset
15486
15487
15488 \begin_inset Tabular
15489 <lyxtabular version="3" rows="11" columns="2">
15490 <features rotate="0" tabularvalignment="middle">
15491 <column alignment="center" valignment="top" width="0pt">
15492 <column alignment="center" valignment="top" width="0pt">
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498 Befehl
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507 Ergebnis
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 </row>
15513 <row>
15514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518
15519 \backslash
15520 sum
15521 \begin_inset Index idx
15522 status collapsed
15523
15524 \begin_layout Plain Layout
15525 Befehle ! S ! 
15526 \backslash
15527 sum
15528 \end_layout
15529
15530 \end_inset
15531
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 \begin_inset Formula $\sum$
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \backslash
15557 prod
15558 \begin_inset Index idx
15559 status collapsed
15560
15561 \begin_layout Plain Layout
15562 Befehle ! P ! 
15563 \backslash
15564 prod
15565 \end_layout
15566
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578 \begin_inset Formula $\prod$
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 <row>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \backslash
15594 coprod
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Formula $\coprod$
15604 \end_inset
15605
15606
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 </row>
15612 <row>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617
15618 \backslash
15619 bigodot
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628 \begin_inset Formula $\bigodot$
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 </row>
15637 <row>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642
15643 \backslash
15644 bigotimes
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 \begin_inset Formula $\bigotimes$
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 </row>
15662 <row>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667
15668 \backslash
15669 bigoplus
15670 \end_layout
15671
15672 \end_inset
15673 </cell>
15674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678 \begin_inset Formula $\bigoplus$
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692
15693 \backslash
15694 bigwedge
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703 \begin_inset Formula $\bigwedge$
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 <row>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717
15718 \backslash
15719 bigvee
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15725 \begin_inset Text
15726
15727 \begin_layout Plain Layout
15728 \begin_inset Formula $\bigvee$
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \backslash
15744 bigsqcup
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 \begin_inset Formula $\bigsqcup$
15754 \end_inset
15755
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 </row>
15762 <row>
15763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \backslash
15769 biguplus
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 \begin_inset Formula $\biguplus$
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 </row>
15787 </lyxtabular>
15788
15789 \end_inset
15790
15791
15792 \begin_inset space \hfill{}
15793 \end_inset
15794
15795
15796 \end_layout
15797
15798 \begin_layout Standard
15799 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15800 \begin_inset Info
15801 type  "icon"
15802 arg   "math-insert \\intop"
15803 \end_inset
15804
15805  eingefügt werden.
15806 \end_layout
15807
15808 \begin_layout Standard
15809 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15810  Teil gleich aussehenden binären Operatoren.
15811  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15812  beschrieben.
15813 \end_layout
15814
15815 \begin_layout Standard
15816 Für alle Integrale gibt es Befehle, die auf 
15817 \series bold
15818 op
15819 \series default
15820  enden: 
15821 \series bold
15822
15823 \backslash
15824 intop
15825 \series default
15826
15827 \series bold
15828
15829 \backslash
15830 ointop
15831 \series default
15832  usw..
15833  Diese unterscheiden sich von 
15834 \series bold
15835
15836 \backslash
15837 int
15838 \series default
15839  usw.
15840 \begin_inset space \space{}
15841 \end_inset
15842
15843 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15844 \begin_inset CommandInset ref
15845 LatexCommand ref
15846 reference "sub:Operatorgrenzen"
15847
15848 \end_inset
15849
15850 .
15851  
15852 \end_layout
15853
15854 \begin_layout Subsubsection*
15855 Hinweise zu Integralen
15856 \end_layout
15857
15858 \begin_layout Standard
15859 Der Buchstabe 
15860 \emph on
15861 d
15862 \emph default
15863  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15864  muss.
15865  Dazu markiert man das 
15866 \emph on
15867 d
15868 \emph default
15869  und wandelt es mit der Tastenkombination 
15870 \family sans
15871 Alt+Z
15872 \begin_inset space ~
15873 \end_inset
15874
15875 R
15876 \family default
15877
15878 \begin_inset Foot
15879 status collapsed
15880
15881 \begin_layout Plain Layout
15882 Schriftstile siehe 
15883 \begin_inset CommandInset ref
15884 LatexCommand ref
15885 reference "sub:Schriftstile"
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \end_inset
15893
15894  um.
15895  Anschließend fügt man vor dem 
15896 \emph on
15897 d
15898 \emph default
15899 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15900  Dazu ein Beispiel:
15901 \end_layout
15902
15903 \begin_layout Standard
15904 inkorrekt: 
15905 \begin_inset Formula $\int A(x)dx$
15906 \end_inset
15907
15908
15909 \begin_inset Newline newline
15910 \end_inset
15911
15912
15913 \begin_inset Phantom HPhantom
15914 status open
15915
15916 \begin_layout Plain Layout
15917 in
15918 \end_layout
15919
15920 \end_inset
15921
15922 korrekt: 
15923 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 \begin_inset VSpace medskip
15931 \end_inset
15932
15933 Für Mehrfachintegrale gibt es folgende Befehle:
15934 \begin_inset VSpace medskip
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Standard
15941 \begin_inset space \hfill{}
15942 \end_inset
15943
15944
15945 \begin_inset Tabular
15946 <lyxtabular version="3" rows="4" columns="2">
15947 <features rotate="0" tabularvalignment="middle">
15948 <column alignment="center" valignment="top">
15949 <column alignment="center" valignment="top">
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 Befehl
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 Ergebnis
15965 \begin_inset Note Note
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969
15970 \series bold
15971
15972 \backslash
15973 raisebox
15974 \series default
15975  dient nur als Abstandhalter.
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991
15992 \backslash
15993 iint
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 </row>
16011 <row>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016
16017 \backslash
16018 oiint
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 </row>
16036 <row>
16037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041
16042 \backslash
16043 sqiint
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16053 \end_inset
16054
16055
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 </row>
16061 </lyxtabular>
16062
16063 \end_inset
16064
16065
16066 \begin_inset space \hfill{}
16067 \end_inset
16068
16069
16070 \begin_inset Tabular
16071 <lyxtabular version="3" rows="4" columns="2">
16072 <features rotate="0" tabularvalignment="middle">
16073 <column alignment="center" valignment="top">
16074 <column alignment="center" valignment="top">
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 Befehl
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 Ergebnis
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 </row>
16095 <row>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \backslash
16102 iiint
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16112 \end_inset
16113
16114
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 </row>
16120 <row>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125
16126 \backslash
16127 iiiint
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150
16151 \backslash
16152 dotsint
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 </lyxtabular>
16171
16172 \end_inset
16173
16174
16175 \begin_inset space \hfill{}
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Subsection
16182 Operatorgrenzen
16183 \begin_inset CommandInset label
16184 LatexCommand label
16185 name "sub:Operatorgrenzen"
16186
16187 \end_inset
16188
16189
16190 \begin_inset Index idx
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194 Operatoren ! Grenzen
16195 \end_layout
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Standard
16203 Grenzen werden durch Hoch- bzw.
16204 \begin_inset space \space{}
16205 \end_inset
16206
16207 Tiefstellen erzeugt:
16208 \end_layout
16209
16210 \begin_layout Standard
16211 \align center
16212 \begin_inset Tabular
16213 <lyxtabular version="3" rows="2" columns="2">
16214 <features rotate="0" tabularvalignment="middle">
16215 <column alignment="center" valignment="top" width="0pt">
16216 <column alignment="center" valignment="top" width="0pt">
16217 <row>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 Befehl
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 Ergebnis
16232 \begin_inset Note Note
16233 status collapsed
16234
16235 \begin_layout Plain Layout
16236
16237 \series bold
16238
16239 \backslash
16240 raisebox
16241 \series default
16242  dient nur als Abstandhalter.
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 </row>
16253 <row>
16254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \backslash
16260 prod^
16261 \backslash
16262 infty
16263 \begin_inset space \textvisiblespace{}
16264 \end_inset
16265
16266
16267 \begin_inset Formula $\to$
16268 \end_inset
16269
16270 _0
16271 \begin_inset Formula $\to$
16272 \end_inset
16273
16274 A(x)
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 </lyxtabular>
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \begin_layout Standard
16300 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16301  Operator gesetzt.
16302  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16303  bzw.
16304 \begin_inset space \space{}
16305 \end_inset
16306
16307 unter den Operator gesetzt.
16308 \end_layout
16309
16310 \begin_layout Standard
16311 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16312  man den Cursor direkt hinter den Operator und setzt über das Menü 
16313 \family sans
16314 Bearbeiten\SpecialChar \menuseparator
16315 Mathe\SpecialChar \menuseparator
16316 Art der Operatorgrenzen ändern
16317 \family default
16318  die Grenzen auf 
16319 \series bold
16320 Eingebettet
16321 \series default
16322  (Tastenkombination 
16323 \family sans
16324 Alt+M
16325 \begin_inset space ~
16326 \end_inset
16327
16328 L
16329 \family default
16330 ).
16331  Dazu folgendes Beispiel:
16332 \end_layout
16333
16334 \begin_layout Standard
16335 Die normalen Grenzen sehen so aus:
16336 \begin_inset Formula 
16337 \[
16338 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16339 \]
16340
16341 \end_inset
16342
16343 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16344 \begin_inset Formula 
16345 \[
16346 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16347 \]
16348
16349 \end_inset
16350
16351 Bei Integralen werden mit Ausnahme von denen, die auf 
16352 \series bold
16353 op
16354 \series default
16355  enden (
16356 \series bold
16357
16358 \backslash
16359 intop
16360 \series default
16361
16362 \series bold
16363
16364 \backslash
16365 ointop
16366 \series default
16367  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16368  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16369  gesetzt.
16370  Im folgenden Beispiel wurde die Grenze deswegen auf 
16371 \series bold
16372 Anzeige
16373 \series default
16374  gesetzt und damit unter die Integrale geschrieben:
16375 \begin_inset Formula 
16376 \begin{equation}
16377 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16378 \end{equation}
16379
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \begin_layout Standard
16386 \begin_inset VSpace medskip
16387 \end_inset
16388
16389 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16390 \series bold
16391
16392 \backslash
16393 subarray
16394 \series default
16395
16396 \begin_inset Index idx
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400 Befehle ! S ! 
16401 \backslash
16402 subarray
16403 \end_layout
16404
16405 \end_inset
16406
16407  und 
16408 \series bold
16409
16410 \backslash
16411 substack
16412 \series default
16413
16414 \begin_inset Index idx
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418 Befehle ! S ! 
16419 \backslash
16420 substack
16421 \end_layout
16422
16423 \end_inset
16424
16425 .
16426  Um z.
16427 \begin_inset space \thinspace{}
16428 \end_inset
16429
16430 B.
16431  diesen Ausdruck 
16432 \begin_inset Formula 
16433 \begin{equation}
16434 \sum_{\begin{subarray}{c}
16435 0<k<1000\\
16436 \\
16437 k\,\in\,\mathbb{N}
16438 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16439 \end{equation}
16440
16441 \end_inset
16442
16443 zu erstellen, muss man Folgendes tun:
16444 \begin_inset Newline newline
16445 \end_inset
16446
16447 Zuerst gibt man den Befehl 
16448 \series bold
16449
16450 \backslash
16451 sum
16452 \series default
16453 ^
16454 \series bold
16455 n
16456 \begin_inset space \textvisiblespace{}
16457 \end_inset
16458
16459 _
16460 \series default
16461  ein.
16462  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16463  In dieses gibt man den Befehl 
16464 \series bold
16465
16466 \backslash
16467 subarray
16468 \begin_inset space \textvisiblespace{}
16469 \end_inset
16470
16471
16472 \series default
16473  ein.
16474  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16475  Zeilen untereinander schreiben.
16476  Mit Eingabe des Zeilenumbruchs (
16477 \family sans
16478 Strg+Enter
16479 \family default
16480 ) wird eine neue Zeile erstellt.
16481  Gibt man
16482 \begin_inset Newline newline
16483 \end_inset
16484
16485
16486 \series bold
16487 0<k<1000 Strg+Enter
16488 \begin_inset Newline newline
16489 \end_inset
16490
16491
16492 \series default
16493 ein, erscheint darunter ein Kästchen für die neue Zeile.
16494 \end_layout
16495
16496 \begin_layout Standard
16497 Die Ausrichtung der Zeilen kann mit der 
16498 \family sans
16499 Tabellen-Werkzeugleiste
16500 \family default
16501  oder dem Menü 
16502 \family sans
16503 Bearbeiten\SpecialChar \menuseparator
16504 Zeilen & Spalten
16505 \family default
16506  auf links geändert werden.
16507  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16508 \series bold
16509
16510 \backslash
16511 hfill
16512 \begin_inset space \textvisiblespace{}
16513 \end_inset
16514
16515
16516 \series default
16517  eingegeben.
16518 \end_layout
16519
16520 \begin_layout Standard
16521 Der Befehl 
16522 \series bold
16523
16524 \backslash
16525 substack
16526 \series default
16527  ist äquivalent zu 
16528 \series bold
16529
16530 \backslash
16531 subarray
16532 \series default
16533 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16534 \end_layout
16535
16536 \begin_layout Standard
16537 \begin_inset VSpace bigskip
16538 \end_inset
16539
16540 Wie bei Formel 
16541 \begin_inset CommandInset ref
16542 LatexCommand eqref
16543 reference "eq:substack"
16544
16545 \end_inset
16546
16547  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16548  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16549  Um das zu verhindern, kann man den Befehl 
16550 \series bold
16551
16552 \backslash
16553 smashoperator
16554 \series default
16555
16556 \begin_inset Index idx
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560 Befehle ! S ! 
16561 \backslash
16562 smashoperator
16563 \end_layout
16564
16565 \end_inset
16566
16567  verwenden.
16568  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
16569 \family sans
16570 Mathe-Optionen
16571 \family default
16572  für das Paket 
16573 \series bold
16574 mathtools
16575 \series default
16576
16577 \begin_inset Index idx
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581 Pakete ! mathtools
16582 \end_layout
16583
16584 \end_inset
16585
16586  die Option 
16587 \family sans
16588 Immer
16589 \begin_inset space ~
16590 \end_inset
16591
16592 laden
16593 \family default
16594  ein.
16595  
16596 \series bold
16597
16598 \backslash
16599 smashoperator
16600 \series default
16601  setzt den Leerraum um den Operator auf 0
16602 \begin_inset space \thinspace{}
16603 \end_inset
16604
16605 pt.
16606 \begin_inset Newline newline
16607 \end_inset
16608
16609 Auf Formel 
16610 \begin_inset CommandInset ref
16611 LatexCommand eqref
16612 reference "eq:substack"
16613
16614 \end_inset
16615
16616  angewandt, verwendet man den Befehl
16617 \end_layout
16618
16619 \begin_layout Standard
16620
16621 \series bold
16622
16623 \backslash
16624 smashoperator{
16625 \end_layout
16626
16627 \begin_layout Standard
16628 und fügt den Operator mit seinen Grenze in die geschweifte Klammer ein.
16629  Nach der geschweiften Klammer setzt man die Formel fort:
16630 \begin_inset Formula 
16631 \[
16632 \smashoperator{\sum_{\begin{subarray}{c}
16633 0<k<1000\\
16634 \\
16635 k\,\in\,\mathbb{N}
16636 \end{subarray}}^{n}}k^{-2}
16637 \]
16638
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \begin_layout Standard
16645 Es ist möglich den Leerraum auf nur einer Seite des Operators auf 0
16646 \begin_inset space \thinspace{}
16647 \end_inset
16648
16649 pt zu setzen.
16650  Dazu schreibt man entweder 
16651 \series bold
16652 [l]
16653 \series default
16654  oder 
16655 \series bold
16656 [r]
16657 \series default
16658  zwischen 
16659 \series bold
16660
16661 \backslash
16662 smashoperator
16663 \series default
16664  und seine geschweifte Klammer.
16665  
16666 \series bold
16667 l
16668 \series default
16669  steht dabei für die linke und 
16670 \series bold
16671 r
16672 \series default
16673  für die rechten Seite des Operators.
16674  Hier ist ein Beispiel der möglichen Formen von 
16675 \series bold
16676
16677 \backslash
16678 smashoperator
16679 \series default
16680 :
16681 \end_layout
16682
16683 \begin_layout Standard
16684 \begin_inset Formula 
16685 \[
16686 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16687 \]
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Standard
16695 \begin_inset VSpace bigskip
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \begin_layout Standard
16702 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
16703  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
16704 \begin_inset Formula 
16705 \[
16706 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16707 \]
16708
16709 \end_inset
16710
16711 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
16712  unter 
16713 \family sans
16714 Mathe-Optionen
16715 \family default
16716  für das Paket 
16717 \series bold
16718 mathtools
16719 \series default
16720
16721 \begin_inset Index idx
16722 status collapsed
16723
16724 \begin_layout Plain Layout
16725 Pakete ! mathtools
16726 \end_layout
16727
16728 \end_inset
16729
16730  die Option 
16731 \family sans
16732 Immer
16733 \begin_inset space ~
16734 \end_inset
16735
16736 laden
16737 \family default
16738  ein.
16739  Nun fügt man direkt vor den ersten Operator denn Befehl 
16740 \series bold
16741
16742 \backslash
16743 adjustlimits
16744 \series default
16745
16746 \begin_inset Index idx
16747 status collapsed
16748
16749 \begin_layout Plain Layout
16750 Befehle ! A ! 
16751 \backslash
16752 adjustlimits
16753 \end_layout
16754
16755 \end_inset
16756
16757  ein.
16758  Das Beispiel schaut dann so aus:
16759 \begin_inset Formula 
16760 \[
16761 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16762 \]
16763
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \begin_layout Standard
16770 \begin_inset VSpace bigskip
16771 \end_inset
16772
16773 In 
16774 \begin_inset CommandInset ref
16775 LatexCommand ref
16776 reference "sub:Selbstdefinierte-Operatoren"
16777
16778 \end_inset
16779
16780  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16781 \end_layout
16782
16783 \begin_layout Subsection
16784 Dekoration für Operatoren
16785 \begin_inset Index idx
16786 status collapsed
16787
16788 \begin_layout Plain Layout
16789 Operatoren ! Dekoration
16790 \end_layout
16791
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \begin_layout Standard
16798 Zum Dekorieren von Operatoren gibt es die Befehle 
16799 \series bold
16800
16801 \backslash
16802 overset
16803 \series default
16804
16805 \begin_inset Index idx
16806 status collapsed
16807
16808 \begin_layout Plain Layout
16809 Befehle ! O ! 
16810 \backslash
16811 overset
16812 \end_layout
16813
16814 \end_inset
16815
16816  und 
16817 \series bold
16818
16819 \backslash
16820 underset
16821 \series default
16822
16823 \begin_inset Index idx
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827 Befehle ! U ! 
16828 \backslash
16829 underset
16830 \end_layout
16831
16832 \end_inset
16833
16834 , mit denen man Zeichen über bzw.
16835 \begin_inset space \space{}
16836 \end_inset
16837
16838 unter einen Operator setzen kann.
16839  Mit dem Befehl 
16840 \series bold
16841
16842 \backslash
16843 sideset
16844 \series default
16845
16846 \begin_inset Index idx
16847 status collapsed
16848
16849 \begin_layout Plain Layout
16850 Befehle ! S ! 
16851 \backslash
16852 sideset
16853 \end_layout
16854
16855 \end_inset
16856
16857  können Zeichen vor und nach einen großen Operator gesetzt werden.
16858 \end_layout
16859
16860 \begin_layout Standard
16861 Es gibt 4
16862 \begin_inset space ~
16863 \end_inset
16864
16865 Varianten von 
16866 \series bold
16867
16868 \backslash
16869 sideset
16870 \series default
16871 :
16872 \end_layout
16873
16874 \begin_layout Itemize
16875
16876 \series bold
16877
16878 \backslash
16879 sideset
16880 \series default
16881  zum Setzen von Zeichen an die Ecken des Operators
16882 \end_layout
16883
16884 \begin_layout Itemize
16885
16886 \series bold
16887
16888 \backslash
16889 sidesetn
16890 \series default
16891  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
16892 t LaTeXs originalem 
16893 \series bold
16894
16895 \backslash
16896 sideset
16897 \series default
16898  Befehl)
16899 \end_layout
16900
16901 \begin_layout Itemize
16902
16903 \series bold
16904
16905 \backslash
16906 sidesetl
16907 \series default
16908  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
16909 \end_layout
16910
16911 \begin_layout Itemize
16912
16913 \series bold
16914
16915 \backslash
16916 sidesetr
16917 \series default
16918  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
16919 \end_layout
16920
16921 \begin_layout Standard
16922 Z.
16923 \begin_inset space \thinspace{}
16924 \end_inset
16925
16926 B.
16927  ergibt der Befehl 
16928 \series bold
16929
16930 \backslash
16931 sidesetn
16932 \begin_inset space \textvisiblespace{}
16933 \end_inset
16934
16935
16936 \backslash
16937 sum
16938 \begin_inset space \textvisiblespace{}
16939 \end_inset
16940
16941
16942 \begin_inset Formula $\to$
16943 \end_inset
16944
16945 '
16946 \begin_inset Formula $\to$
16947 \end_inset
16948
16949 _k=1
16950 \begin_inset space \textvisiblespace{}
16951 \end_inset
16952
16953
16954 \series default
16955 ^
16956 \series bold
16957 n
16958 \series default
16959  :
16960 \begin_inset Formula 
16961 \[
16962 \sideset{}{'}\sum_{k=1}^{n}
16963 \]
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \begin_layout Standard
16971 \begin_inset Note Greyedout
16972 status open
16973
16974 \begin_layout Plain Layout
16975
16976 \series bold
16977 Achtung: 
16978 \backslash
16979 sideset
16980 \series default
16981  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
16982  Operatoren sind nicht erlaubt.
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 Mit 
16992 \series bold
16993
16994 \backslash
16995 overset
16996 \series default
16997  bzw.
16998 \begin_inset space \space{}
16999 \end_inset
17000
17001
17002 \series bold
17003
17004 \backslash
17005 underset
17006 \series default
17007  kann man auch Symbole und Zeichen dekorieren.
17008  Beispielsweise ergibt der Befehl 
17009 \series bold
17010
17011 \backslash
17012 overset
17013 \begin_inset space \textvisiblespace{}
17014 \end_inset
17015
17016
17017 \backslash
17018 maltese
17019 \begin_inset space \textvisiblespace{}
17020 \end_inset
17021
17022
17023 \series default
17024
17025 \begin_inset Formula $\uparrow$
17026 \end_inset
17027
17028
17029 \series bold
17030 a
17031 \series default
17032  :
17033 \begin_inset Formula 
17034 \[
17035 \overset{a}{\maltese}
17036 \]
17037
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \begin_layout Subsection
17044 Binäre Operatoren
17045 \begin_inset CommandInset label
17046 LatexCommand label
17047 name "sub:Binäre-Operatoren"
17048
17049 \end_inset
17050
17051
17052 \begin_inset Index idx
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056 Operatoren ! binäre
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
17066  ein Zeichen befindet.
17067 \begin_inset VSpace medskip
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \begin_layout Standard
17074 \begin_inset space \hfill{}
17075 \end_inset
17076
17077
17078 \begin_inset Tabular
17079 <lyxtabular version="3" rows="13" columns="2">
17080 <features rotate="0" tabularvalignment="middle">
17081 <column alignment="center" valignment="top" width="0pt">
17082 <column alignment="center" valignment="top" width="0pt">
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 Befehl
17089 \begin_inset Note Note
17090 status collapsed
17091
17092 \begin_layout Plain Layout
17093
17094 \series bold
17095
17096 \backslash
17097 raisebox
17098 \series default
17099  dient nur als Abstandhalter.
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 Ergebnis
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 +
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $+$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 <row>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 -
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $-$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 pm
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\pm$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 mp
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\mp$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 cdot
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\cdot$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 times
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\times$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 div
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\div$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset ERT
17296 status collapsed
17297
17298 \begin_layout Plain Layout
17299
17300
17301 \backslash
17302 raisebox{-1.2mm}{
17303 \end_layout
17304
17305 \end_inset
17306
17307 *
17308 \begin_inset ERT
17309 status collapsed
17310
17311 \begin_layout Plain Layout
17312
17313 }
17314 \end_layout
17315
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $*$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 star
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\star$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 circ
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 \begin_inset Formula $\circ$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \backslash
17393 diamond
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\diamond$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \backslash
17418 bullet
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Formula $\bullet$
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 </lyxtabular>
17437
17438 \end_inset
17439
17440
17441 \begin_inset space \hfill{}
17442 \end_inset
17443
17444
17445 \begin_inset Tabular
17446 <lyxtabular version="3" rows="13" columns="2">
17447 <features rotate="0" tabularvalignment="middle">
17448 <column alignment="center" valignment="top" width="0pt">
17449 <column alignment="center" valignment="top" width="0pt">
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 Befehl
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 Ergebnis
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 </row>
17470 <row>
17471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \backslash
17477 nabla
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 \begin_inset Formula $\nabla$
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 </row>
17495 <row>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \backslash
17502 bigtriangledown
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 \begin_inset Formula $\bigtriangledown$
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 <row>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525
17526 \backslash
17527 bigtriangleup
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 \begin_inset Formula $\bigtriangleup$
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \backslash
17552 Box
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 \begin_inset Formula $\Box$
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 </row>
17570 <row>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \backslash
17577 cap 
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Formula $\cap$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \backslash
17602 cup
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 \begin_inset Formula $\cup$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 </row>
17620 <row>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \backslash
17627 dagger
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\dagger$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \backslash
17652 ddagger
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 \begin_inset Formula $\ddagger$
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 wr
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 \begin_inset Formula $\wr$
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 bigcirc
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 \begin_inset Formula $\bigcirc$
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 </row>
17720 <row>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \backslash
17727 wedge
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\wedge$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \backslash
17752 vee
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 \begin_inset Formula $\vee$
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 </lyxtabular>
17771
17772 \end_inset
17773
17774
17775 \begin_inset space \hfill{}
17776 \end_inset
17777
17778
17779 \begin_inset Tabular
17780 <lyxtabular version="3" rows="13" columns="2">
17781 <features rotate="0" tabularvalignment="middle">
17782 <column alignment="center" valignment="top" width="0pt">
17783 <column alignment="center" valignment="top" width="0pt">
17784 <row>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 Befehl
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 Ergebnis
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 </row>
17804 <row>
17805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809
17810 \backslash
17811 oplus
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820 \begin_inset Formula $\oplus$
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 </row>
17829 <row>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834
17835 \backslash
17836 ominus
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 \begin_inset Formula $\ominus$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 </row>
17854 <row>
17855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859
17860 \backslash
17861 otimes
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870 \begin_inset Formula $\otimes$
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 <row>
17880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \backslash
17886 oslash
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 \begin_inset Formula $\oslash$
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 <row>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909
17910 \backslash
17911 odot
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920 \begin_inset Formula $\odot$
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \backslash
17936 amalg
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 \begin_inset Formula $\amalg$
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 <row>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \backslash
17961 uplus
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset Formula $\uplus$
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 </row>
17979 <row>
17980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17981 \begin_inset Text
17982
17983 \begin_layout Plain Layout
17984
17985 \backslash
17986 setminus
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17992 \begin_inset Text
17993
17994 \begin_layout Plain Layout
17995 \begin_inset Formula $\setminus$
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 sqcap
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 \begin_inset Formula $\sqcap$
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 </row>
18029 <row>
18030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034
18035 \backslash
18036 sqcup
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 \begin_inset Formula $\sqcup$
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 <row>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \backslash
18061 triangleleft
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 \begin_inset Formula $\triangleleft$
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \backslash
18086 triangleright
18087 \end_layout
18088
18089 \end_inset
18090 </cell>
18091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 \begin_inset Formula $\triangleright$
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 </row>
18104 </lyxtabular>
18105
18106 \end_inset
18107
18108
18109 \begin_inset space \hfill{}
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Standard
18116 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
18117  
18118 \begin_inset Info
18119 type  "icon"
18120 arg   "math-insert \\pm"
18121 \end_inset
18122
18123  eingefügt werden.
18124 \end_layout
18125
18126 \begin_layout Standard
18127 Um den Laplace-Operator darzustellen, kann man statt 
18128 \series bold
18129
18130 \backslash
18131 bigtriangleup
18132 \series default
18133  auch 
18134 \series bold
18135
18136 \backslash
18137 Delta
18138 \series default
18139  verwenden oder man benutzt 
18140 \series bold
18141
18142 \backslash
18143 nabla
18144 \series default
18145 ^
18146 \series bold
18147 2
18148 \series default
18149  (
18150 \begin_inset Formula $\nabla^{2}$
18151 \end_inset
18152
18153 ).
18154 \end_layout
18155
18156 \begin_layout Standard
18157 Das Zeichen 
18158 \family sans
18159 Menütrenner
18160 \family default
18161  im Menü 
18162 \family sans
18163 Einfügen\SpecialChar \menuseparator
18164 Sonderzeichen
18165 \family default
18166  ist der Operator 
18167 \series bold
18168
18169 \backslash
18170 triangleright
18171 \series default
18172 .
18173 \end_layout
18174
18175 \begin_layout Subsection
18176 Selbst definierte Operatoren
18177 \begin_inset CommandInset label
18178 LatexCommand label
18179 name "sub:Selbstdefinierte-Operatoren"
18180
18181 \end_inset
18182
18183
18184 \begin_inset Index idx
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188 Operatoren ! selbstdefinierte
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \begin_layout Standard
18197 Mit Hilfe des Befehls 
18198 \series bold
18199
18200 \backslash
18201 DeclareMathOperator
18202 \series default
18203
18204 \begin_inset Index idx
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208 Befehle ! D ! 
18209 \backslash
18210 dbinom@
18211 \backslash
18212 DeclareMathOperator
18213 \end_layout
18214
18215 \end_inset
18216
18217  kann man im LaTeX-Vorspann eigene Operatoren definieren.
18218  Das Befehlsschema dazu lautet:
18219 \end_layout
18220
18221 \begin_layout Standard
18222
18223 \series bold
18224
18225 \backslash
18226 DeclareMathOperator{neuer Befehl}{Anzeige}
18227 \end_layout
18228
18229 \begin_layout Standard
18230 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
18231  im Ausdruck aussieht.
18232  Will man einen großen Operator definieren, setzt man hinter den Befehl
18233  ein 
18234 \series bold
18235 *
18236 \series default
18237 .
18238  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
18239  wie in 
18240 \begin_inset CommandInset ref
18241 LatexCommand ref
18242 reference "sub:Operatorgrenzen"
18243
18244 \end_inset
18245
18246  beschrieben.
18247 \end_layout
18248
18249 \begin_layout Standard
18250 Beispielsweise definiert die LaTeX-Vorspannzeile
18251 \end_layout
18252
18253 \begin_layout Standard
18254
18255 \series bold
18256
18257 \backslash
18258 DeclareMathOperator*{
18259 \backslash
18260 Raute}{
18261 \backslash
18262 blacklozenge}
18263 \end_layout
18264
18265 \begin_layout Standard
18266 den Befehl 
18267 \series bold
18268
18269 \backslash
18270 Raute
18271 \series default
18272 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
18273  aus 
18274 \begin_inset CommandInset ref
18275 LatexCommand ref
18276 reference "sub:Sonstige-Symbole"
18277
18278 \end_inset
18279
18280  besteht:
18281 \begin_inset Formula 
18282 \[
18283 \Raute_{n=1}^{\infty}
18284 \]
18285
18286 \end_inset
18287
18288 Der Befehl für diese Formel lautet: 
18289 \series bold
18290
18291 \backslash
18292 Raute
18293 \series default
18294 ^
18295 \series bold
18296
18297 \backslash
18298 infty
18299 \begin_inset Formula $\to$
18300 \end_inset
18301
18302 _n=1
18303 \end_layout
18304
18305 \begin_layout Standard
18306 \begin_inset VSpace bigskip
18307 \end_inset
18308
18309 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
18310  auch mit den Befehlen 
18311 \series bold
18312
18313 \backslash
18314 mathop
18315 \series default
18316
18317 \begin_inset Index idx
18318 status collapsed
18319
18320 \begin_layout Plain Layout
18321 Befehle ! M ! 
18322 \backslash
18323 mathop
18324 \end_layout
18325
18326 \end_inset
18327
18328  und 
18329 \series bold
18330
18331 \backslash
18332 mathbin
18333 \series default
18334
18335 \begin_inset Index idx
18336 status collapsed
18337
18338 \begin_layout Plain Layout
18339 Befehle ! M ! 
18340 \backslash
18341 mathbin
18342 \end_layout
18343
18344 \end_inset
18345
18346  definieren, die folgendes Schema besitzen:
18347 \end_layout
18348
18349 \begin_layout Standard
18350
18351 \series bold
18352
18353 \backslash
18354 mathop{Anzeige}
18355 \series default
18356  bzw.
18357 \begin_inset space \space{}
18358 \end_inset
18359
18360
18361 \series bold
18362
18363 \backslash
18364 mathbin{Anzeige}
18365 \end_layout
18366
18367 \begin_layout Standard
18368
18369 \series bold
18370
18371 \backslash
18372 mathop
18373 \series default
18374  definiert große, 
18375 \series bold
18376
18377 \backslash
18378 mathbin
18379 \series default
18380  binäre Operatoren.
18381 \end_layout
18382
18383 \begin_layout Standard
18384
18385 \series bold
18386
18387 \backslash
18388 mathop
18389 \series default
18390  lässt sich z.
18391 \begin_inset space \thinspace{}
18392 \end_inset
18393
18394 B.
18395  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18396 \begin_inset Formula 
18397 \[
18398 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18399 \]
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 Der Befehl für obige Formel lautet:
18408 \begin_inset Newline newline
18409 \end_inset
18410
18411  
18412 \series bold
18413
18414 \backslash
18415 mathop{
18416 \backslash
18417 sum
18418 \backslash
18419 negmedspace
18420 \backslash
18421 sum
18422 \series default
18423
18424 \begin_inset space \textvisiblespace{}
18425 \end_inset
18426
18427
18428 \series bold
18429
18430 \begin_inset Formula $\to$
18431 \end_inset
18432
18433 ^N
18434 \series default
18435
18436 \begin_inset space \textvisiblespace{}
18437 \end_inset
18438
18439
18440 \series bold
18441 _i,j=1
18442 \end_layout
18443
18444 \begin_layout Standard
18445 \begin_inset Newpage newpage
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Section
18452 Schriften
18453 \begin_inset Index idx
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457 Schriften
18458 \end_layout
18459
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \begin_layout Subsection
18466 Schriftstile
18467 \begin_inset CommandInset label
18468 LatexCommand label
18469 name "sub:Schriftstile"
18470
18471 \end_inset
18472
18473
18474 \begin_inset Index idx
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478 Schriften ! Schriftstile
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Standard
18487 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18488  gesetzt werden:
18489 \begin_inset VSpace -2mm
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \begin_layout Standard
18496 \align center
18497 \begin_inset Tabular
18498 <lyxtabular version="3" rows="7" columns="3">
18499 <features rotate="0" tabularvalignment="middle">
18500 <column alignment="center" valignment="top">
18501 <column alignment="center" valignment="top">
18502 <column alignment="center" valignment="top">
18503 <row>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 Befehl
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 Ergebnis
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 Tastenkürzel
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 </row>
18532 <row>
18533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537
18538 \backslash
18539 mathbb
18540 \series bold
18541
18542 \begin_inset space \textvisiblespace{}
18543 \end_inset
18544
18545
18546 \series default
18547 ABC
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 \begin_inset Formula $\mathbb{ABC}$
18557 \end_inset
18558
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 Alt+Z K
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \backslash
18581 mathbf
18582 \series bold
18583
18584 \begin_inset space \textvisiblespace{}
18585 \end_inset
18586
18587
18588 \series default
18589 AbC
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 \begin_inset Formula $\mathbf{AbC}$
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 Strg+B
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 </row>
18616 <row>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621
18622 \backslash
18623 boldsymbol
18624 \series bold
18625
18626 \begin_inset space \textvisiblespace{}
18627 \end_inset
18628
18629
18630 \series default
18631 AbC
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Formula $\boldsymbol{AbC}$
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 Alt+Z F oder Strg+Alt+B
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 </row>
18658 <row>
18659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663
18664 \backslash
18665 mathcal
18666 \series bold
18667
18668 \begin_inset space \textvisiblespace{}
18669 \end_inset
18670
18671
18672 \series default
18673 ABC
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 \begin_inset Formula $\mathcal{ABC}$
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 Alt+Z H
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 </row>
18700 <row>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \backslash
18707 mathfrak
18708 \series bold
18709
18710 \begin_inset space \textvisiblespace{}
18711 \end_inset
18712
18713
18714 \series default
18715 AbC
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724 \begin_inset Formula $\mathfrak{AbC}$
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736 -
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 </row>
18742 <row>
18743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18744 \begin_inset Text
18745
18746 \begin_layout Plain Layout
18747
18748 \backslash
18749 mathscr
18750 \series bold
18751
18752 \begin_inset space \textvisiblespace{}
18753 \end_inset
18754
18755
18756 \series default
18757 AbC
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 \begin_inset Formula $\mathscr{AbC}$
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 -
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 </row>
18784 </lyxtabular>
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout Standard
18792 \align center
18793 \begin_inset Tabular
18794 <lyxtabular version="3" rows="5" columns="3">
18795 <features rotate="0" tabularvalignment="middle">
18796 <column alignment="center" valignment="top">
18797 <column alignment="center" valignment="top">
18798 <column alignment="center" valignment="top">
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 Befehl
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 Ergebnis
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 Tastenkürzel
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 </row>
18828 <row>
18829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \backslash
18835 mathit
18836 \series bold
18837
18838 \begin_inset space \textvisiblespace{}
18839 \end_inset
18840
18841
18842 \series default
18843 AbC
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 \begin_inset Formula $\mathit{AbC}$
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 -
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 </row>
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875
18876 \backslash
18877 mathrm
18878 \series bold
18879
18880 \begin_inset space \textvisiblespace{}
18881 \end_inset
18882
18883
18884 \series default
18885 AbC
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 \begin_inset Formula $\mathrm{AbC}$
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906 Alt+Z R
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 </row>
18912 <row>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \backslash
18919 mathsf
18920 \series bold
18921
18922 \begin_inset space \textvisiblespace{}
18923 \end_inset
18924
18925
18926 \series default
18927 AbC
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 \begin_inset Formula $\mathsf{AbC}$
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 Alt+Z S
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \backslash
18961 mathtt
18962 \series bold
18963
18964 \begin_inset space \textvisiblespace{}
18965 \end_inset
18966
18967
18968 \series default
18969 AbC
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 \begin_inset Formula $\mathtt{AbC}$
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 Alt+Z C
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 </row>
18996 </lyxtabular>
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Standard
19004 \begin_inset Note Greyedout
19005 status open
19006
19007 \begin_layout Plain Layout
19008
19009 \series bold
19010 Achtung:
19011 \series default
19012  Die Stile 
19013 \series bold
19014
19015 \backslash
19016 mathbb
19017 \series default
19018  und 
19019 \series bold
19020
19021 \backslash
19022 mathcal
19023 \series default
19024  können nur für Großbuchstaben verwendet werden.
19025 \end_layout
19026
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \begin_layout Standard
19033 Voreingestellt ist der Stil 
19034 \series bold
19035
19036 \backslash
19037 mathnormal
19038 \series default
19039 .
19040 \end_layout
19041
19042 \begin_layout Standard
19043 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
19044 \begin_inset Formula 
19045 \[
19046 \mathfrak{A=\frac{b}{C}}
19047 \]
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
19056 ile, sondern in dem Textschriftstil 
19057 \series bold
19058
19059 \backslash
19060 textrm
19061 \series default
19062 .
19063  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
19064  ein Fehler in LyX.
19065 \begin_inset Foot
19066 status collapsed
19067
19068 \begin_layout Plain Layout
19069 \begin_inset CommandInset href
19070 LatexCommand href
19071 name "LyX-Fehler #4629"
19072 target "http://www.lyx.org/trac/ticket/4629"
19073
19074 \end_inset
19075
19076
19077 \end_layout
19078
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \begin_layout Standard
19085 Anstelle der Stilbefehle kann man auch den Dialog 
19086 \family sans
19087 Bearbeiten\SpecialChar \menuseparator
19088 Mathe\SpecialChar \menuseparator
19089 Text-Stil
19090 \family default
19091  oder den Mathe-Werkzeugleistenknopf 
19092 \begin_inset Info
19093 type  "icon"
19094 arg   "math-insert \\font"
19095 \end_inset
19096
19097  verwenden.
19098 \end_layout
19099
19100 \begin_layout Subsection
19101 Fett gedruckte Formeln
19102 \begin_inset CommandInset label
19103 LatexCommand label
19104 name "sub:Fett-gedruckte-Formeln"
19105
19106 \end_inset
19107
19108
19109 \begin_inset Index idx
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113 Formel ! fett gedruckte
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \begin_layout Standard
19122 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
19123  Kapitel angegebenen Befehl 
19124 \series bold
19125
19126 \backslash
19127 mathbf
19128 \series default
19129  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
19130  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
19131  Formel gut erkennt:
19132 \end_layout
19133
19134 \begin_layout Standard
19135 \begin_inset Formula 
19136 \[
19137 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
19138 \]
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \begin_layout Standard
19146 Um die Formel korrekt darzustellen, verwendet man den Befehl 
19147 \series bold
19148
19149 \backslash
19150 boldsymbol
19151 \series default
19152 :
19153 \begin_inset Formula 
19154 \[
19155 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
19156 \]
19157
19158 \end_inset
19159
19160 Es gibt auch die Möglichkeit die Formel in eine 
19161 \series bold
19162 boldmath-Umgebung
19163 \series default
19164  zu setzen.
19165  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
19166 \series bold
19167
19168 \backslash
19169 boldmath
19170 \series default
19171
19172 \begin_inset Index idx
19173 status collapsed
19174
19175 \begin_layout Plain Layout
19176 Befehle ! B ! 
19177 \backslash
19178 boldmath
19179 \end_layout
19180
19181 \end_inset
19182
19183  eingibt.
19184  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
19185 \series bold
19186
19187 \backslash
19188 unboldmath
19189 \series default
19190
19191 \begin_inset Index idx
19192 status collapsed
19193
19194 \begin_layout Plain Layout
19195 Befehle ! U ! 
19196 \backslash
19197 unboldmath
19198 \end_layout
19199
19200 \end_inset
19201
19202  ein.
19203 \begin_inset ERT
19204 status collapsed
19205
19206 \begin_layout Plain Layout
19207
19208
19209 \backslash
19210 boldmath 
19211 \end_layout
19212
19213 \end_inset
19214
19215
19216 \begin_inset Formula 
19217 \[
19218 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
19219 \]
19220
19221 \end_inset
19222
19223
19224 \begin_inset ERT
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228
19229
19230 \backslash
19231 unboldmath 
19232 \end_layout
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \begin_layout Subsection
19240 Farbige Formeln
19241 \begin_inset Index idx
19242 status collapsed
19243
19244 \begin_layout Plain Layout
19245 Formel ! farbige
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Standard
19254 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
19255  oder Formelteile und verwenden dann den 
19256 \family sans
19257 Textstil
19258 \family default
19259  Dialog.
19260  Hier ist eine Formel in Magenta:
19261 \begin_inset Formula 
19262 \[
19263 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19264 \]
19265
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \begin_layout Standard
19272 Man kann auch eigene Farben definieren, wie in 
19273 \begin_inset CommandInset ref
19274 LatexCommand ref
19275 reference "sub:Farbige-Boxen"
19276
19277 \end_inset
19278
19279  erklärt ist.
19280  Diese können dann mit dem TeX-Code Befehl 
19281 \series bold
19282
19283 \backslash
19284 textcolor
19285 \series default
19286
19287 \begin_inset Index idx
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291 Befehle! T ! 
19292 \backslash
19293 textcolor
19294 \end_layout
19295
19296 \end_inset
19297
19298  verwendet werden, dass folgendes Schema besitzt:
19299 \end_layout
19300
19301 \begin_layout Standard
19302
19303 \series bold
19304
19305 \backslash
19306 textcolor{Farbe}{Zeichen oder Formel}
19307 \end_layout
19308
19309 \begin_layout Standard
19310 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19311 \end_layout
19312
19313 \begin_layout Standard
19314 \begin_inset ERT
19315 status collapsed
19316
19317 \begin_layout Plain Layout
19318
19319
19320 \backslash
19321 textcolor{dunkelgruen}{
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \begin_inset Formula 
19328 \[
19329 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19330 \]
19331
19332 \end_inset
19333
19334
19335 \begin_inset ERT
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339
19340 }
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Standard
19349 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19350 n Farben gefärbt werden.
19351 \begin_inset Foot
19352 status collapsed
19353
19354 \begin_layout Plain Layout
19355 \begin_inset CommandInset href
19356 LatexCommand href
19357 name "LyX-bug #5269"
19358 target "http://www.lyx.org/trac/ticket/5269"
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \begin_layout Subsection
19371 Schriftgrößen
19372 \begin_inset CommandInset label
19373 LatexCommand label
19374 name "sub:Schriftgrößen"
19375
19376 \end_inset
19377
19378
19379 \begin_inset Index idx
19380 status collapsed
19381
19382 \begin_layout Plain Layout
19383 Schriften ! Schriftgrößen
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19393 le:
19394 \end_layout
19395
19396 \begin_layout Standard
19397
19398 \series bold
19399
19400 \backslash
19401 Huge
19402 \series default
19403
19404 \series bold
19405
19406 \backslash
19407 huge
19408 \series default
19409
19410 \series bold
19411
19412 \backslash
19413 LARGE
19414 \series default
19415
19416 \series bold
19417
19418 \backslash
19419 Large
19420 \series default
19421
19422 \series bold
19423
19424 \backslash
19425 large
19426 \series default
19427
19428 \series bold
19429
19430 \backslash
19431 normalsize
19432 \series default
19433
19434 \series bold
19435
19436 \backslash
19437 small
19438 \series default
19439
19440 \series bold
19441
19442 \backslash
19443 footnotesize
19444 \series default
19445 ,
19446 \begin_inset Newline linebreak
19447 \end_inset
19448
19449
19450 \series bold
19451
19452 \backslash
19453 scriptsize
19454 \series default
19455  und 
19456 \series bold
19457
19458 \backslash
19459 tiny
19460 \end_layout
19461
19462 \begin_layout Standard
19463 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19464  ab, die dem Befehl 
19465 \series bold
19466
19467 \backslash
19468 normalsize
19469 \series default
19470  entspricht.
19471  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19472 \series bold
19473
19474 \backslash
19475 normalsize
19476 \series default
19477 .
19478  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19479  Beträgt z.
19480 \begin_inset space \thinspace{}
19481 \end_inset
19482
19483 B.
19484  die Dokumentschriftgröße 12
19485 \begin_inset space \thinspace{}
19486 \end_inset
19487
19488 pt, produziert der Befehl 
19489 \series bold
19490
19491 \backslash
19492 Huge
19493 \series default
19494  dasselbe wie 
19495 \series bold
19496
19497 \backslash
19498 huge
19499 \series default
19500 .
19501  
19502 \end_layout
19503
19504 \begin_layout Standard
19505 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19506  Größe aller nachfolgenden Formel- und Textzeichen fest.
19507  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19508  TeX-Modus den Befehl 
19509 \series bold
19510
19511 \backslash
19512 normalsize
19513 \series default
19514  ein.
19515 \end_layout
19516
19517 \begin_layout Standard
19518 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen oder
19519  dem Mathe-Werkzeugleistenknopf 
19520 \begin_inset Info
19521 type  "icon"
19522 arg   "math-insert \\style"
19523 \end_inset
19524
19525  geändert werden:
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \noindent
19530 \align center
19531 \begin_inset Tabular
19532 <lyxtabular version="3" rows="5" columns="2">
19533 <features rotate="0" tabularvalignment="middle">
19534 <column alignment="center" valignment="top">
19535 <column alignment="center" valignment="top">
19536 <row>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 Befehl
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 Ergebnis
19551 \begin_inset Note Note
19552 status collapsed
19553
19554 \begin_layout Plain Layout
19555
19556 \series bold
19557
19558 \backslash
19559 raisebox
19560 \series default
19561  dient nur als Abstandhalter.
19562 \end_layout
19563
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577
19578 \backslash
19579 displaystyle
19580 \begin_inset Index idx
19581 status collapsed
19582
19583 \begin_layout Plain Layout
19584 Befehle ! D ! 
19585 \backslash
19586 displaystyle
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 textstyle
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 scriptstyle
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 scriptscriptstyle
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 </lyxtabular>
19685
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19693  in das die Formelteile eingegeben werden.
19694 \end_layout
19695
19696 \begin_layout Standard
19697 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19698  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19699  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19700  eingegeben.
19701  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19702  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19703  Dazu zwei Beispiele:
19704 \begin_inset VSpace -2mm
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \begin_layout Standard
19711 \begin_inset ERT
19712 status collapsed
19713
19714 \begin_layout Plain Layout
19715
19716
19717 \backslash
19718 huge 
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \begin_inset Formula 
19725 \[
19726 A=\frac{B}{c}\cdot\maltese
19727 \]
19728
19729 \end_inset
19730
19731
19732 \begin_inset Formula 
19733 \[
19734 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19735 \]
19736
19737 \end_inset
19738
19739
19740 \begin_inset ERT
19741 status collapsed
19742
19743 \begin_layout Plain Layout
19744
19745
19746 \backslash
19747 normalsize 
19748 \end_layout
19749
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \begin_layout Standard
19756 \begin_inset VSpace medskip
19757 \end_inset
19758
19759 Vor beiden Formeln wurde der Befehl 
19760 \series bold
19761
19762 \backslash
19763 huge
19764 \series default
19765  eingegeben.
19766  Der Befehl für die zweite Formel lautet:
19767 \begin_inset Newline newline
19768 \end_inset
19769
19770
19771 \series bold
19772
19773 \backslash
19774 maltese
19775 \begin_inset space \textvisiblespace{}
19776 \end_inset
19777
19778 A M-m m 
19779 \backslash
19780 Large
19781 \begin_inset space \textvisiblespace{}
19782 \end_inset
19783
19784
19785 \backslash
19786 maltese
19787 \begin_inset space \textvisiblespace{}
19788 \end_inset
19789
19790
19791 \backslash
19792 textit
19793 \begin_inset space \textvisiblespace{}
19794 \end_inset
19795
19796 A
19797 \begin_inset Formula $\to$
19798 \end_inset
19799
19800
19801 \begin_inset Formula $\to$
19802 \end_inset
19803
19804
19805 \begin_inset Newline newline
19806 \end_inset
19807
19808
19809 \begin_inset space \hspace*{}
19810 \length 1cm
19811 \end_inset
19812
19813 M-m
19814 \series default
19815  
19816 \series bold
19817
19818 \backslash
19819 tiny
19820 \begin_inset space \textvisiblespace{}
19821 \end_inset
19822
19823
19824 \backslash
19825 maltese
19826 \begin_inset space \textvisiblespace{}
19827 \end_inset
19828
19829
19830 \backslash
19831 textit
19832 \begin_inset space \textvisiblespace{}
19833 \end_inset
19834
19835 A
19836 \end_layout
19837
19838 \begin_layout Standard
19839 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19840  immer in der Standardgröße dargestellt.
19841 \end_layout
19842
19843 \begin_layout Section
19844 Griechische Buchstaben
19845 \begin_inset Index idx
19846 status collapsed
19847
19848 \begin_layout Plain Layout
19849 griechische Buchstaben
19850 \end_layout
19851
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \begin_layout Standard
19858 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19859  
19860 \begin_inset Info
19861 type  "icon"
19862 arg   "math-insert \\alpha"
19863 \end_inset
19864
19865  eingefügt werden.
19866  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19867  in Formeln aufrecht gesetzt werden.
19868  In einigen Sprachen, wie z.
19869 \begin_inset space \thinspace{}
19870 \end_inset
19871
19872 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19873 \end_layout
19874
19875 \begin_layout Subsection
19876 Kleine Buchstaben
19877 \begin_inset Index idx
19878 status collapsed
19879
19880 \begin_layout Plain Layout
19881 griechische Buchstaben ! kleine
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 \begin_inset space \hfill{}
19891 \end_inset
19892
19893
19894 \begin_inset Tabular
19895 <lyxtabular version="3" rows="11" columns="2">
19896 <features rotate="0" tabularvalignment="middle">
19897 <column alignment="center" valignment="top" width="0pt">
19898 <column alignment="center" valignment="top" width="0pt">
19899 <row>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 Befehl
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 Ergebnis
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \backslash
19926 alpha
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\alpha$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \backslash
19951 beta
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Formula $\beta$
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 </row>
19969 <row>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974
19975 \backslash
19976 gamma
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 \begin_inset Formula $\gamma$
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row>
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \backslash
20001 delta
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\delta$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 <row>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \backslash
20026 epsilon
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 \begin_inset Formula $\epsilon$
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 </row>
20044 <row>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049
20050 \backslash
20051 varepsilon
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 \begin_inset Formula $\varepsilon$
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 </row>
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \backslash
20076 zeta
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\zeta$
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099
20100 \backslash
20101 eta
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Formula $\eta$
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 </row>
20119 <row>
20120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \backslash
20126 theta
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset Formula $\theta$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149
20150 \backslash
20151 vartheta
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 \begin_inset Formula $\vartheta$
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 </row>
20169 </lyxtabular>
20170
20171 \end_inset
20172
20173
20174 \begin_inset space \hfill{}
20175 \end_inset
20176
20177
20178 \begin_inset Tabular
20179 <lyxtabular version="3" rows="12" columns="2">
20180 <features rotate="0" tabularvalignment="middle">
20181 <column alignment="center" valignment="top" width="0pt">
20182 <column alignment="center" valignment="top" width="0pt">
20183 <row>
20184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 Befehl
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 Ergebnis
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 iota
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\iota$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 kappa
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\kappa$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \backslash
20260 varkappa
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $\varkappa$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 <row>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283
20284 \backslash
20285 lambda
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 \begin_inset Formula $\lambda$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 <row>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \backslash
20310 mu
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 \begin_inset Formula $\mu$
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333
20334 \backslash
20335 nu
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344 \begin_inset Formula $\nu$
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 </row>
20353 <row>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358
20359 \backslash
20360 xi
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 \begin_inset Formula $\xi$
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 </row>
20378 <row>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 o
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 \begin_inset Formula $o$
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 <row>
20402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406
20407 \backslash
20408 pi
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 \begin_inset Formula $\pi$
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 </row>
20426 <row>
20427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431
20432 \backslash
20433 varpi
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442 \begin_inset Formula $\varpi$
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 <row>
20452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456
20457 \backslash
20458 rho
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Formula $\rho$
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 </lyxtabular>
20477
20478 \end_inset
20479
20480
20481 \begin_inset space \hfill{}
20482 \end_inset
20483
20484
20485 \begin_inset Tabular
20486 <lyxtabular version="3" rows="11" columns="2">
20487 <features rotate="0" tabularvalignment="middle">
20488 <column alignment="center" valignment="top" width="0pt">
20489 <column alignment="center" valignment="top" width="0pt">
20490 <row>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 Befehl
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 Ergebnis
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 <row>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \backslash
20517 varrho
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 \begin_inset Formula $\varrho$
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 sigma
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\sigma$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 <row>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \backslash
20567 varsigma
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 \begin_inset Formula $\varsigma$
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 <row>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590
20591 \backslash
20592 tau
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\tau$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 upsilon
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Formula $\upsilon$
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 phi
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 \begin_inset Formula $\phi$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 varphi
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\varphi$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 chi
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\chi$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 psi
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\psi$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 omega
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\omega$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 </lyxtabular>
20761
20762 \end_inset
20763
20764
20765 \begin_inset space \hfill{}
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Standard
20772 \begin_inset VSpace medskip
20773 \end_inset
20774
20775 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20776 \begin_inset CommandInset ref
20777 LatexCommand ref
20778 reference "sub:Aufrechte-kleine-griechische"
20779
20780 \end_inset
20781
20782  beschrieben.
20783 \end_layout
20784
20785 \begin_layout Subsection
20786 Große Buchstaben
20787 \begin_inset Index idx
20788 status collapsed
20789
20790 \begin_layout Plain Layout
20791 griechische Buchstaben ! große
20792 \end_layout
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Standard
20800 \begin_inset space \hfill{}
20801 \end_inset
20802
20803
20804 \begin_inset Tabular
20805 <lyxtabular version="3" rows="7" columns="2">
20806 <features rotate="0" tabularvalignment="middle">
20807 <column alignment="center" valignment="top" width="0pt">
20808 <column alignment="center" valignment="top" width="0pt">
20809 <row>
20810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 Befehl
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 Ergebnis
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 Gamma
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\Gamma$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 Delta
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\Delta$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 Theta
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Formula $\Theta$
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \backslash
20911 Lambda
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 \begin_inset Formula $\Lambda$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 <row>
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \backslash
20936 Xi
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\Xi$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 Pi
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $\Pi$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 </lyxtabular>
20980
20981 \end_inset
20982
20983
20984 \begin_inset space \hfill{}
20985 \end_inset
20986
20987
20988 \begin_inset Tabular
20989 <lyxtabular version="3" rows="6" columns="2">
20990 <features rotate="0" tabularvalignment="middle">
20991 <column alignment="center" valignment="top" width="0pt">
20992 <column alignment="center" valignment="top" width="0pt">
20993 <row>
20994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 Befehl
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 Ergebnis
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 <row>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \backslash
21020 Sigma
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Formula $\Sigma$
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043
21044 \backslash
21045 Upsilon
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $\Upsilon$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 Phi
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\Phi$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 Psi
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\Psi$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 Omega
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\Omega$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 </lyxtabular>
21139
21140 \end_inset
21141
21142
21143 \begin_inset space \hfill{}
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 \begin_inset VSpace medskip
21151 \end_inset
21152
21153 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
21154  geschuldet, der während der Entwicklung von TeX gemacht wurde.
21155  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
21156  mit 
21157 \series bold
21158 var
21159 \series default
21160 .
21161  So ergibt z.
21162 \begin_inset space \thinspace{}
21163 \end_inset
21164
21165 B.
21166  der Befehl 
21167 \series bold
21168
21169 \backslash
21170 varGamma
21171 \series default
21172  
21173 \begin_inset Formula $\varGamma$
21174 \end_inset
21175
21176 .
21177  Eine andere Methode ist das Laden des Pakets 
21178 \series bold
21179 fixmath
21180 \series default
21181
21182 \begin_inset Foot
21183 status collapsed
21184
21185 \begin_layout Plain Layout
21186
21187 \series bold
21188 fixmath
21189 \series default
21190  ist Teil des LaTeX-Paketes 
21191 \series bold
21192 was
21193 \series default
21194
21195 \begin_inset Index idx
21196 status collapsed
21197
21198 \begin_layout Plain Layout
21199 Pakete ! was
21200 \begin_inset ERT
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204
21205
21206 \backslash
21207 vspace{4mm}
21208 \end_layout
21209
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216
21217 .
21218 \end_layout
21219
21220 \end_inset
21221
21222
21223 \begin_inset Index idx
21224 status collapsed
21225
21226 \begin_layout Plain Layout
21227 Pakete ! fixmath
21228 \end_layout
21229
21230 \end_inset
21231
21232  mit der LaTeX-Vorspannzeile
21233 \end_layout
21234
21235 \begin_layout Standard
21236
21237 \series bold
21238
21239 \backslash
21240 usepackage{fixmath}
21241 \end_layout
21242
21243 \begin_layout Standard
21244 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21245  kursiv ausgegeben.
21246 \end_layout
21247
21248 \begin_layout Subsection
21249 Fett gedruckte Buchstaben
21250 \begin_inset Index idx
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254 griechische Buchstaben ! fett gedruckte
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Standard
21263 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21264  Schriftstilen darstellen.
21265  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21266 \series bold
21267
21268 \backslash
21269 boldsymbol
21270 \series default
21271
21272 \begin_inset Index idx
21273 status collapsed
21274
21275 \begin_layout Plain Layout
21276 Befehle ! B ! 
21277 \backslash
21278 boldsymbol
21279 \end_layout
21280
21281 \end_inset
21282
21283  fett gedruckt auszugeben.
21284 \end_layout
21285
21286 \begin_layout Standard
21287 \align center
21288 \begin_inset Tabular
21289 <lyxtabular version="3" rows="3" columns="2">
21290 <features rotate="0" tabularvalignment="middle">
21291 <column alignment="center" valignment="top">
21292 <column alignment="center" valignment="top">
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 Befehl
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307 Ergebnis
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 </row>
21313 <row>
21314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \backslash
21320 Upsilon
21321 \backslash
21322 boldsymbol
21323 \backslash
21324 Upsilon
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 </row>
21342 <row>
21343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347
21348 \backslash
21349 theta
21350 \backslash
21351 boldsymbol
21352 \backslash
21353 theta
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset Formula $\theta\boldsymbol{\theta}$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 </row>
21371 </lyxtabular>
21372
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \begin_layout Section
21379 Symbole
21380 \begin_inset ERT
21381 status collapsed
21382
21383 \begin_layout Plain Layout
21384
21385
21386 \backslash
21387 texorpdfstring{
21388 \end_layout
21389
21390 \end_inset
21391
21392
21393 \begin_inset Foot
21394 status collapsed
21395
21396 \begin_layout Plain Layout
21397 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21398  
21399 \begin_inset CommandInset citation
21400 LatexCommand cite
21401 key "Symbole"
21402
21403 \end_inset
21404
21405 .
21406 \end_layout
21407
21408 \end_inset
21409
21410
21411 \begin_inset ERT
21412 status collapsed
21413
21414 \begin_layout Plain Layout
21415
21416 }{}
21417 \end_layout
21418
21419 \end_inset
21420
21421
21422 \begin_inset Note Note
21423 status collapsed
21424
21425 \begin_layout Plain Layout
21426
21427 \series bold
21428
21429 \backslash
21430 texorpdfstring
21431 \series default
21432  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21433 \end_layout
21434
21435 \begin_layout Plain Layout
21436 Näheres zu 
21437 \series bold
21438
21439 \backslash
21440 texorpdfstring
21441 \series default
21442  steht in Kapitel 
21443 \begin_inset CommandInset ref
21444 LatexCommand ref
21445 reference "sub:Formeln-in-Überschriften"
21446
21447 \end_inset
21448
21449 .
21450 \end_layout
21451
21452 \end_inset
21453
21454
21455 \begin_inset Index idx
21456 status collapsed
21457
21458 \begin_layout Plain Layout
21459 Symbole
21460 \end_layout
21461
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Standard
21468 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21469
21470 leistenknöpfe 
21471 \begin_inset Info
21472 type  "icon"
21473 arg   "math-insert \\nabla"
21474 \end_inset
21475
21476  und 
21477 \begin_inset Info
21478 type  "icon"
21479 arg   "math-insert \\digamma"
21480 \end_inset
21481
21482  eingefügt werden.
21483 \end_layout
21484
21485 \begin_layout Subsection
21486 Mathematische Symbole
21487 \begin_inset CommandInset label
21488 LatexCommand label
21489 name "sub:Mathematische-Symbole"
21490
21491 \end_inset
21492
21493
21494 \begin_inset Index idx
21495 status collapsed
21496
21497 \begin_layout Plain Layout
21498 Symbole ! mathematische
21499 \end_layout
21500
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \begin_layout Standard
21507 \begin_inset space \hfill{}
21508 \end_inset
21509
21510
21511 \begin_inset Tabular
21512 <lyxtabular version="3" rows="10" columns="2">
21513 <features rotate="0" tabularvalignment="middle">
21514 <column alignment="center" valignment="top" width="0pt">
21515 <column alignment="center" valignment="top" width="0pt">
21516 <row>
21517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 Befehl
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 Ergebnis
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \backslash
21543 neg
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 \begin_inset Formula $\neg$
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 </row>
21561 <row>
21562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566
21567 \backslash
21568 Im
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 \begin_inset Formula $\Im$
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 </row>
21586 <row>
21587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591
21592 \backslash
21593 Re
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 \begin_inset Formula $\Re$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 <row>
21612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616
21617 \backslash
21618 aleph
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627 \begin_inset Formula $\aleph$
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 </row>
21636 <row>
21637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641
21642 \backslash
21643 partial
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Formula $\partial$
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 infty
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\infty$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 wp
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\wp$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \backslash
21718 imath
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\imath$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 jmath
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\jmath$
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 </lyxtabular>
21762
21763 \end_inset
21764
21765
21766 \begin_inset space \hfill{}
21767 \end_inset
21768
21769
21770 \begin_inset Tabular
21771 <lyxtabular version="3" rows="10" columns="2">
21772 <features rotate="0" tabularvalignment="middle">
21773 <column alignment="center" valignment="top" width="0pt">
21774 <column alignment="center" valignment="top" width="0pt">
21775 <row>
21776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 Befehl
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 Ergebnis
21790 \begin_inset Note Note
21791 status collapsed
21792
21793 \begin_layout Plain Layout
21794
21795 \series bold
21796
21797 \backslash
21798 raisebox
21799 \series default
21800  dient nur als Abstandhalter.
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \backslash
21818 forall
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 \begin_inset Formula $\forall$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 exists
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\exists$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 nexists
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\nexists$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 emptyset
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\emptyset$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 varnothing
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\varnothing$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 dag
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\dag$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \backslash
21968 ddag
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $\ddag$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 </row>
21986 <row>
21987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991
21992 \backslash
21993 complement
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset ERT
22003 status collapsed
22004
22005 \begin_layout Plain Layout
22006
22007
22008 \backslash
22009 raisebox{-0.8mm}{
22010 \end_layout
22011
22012 \end_inset
22013
22014
22015 \begin_inset Formula $\complement$
22016 \end_inset
22017
22018
22019 \begin_inset ERT
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023
22024 }
22025 \end_layout
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \backslash
22042 Bbbk
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Formula $\Bbbk$
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 </lyxtabular>
22061
22062 \end_inset
22063
22064
22065 \begin_inset space \hfill{}
22066 \end_inset
22067
22068
22069 \begin_inset Tabular
22070 <lyxtabular version="3" rows="10" columns="2">
22071 <features rotate="0" tabularvalignment="middle">
22072 <column alignment="center" valignment="top" width="0pt">
22073 <column alignment="center" valignment="top" width="0pt">
22074 <row>
22075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079 Befehl
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 Ergebnis
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 </row>
22094 <row>
22095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099
22100 \backslash
22101 prime
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 \begin_inset Formula $\prime$
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 </row>
22119 <row>
22120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124
22125 \backslash
22126 backprime
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135 \begin_inset Formula $\backprime$
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \backslash
22151 mho
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 \begin_inset Formula $\mho$
22161 \end_inset
22162
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174
22175 \backslash
22176 triangle
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 \begin_inset Formula $\triangle$
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 </row>
22194 <row>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \backslash
22201 angle
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 \begin_inset Formula $\angle$
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224
22225 \backslash
22226 measuredangle
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 \begin_inset Formula $\measuredangle$
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249
22250 \backslash
22251 sphericalangle
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Formula $\sphericalangle$
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 </row>
22269 <row>
22270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274
22275 \backslash
22276 top
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Formula $\top$
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 </row>
22294 <row>
22295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299
22300 \backslash
22301 bot
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 \begin_inset Formula $\bot$
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 </row>
22319 </lyxtabular>
22320
22321 \end_inset
22322
22323
22324 \begin_inset space \hfill{}
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \begin_layout Subsection
22331 Sonstige Symbole
22332 \begin_inset CommandInset label
22333 LatexCommand label
22334 name "sub:Sonstige-Symbole"
22335
22336 \end_inset
22337
22338
22339 \begin_inset Index idx
22340 status collapsed
22341
22342 \begin_layout Plain Layout
22343 Symbole ! sonstige
22344 \end_layout
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset VSpace -7mm
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \noindent
22360 \align center
22361 \begin_inset Tabular
22362 <lyxtabular version="3" rows="10" columns="2">
22363 <features rotate="0" tabularvalignment="middle">
22364 <column alignment="center" valignment="top" width="0pt">
22365 <column alignment="center" valignment="top" width="0pt">
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 Befehl
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 Ergebnis
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391
22392 \backslash
22393 flat
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 \begin_inset Formula $\flat$
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 </row>
22411 <row>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416
22417 \backslash
22418 natural
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 \begin_inset Formula $\natural$
22428 \end_inset
22429
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 </row>
22436 <row>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441
22442 \backslash
22443 sharp
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 \begin_inset Formula $\sharp$
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 </row>
22461 <row>
22462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466
22467 \backslash
22468 surd
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 \begin_inset Formula $\surd$
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 <row>
22487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491
22492 \backslash
22493 checkmark
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 \begin_inset Formula $\checkmark$
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 </row>
22511 <row>
22512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516
22517 \backslash
22518 yen
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 \begin_inset Formula $\yen$
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 <row>
22537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \backslash
22543 pounds
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552 \begin_inset Formula $\pounds$
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 $
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\$$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 §
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Formula $§$
22599 \end_inset
22600
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 </lyxtabular>
22608
22609 \end_inset
22610
22611
22612 \begin_inset Tabular
22613 <lyxtabular version="3" rows="10" columns="2">
22614 <features rotate="0" tabularvalignment="middle">
22615 <column alignment="center" valignment="top">
22616 <column alignment="center" valignment="top">
22617 <row>
22618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 Befehl
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 Ergebnis
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \backslash
22644 hbar
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Formula $\hbar$
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 <row>
22663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667
22668 \backslash
22669 hslash
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Formula $\hslash$
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 </row>
22687 <row>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \backslash
22694 clubsuit
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 \begin_inset Formula $\clubsuit$
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 </row>
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 spadesuit
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset Formula $\spadesuit$
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \backslash
22744 bigstar
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $\bigstar$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 <row>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767
22768 \backslash
22769 blacklozenge
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 \begin_inset Formula $\blacklozenge$
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 </row>
22787 <row>
22788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792
22793 \backslash
22794 blacktriangle
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $\blacktriangle$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 <row>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817
22818 \backslash
22819 blacktiangledown
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 \begin_inset Formula $\blacktriangledown$
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842
22843 \backslash
22844 bullet
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 \begin_inset Formula $\bullet$
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 </row>
22862 </lyxtabular>
22863
22864 \end_inset
22865
22866
22867 \begin_inset Tabular
22868 <lyxtabular version="3" rows="10" columns="2">
22869 <features rotate="0" tabularvalignment="middle">
22870 <column alignment="center" valignment="top" width="0pt">
22871 <column alignment="center" valignment="top" width="0pt">
22872 <row>
22873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 Befehl
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 Ergebnis
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 <row>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \backslash
22899 diamondsuit
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Formula $\diamondsuit$
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 </row>
22917 <row>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922
22923 \backslash
22924 Diamond
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933 \begin_inset Formula $\Diamond$
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \end_inset
22940 </cell>
22941 </row>
22942 <row>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947
22948 \backslash
22949 heartsuit
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 \begin_inset Formula $\heartsuit$
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 </row>
22967 <row>
22968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972
22973 \backslash
22974 P
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 \begin_inset Formula $\P$
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997
22998 \backslash
22999 copyright
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 \begin_inset Formula $\copyright$
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \end_inset
23015 </cell>
23016 </row>
23017 <row>
23018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \backslash
23024 circledR
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 \begin_inset Formula $\circledR$
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 </row>
23042 <row>
23043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047
23048 \backslash
23049 maltese
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 \begin_inset Formula $\maltese$
23059 \end_inset
23060
23061
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 <row>
23068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072
23073 \backslash
23074 diagup
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 \begin_inset Formula $\diagup$
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 </row>
23092 <row>
23093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097
23098 \backslash
23099 diagdown
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 \begin_inset Formula $\diagdown$
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 </row>
23117 </lyxtabular>
23118
23119 \end_inset
23120
23121
23122 \end_layout
23123
23124 \begin_layout Standard
23125 \begin_inset VSpace medskip
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \begin_layout Standard
23132 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
23133  
23134 \begin_inset CommandInset ref
23135 LatexCommand ref
23136 reference "sub:Schriftgrößen"
23137
23138 \end_inset
23139
23140 .
23141 \end_layout
23142
23143 \begin_layout Subsection
23144 Das Euro-Symbol €
23145 \begin_inset Index idx
23146 status collapsed
23147
23148 \begin_layout Plain Layout
23149 Symbole ! Euro-Symbol
23150 \end_layout
23151
23152 \end_inset
23153
23154
23155 \begin_inset Index idx
23156 status collapsed
23157
23158 \begin_layout Plain Layout
23159
23160 \backslash
23161 @
23162 \begin_inset ERT
23163 status collapsed
23164
23165 \begin_layout Plain Layout
23166
23167
23168 \backslash
23169 officialeuro
23170 \end_layout
23171
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \begin_layout Standard
23183 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
23184
23185 \series bold
23186 eurosym
23187 \series default
23188
23189 \begin_inset Index idx
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193 Pakete ! eurosym
23194 \end_layout
23195
23196 \end_inset
23197
23198  installieren und dieses mit der LaTeX-Vorspannzeile
23199 \end_layout
23200
23201 \begin_layout Standard
23202
23203 \series bold
23204
23205 \backslash
23206 usepackage[gennarrow]{eurosym}
23207 \end_layout
23208
23209 \begin_layout Standard
23210 aktivieren.
23211  Das Euro-Symbol kann man nun mit dem Befehl 
23212 \series bold
23213
23214 \backslash
23215 euro
23216 \series default
23217
23218 \begin_inset Index idx
23219 status collapsed
23220
23221 \begin_layout Plain Layout
23222 Befehle ! E ! 
23223 \backslash
23224 euro
23225 \end_layout
23226
23227 \end_inset
23228
23229  aufrufen.
23230 \end_layout
23231
23232 \begin_layout Standard
23233 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23234  eingeben, ohne 
23235 \series bold
23236 eurosym
23237 \series default
23238  installiert zu haben.
23239  Ist 
23240 \series bold
23241 eurosym
23242 \series default
23243  installiert, kann man 
23244 \series bold
23245
23246 \backslash
23247 euro
23248 \series default
23249  auch im TeX-Modus eingeben.
23250  Das offizielle Währungssymbol erhält man dann über den Befehl 
23251 \series bold
23252
23253 \backslash
23254 officialeuro
23255 \series default
23256
23257 \begin_inset Index idx
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261 Befehle ! O ! 
23262 \backslash
23263 officialeuro
23264 \end_layout
23265
23266 \end_inset
23267
23268 , der nur im TeX-Modus verfügbar ist.
23269 \end_layout
23270
23271 \begin_layout Standard
23272 \begin_inset ERT
23273 status collapsed
23274
23275 \begin_layout Plain Layout
23276
23277
23278 \backslash
23279 ifeurosym 
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \begin_inset Note Note
23286 status open
23287
23288 \begin_layout Plain Layout
23289 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23290 \series bold
23291 eurosym
23292 \series default
23293  installiert ist:
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Standard
23302 Eine Übersicht der verschiedenen Euro-Symbole:
23303 \end_layout
23304
23305 \begin_layout Standard
23306 \align center
23307 \begin_inset Tabular
23308 <lyxtabular version="3" rows="4" columns="3">
23309 <features rotate="0" tabularvalignment="middle">
23310 <column alignment="center" valignment="top" width="0pt">
23311 <column alignment="center" valignment="top" width="0pt">
23312 <column alignment="center" valignment="top" width="0pt">
23313 <row>
23314 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 Befehl 
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 Ergebnis
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 Formel
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 euro
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\euro$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 mathematischer Text
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 \begin_inset Formula $\mbox{€}$
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 TeX-Modus
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422
23423 \backslash
23424 officialeuro
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 \begin_inset ERT
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437
23438
23439 \backslash
23440 officialeuro
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 </lyxtabular>
23452
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \begin_layout Standard
23459 \begin_inset ERT
23460 status collapsed
23461
23462 \begin_layout Plain Layout
23463
23464
23465 \backslash
23466 else 
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \begin_inset Note Note
23473 status open
23474
23475 \begin_layout Plain Layout
23476 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23477 \series bold
23478 eurosym
23479 \series default
23480  nicht installiert ist:
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \end_layout
23487
23488 \begin_layout Standard
23489 Das LaTeX-Paket 
23490 \series bold
23491 eurosym 
23492 \series default
23493 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23494 \end_layout
23495
23496 \begin_layout Standard
23497 \begin_inset ERT
23498 status collapsed
23499
23500 \begin_layout Plain Layout
23501
23502
23503 \backslash
23504 fi 
23505 \end_layout
23506
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \begin_layout Section
23513 Relationen
23514 \begin_inset CommandInset label
23515 LatexCommand label
23516 name "sec:Relationen"
23517
23518 \end_inset
23519
23520
23521 \begin_inset Index idx
23522 status collapsed
23523
23524 \begin_layout Plain Layout
23525 Relationen
23526 \end_layout
23527
23528 \end_inset
23529
23530
23531 \begin_inset Index idx
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535 Vergleiche|see
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541 {
23542 \end_layout
23543
23544 \end_inset
23545
23546 Relationen
23547 \begin_inset ERT
23548 status collapsed
23549
23550 \begin_layout Plain Layout
23551
23552 }
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \begin_layout Standard
23566 Alle folgenden Relationen können auch über den Mathe-Werkzeugleistenknopf
23567  
23568 \begin_inset Info
23569 type  "icon"
23570 arg   "math-insert \\leq"
23571 \end_inset
23572
23573  eingefügt werden.
23574 \end_layout
23575
23576 \begin_layout Standard
23577 \begin_inset space \hfill{}
23578 \end_inset
23579
23580
23581 \begin_inset Tabular
23582 <lyxtabular version="3" rows="17" columns="2">
23583 <features rotate="0" tabularvalignment="middle">
23584 <column alignment="center" valignment="top" width="0pt">
23585 <column alignment="center" valignment="top" width="0pt">
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 Befehl
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 Ergebnis
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 <
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 \begin_inset Formula $<$
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 </row>
23629 <row>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634
23635 \backslash
23636 le
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 \begin_inset Formula $\le$
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 </row>
23654 <row>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659
23660 \backslash
23661 ll
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 \begin_inset Formula $\ll$
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 </row>
23679 <row>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684
23685 \backslash
23686 prec
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695 \begin_inset Formula $\prec$
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 </row>
23704 <row>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709
23710 \backslash
23711 preceq
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 \begin_inset Formula $\preceq$
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 </row>
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \backslash
23736 subset
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 \begin_inset Formula $\subset$
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 </row>
23754 <row>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759
23760 \backslash
23761 subseteq
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 \begin_inset Formula $\subseteq$
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 </row>
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \backslash
23786 sqsubseteq
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 \begin_inset Formula $\sqsubseteq$
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 </row>
23804 <row>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809
23810 \backslash
23811 in
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820 \begin_inset Formula $\in$
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 </row>
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834
23835 \backslash
23836 vdash
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845 \begin_inset Formula $\vdash$
23846 \end_inset
23847
23848
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 </row>
23854 <row>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859
23860 \backslash
23861 smile
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870 \begin_inset Formula $\smile$
23871 \end_inset
23872
23873
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 </row>
23879 <row>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884
23885 \backslash
23886 lhd
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895 \begin_inset Formula $\lhd$
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 </row>
23904 <row>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909
23910 \backslash
23911 unlhd
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 \begin_inset Formula $\unlhd$
23921 \end_inset
23922
23923
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 </row>
23929 <row>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \backslash
23936 gtrless
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Formula $\gtrless$
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 </row>
23954 <row>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959
23960 \backslash
23961 mid
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 \begin_inset Formula $\mid$
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 </row>
23979 <row>
23980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984
23985 \backslash
23986 nmid
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995 \begin_inset Formula $\nmid$
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 </row>
24004 </lyxtabular>
24005
24006 \end_inset
24007
24008
24009 \begin_inset space \hfill{}
24010 \end_inset
24011
24012
24013 \begin_inset Tabular
24014 <lyxtabular version="3" rows="17" columns="2">
24015 <features rotate="0" tabularvalignment="middle">
24016 <column alignment="center" valignment="top" width="0pt">
24017 <column alignment="center" valignment="top" width="0pt">
24018 <row>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 Befehl
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 Ergebnis
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 =
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $=$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 not=
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 \begin_inset Formula $\not=$
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 </row>
24086 <row>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \backslash
24093 equiv
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 \begin_inset Formula $\equiv$
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 </row>
24111 <row>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116
24117 \backslash
24118 sim
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 \begin_inset Formula $\sim$
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 </row>
24136 <row>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141
24142 \backslash
24143 simeq
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Formula $\simeq$
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 approx
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Formula $\approx$
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 </row>
24186 <row>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191
24192 \backslash
24193 cong
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 \begin_inset Formula $\cong$
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 </row>
24211 <row>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \backslash
24218 bowtie
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 \begin_inset Formula $\bowtie$
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 </row>
24236 <row>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 notin
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 \begin_inset Formula $\notin$
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 </row>
24261 <row>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \backslash
24268 perp
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277 \begin_inset Formula $\perp$
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 </row>
24286 <row>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291
24292 \backslash
24293 propto
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 \begin_inset Formula $\propto$
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 </row>
24311 <row>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 asymp
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327 \begin_inset Formula $\asymp$
24328 \end_inset
24329
24330
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 </row>
24336 <row>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341
24342 \backslash
24343 doteq
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352 \begin_inset Formula $\doteq$
24353 \end_inset
24354
24355
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366
24367 \backslash
24368 circeq
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 \begin_inset Formula $\circeq$
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 </row>
24386 <row>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \backslash
24393 models
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402 \begin_inset Formula $\models$
24403 \end_inset
24404
24405
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 </row>
24411 <row>
24412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416
24417 \backslash
24418 widehat=
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427 \begin_inset Formula $\widehat{=}$
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 </row>
24436 </lyxtabular>
24437
24438 \end_inset
24439
24440
24441 \begin_inset space \hfill{}
24442 \end_inset
24443
24444
24445 \begin_inset Tabular
24446 <lyxtabular version="3" rows="17" columns="2">
24447 <features rotate="0" tabularvalignment="middle">
24448 <column alignment="center" valignment="top" width="0pt">
24449 <column alignment="center" valignment="top" width="0pt">
24450 <row>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 Befehl
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 Ergebnis
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475 >
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 \begin_inset Formula $>$
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 </row>
24493 <row>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \backslash
24500 ge
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 \begin_inset Formula $\ge$
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 </row>
24518 <row>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 gg
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 \begin_inset Formula $\gg$
24535 \end_inset
24536
24537
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 <row>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \backslash
24550 succ
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559 \begin_inset Formula $\succ$
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 </row>
24568 <row>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 succeq
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 \begin_inset Formula $\succeq$
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 supset
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $\supset$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 <row>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \backslash
24625 supseteq
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634 \begin_inset Formula $\supseteq$
24635 \end_inset
24636
24637
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 </row>
24643 <row>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 sqsupseteq
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659 \begin_inset Formula $\sqsupseteq$
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 </row>
24668 <row>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 ni
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684 \begin_inset Formula $\ni$
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 </row>
24693 <row>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698
24699 \backslash
24700 dashv
24701 \end_layout
24702
24703 \end_inset
24704 </cell>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709 \begin_inset Formula $\dashv$
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 </row>
24718 <row>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 frown
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 \begin_inset Formula $\frown$
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 </row>
24743 <row>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \backslash
24750 rhd
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 \begin_inset Formula $\rhd$
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 </row>
24768 <row>
24769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773
24774 \backslash
24775 unrhd
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784 \begin_inset Formula $\unrhd$
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 </row>
24793 <row>
24794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798
24799 \backslash
24800 lessgtr
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809 \begin_inset Formula $\lessgtr$
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 <row>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \backslash
24825 parallel
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834 \begin_inset Formula $\parallel$
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 </row>
24843 <row>
24844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848
24849 \backslash
24850 nparallel
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 \begin_inset Formula $\nparallel$
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 </row>
24868 </lyxtabular>
24869
24870 \end_inset
24871
24872
24873 \begin_inset space \hfill{}
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \begin_inset VSpace medskip
24881 \end_inset
24882
24883 Die Zeichen 
24884 \series bold
24885
24886 \backslash
24887 lhd
24888 \series default
24889  bzw.
24890 \begin_inset space \space{}
24891 \end_inset
24892
24893
24894 \series bold
24895
24896 \backslash
24897 rhd
24898 \series default
24899  sind größer als die gleich aussehenden Operatoren
24900 \begin_inset Newline linebreak
24901 \end_inset
24902
24903
24904 \series bold
24905
24906 \backslash
24907 triangleleft
24908 \series default
24909  bzw.
24910 \begin_inset space \space{}
24911 \end_inset
24912
24913
24914 \series bold
24915
24916 \backslash
24917 triangleright
24918 \series default
24919 .
24920 \end_layout
24921
24922 \begin_layout Standard
24923 LyX unterstützt auch viele spezielle Relationen.
24924  Drücken Sie den Mathe-Werkzeugleistenknopf 
24925 \begin_inset Info
24926 type  "icon"
24927 arg   "math-insert \\leqq"
24928 \end_inset
24929
24930  um eine Liste dieser Relationen zu sehen.
24931 \end_layout
24932
24933 \begin_layout Standard
24934 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24935 \end_layout
24936
24937 \begin_layout Standard
24938 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24939 \series bold
24940
24941 \backslash
24942 stackrel
24943 \series default
24944
24945 \begin_inset Index idx
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949 Befehle ! S ! 
24950 \backslash
24951 stackrel
24952 \end_layout
24953
24954 \end_inset
24955
24956  erstellt werden:
24957 \end_layout
24958
24959 \begin_layout Standard
24960 \align center
24961 \begin_inset Tabular
24962 <lyxtabular version="3" rows="2" columns="2">
24963 <features rotate="0" tabularvalignment="middle">
24964 <column alignment="center" valignment="top">
24965 <column alignment="center" valignment="top">
24966 <row>
24967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 Befehl
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 Ergebnis
24981 \begin_inset Note Note
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985
24986 \series bold
24987
24988 \backslash
24989 raisebox
24990 \series default
24991  dient nur als Abstandhalter.
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 </row>
25002 <row>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 A(r)
25008 \backslash
25009 stackrel
25010 \begin_inset space \textvisiblespace{}
25011 \end_inset
25012
25013 r
25014 \backslash
25015 to
25016 \backslash
25017 infty
25018 \begin_inset space \textvisiblespace{}
25019 \end_inset
25020
25021
25022 \begin_inset Formula $\downarrow$
25023 \end_inset
25024
25025
25026 \backslash
25027 approx
25028 \begin_inset space \textvisiblespace{}
25029 \end_inset
25030
25031
25032 \begin_inset space \textvisiblespace{}
25033 \end_inset
25034
25035 B
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 </row>
25053 </lyxtabular>
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Section
25061 Funktionen
25062 \end_layout
25063
25064 \begin_layout Subsection
25065 Vordefinierte Funktionen
25066 \begin_inset CommandInset label
25067 LatexCommand label
25068 name "sub:Vordefinierte-Funktionen"
25069
25070 \end_inset
25071
25072
25073 \begin_inset Index idx
25074 status collapsed
25075
25076 \begin_layout Plain Layout
25077 Funktionen ! vordefinierte
25078 \end_layout
25079
25080 \end_inset
25081
25082
25083 \end_layout
25084
25085 \begin_layout Standard
25086 Allgemein werden in mathematischen Ausdrücken Variablen 
25087 \shape italic
25088 kursiv
25089 \shape default
25090  gesetzt, Funktionsnamen hingegen nicht, denn 
25091 \begin_inset Formula $sin$
25092 \end_inset
25093
25094  könnte als 
25095 \begin_inset Formula $s\cdot i\cdot n$
25096 \end_inset
25097
25098  missverstanden werden.
25099  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
25100 en etwas abgesetzt sind.
25101  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
25102 \end_layout
25103
25104 \begin_layout Standard
25105 \align center
25106 \begin_inset Tabular
25107 <lyxtabular version="3" rows="2" columns="4">
25108 <features rotate="0" tabularvalignment="middle">
25109 <column alignment="center" valignment="top" width="0pt">
25110 <column alignment="center" valignment="top" width="0pt">
25111 <column alignment="center" valignment="top" width="0pt">
25112 <column alignment="center" valignment="top" width="0pt">
25113 <row>
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 Befehl
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127 Ergebnis
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136 Befehl
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 Ergebnis
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 </row>
25151 <row>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 Asin(x)+B
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 \begin_inset Formula $Asin(x)+B$
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 A
25178 \backslash
25179 sin(x)+B
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188 \begin_inset Formula $A\sin(x)+B$
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 </row>
25197 </lyxtabular>
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Standard
25205 Folgende Funktionen sind vordefiniert:
25206 \end_layout
25207
25208 \begin_layout Standard
25209 \begin_inset VSpace -2mm
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Standard
25216 \align center
25217 \begin_inset Tabular
25218 <lyxtabular version="3" rows="9" columns="4">
25219 <features rotate="0" tabularvalignment="middle">
25220 <column alignment="center" valignment="top" width="0pt">
25221 <column alignment="center" valignment="top" width="0pt">
25222 <column alignment="center" valignment="top" width="0pt">
25223 <column alignment="center" valignment="top" width="0pt">
25224 <row>
25225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 Befehl
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238 Befehl
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247 Befehl
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 Befehl
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 </row>
25262 <row>
25263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267
25268 \backslash
25269 sin
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278
25279 \backslash
25280 sinh
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 arcsin
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300
25301 \backslash
25302 sup
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 </row>
25308 <row>
25309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313
25314 \backslash
25315 cos
25316 \end_layout
25317
25318 \end_inset
25319 </cell>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324
25325 \backslash
25326 cosh
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335
25336 \backslash
25337 arccos
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 inf
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 </row>
25354 <row>
25355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 tan
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \backslash
25372 tanh
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \backslash
25383 arctan
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 lim
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 </row>
25400 <row>
25401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \backslash
25407 cot
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416
25417 \backslash
25418 coth
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427
25428 \backslash
25429 arg
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438
25439 \backslash
25440 liminf
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 </row>
25446 <row>
25447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451
25452 \backslash
25453 sec
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \backslash
25464 min
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
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 deg
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
25485 \backslash
25486 limsup
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 </row>
25492 <row>
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497
25498 \backslash
25499 csc
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508
25509 \backslash
25510 max
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519
25520 \backslash
25521 det
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530
25531 \backslash
25532 Pr
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row>
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 ln
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554
25555 \backslash
25556 exp
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 dim
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576
25577 \backslash
25578 hom
25579 \end_layout
25580
25581 \end_inset
25582 </cell>
25583 </row>
25584 <row>
25585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589
25590 \backslash
25591 lg
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600
25601 \backslash
25602 log
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 ker
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622
25623 \backslash
25624 gcd
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 </row>
25630 </lyxtabular>
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 Sie können auch über den Mathe-Werkzeugleistenknopf 
25639 \begin_inset Info
25640 type  "icon"
25641 arg   "math-insert \\functions"
25642 \end_inset
25643
25644  eingefügt werden.
25645 \end_layout
25646
25647 \begin_layout Subsection
25648 Selbst definierte Funktionen
25649 \begin_inset Index idx
25650 status collapsed
25651
25652 \begin_layout Plain Layout
25653 Funktionen ! selbstdefinierte
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25663 \begin_inset space \thinspace{}
25664 \end_inset
25665
25666 B.
25667  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25668 \end_layout
25669
25670 \begin_layout Itemize
25671 Man definiert die Funktion selbst.
25672  Dazu gibt man im LaTeX-Vorspann die Zeile
25673 \begin_inset Newline newline
25674 \end_inset
25675
25676
25677 \begin_inset VSpace -3mm
25678 \end_inset
25679
25680
25681 \begin_inset Newline newline
25682 \end_inset
25683
25684
25685 \series bold
25686
25687 \backslash
25688 DeclareMathOperator{
25689 \backslash
25690 sgn}{sgn}
25691 \series default
25692
25693 \begin_inset Index idx
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697 Befehle ! D ! 
25698 \backslash
25699 dbinom@
25700 \backslash
25701 DeclareMathOperator
25702 \end_layout
25703
25704 \end_inset
25705
25706
25707 \begin_inset Newline newline
25708 \end_inset
25709
25710
25711 \begin_inset VSpace -2mm
25712 \end_inset
25713
25714
25715 \begin_inset Newline newline
25716 \end_inset
25717
25718 ein
25719 \begin_inset Foot
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723 Näheres zu 
25724 \series bold
25725
25726 \backslash
25727 DeclareMathOperator
25728 \series default
25729  siehe 
25730 \begin_inset CommandInset ref
25731 LatexCommand ref
25732 reference "sub:Selbstdefinierte-Operatoren"
25733
25734 \end_inset
25735
25736 .
25737 \end_layout
25738
25739 \end_inset
25740
25741 .
25742  Nun kann man mit dem Befehl 
25743 \series bold
25744
25745 \backslash
25746 sgn
25747 \series default
25748  die neu definierte Funktion aufrufen.
25749 \end_layout
25750
25751 \begin_layout Itemize
25752 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25753  Beispiel die Buchstaben 
25754 \emph on
25755 sgn
25756 \emph default
25757 , und wandelt ihn in in mathematischen Text um.
25758  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25759 \end_layout
25760
25761 \begin_layout Standard
25762 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25763  Funktion
25764 \begin_inset Foot
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25769 \end_layout
25770
25771 \end_inset
25772
25773 :
25774 \end_layout
25775
25776 \begin_layout Standard
25777 \align center
25778 \begin_inset Tabular
25779 <lyxtabular version="3" rows="3" columns="2">
25780 <features rotate="0" tabularvalignment="middle">
25781 <column alignment="center" valignment="top" width="0pt">
25782 <column alignment="center" valignment="top" width="0pt">
25783 <row>
25784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788 Befehl
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 Ergebnis
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 A
25809 \backslash
25810 sgn(x)+B
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $A\sgn(x)+B$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 <row>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 A
25834 \backslash
25835 ,
25836 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25837 \end_inset
25838
25839 (x)+B
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25849 \end_inset
25850
25851
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 </row>
25857 </lyxtabular>
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \begin_layout Standard
25865 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25866  mehrfach verwendet werden soll.
25867 \end_layout
25868
25869 \begin_layout Subsection
25870 Grenzwerte
25871 \begin_inset Index idx
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875 Grenzwerte
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \begin_layout Standard
25884 Für Grenzwerte sind außer 
25885 \series bold
25886
25887 \backslash
25888 lim
25889 \series default
25890
25891 \begin_inset Index idx
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895 Befehle ! L ! 
25896 \backslash
25897 lim
25898 \end_layout
25899
25900 \end_inset
25901
25902
25903 \series bold
25904
25905 \backslash
25906 liminf
25907 \series default
25908  und 
25909 \series bold
25910
25911 \backslash
25912 limsup
25913 \series default
25914  noch folgende Funktionen definiert:
25915 \end_layout
25916
25917 \begin_layout Standard
25918 \align center
25919 \begin_inset Tabular
25920 <lyxtabular version="3" rows="5" columns="2">
25921 <features rotate="0" tabularvalignment="middle">
25922 <column alignment="center" valignment="top">
25923 <column alignment="center" valignment="top">
25924 <row>
25925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929 Befehl
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938 Ergebnis
25939 \begin_inset Note Note
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944 \series bold
25945
25946 \backslash
25947 raisebox
25948 \series default
25949  dient nur als Abstandhalter.
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 </row>
25960 <row>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965
25966 \backslash
25967 varliminf
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25973 \begin_inset Text
25974
25975 \begin_layout Plain Layout
25976 \begin_inset Formula $\varliminf$
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 </row>
25985 <row>
25986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990
25991 \backslash
25992 varlimsup
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset Formula $\varlimsup$
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 </row>
26010 <row>
26011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015
26016 \backslash
26017 varprojlim
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset Formula $\varprojlim$
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 <row>
26036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040
26041 \backslash
26042 varinjlim
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26048 \begin_inset Text
26049
26050 \begin_layout Plain Layout
26051 \begin_inset Formula $\varinjlim$
26052 \end_inset
26053
26054
26055 \begin_inset Formula $\raisebox{-2.5mm}{}$
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 </row>
26064 </lyxtabular>
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset VSpace medskip
26073 \end_inset
26074
26075 Der Grenzwert wird durch Tiefstellen erzeugt.
26076  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
26077 \end_layout
26078
26079 \begin_layout Standard
26080 \align center
26081 \begin_inset Tabular
26082 <lyxtabular version="3" rows="2" columns="2">
26083 <features rotate="0" tabularvalignment="middle">
26084 <column alignment="center" valignment="top" width="0pt">
26085 <column alignment="center" valignment="top" width="0pt">
26086 <row>
26087 <cell alignment="center" valignment="top" usebox="none">
26088 \begin_inset Text
26089
26090 \begin_layout Plain Layout
26091 Befehl
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 <cell alignment="center" valignment="top" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100 \begin_inset space \hspace{}
26101 \length 1cm
26102 \end_inset
26103
26104 Ergebnis
26105 \begin_inset Note Note
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109 Der Leerraum und 
26110 \series bold
26111
26112 \backslash
26113 raisebox
26114 \series default
26115  dienen nur als Abstandhalter.
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 </row>
26126 <row>
26127 <cell alignment="center" valignment="top" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131
26132 \backslash
26133 lim_x
26134 \backslash
26135 to
26136 \begin_inset space \textvisiblespace{}
26137 \end_inset
26138
26139 A
26140 \begin_inset space \textvisiblespace{}
26141 \end_inset
26142
26143 x=B
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 <cell alignment="center" valignment="top" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 </row>
26161 </lyxtabular>
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \begin_layout Standard
26169 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26170 \begin_inset Formula 
26171 \[
26172 \lim_{x\to A}x=B
26173 \]
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset VSpace medskip
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \begin_layout Standard
26188 Wie man den Schriftsatz von Grenzen einstellt, ist in 
26189 \begin_inset CommandInset ref
26190 LatexCommand ref
26191 reference "sub:Operatorgrenzen"
26192
26193 \end_inset
26194
26195  erklärt.
26196 \end_layout
26197
26198 \begin_layout Subsection
26199 Modulo-Funktionen
26200 \begin_inset Index idx
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204 Funktionen ! Modulo-
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26214  Varianten.
26215 \end_layout
26216
26217 \begin_layout Standard
26218 Die Varianten in einer abgesetzten Formel:
26219 \begin_inset Formula 
26220 \begin{align*}
26221 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26222 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26223 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26224 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26225 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26226 \end{align*}
26227
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Standard
26234 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26235  weniger Leerraum gesetzt.
26236  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26237  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
26238 \begin_inset Formula 
26239 \begin{align*}
26240 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26241 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26242 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26243 \end{align*}
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \begin_layout Section
26251 Sonderzeichen
26252 \begin_inset Index idx
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256 Sonderzeichen
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \begin_layout Standard
26265 Die Zeichen ^ und _ erzeugen normalerweise Exponenten bzw.
26266 \begin_inset space \space{}
26267 \end_inset
26268
26269 Indizes.
26270  Um diese Zeichen zu erhalten, müssen sie mit einem 
26271 \backslash
26272  eingegeben werden:
26273 \end_layout
26274
26275 \begin_layout Standard
26276 \noindent
26277 \align center
26278 \begin_inset Tabular
26279 <lyxtabular version="3" rows="3" columns="2">
26280 <features rotate="0" tabularvalignment="middle">
26281 <column alignment="block" valignment="top">
26282 <column alignment="block" valignment="top">
26283 <row>
26284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288 Befehl
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 Ergebnis
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 </row>
26303 <row>
26304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308
26309 \backslash
26310 ^
26311 \begin_inset space \textvisiblespace{}
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323 \begin_inset Formula $\mathcircumflex$
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 <row>
26333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337
26338 \backslash
26339 _
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 \begin_inset Formula $\_$
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 </row>
26357 </lyxtabular>
26358
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \begin_layout Subsection
26365 Sonderzeichen im mathematischen Text
26366 \end_layout
26367
26368 \begin_layout Standard
26369 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26370  verwendet werden:
26371 \end_layout
26372
26373 \begin_layout Standard
26374 \begin_inset space \hfill{}
26375 \end_inset
26376
26377
26378 \begin_inset Tabular
26379 <lyxtabular version="3" rows="8" columns="2">
26380 <features rotate="0" tabularvalignment="middle">
26381 <column alignment="block" valignment="top">
26382 <column alignment="block" valignment="top">
26383 <row>
26384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388 Befehl
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 Ergebnis
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 </row>
26403 <row>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408
26409 \backslash
26410 oe
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 \begin_inset Formula $\textrm{œ}$
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 <row>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \backslash
26435 OE
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset Formula $\textrm{Œ}$
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 </row>
26453 <row>
26454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458
26459 \backslash
26460 ae
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 \begin_inset Formula $\textrm{æ}$
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 </row>
26478 <row>
26479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483
26484 \backslash
26485 AE
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 \begin_inset Formula $\textrm{Æ}$
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 <row>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \backslash
26510 aa
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519 \begin_inset Formula $\textrm{\aa}$
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 </row>
26528 <row>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533
26534 \backslash
26535 AA
26536 \begin_inset Index idx
26537 status collapsed
26538
26539 \begin_layout Plain Layout
26540
26541 \backslash
26542 @
26543 \begin_inset ERT
26544 status collapsed
26545
26546 \begin_layout Plain Layout
26547
26548
26549 \backslash
26550 textrm{
26551 \backslash
26552 AA}
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 \begin_inset Formula $\textrm{Å}$
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 <row>
26581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585
26586 \backslash
26587 i
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596 \begin_inset Formula $\textrm{ı}$
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 </row>
26605 </lyxtabular>
26606
26607 \end_inset
26608
26609
26610 \begin_inset space \hfill{}
26611 \end_inset
26612
26613
26614 \begin_inset Tabular
26615 <lyxtabular version="3" rows="8" columns="2">
26616 <features rotate="0" tabularvalignment="middle">
26617 <column alignment="block" valignment="top">
26618 <column alignment="center" valignment="top">
26619 <row>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 Befehl
26625 \begin_inset Note Note
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629 Der Leerraum von 0
26630 \begin_inset space \thinspace{}
26631 \end_inset
26632
26633 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26634 \begin_inset space \space{}
26635 \end_inset
26636
26637 ¿ erscheinen würde.
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651 Ergebnis
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 <row>
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662
26663 \backslash
26664 o
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 \begin_inset Formula $\textrm{ø}$
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 <row>
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687
26688 \backslash
26689 O
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 \begin_inset Formula $\textrm{Ø}$
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 <row>
26708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712
26713 \backslash
26714 l
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723 \begin_inset Formula $\textrm{ł}$
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 <row>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737
26738 \backslash
26739 L
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748 \begin_inset Formula $\textrm{Ł}$
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 </row>
26757 <row>
26758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762 !
26763 \begin_inset space \hspace{}
26764 \length 0mm
26765 \end_inset
26766
26767 `
26768 \begin_inset space \textvisiblespace{}
26769 \end_inset
26770
26771
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 \begin_inset Formula $\textrm{!`}$
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 </row>
26789 <row>
26790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794 ?
26795 \begin_inset space \hspace{}
26796 \length 0mm
26797 \end_inset
26798
26799 `
26800 \begin_inset space \textvisiblespace{}
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812 \begin_inset Formula $\textrm{?`}$
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 </row>
26821 <row>
26822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26823 \begin_inset Text
26824
26825 \begin_layout Plain Layout
26826
26827 \backslash
26828 j
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837 \begin_inset Formula $\textrm{ȷ}$
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 </row>
26846 </lyxtabular>
26847
26848 \end_inset
26849
26850
26851 \begin_inset space \hfill{}
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Die Zeichen 
26859 \begin_inset Formula $\textrm{\textrm{Å}}$
26860 \end_inset
26861
26862  und 
26863 \begin_inset Formula $\textrm{\textrm{Ø}}$
26864 \end_inset
26865
26866  können auch über den Mathe-Werkzeugleistenknopf 
26867 \begin_inset Info
26868 type  "icon"
26869 arg   "math-insert \\digamma"
26870 \end_inset
26871
26872  eingefügt werden.
26873 \end_layout
26874
26875 \begin_layout Standard
26876 Eine Ausnahme bilden die Befehle 
26877 \series bold
26878 !
26879 \begin_inset space \hspace{}
26880 \length 0mm
26881 \end_inset
26882
26883 `
26884 \series default
26885  und 
26886 \series bold
26887 ?
26888 \begin_inset space \hspace{}
26889 \length 0mm
26890 \end_inset
26891
26892 `
26893 \series default
26894 , denn man kann sie in LyX direkt in den Text eingeben.
26895 \end_layout
26896
26897 \begin_layout Subsection
26898 Akzente im Text
26899 \begin_inset CommandInset label
26900 LatexCommand label
26901 name "sub:Sonderzeichen-Akzente"
26902
26903 \end_inset
26904
26905
26906 \begin_inset Index idx
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910 Akzente ! im Text
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Standard
26919 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26920  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26921 \end_layout
26922
26923 \begin_layout Standard
26924 \begin_inset space \hfill{}
26925 \end_inset
26926
26927
26928 \begin_inset Tabular
26929 <lyxtabular version="3" rows="8" columns="2">
26930 <features rotate="0" tabularvalignment="middle">
26931 <column alignment="block" valignment="top">
26932 <column alignment="block" valignment="top">
26933 <row>
26934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938 Befehl
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947 Ergebnis
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 </row>
26953 <row>
26954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958
26959 \backslash
26960
26961 \begin_inset Quotes grd
26962 \end_inset
26963
26964 e
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973 \begin_inset ERT
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977
26978
26979 \backslash
26980 "e
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 </row>
26991 <row>
26992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996
26997 \backslash
26998 `e
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Plain Layout
27007 \begin_inset ERT
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011
27012
27013 \backslash
27014 `e
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \end_inset
27023 </cell>
27024 </row>
27025 <row>
27026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Plain Layout
27030
27031 \backslash
27032 ^
27033 \begin_inset space \textvisiblespace{}
27034 \end_inset
27035
27036 e
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 \begin_inset ERT
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049
27050
27051 \backslash
27052 ^e
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 <row>
27064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068
27069 \backslash
27070 =e
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 \begin_inset ERT
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083
27084
27085 \backslash
27086 =e
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 </row>
27097 <row>
27098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102
27103 \backslash
27104 u
27105 \begin_inset space \textvisiblespace{}
27106 \end_inset
27107
27108 e
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 u e
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 </row>
27135 <row>
27136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27137 \begin_inset Text
27138
27139 \begin_layout Plain Layout
27140
27141 \backslash
27142 b
27143 \begin_inset space \textvisiblespace{}
27144 \end_inset
27145
27146 e
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 \begin_inset ERT
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159
27160
27161 \backslash
27162 b e
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 </row>
27173 <row>
27174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178
27179 \backslash
27180 t
27181 \begin_inset space \textvisiblespace{}
27182 \end_inset
27183
27184 ee
27185 \end_layout
27186
27187 \end_inset
27188 </cell>
27189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Plain Layout
27193 \begin_inset ERT
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197
27198
27199 \backslash
27200 t ee
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 </lyxtabular>
27212
27213 \end_inset
27214
27215
27216 \begin_inset space \hfill{}
27217 \end_inset
27218
27219
27220 \begin_inset Tabular
27221 <lyxtabular version="3" rows="8" columns="2">
27222 <features rotate="0" tabularvalignment="middle">
27223 <column alignment="block" valignment="top">
27224 <column alignment="center" valignment="top">
27225 <row>
27226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27227 \begin_inset Text
27228
27229 \begin_layout Plain Layout
27230 Befehl
27231 \end_layout
27232
27233 \end_inset
27234 </cell>
27235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Plain Layout
27239 Ergebnis
27240 \end_layout
27241
27242 \end_inset
27243 </cell>
27244 </row>
27245 <row>
27246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250
27251 \backslash
27252 H
27253 \begin_inset space \textvisiblespace{}
27254 \end_inset
27255
27256 e
27257 \end_layout
27258
27259 \end_inset
27260 </cell>
27261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27262 \begin_inset Text
27263
27264 \begin_layout Plain Layout
27265 \begin_inset ERT
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269
27270
27271 \backslash
27272 H e
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 </row>
27283 <row>
27284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288
27289 \backslash
27290 'e
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299 \begin_inset ERT
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 'e
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 </row>
27317 <row>
27318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27319 \begin_inset Text
27320
27321 \begin_layout Plain Layout
27322
27323 \backslash
27324 ~e
27325 \begin_inset Index idx
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 Tilde
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27340 \begin_inset Text
27341
27342 \begin_layout Plain Layout
27343 \begin_inset ERT
27344 status collapsed
27345
27346 \begin_layout Plain Layout
27347
27348
27349 \backslash
27350 ~e
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \end_inset
27359 </cell>
27360 </row>
27361 <row>
27362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366
27367 \backslash
27368 .e
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27374 \begin_inset Text
27375
27376 \begin_layout Plain Layout
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 .e
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 </row>
27395 <row>
27396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400
27401 \backslash
27402 v
27403 \begin_inset space \textvisiblespace{}
27404 \end_inset
27405
27406 e
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27412 \begin_inset Text
27413
27414 \begin_layout Plain Layout
27415 \begin_inset ERT
27416 status collapsed
27417
27418 \begin_layout Plain Layout
27419
27420
27421 \backslash
27422 v e
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 </row>
27433 <row>
27434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438
27439 \backslash
27440 d
27441 \begin_inset space \textvisiblespace{}
27442 \end_inset
27443
27444 e
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 \begin_inset ERT
27454 status collapsed
27455
27456 \begin_layout Plain Layout
27457
27458
27459 \backslash
27460 d e
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \end_inset
27469 </cell>
27470 </row>
27471 <row>
27472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27473 \begin_inset Text
27474
27475 \begin_layout Plain Layout
27476
27477 \backslash
27478 c
27479 \begin_inset space \textvisiblespace{}
27480 \end_inset
27481
27482 e
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Plain Layout
27491 \begin_inset ERT
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495
27496
27497 \backslash
27498 c e
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \end_inset
27507 </cell>
27508 </row>
27509 </lyxtabular>
27510
27511 \end_inset
27512
27513
27514 \begin_inset space \hfill{}
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \begin_layout Standard
27521 \begin_inset VSpace medskip
27522 \end_inset
27523
27524 Mit dem Befehl 
27525 \series bold
27526
27527 \backslash
27528 t
27529 \series default
27530  können auch zwei verschiedene Zeichen akzentuiert werden.
27531  Der Befehl 
27532 \series bold
27533
27534 \backslash
27535 t
27536 \begin_inset space \textvisiblespace{}
27537 \end_inset
27538
27539 sz
27540 \series default
27541  ergibt: 
27542 \begin_inset ERT
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546
27547
27548 \backslash
27549 t sz
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Die Akzente 
27559 \series bold
27560 `
27561 \series default
27562  , 
27563 \series bold
27564 '
27565 \series default
27566  und 
27567 \series bold
27568 ^
27569 \series default
27570  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27571  werden ohne den TeX-Modus zu benutzen.
27572  Dasselbe gilt für die Tilde
27573 \begin_inset Foot
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27578 \end_layout
27579
27580 \end_inset
27581
27582  
27583 \series bold
27584 ~
27585 \series default
27586  in Verbindung mit 
27587 \emph on
27588 a
27589 \emph default
27590  , 
27591 \emph on
27592 n
27593 \emph default
27594  oder 
27595 \emph on
27596 o
27597 \emph default
27598 .
27599 \end_layout
27600
27601 \begin_layout Standard
27602 Die Befehle 
27603 \series bold
27604
27605 \backslash
27606 b
27607 \series default
27608  , 
27609 \series bold
27610
27611 \backslash
27612 c
27613 \series default
27614  , 
27615 \series bold
27616
27617 \backslash
27618 d
27619 \series default
27620  , 
27621 \series bold
27622
27623 \backslash
27624 H
27625 \series default
27626  , 
27627 \series bold
27628
27629 \backslash
27630 t
27631 \series default
27632  , 
27633 \series bold
27634
27635 \backslash
27636 u
27637 \series default
27638  , 
27639 \series bold
27640
27641 \backslash
27642 v
27643 \series default
27644  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27645  Textmodus verfügbar.
27646  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27647  
27648 \begin_inset CommandInset ref
27649 LatexCommand ref
27650 reference "sub:Akzente-für-ein"
27651
27652 \end_inset
27653
27654 .
27655 \end_layout
27656
27657 \begin_layout Standard
27658 \begin_inset VSpace bigskip
27659 \end_inset
27660
27661 Des Weiteren kann man mit dem Befehl 
27662 \series bold
27663
27664 \backslash
27665 textcircled
27666 \series default
27667
27668 \begin_inset Index idx
27669 status collapsed
27670
27671 \begin_layout Plain Layout
27672 Befehle ! T ! 
27673 \backslash
27674 textcircled
27675 \end_layout
27676
27677 \end_inset
27678
27679 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27680  Kreis setzen, quasi mit einem Kreis akzentuieren.
27681 \end_layout
27682
27683 \begin_layout Standard
27684 \align center
27685 \begin_inset Tabular
27686 <lyxtabular version="3" rows="3" columns="2">
27687 <features rotate="0" tabularvalignment="middle">
27688 <column alignment="center" valignment="top">
27689 <column alignment="center" valignment="top">
27690 <row>
27691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27692 \begin_inset Text
27693
27694 \begin_layout Plain Layout
27695 Befehl
27696 \end_layout
27697
27698 \end_inset
27699 </cell>
27700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27701 \begin_inset Text
27702
27703 \begin_layout Plain Layout
27704 Ergebnis
27705 \begin_inset Note Note
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709
27710 \series bold
27711
27712 \backslash
27713 raisebox
27714 \series default
27715  in der Formel dient nur als Abstandhalter.
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \end_inset
27724 </cell>
27725 </row>
27726 <row>
27727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27728 \begin_inset Text
27729
27730 \begin_layout Plain Layout
27731
27732 \backslash
27733 textcircled{w}
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742 \begin_inset ERT
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746
27747
27748 \backslash
27749 textcircled{w}
27750 \end_layout
27751
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 </row>
27760 <row>
27761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765
27766 \backslash
27767 Large 
27768 \backslash
27769 textcircled{
27770 \backslash
27771 normalsize
27772 \backslash
27773 protect
27774 \backslash
27775 raisebox{-1.5pt}{W}}
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 \begin_inset Formula $\raisebox{4.5mm}{}$
27785 \end_inset
27786
27787
27788 \begin_inset ERT
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792
27793
27794 \backslash
27795 Large 
27796 \backslash
27797 textcircled{
27798 \backslash
27799 normalsize
27800 \backslash
27801 protect
27802 \backslash
27803 raisebox{-1.5pt}W}
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \begin_inset Formula $\raisebox{-2mm}{}$
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 </row>
27818 </lyxtabular>
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Standard
27826 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27827  
27828 \series bold
27829
27830 \backslash
27831 Large
27832 \series default
27833
27834 \begin_inset Foot
27835 status collapsed
27836
27837 \begin_layout Plain Layout
27838 siehe 
27839 \begin_inset CommandInset ref
27840 LatexCommand ref
27841 reference "sub:Schriftgrößen"
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849
27850  bestimmt dabei die Größe des Kreises.
27851  Mit Hilfe von 
27852 \series bold
27853
27854 \backslash
27855 raisebox
27856 \series default
27857
27858 \begin_inset Foot
27859 status collapsed
27860
27861 \begin_layout Plain Layout
27862 siehe 
27863 \begin_inset CommandInset ref
27864 LatexCommand ref
27865 reference "sub:Boxen-ohne-Rahmen"
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \end_inset
27873
27874  kann man das Zeichen zentrieren.
27875 \end_layout
27876
27877 \begin_layout Subsection
27878 Minuskelziffern
27879 \begin_inset Index idx
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883 Minuskelziffern
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Standard
27892 Minuskelziffern werden mit dem Befehl 
27893 \series bold
27894
27895 \backslash
27896 oldstylenums
27897 \series default
27898
27899 \begin_inset Index idx
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 Befehle ! O ! 
27904 \backslash
27905 oldstylenums
27906 \end_layout
27907
27908 \end_inset
27909
27910  erzeugt.
27911  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27912  Das Befehlsschema lautet:
27913 \end_layout
27914
27915 \begin_layout Standard
27916
27917 \series bold
27918
27919 \backslash
27920 oldstylenums{Ziffer}
27921 \end_layout
27922
27923 \begin_layout Standard
27924 Der Befehl 
27925 \series bold
27926
27927 \backslash
27928 oldstylenums{0123456789
27929 \series default
27930  ergibt: 
27931 \begin_inset Formula $\oldstylenums{0123456789}$
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Section
27938 Formelstile
27939 \begin_inset CommandInset label
27940 LatexCommand label
27941 name "sec:Formelstile"
27942
27943 \end_inset
27944
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Formel ! Stile
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Itemize
27959 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27960 \end_layout
27961
27962 \begin_deeper
27963 \begin_layout Description
27964 Zentriert ist der voreingestellte Standard
27965 \end_layout
27966
27967 \begin_layout Description
27968 Eingerückt dazu muss im Menü 
27969 \family sans
27970 Dokument\SpecialChar \menuseparator
27971 Einstellungen
27972 \family default
27973  unter 
27974 \family sans
27975 Dokumentklasse
27976 \family default
27977  die Option 
27978 \series bold
27979 fleqn
27980 \series default
27981  eingeben werden
27982 \end_layout
27983
27984 \begin_layout Standard
27985 Wird 
27986 \series bold
27987 Eingerückt
27988 \series default
27989  verwendet, kann mit der Länge 
27990 \series bold
27991
27992 \backslash
27993 mathindent
27994 \series default
27995
27996 \begin_inset Index idx
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 Befehle ! M ! 
28001 \backslash
28002 mathindent
28003 \end_layout
28004
28005 \end_inset
28006
28007  die Einrückung eingestellt werden.
28008  Soll der Abstand 15
28009 \begin_inset space \thinspace{}
28010 \end_inset
28011
28012 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28013 \end_layout
28014
28015 \begin_layout Standard
28016
28017 \series bold
28018
28019 \backslash
28020 setlength{
28021 \backslash
28022 mathindent}{15mm}
28023 \end_layout
28024
28025 \begin_layout Standard
28026 ein.
28027  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28028 \begin_inset space \thinspace{}
28029 \end_inset
28030
28031 pt verwendet.
28032 \end_layout
28033
28034 \end_deeper
28035 \begin_layout Itemize
28036 Und zwei verschiedene Nummerierungsstile:
28037 \end_layout
28038
28039 \begin_deeper
28040 \begin_layout Description
28041 Rechts ist der voreingestellte Standard
28042 \end_layout
28043
28044 \begin_layout Description
28045 Links dazu muss im Menü 
28046 \family sans
28047 Dokument\SpecialChar \menuseparator
28048 Einstellungen
28049 \family default
28050  unter 
28051 \family sans
28052 Dokumentklasse
28053 \family default
28054  die Option 
28055 \series bold
28056 leqno
28057 \series default
28058  eingeben werden
28059 \end_layout
28060
28061 \end_deeper
28062 \begin_layout Standard
28063
28064 \series bold
28065 fleqn
28066 \series default
28067  und 
28068 \series bold
28069 leqno
28070 \series default
28071  können auch gemeinsam verwendet werden.
28072  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28073 n.
28074 \end_layout
28075
28076 \begin_layout Standard
28077 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28078  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28079  ausgerichtete Formeln setzen, verwendet man den Stil 
28080 \series bold
28081 Zentriert
28082 \series default
28083 .
28084  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28085  
28086 \begin_inset CommandInset ref
28087 LatexCommand ref
28088 reference "sub:Flalign-Umgebung"
28089
28090 \end_inset
28091
28092 .
28093 \end_layout
28094
28095 \begin_layout Section
28096 Mehrzeilige Formeln
28097 \begin_inset CommandInset label
28098 LatexCommand label
28099 name "sec:Mehrzeilige-Formeln"
28100
28101 \end_inset
28102
28103
28104 \begin_inset Index idx
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108 Formel ! mehrzeilige
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \end_layout
28115
28116 \begin_layout Subsection
28117 Allgemeines
28118 \end_layout
28119
28120 \begin_layout Standard
28121 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28122 \family sans
28123 Strg+Enter
28124 \family default
28125  drückt.
28126  Dies erzeugt entweder eine 
28127 \series bold
28128 eqnarray-Umgebung
28129 \series default
28130 , die in 
28131 \begin_inset CommandInset ref
28132 LatexCommand ref
28133 reference "sub:Eqnarray-Umgebung"
28134
28135 \end_inset
28136
28137  beschrieben ist oder, wenn die Option 
28138 \family sans
28139 AMS-Mathe-Paket verwenden
28140 \family default
28141  in den Dokumenteinstellungen gewählt ist, eine 
28142 \series bold
28143 align-Umgebung
28144 \series default
28145 , die in 
28146 \begin_inset CommandInset ref
28147 LatexCommand ref
28148 reference "sub:Standard-align-Umgebung"
28149
28150 \end_inset
28151
28152  beschrieben ist.
28153  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
28154  jedem Fall typographisch korrekt in der Ausgabe.
28155 \end_layout
28156
28157 \begin_layout Standard
28158 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28159 \family sans
28160 Einfügen\SpecialChar \menuseparator
28161 Mathe
28162 \family default
28163  erstellt werden können.
28164  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28165 \end_layout
28166
28167 \begin_layout Standard
28168 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28169  man 
28170 \family sans
28171 Strg+Enter
28172 \family default
28173  drückt.
28174  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28175 fe 
28176 \begin_inset Info
28177 type  "icon"
28178 arg   "inset-modify tabular append-row"
28179 \end_inset
28180
28181  bzw.
28182 \begin_inset space \space{}
28183 \end_inset
28184
28185
28186 \begin_inset Info
28187 type  "icon"
28188 arg   "inset-modify tabular delete-row"
28189 \end_inset
28190
28191  oder das Menü 
28192 \family sans
28193 Bearbeiten\SpecialChar \menuseparator
28194 Zeilen & Spalten
28195 \family default
28196  verwendet werden.
28197 \end_layout
28198
28199 \begin_layout Subsubsection
28200 Zeilenabstand
28201 \begin_inset CommandInset label
28202 LatexCommand label
28203 name "sub:Zeilenabstand"
28204
28205 \end_inset
28206
28207
28208 \begin_inset Index idx
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212 Formel ! mehrzeilige ! Zeilenabstand
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Standard
28221 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28222 \begin_inset Formula 
28223 \begin{eqnarray*}
28224 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}\\
28225 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
28226 \end{eqnarray*}
28227
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \begin_layout Standard
28234 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28235 chbefehls angegeben.
28236  Dies ist in LyX aber nicht möglich
28237 \begin_inset Foot
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 siehe 
28242 \begin_inset CommandInset href
28243 LatexCommand href
28244 name "LyX-Fehler #1505"
28245 target "http://www.lyx.org/trac/ticket/1505"
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \end_inset
28253
28254 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28255  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28256  Zeile den Befehl 
28257 \series bold
28258
28259 \backslash
28260
28261 \backslash
28262 [3mm]
28263 \series default
28264  ein.
28265  Damit erhält man: 
28266 \begin_inset ERT
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270
28271
28272 \backslash
28273 begin{eqnarray*}
28274 \end_layout
28275
28276 \begin_layout Plain Layout
28277
28278 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28279  = & 
28280 \backslash
28281 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28282 \backslash
28283
28284 \backslash
28285 [3mm]
28286 \end_layout
28287
28288 \begin_layout Plain Layout
28289
28290 4x^{2}
28291 \backslash
28292 left(B^{2}+x_{0}^{2}
28293 \backslash
28294 right)+4x_{0}x
28295 \backslash
28296 left(D-B^{2}
28297 \backslash
28298 right)+B^{2}
28299 \backslash
28300 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28301 \backslash
28302 right) & = & 0
28303 \end_layout
28304
28305 \begin_layout Plain Layout
28306
28307
28308 \backslash
28309 end{eqnarray*}
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 \begin_inset VSpace bigskip
28319 \end_inset
28320
28321 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28322  man die Länge 
28323 \series bold
28324
28325 \backslash
28326 jot
28327 \series default
28328
28329 \begin_inset Index idx
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 Befehle ! J ! 
28334 \backslash
28335 jot
28336 \end_layout
28337
28338 \end_inset
28339
28340 .
28341  Es gilt 
28342 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28343 \end_inset
28344
28345 .
28346  Voreingestellt ist für 
28347 \series bold
28348
28349 \backslash
28350 jot
28351 \series default
28352  der Wert 3
28353 \begin_inset space \thinspace{}
28354 \end_inset
28355
28356 pt.
28357  Um wie im vorigen Beispiel 3
28358 \begin_inset space \thinspace{}
28359 \end_inset
28360
28361 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28362 \end_layout
28363
28364 \begin_layout Standard
28365
28366 \series bold
28367
28368 \backslash
28369 setlength{
28370 \backslash
28371 jot}{3mm+3pt}
28372 \end_layout
28373
28374 \begin_layout Standard
28375 im TeX-Modus vor der Formel ein.
28376  Das setzt voraus, dass das LaTeX-Paket 
28377 \series bold
28378 calc
28379 \series default
28380
28381 \begin_inset Foot
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386 \series bold
28387 calc
28388 \series default
28389  ist Teil jeder LaTeX-Standardinstallation.
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \begin_inset Index idx
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399 Pakete ! calc
28400 \end_layout
28401
28402 \end_inset
28403
28404  im LaTeX-Vorspann mit der Zeile
28405 \end_layout
28406
28407 \begin_layout Standard
28408
28409 \series bold
28410
28411 \backslash
28412 usepackage{calc}
28413 \end_layout
28414
28415 \begin_layout Standard
28416 geladen wurde.
28417 \end_layout
28418
28419 \begin_layout Standard
28420 Man erhält: 
28421 \begin_inset ERT
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425
28426
28427 \backslash
28428 setlength{
28429 \backslash
28430 jot}{3mm+3pt}
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \begin_inset Formula 
28437 \begin{eqnarray*}
28438 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}\\
28439 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
28440 \end{eqnarray*}
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Standard
28448 \begin_inset ERT
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452
28453
28454 \backslash
28455 setlength{
28456 \backslash
28457 jot}{3pt}
28458 \end_layout
28459
28460 \end_inset
28461
28462  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28463 \series bold
28464
28465 \backslash
28466 jot
28467 \series default
28468  auf den Wert 3
28469 \begin_inset space \thinspace{}
28470 \end_inset
28471
28472 pt.
28473 \end_layout
28474
28475 \begin_layout Subsubsection
28476 Spaltenabstand
28477 \begin_inset CommandInset label
28478 LatexCommand label
28479 name "sub:Spaltenabstand"
28480
28481 \end_inset
28482
28483
28484 \begin_inset Index idx
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488 Formel ! mehrzeilige ! Spaltenabstand
28489 \end_layout
28490
28491 \end_inset
28492
28493
28494 \end_layout
28495
28496 \begin_layout Standard
28497 Mehrzeilige Formeln bilden eine Matrix.
28498  Eine Formel in der Eqnarray-Umgebung ist z.
28499 \begin_inset space \thinspace{}
28500 \end_inset
28501
28502 B.
28503  eine dreispaltige Matrix.
28504  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28505  neben den Relationszeichen ändern.
28506 \end_layout
28507
28508 \begin_layout Standard
28509 Der Spaltenabstand wird mit der Länge 
28510 \series bold
28511
28512 \backslash
28513 arraycolsep
28514 \series default
28515
28516 \begin_inset Index idx
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520 Befehle ! A ! 
28521 \backslash
28522 arraycolsep
28523 \end_layout
28524
28525 \end_inset
28526
28527  festgelegt, wobei gilt:
28528 \begin_inset Newline newline
28529 \end_inset
28530
28531 Spaltenabstand = 2
28532 \begin_inset space \thinspace{}
28533 \end_inset
28534
28535
28536 \series bold
28537
28538 \backslash
28539 arraycolsep
28540 \series default
28541 .
28542 \begin_inset Newline newline
28543 \end_inset
28544
28545 Der im TeX-Modus eingegebene Befehl
28546 \end_layout
28547
28548 \begin_layout Standard
28549
28550 \series bold
28551
28552 \backslash
28553 setlength{
28554 \backslash
28555 arraycolsep}{1cm}
28556 \end_layout
28557
28558 \begin_layout Standard
28559 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563 cm.
28564  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28565 \series bold
28566
28567 \backslash
28568 arraycolsep
28569 \series default
28570  auf 5
28571 \begin_inset space \thinspace{}
28572 \end_inset
28573
28574 pt.
28575 \end_layout
28576
28577 \begin_layout Standard
28578 Eine Formel mit 2
28579 \begin_inset space \thinspace{}
28580 \end_inset
28581
28582 cm Spaltenabstand:
28583 \begin_inset ERT
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587
28588
28589 \backslash
28590 setlength{
28591 \backslash
28592 arraycolsep}{1cm}
28593 \end_layout
28594
28595 \end_inset
28596
28597
28598 \begin_inset Formula 
28599 \begin{eqnarray*}
28600 A & = & B\\
28601 C & \ne & A
28602 \end{eqnarray*}
28603
28604 \end_inset
28605
28606 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28607 \begin_inset space \thinspace{}
28608 \end_inset
28609
28610 pt:
28611 \begin_inset ERT
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615
28616
28617 \backslash
28618 setlength{
28619 \backslash
28620 arraycolsep}{5pt}
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \begin_inset Formula 
28627 \begin{eqnarray*}
28628 A & = & B\\
28629 C & \ne & A
28630 \end{eqnarray*}
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \begin_layout Subsubsection
28638 Lange Formeln
28639 \begin_inset Index idx
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 Formel ! lange
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \begin_layout Standard
28652 Lange Formeln kann man wie folgt setzen:
28653 \end_layout
28654
28655 \begin_layout Itemize
28656 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28657  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28658 \begin_inset Formula 
28659 \begin{eqnarray}
28660 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 \\
28661  &  & -\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}
28662 \end{eqnarray}
28663
28664 \end_inset
28665
28666 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28667  als Operator, da es das erste Zeichen der Zeile ist.
28668  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28669  Bruchstrich unterscheiden.
28670  Um das zu verhindern, wurde mit dem Befehl 
28671 \series bold
28672
28673 \backslash
28674 hspace
28675 \series default
28676  3
28677 \begin_inset space \thinspace{}
28678 \end_inset
28679
28680 pt Leerraum hinter das Minuszeichen eingefügt.
28681 \begin_inset Foot
28682 status collapsed
28683
28684 \begin_layout Plain Layout
28685 mehr zu 
28686 \series bold
28687
28688 \backslash
28689 hspace
28690 \series default
28691  siehe 
28692 \begin_inset CommandInset ref
28693 LatexCommand ref
28694 reference "sub:Variabler-Leerraum"
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \begin_inset Index idx
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 Befehle ! H ! 
28709 \backslash
28710 hspace
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \begin_layout Itemize
28719 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28720 \series bold
28721
28722 \backslash
28723 lefteqn
28724 \series default
28725
28726 \begin_inset Index idx
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 Befehle ! L ! 
28731 \backslash
28732 lefteqn
28733 \end_layout
28734
28735 \end_inset
28736
28737 .
28738  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28739  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28740 \begin_inset Formula 
28741 \begin{eqnarray}
28742 \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 \\
28743  &  & -\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 \\
28744  &  & =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}
28745 \end{eqnarray}
28746
28747 \end_inset
28748
28749 Nachdem man 
28750 \series bold
28751
28752 \backslash
28753 lefteqn
28754 \series default
28755  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28756  das gegenüber dem blauen leicht verschoben ist.
28757  In dieses wird die Formel eingegeben.
28758 \begin_inset Newline newline
28759 \end_inset
28760
28761 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28762  eingegeben.
28763  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28764  Einrückung.
28765 \begin_inset VSpace medskip
28766 \end_inset
28767
28768
28769 \begin_inset Newline newline
28770 \end_inset
28771
28772
28773 \begin_inset Note Greyedout
28774 status open
28775
28776 \begin_layout Plain Layout
28777 Bei der Verwendung von 
28778 \series bold
28779
28780 \backslash
28781 lefteqn
28782 \series default
28783  ist Folgendes zu beachten:
28784 \end_layout
28785
28786 \begin_layout Itemize
28787 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28788  Würde man in obigem Beispiel der ersten Zeile den Term 
28789 \begin_inset Formula $-B^{2}$
28790 \end_inset
28791
28792  anfügen, befände sich dieser außerhalb des Seitenrands.
28793  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28794  Leerraum einfügen.
28795 \end_layout
28796
28797 \begin_layout Itemize
28798 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28799  erste Zeile gesetzt werden.
28800 \begin_inset Foot
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804 \begin_inset CommandInset href
28805 LatexCommand href
28806 name "LyX-Fehler #1429"
28807 target "http://www.lyx.org/trac/ticket/1429"
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \end_inset
28815
28816  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28817  Pfeiltasten bewegen.
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Itemize
28826 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28827 \begin_inset CommandInset ref
28828 LatexCommand ref
28829 reference "sub:Multline-Umgebung"
28830
28831 \end_inset
28832
28833  und 
28834 \begin_inset CommandInset ref
28835 LatexCommand ref
28836 reference "sub:Mehrzeilige-Formelteile"
28837
28838 \end_inset
28839
28840  beschriebenen Umgebungen.
28841 \end_layout
28842
28843 \begin_layout Subsubsection
28844 Mehrzeilige Brüche
28845 \begin_inset CommandInset label
28846 LatexCommand label
28847 name "sub:Mehrzeilige-Brüche"
28848
28849 \end_inset
28850
28851
28852 \begin_inset Index idx
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 Brüche ! mehrzeilige
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Es gibt Fälle, in denen der Zähler und/oder Nenner eines Bruches zu lang
28866  ist als dass der Bruch auf eine Zeile passt.
28867  Es ist dann notwendig einen Zeilenumbruch innerhalb des Bruches einzufügen.
28868  Dazu gibt es den Befehl 
28869 \series bold
28870
28871 \backslash
28872 splitfrac
28873 \series default
28874
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 Befehle ! S ! 
28880 \backslash
28881 splitfrac
28882 \end_layout
28883
28884 \end_inset
28885
28886 .
28887  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
28888 \family sans
28889 Mathe-Optionen
28890 \family default
28891  für das Paket 
28892 \series bold
28893 mathtools
28894 \series default
28895
28896 \begin_inset Index idx
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 Pakete ! mathtools
28901 \end_layout
28902
28903 \end_inset
28904
28905  die Option 
28906 \family sans
28907 Immer
28908 \begin_inset space ~
28909 \end_inset
28910
28911 laden
28912 \family default
28913  ein.
28914  
28915 \series bold
28916
28917 \backslash
28918 splitfrac
28919 \series default
28920  hat das Schema
28921 \end_layout
28922
28923 \begin_layout Standard
28924
28925 \series bold
28926
28927 \backslash
28928 splitfrac{erste Zeile}{zweite Zeile}
28929 \end_layout
28930
28931 \begin_layout Standard
28932 und wird als Zähler und/oder Nenner verwendet:
28933 \end_layout
28934
28935 \begin_layout Standard
28936 \begin_inset Formula 
28937 \[
28938 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28939 \]
28940
28941 \end_inset
28942
28943 Der Befehl für den ersten Zähler in obiger Formel lautet:
28944 \end_layout
28945
28946 \begin_layout Standard
28947
28948 \series bold
28949
28950 \backslash
28951 splitfrac{xy+xy+xy+xy+xy
28952 \begin_inset space \textvisiblespace{}
28953 \end_inset
28954
28955
28956 \backslash
28957 {+wy+wy+wy+wy
28958 \end_layout
28959
28960 \begin_layout Subsubsection
28961 Mehrzeilige Klammern
28962 \begin_inset CommandInset label
28963 LatexCommand label
28964 name "sub:Mehrzeilige-Klammern"
28965
28966 \end_inset
28967
28968
28969 \begin_inset Index idx
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973 Klammern ! mehrzeilige
28974 \end_layout
28975
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \begin_layout Standard
28982 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28983 \begin_inset Formula 
28984 \begin{eqnarray*}
28985 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28986  &  & \left.\cdots+B-D\right]
28987 \end{eqnarray*}
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28996  Größe dürfen nicht über mehrere Zeilen gehen.
28997 \end_layout
28998
28999 \begin_layout Standard
29000 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
29001  erste Zeile mit 
29002 \series bold
29003
29004 \backslash
29005 right.
29006 \series default
29007
29008 \begin_inset Index idx
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012 Befehle ! R ! 
29013 \backslash
29014 right
29015 \end_layout
29016
29017 \end_inset
29018
29019  und beginnt die zweite Zeile mit 
29020 \series bold
29021
29022 \backslash
29023 left.
29024 \begin_inset Foot
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028 mehr zu 
29029 \series bold
29030
29031 \backslash
29032 left
29033 \series default
29034  und 
29035 \series bold
29036
29037 \backslash
29038 right
29039 \series default
29040  siehe 
29041 \begin_inset CommandInset ref
29042 LatexCommand ref
29043 reference "sub:Automatische-Klammergrößen"
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \series default
29054
29055 \begin_inset Index idx
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 Befehle ! L ! 
29060 \backslash
29061 left
29062 \end_layout
29063
29064 \end_inset
29065
29066 .
29067  Nach 
29068 \series bold
29069
29070 \backslash
29071 left.
29072
29073 \series default
29074  gibt man den Befehl 
29075 \series bold
29076
29077 \backslash
29078 vphantom
29079 \series default
29080
29081 \begin_inset space \textvisiblespace{}
29082 \end_inset
29083
29084
29085 \series bold
29086
29087 \backslash
29088 prod
29089 \series default
29090 ^
29091 \begin_inset space \textvisiblespace{}
29092 \end_inset
29093
29094
29095 \series bold
29096
29097 \backslash
29098 infty
29099 \series default
29100
29101 \begin_inset space \textvisiblespace{}
29102 \end_inset
29103
29104
29105 \series bold
29106
29107 \begin_inset Formula $\downarrow$
29108 \end_inset
29109
29110 _R=1}
29111 \series default
29112
29113 \begin_inset Index idx
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117 Befehle ! V ! 
29118 \backslash
29119 vphantom
29120 \end_layout
29121
29122 \end_inset
29123
29124  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29125  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29126 \end_layout
29127
29128 \begin_layout Standard
29129 Das Ergebnis sieht so aus:
29130 \begin_inset Formula 
29131 \begin{eqnarray*}
29132 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29133  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29134 \end{eqnarray*}
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Subsection
29142 Align-Umgebungen
29143 \end_layout
29144
29145 \begin_layout Standard
29146 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29147  werden.
29148  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29149 \end_layout
29150
29151 \begin_layout Standard
29152 Align-Umgebungen bestehen aus Spalten.
29153  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29154  ausgerichtet.
29155  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29156 \end_layout
29157
29158 \begin_layout Standard
29159 Align-Umgebung werden über das Menü 
29160 \family sans
29161 Einfügen\SpecialChar \menuseparator
29162 Mathe
29163 \family default
29164  erstellt.
29165  Über das Menü 
29166 \family sans
29167 Bearbeiten\SpecialChar \menuseparator
29168 Mathe\SpecialChar \menuseparator
29169 Formelart
29170 \begin_inset space ~
29171 \end_inset
29172
29173 ändern
29174 \family default
29175  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29176 \end_layout
29177
29178 \begin_layout Standard
29179 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29180
29181 \begin_inset Info
29182 type  "icon"
29183 arg   "inset-modify tabular append-column"
29184 \end_inset
29185
29186  bzw.
29187 \begin_inset space \space{}
29188 \end_inset
29189
29190
29191 \begin_inset Info
29192 type  "icon"
29193 arg   "inset-modify tabular delete-column"
29194 \end_inset
29195
29196  oder das Menü 
29197 \family sans
29198 Bearbeiten\SpecialChar \menuseparator
29199 Zeilen & Spalten
29200 \family default
29201  verwendet werden.
29202 \end_layout
29203
29204 \begin_layout Subsubsection
29205 Standard align-Umgebung
29206 \begin_inset CommandInset label
29207 LatexCommand label
29208 name "sub:Standard-align-Umgebung"
29209
29210 \end_inset
29211
29212
29213 \begin_inset Index idx
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217 Formel ! mehrzeilige ! align-Umgebung
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Standard
29226 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29227 \family sans
29228 Strg+Enter
29229 \family default
29230  drückt oder das Menü 
29231 \family sans
29232 Einfügen\SpecialChar \menuseparator
29233 Mathe\SpecialChar \menuseparator
29234 AMS align-Umge\SpecialChar \-
29235 bung
29236 \family default
29237  aufruft.
29238 \end_layout
29239
29240 \begin_layout Standard
29241 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29242 n align-Umgebung erzeugt wurden:
29243 \begin_inset Formula 
29244 \begin{align*}
29245 A & =\sin(B) & C & =D\\
29246 C & \ne A & B & \ne D
29247 \end{align*}
29248
29249 \end_inset
29250
29251 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29252  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29253 \series bold
29254
29255 \backslash
29256 hfill
29257 \begin_inset Foot
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 mehr zu 
29262 \series bold
29263
29264 \backslash
29265 hfill
29266 \series default
29267  siehe 
29268 \begin_inset CommandInset ref
29269 LatexCommand ref
29270 reference "sub:Variabler-Leerraum"
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \series default
29281  befinden.
29282  Ist der Formelstil 
29283 \series bold
29284 Eingerückt
29285 \begin_inset Foot
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 Formelstile siehe 
29290 \begin_inset CommandInset ref
29291 LatexCommand ref
29292 reference "sec:Formelstile"
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \series default
29303  gewählt, wird die Formel ohne den 
29304 \series bold
29305
29306 \backslash
29307 hfill
29308 \series default
29309  vor der ersten Spalte gesetzt.
29310 \end_layout
29311
29312 \begin_layout Subsubsection
29313 Alignat-Umgebung
29314 \begin_inset Index idx
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318 Formel ! mehrzeilige ! alignat-Umgebung
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Standard
29327 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29328  Man kann ihn manuell durch die in 
29329 \begin_inset CommandInset ref
29330 LatexCommand ref
29331 reference "sub:Leerraum"
29332
29333 \end_inset
29334
29335  beschriebenen Leerräume einfügen.
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29340  Formel 1
29341 \begin_inset space \thinspace{}
29342 \end_inset
29343
29344 cm Leerraum eingefügt wurde:
29345 \begin_inset Formula 
29346 \begin{alignat*}{2}
29347 A & =\sin(B) & \hspace{1cm}C & =D\\
29348 C & \ne A & B & \ne D
29349 \end{alignat*}
29350
29351 \end_inset
29352
29353 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29354  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29355  Formeln.
29356 \end_layout
29357
29358 \begin_layout Subsubsection
29359 Flalign-Umgebung
29360 \begin_inset CommandInset label
29361 LatexCommand label
29362 name "sub:Flalign-Umgebung"
29363
29364 \end_inset
29365
29366
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Formel ! mehrzeilige ! flalign-Umgebung
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29381  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29382  Dazu ein Beispiel:
29383 \begin_inset Formula 
29384 \begin{flalign*}
29385 A & =1 & B & =2 & C & =3\\
29386 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29387 \end{flalign*}
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Standard
29395 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29396  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29397  im Dokument links setzen obwohl der Formelstil 
29398 \series bold
29399 Zentriert
29400 \series default
29401  eingestellt ist.
29402  Als Beispiel die eingerückte ausgerichtete Formel 
29403 \begin_inset CommandInset ref
29404 LatexCommand eqref
29405 reference "eq:VolInt"
29406
29407 \end_inset
29408
29409 :
29410 \begin_inset Formula 
29411 \begin{flalign}
29412 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29413 \end{flalign}
29414
29415 \end_inset
29416
29417 In den ersten beiden Spalten befindet sich die Formel.
29418  Damit sie wie beim Formelstil 
29419 \series bold
29420 Eingerückt
29421 \series default
29422  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29423 \begin_inset space \thinspace{}
29424 \end_inset
29425
29426 pt Leerraum eingefügt.
29427 \end_layout
29428
29429 \begin_layout Subsection
29430 Eqnarray-Umgebung
29431 \begin_inset CommandInset label
29432 LatexCommand label
29433 name "sub:Eqnarray-Umgebung"
29434
29435 \end_inset
29436
29437
29438 \begin_inset Index idx
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Formel ! mehrzeilige ! Eqnarray-Umgebung
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29452  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29453  ausgerichtet.
29454  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29455  da dieses Kästchen nur für Relationzeichen gedacht ist.
29456 \begin_inset Formula 
29457 \begin{eqnarray*}
29458 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29459 AB & AB & AB\\
29460 A & = & A
29461 \end{eqnarray*}
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Subsection
29469 Gather-Umgebung
29470 \begin_inset Index idx
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 Formel ! mehrzeilige ! Gather-Umgebung
29475 \end_layout
29476
29477 \end_inset
29478
29479
29480 \end_layout
29481
29482 \begin_layout Standard
29483 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29484  Jede Zeile kann nummeriert werden.
29485 \begin_inset Formula 
29486 \begin{gather}
29487 A=1\\
29488 X=\textrm{-}1
29489 \end{gather}
29490
29491 \end_inset
29492
29493
29494 \end_layout
29495
29496 \begin_layout Subsection
29497 Multline-Umgebung
29498 \begin_inset CommandInset label
29499 LatexCommand label
29500 name "sub:Multline-Umgebung"
29501
29502 \end_inset
29503
29504
29505 \begin_inset Index idx
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509 Formel ! mehrzeilige ! Multline-Umgebung
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29519  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29520  Alle anderen Zeilen sind zentriert.
29521  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29522  Als Beispiel Formel 
29523 \begin_inset CommandInset ref
29524 LatexCommand eqref
29525 reference "eq:lefteqn"
29526
29527 \end_inset
29528
29529  in der multline-Umgebung:
29530 \begin_inset Formula 
29531 \begin{multline}
29532 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}\\
29533 -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}\\
29534 =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}}
29535 \end{multline}
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29544  nummeriert, wenn rechts (links) nummeriert wird.
29545 \begin_inset Foot
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Nummerierungsstile siehe 
29550 \begin_inset CommandInset ref
29551 LatexCommand ref
29552 reference "sec:Formelstile"
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \end_layout
29563
29564 \begin_layout Standard
29565 Mit den Befehlen 
29566 \series bold
29567
29568 \backslash
29569 shoveright
29570 \series default
29571
29572 \begin_inset Index idx
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 Befehle ! S ! 
29577 \backslash
29578 shoveright
29579 \end_layout
29580
29581 \end_inset
29582
29583  und 
29584 \series bold
29585
29586 \backslash
29587 shoveleft
29588 \series default
29589
29590 \begin_inset Index idx
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594 Befehle ! S ! 
29595 \backslash
29596 shoveleft
29597 \end_layout
29598
29599 \end_inset
29600
29601  kann eine zentrierte Zeile rechts bzw.
29602 \begin_inset space \space{}
29603 \end_inset
29604
29605 links ausgerichtet werden.
29606  Die Befehle werden folgendermaßen verwendet:
29607 \end_layout
29608
29609 \begin_layout Standard
29610
29611 \series bold
29612
29613 \backslash
29614 shoveright{Zeileninhalt}
29615 \series default
29616  bzw.
29617 \begin_inset space \space{}
29618 \end_inset
29619
29620
29621 \series bold
29622
29623 \backslash
29624 shoveleft{Zeileninhalt}
29625 \end_layout
29626
29627 \begin_layout Standard
29628 \begin_inset VSpace medskip
29629 \end_inset
29630
29631 Die Länge 
29632 \series bold
29633
29634 \backslash
29635 multlinegap
29636 \series default
29637
29638 \begin_inset Index idx
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642 Befehle ! M ! 
29643 \backslash
29644 multlinegap
29645 \end_layout
29646
29647 \end_inset
29648
29649  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29650  Voreingestellt ist die Länge 0
29651 \begin_inset space \thinspace{}
29652 \end_inset
29653
29654 pt.
29655 \end_layout
29656
29657 \begin_layout Standard
29658 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 setlength{
29667 \backslash
29668 multlinegap}{2cm}
29669 \end_layout
29670
29671 \begin_layout Standard
29672 eingegeben wurde:
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678
29679 \backslash
29680 setlength{
29681 \backslash
29682 multlinegap}{2cm}
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \begin_inset Formula 
29689 \begin{multline}
29690 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}\\
29691 \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}}\\
29692 =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}}
29693 \end{multline}
29694
29695 \end_inset
29696
29697
29698 \begin_inset ERT
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702
29703
29704 \backslash
29705 setlength{
29706 \backslash
29707 multlinegap}{0pt}
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Standard
29716 Die zweite Zeile wurde mit 
29717 \series bold
29718
29719 \backslash
29720 shoveleft
29721 \series default
29722  linksbündig ausgerichtet.
29723 \end_layout
29724
29725 \begin_layout Subsection
29726 Mehrzeilige Formelteile
29727 \begin_inset CommandInset label
29728 LatexCommand label
29729 name "sub:Mehrzeilige-Formelteile"
29730
29731 \end_inset
29732
29733
29734 \begin_inset Index idx
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738 Formel ! mehrzeilige ! Formelteile
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Standard
29747 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29748  der folgenden Umgebungen: 
29749 \series bold
29750 aligned
29751 \series default
29752
29753 \series bold
29754 alignedat
29755 \series default
29756
29757 \series bold
29758 gathered
29759 \series default
29760  oder 
29761 \series bold
29762 split
29763 \series default
29764 .
29765  Sie können über das Menü 
29766 \family sans
29767 Einfügen\SpecialChar \menuseparator
29768 Mathe
29769 \family default
29770  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29771 \end_layout
29772
29773 \begin_layout Standard
29774 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29775 n Formel\SpecialChar \-
29776 umgebungen.
29777  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29778  Dazu ein Beispiel:
29779 \begin_inset Formula 
29780 \[
29781 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29782 \Delta E\Delta t & \ge\frac{\hbar}{2}
29783 \end{aligned}
29784 \right\} \textrm{Unbestimmtheitsrelationen}
29785 \]
29786
29787 \end_inset
29788
29789
29790 \end_layout
29791
29792 \begin_layout Standard
29793 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29794  der Befehl 
29795 \series bold
29796
29797 \backslash
29798 aligned
29799 \series default
29800
29801 \begin_inset Index idx
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805 Befehle ! A ! 
29806 \backslash
29807 aligned
29808 \end_layout
29809
29810 \end_inset
29811
29812  eingegeben wird.
29813  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29814  und Zeilen hinzufügen kann.
29815  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29816  gesetzt werden.
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29821  ausgerichtet sind.
29822  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29823  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29824  Als Beispiel Formel 
29825 \begin_inset CommandInset ref
29826 LatexCommand eqref
29827 reference "eq:kurzlang"
29828
29829 \end_inset
29830
29831  in der aligned-Umgebung:
29832 \begin_inset Formula 
29833 \begin{equation}
29834 \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}|}\\
29835  & -\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}|}
29836 \end{aligned}
29837 \end{equation}
29838
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \begin_layout Standard
29845 Möchte man die Umgebung 
29846 \series bold
29847 alignedat
29848 \series default
29849
29850 \series bold
29851 gathered
29852 \series default
29853  oder 
29854 \series bold
29855 split
29856 \series default
29857  verwenden, gibt man den Befehl 
29858 \series bold
29859
29860 \backslash
29861 alignedat
29862 \series default
29863 ,
29864 \begin_inset Index idx
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868 Befehle ! A ! 
29869 \backslash
29870 alignedat
29871 \end_layout
29872
29873 \end_inset
29874
29875  
29876 \series bold
29877
29878 \backslash
29879 gathered
29880 \series default
29881
29882 \begin_inset Index idx
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 Befehle ! G ! 
29887 \backslash
29888 gathered
29889 \end_layout
29890
29891 \end_inset
29892
29893  bzw.
29894 \begin_inset space \space{}
29895 \end_inset
29896
29897
29898 \series bold
29899
29900 \backslash
29901 split
29902 \series default
29903
29904 \begin_inset Index idx
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908 Befehle ! S ! 
29909 \backslash
29910 split
29911 \end_layout
29912
29913 \end_inset
29914
29915  ein.
29916  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29917  jedoch darf sie nur zwei Spalten enthalten.
29918 \end_layout
29919
29920 \begin_layout Subsection
29921 Text in mehrzeiligen Formeln
29922 \begin_inset CommandInset label
29923 LatexCommand label
29924 name "sub:Text-in-mehrzeiligen"
29925
29926 \end_inset
29927
29928
29929 \begin_inset Index idx
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933 Text ! in Formeln
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \begin_inset Index idx
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Formel ! mehrzeilige ! Text
29944 \end_layout
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29953  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29954  die Ausrichtung der Spalten nicht beeinflusst.
29955  Dazu wird der Befehl 
29956 \series bold
29957
29958 \backslash
29959 intertext
29960 \series default
29961
29962 \begin_inset Index idx
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966 Befehle ! I ! 
29967 \backslash
29968 intertext
29969 \end_layout
29970
29971 \end_inset
29972
29973  nach folgendem Schema benutzt:
29974 \end_layout
29975
29976 \begin_layout Standard
29977
29978 \series bold
29979
29980 \backslash
29981 intertext{Text}
29982 \end_layout
29983
29984 \begin_layout Standard
29985 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29986  werden kann.
29987  Weil LyX 
29988 \series bold
29989
29990 \backslash
29991 intertext
29992 \series default
29993  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29994  Text.
29995  
29996 \series bold
29997
29998 \backslash
29999 intertext
30000 \series default
30001  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
30002  dieser Zeile.
30003  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
30004 \begin_inset Formula 
30005 \begin{align}
30006 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30007 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30008 \end{align}
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \series bold
30018
30019 \backslash
30020 intertext
30021 \series default
30022  erzeugt immer etwas vertikalen Leerraum zwischen dem Text und den Formelzeilen.
30023  Um dies zu vermeiden, stellt man in den Dokumenteinstellungen unter 
30024 \family sans
30025 Mathe-Optionen
30026 \family default
30027  für das Paket 
30028 \series bold
30029 mathtools
30030 \series default
30031
30032 \begin_inset Index idx
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Pakete ! mathtools
30037 \end_layout
30038
30039 \end_inset
30040
30041  die Option 
30042 \family sans
30043 Immer
30044 \begin_inset space ~
30045 \end_inset
30046
30047 laden
30048 \family default
30049  ein.
30050  Man kann nun den Befehl 
30051 \series bold
30052
30053 \backslash
30054 shortintertext
30055 \series default
30056
30057 \begin_inset Index idx
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Befehle ! S ! 
30062 \backslash
30063 shortintertext
30064 \end_layout
30065
30066 \end_inset
30067
30068  statt 
30069 \series bold
30070
30071 \backslash
30072 intertext
30073 \series default
30074  verwenden:
30075 \begin_inset Formula 
30076 \begin{align}
30077 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30078 \shortintertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30079 \end{align}
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Section
30087 Formelnummerierung
30088 \begin_inset Index idx
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092 Formelnummerierung
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Index idx
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102 Formel ! Nummerierung|see
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108 {
30109 \end_layout
30110
30111 \end_inset
30112
30113 Formelnummerierung
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119 }
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Subsection
30133 Allgemeines
30134 \end_layout
30135
30136 \begin_layout Standard
30137 Nummerierte Formeln können mit dem Menü 
30138 \family sans
30139 Einfügen\SpecialChar \menuseparator
30140 Mathe\SpecialChar \menuseparator
30141 Nummerierte
30142 \begin_inset space ~
30143 \end_inset
30144
30145 Formel
30146 \family default
30147  (Tastenkürzel 
30148 \family sans
30149 Strg+Alt
30150 \begin_inset space ~
30151 \end_inset
30152
30153 N
30154 \family default
30155 ) erstellt, bestehende Formeln über das Menü 
30156 \family sans
30157 Bearbeiten\SpecialChar \menuseparator
30158 Mathe\SpecialChar \menuseparator
30159 Nummerierung
30160 \begin_inset space ~
30161 \end_inset
30162
30163 an/aus
30164 \family default
30165  (Tastenkürzel 
30166 \family sans
30167 Alt+M
30168 \begin_inset space ~
30169 \end_inset
30170
30171 N
30172 \family default
30173 ) nummeriert werden.
30174  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30175  Klammern.
30176  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30177 \end_layout
30178
30179 \begin_layout Standard
30180 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30181  Zeilen nummeriert.
30182  Man kann jedoch über das Menü 
30183 \family sans
30184 Bearbeiten\SpecialChar \menuseparator
30185 Mathe\SpecialChar \menuseparator
30186 Zeilennummerierung an/aus
30187 \family default
30188  (Tastenkürzel 
30189 \family sans
30190 Alt+M
30191 \begin_inset space ~
30192 \end_inset
30193
30194 Shift+N
30195 \family default
30196 ) für jede Zeile die Nummerierung festlegen.
30197 \end_layout
30198
30199 \begin_layout Standard
30200 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30201  werden, siehe 
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "sec:Formelstile"
30205
30206 \end_inset
30207
30208 .
30209 \end_layout
30210
30211 \begin_layout Subsection
30212 Querverweise
30213 \begin_inset Index idx
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217 Querverweise ! auf Formeln
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \begin_layout Standard
30226 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30227  Eine Marke wird mit dem Menü 
30228 \family sans
30229 Einfügen\SpecialChar \menuseparator
30230 Marke
30231 \family default
30232  oder dem Werkzeugleistenknopf 
30233 \begin_inset Info
30234 type  "icon"
30235 arg   "label-insert"
30236 \end_inset
30237
30238  gesetzt.
30239  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30240  Alternativ klickt man mit rechts auf die Formel und wählt 
30241 \family sans
30242 Formelmarke
30243 \family default
30244 .
30245  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30246 \series bold
30247 eq:
30248 \series default
30249 , nachdem der eigentliche Markenname eingegeben wird.
30250  Der voreingestellte Eintrag steht für 
30251 \begin_inset Quotes gld
30252 \end_inset
30253
30254 equation
30255 \begin_inset Quotes grd
30256 \end_inset
30257
30258  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30259  einer Formel und nicht zu einem Kapitel gehört.
30260  Um eine Marke zu ändern, wählt man wieder das Menü 
30261 \family sans
30262 Einfügen\SpecialChar \menuseparator
30263 Marke
30264 \family default
30265  oder man klickt mit rechts auf eine Formel und dann auf 
30266 \family sans
30267 Formelmarke
30268 \family default
30269 .
30270 \end_layout
30271
30272 \begin_layout Standard
30273 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30274  Eine Formel mit Marke wird immer nummeriert.
30275 \end_layout
30276
30277 \begin_layout Standard
30278 Querverweise werden mit dem Menü 
30279 \family sans
30280 Einfügen\SpecialChar \menuseparator
30281 Querverweis
30282 \family default
30283  oder dem Werkzeugleistenknopf 
30284 \begin_inset Info
30285 type  "icon"
30286 arg   "dialog-show-new-inset ref"
30287 \end_inset
30288
30289  eingefügt.
30290  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30291  Wenn man im Querverweis Dialogfenster das Format 
30292 \series bold
30293 (<Querverweis>)
30294 \series default
30295  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30296 \begin_inset Newline newline
30297 \end_inset
30298
30299 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30300  man zur Formel auf die verwiesen wird.
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30305 \begin_inset Note Note
30306 status open
30307
30308 \begin_layout Plain Layout
30309 Man beachte die unterschiedlichen Querverweistypen.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Die Gleichungen 
30319 \begin_inset CommandInset ref
30320 LatexCommand eqref
30321 reference "eq:tag"
30322
30323 \end_inset
30324
30325  und 
30326 \begin_inset CommandInset ref
30327 LatexCommand eqref
30328 reference "eq:c"
30329
30330 \end_inset
30331
30332  sind äquivalent.
30333  In (
30334 \begin_inset CommandInset ref
30335 LatexCommand ref
30336 reference "eq:Lat"
30337
30338 \end_inset
30339
30340 ) werden im Gegensatz zu (
30341 \begin_inset CommandInset ref
30342 LatexCommand ref
30343 reference "eq:Roem"
30344
30345 \end_inset
30346
30347 ) große lateinische Buchstaben zur Nummerierung verwendet.
30348 \end_layout
30349
30350 \begin_layout Standard
30351 \begin_inset VSpace medskip
30352 \end_inset
30353
30354 Ist im Argument von 
30355 \series bold
30356
30357 \backslash
30358 tag
30359 \begin_inset Foot
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364 \series bold
30365
30366 \backslash
30367 tag
30368 \series default
30369  ist in 
30370 \begin_inset CommandInset ref
30371 LatexCommand ref
30372 reference "sub:Benutzerdefinierte-Nummerierung"
30373
30374 \end_inset
30375
30376  beschrieben.
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \series default
30383  wie in 
30384 \begin_inset CommandInset ref
30385 LatexCommand ref
30386 reference "sub:Absatzboxen"
30387
30388 \end_inset
30389
30390  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30391 \end_layout
30392
30393 \begin_layout Subsection
30394 Unternummerierung
30395 \begin_inset Index idx
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399 Formelnummerierung ! Unternummerierung
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \begin_layout Standard
30408 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30409  
30410 \begin_inset Newline newline
30411 \end_inset
30412
30413
30414 \series bold
30415
30416 \backslash
30417 begin{subequations}
30418 \series default
30419  und 
30420 \series bold
30421
30422 \backslash
30423 end{subequations}
30424 \series default
30425  erreichen.
30426  Beide Befehle werden im TeX-Modus eingegeben.
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Dazu ein Beispiel:
30431 \begin_inset Formula 
30432 \begin{equation}
30433 A=C-B\label{eq:a}
30434 \end{equation}
30435
30436 \end_inset
30437
30438
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 addtocounter{equation}{-1}
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \begin_inset ERT
30453 status collapsed
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 begin{subequations}
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \begin_inset VSpace -5mm
30466 \end_inset
30467
30468
30469 \begin_inset Formula 
30470 \begin{equation}
30471 B=C-A\label{eq:b}
30472 \end{equation}
30473
30474 \end_inset
30475
30476
30477 \begin_inset Formula 
30478 \begin{equation}
30479 C=A+B\label{eq:c}
30480 \end{equation}
30481
30482 \end_inset
30483
30484
30485 \end_layout
30486
30487 \begin_layout Standard
30488 \begin_inset ERT
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492
30493
30494 \backslash
30495 end{subequations}
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \end_layout
30502
30503 \begin_layout Standard
30504 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30505 \end_layout
30506
30507 \begin_layout Enumerate
30508 erste Formel eingeben
30509 \end_layout
30510
30511 \begin_layout Enumerate
30512
30513 \series bold
30514
30515 \backslash
30516 addtocounter{equation}{-1} 
30517 \backslash
30518 begin{subequations}
30519 \begin_inset Index idx
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 Befehle ! A ! 
30524 \backslash
30525 addtocounter
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \begin_inset Newline newline
30532 \end_inset
30533
30534
30535 \series default
30536 nach der ersten Formel einfügen
30537 \end_layout
30538
30539 \begin_layout Enumerate
30540 zweite Formel eingeben
30541 \end_layout
30542
30543 \begin_layout Enumerate
30544 dritte Formel eingeben
30545 \end_layout
30546
30547 \begin_layout Enumerate
30548
30549 \series bold
30550
30551 \backslash
30552 end{subequations}
30553 \series default
30554  nach der dritten Formel einfügen
30555 \end_layout
30556
30557 \begin_layout Standard
30558 Jede Formel, die zwischen den Befehlen 
30559 \series bold
30560
30561 \backslash
30562 begin
30563 \series default
30564  und 
30565 \series bold
30566
30567 \backslash
30568 end
30569 \series default
30570  steht, wird mit a, b, c, \SpecialChar \ldots{}
30571  untergliedert.
30572  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30573  Alle untergliederten Formeln gelten als 
30574 \emph on
30575 eine
30576 \emph default
30577  nummerierte Formel.
30578  Da jede nummerierte Formel den Formelzähler 
30579 \series bold
30580 equation
30581 \series default
30582  um Eins erhöht, ist der Befehl 
30583 \series bold
30584
30585 \backslash
30586 addtocounter
30587 \series default
30588  notwendig um den Zähler wieder zu erniedrigen.
30589  Ansonsten würden die Formeln 
30590 \begin_inset CommandInset ref
30591 LatexCommand eqref
30592 reference "eq:a"
30593
30594 \end_inset
30595
30596
30597 \begin_inset CommandInset ref
30598 LatexCommand eqref
30599 reference "eq:b"
30600
30601 \end_inset
30602
30603
30604 \begin_inset CommandInset ref
30605 LatexCommand eqref
30606 reference "eq:c"
30607
30608 \end_inset
30609
30610  als 
30611 \begin_inset CommandInset ref
30612 LatexCommand eqref
30613 reference "eq:a"
30614
30615 \end_inset
30616
30617
30618 \begin_inset CommandInset ref
30619 LatexCommand eqref
30620 reference "eq:d"
30621
30622 \end_inset
30623
30624
30625 \begin_inset CommandInset ref
30626 LatexCommand eqref
30627 reference "eq:f"
30628
30629 \end_inset
30630
30631  nummeriert werden.
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30636  Formeln automatisch etwas Leerraum erstellt.
30637  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30638 \series bold
30639
30640 \backslash
30641 begin{subequations}
30642 \series default
30643  -5
30644 \begin_inset space \thinspace{}
30645 \end_inset
30646
30647 mm vertikalen Leerraum ein.
30648  Ist der Formelstil 
30649 \series bold
30650 Eingerückt
30651 \begin_inset Foot
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Formelstile siehe 
30656 \begin_inset CommandInset ref
30657 LatexCommand ref
30658 reference "sec:Formelstile"
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \series default
30669  gewählt, fügt man -7
30670 \begin_inset space \thinspace{}
30671 \end_inset
30672
30673 mm Leerraum ein.
30674 \end_layout
30675
30676 \begin_layout Standard
30677 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30678  der zweiten Zeile abgeschaltet wurde:
30679 \begin_inset ERT
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683
30684
30685 \backslash
30686 begin{subequations}
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \begin_inset Formula 
30693 \begin{eqnarray}
30694 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30695  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30696  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30697 \end{eqnarray}
30698
30699 \end_inset
30700
30701
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707
30708 \backslash
30709 end{subequations}
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Subsection
30718 Benutzerdefinierte Nummerierung
30719 \begin_inset CommandInset label
30720 LatexCommand label
30721 name "sub:Benutzerdefinierte-Nummerierung"
30722
30723 \end_inset
30724
30725
30726 \begin_inset Index idx
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730 Formelnummerierung ! benutzerdefinierte
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \begin_layout Standard
30739 \begin_inset Index idx
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743 Formelnummerierung ! eigene Klammern
30744 \end_layout
30745
30746 \end_inset
30747
30748 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30749  gesetzt.
30750  Will man diese Klammern z.
30751 \begin_inset space \thinspace{}
30752 \end_inset
30753
30754 B.
30755  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30756  an:
30757 \end_layout
30758
30759 \begin_layout Standard
30760
30761 \series bold
30762
30763 \backslash
30764 def
30765 \backslash
30766 tagform@#1{
30767 \backslash
30768 maketag@@@{|#1|}}
30769 \series default
30770
30771 \begin_inset Note Note
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30776  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30777  werden.
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \begin_layout Standard
30786 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30787 \series bold
30788 #1
30789 \series default
30790  durch ein oder mehrere gewünschte Zeichen.
30791  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset VSpace bigskip
30796 \end_inset
30797
30798 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30799  hinter der Formel stehen, benutzt man den Befehl 
30800 \series bold
30801
30802 \backslash
30803 tag
30804 \series default
30805
30806 \begin_inset Index idx
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810 Befehle ! T ! 
30811 \backslash
30812 tag
30813 \end_layout
30814
30815 \end_inset
30816
30817 :
30818 \begin_inset Formula 
30819 \begin{equation}
30820 A+B=C\tag{etwas}\label{eq:tag}
30821 \end{equation}
30822
30823 \end_inset
30824
30825  In diesem Beispiel wurde in der Formel der Befehl 
30826 \series bold
30827
30828 \backslash
30829 tag
30830 \series default
30831
30832 \begin_inset space \textvisiblespace{}
30833 \end_inset
30834
30835
30836 \series bold
30837 etwas
30838 \series default
30839  eingegeben.
30840 \end_layout
30841
30842 \begin_layout Standard
30843 Gibt man stattdessen 
30844 \series bold
30845
30846 \backslash
30847 tag*
30848 \series default
30849
30850 \begin_inset space \textvisiblespace{}
30851 \end_inset
30852
30853
30854 \series bold
30855 etwas
30856 \series default
30857  ein, verhindert der Stern die Klammern um den Ausdruck:
30858 \begin_inset Formula 
30859 \[
30860 A+B=C\tag*{etwas}
30861 \]
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869 \begin_inset VSpace bigskip
30870 \end_inset
30871
30872 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30873  oder 
30874 \begin_inset ERT
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878
30879
30880 \backslash
30881 mbox{
30882 \end_layout
30883
30884 \end_inset
30885
30886 -abschnitt
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892 }
30893 \end_layout
30894
30895 \end_inset
30896
30897
30898 \begin_inset Note Note
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902 Der Befehl 
30903 \series bold
30904
30905 \backslash
30906 mbox
30907 \series default
30908  verhindert, dass am Bindestrich umgebrochen wird.
30909 \end_layout
30910
30911 \end_inset
30912
30913  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 @addtoreset{equation}{part}
30922 \series default
30923
30924 \begin_inset Index idx
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928 Befehle ! 
30929 \begin_inset ERT
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933
30934 "
30935 \end_layout
30936
30937 \end_inset
30938
30939 @
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945 "
30946 \end_layout
30947
30948 \end_inset
30949
30950  ! 
30951 \backslash
30952
30953 \begin_inset ERT
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958 "
30959 \end_layout
30960
30961 \end_inset
30962
30963 @
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969 "
30970 \end_layout
30971
30972 \end_inset
30973
30974 addtoreset
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \begin_inset Newline newline
30981 \end_inset
30982
30983 bzw.
30984 \begin_inset Newline newline
30985 \end_inset
30986
30987
30988 \series bold
30989
30990 \backslash
30991 @addtoreset{equation}{section}
30992 \end_layout
30993
30994 \begin_layout Standard
30995 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30996 \begin_inset Quotes gld
30997 \end_inset
30998
30999 @
31000 \begin_inset Quotes grd
31001 \end_inset
31002
31003  Zeichen für LaTeX mit dem Befehl 
31004 \series bold
31005
31006 \backslash
31007 makeatletter
31008 \series default
31009  
31010 \begin_inset Quotes gld
31011 \end_inset
31012
31013 aktiv
31014 \begin_inset Quotes grd
31015 \end_inset
31016
31017  gemacht werden.
31018  Der Befehl 
31019 \series bold
31020
31021 \backslash
31022 makeatother
31023 \series default
31024  macht dies wieder rückgängig.
31025  Daher ist die Befehlssequenz im TeX-Modus:
31026 \end_layout
31027
31028 \begin_layout Standard
31029
31030 \series bold
31031
31032 \backslash
31033 makeatletter
31034 \begin_inset Newline newline
31035 \end_inset
31036
31037
31038 \backslash
31039 @addtoreset{equation}{section}
31040 \begin_inset Newline newline
31041 \end_inset
31042
31043
31044 \backslash
31045 makeatother
31046 \end_layout
31047
31048 \begin_layout Standard
31049 Im LaTeX-Vorspann können 
31050 \series bold
31051
31052 \backslash
31053 makeatletter
31054 \series default
31055  und 
31056 \series bold
31057
31058 \backslash
31059 makeatother
31060 \series default
31061  weggelassen werden, da LyX sie automatisch intern einfügt.
31062 \end_layout
31063
31064 \begin_layout Standard
31065 Um 
31066 \series bold
31067
31068 \backslash
31069 @addtoreset
31070 \series default
31071  rückgängig zu machen, muss die Datei 
31072 \series bold
31073 remreset.sty
31074 \series default
31075
31076 \begin_inset Foot
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081 \series bold
31082 remreset
31083 \series default
31084  ist Teil des LaTeX-Paketes 
31085 \series bold
31086 carlisle
31087 \series default
31088
31089 \begin_inset Index idx
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093 Pakete ! carlisle
31094 \end_layout
31095
31096 \end_inset
31097
31098 , das Teil jeder LaTeX-Standardinstallation ist.
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \begin_inset Index idx
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108 Pakete ! remreset
31109 \end_layout
31110
31111 \end_inset
31112
31113  im LaTeX-Vorspann mit der Zeile
31114 \end_layout
31115
31116 \begin_layout Standard
31117
31118 \series bold
31119
31120 \backslash
31121 usepackage{remreset}
31122 \end_layout
31123
31124 \begin_layout Standard
31125 geladen werden.
31126  Dann kann der Befehl 
31127 \series bold
31128
31129 \backslash
31130 @removefromreset
31131 \series default
31132
31133 \begin_inset Index idx
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137 Befehle ! 
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143 "
31144 \end_layout
31145
31146 \end_inset
31147
31148 @
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154 "
31155 \end_layout
31156
31157 \end_inset
31158
31159  ! 
31160 \backslash
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167 "
31168 \end_layout
31169
31170 \end_inset
31171
31172 @
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178 "
31179 \end_layout
31180
31181 \end_inset
31182
31183 removefromreset
31184 \end_layout
31185
31186 \end_inset
31187
31188  mit dem selben Schema wie 
31189 \series bold
31190
31191 \backslash
31192 @addtoreset
31193 \series default
31194  benutzt werden.
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset VSpace bigskip
31199 \end_inset
31200
31201 Oftmals möchte man Formeln in folgender Art nummerieren:
31202 \end_layout
31203
31204 \begin_layout Standard
31205
31206 \family typewriter
31207 (Kapitelnummer.Formelnummer)
31208 \end_layout
31209
31210 \begin_layout Standard
31211 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31212 \end_layout
31213
31214 \begin_layout Standard
31215 Für diesen Fall gibt es den Befehl 
31216 \series bold
31217
31218 \backslash
31219 numberwithin
31220 \series default
31221
31222 \begin_inset Index idx
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226 Befehle ! N ! 
31227 \backslash
31228 numberwithin
31229 \end_layout
31230
31231 \end_inset
31232
31233 , der nach folgendem Schema benutzt wird:
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \series bold
31239
31240 \backslash
31241 numberwithin{Zähler}{Gliederung}
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Zähler gibt an, welche Nummerierung betroffen ist.
31246  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31247 \end_layout
31248
31249 \begin_layout Standard
31250 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31251  ein:
31252 \end_layout
31253
31254 \begin_layout Standard
31255
31256 \series bold
31257
31258 \backslash
31259 numberwithin{equation}{section}
31260 \end_layout
31261
31262 \begin_layout Standard
31263 Das ist das Ergebnis:
31264 \begin_inset ERT
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268
31269
31270 \backslash
31271 numberwithin{equation}{section}
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \begin_inset Formula 
31278 \begin{equation}
31279 A+B=C
31280 \end{equation}
31281
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \begin_layout Standard
31288 Möchte man z.
31289 \begin_inset space \thinspace{}
31290 \end_inset
31291
31292 B.
31293  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31294  gibt man 
31295 \series bold
31296
31297 \backslash
31298 numberwithin{table}{part}
31299 \series default
31300  ein.
31301 \end_layout
31302
31303 \begin_layout Standard
31304 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31305 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31306  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31307 \end_layout
31308
31309 \begin_layout Standard
31310
31311 \series bold
31312
31313 \backslash
31314 renewcommand{
31315 \backslash
31316 theequation}{
31317 \backslash
31318 arabic{equation}}
31319 \begin_inset Index idx
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323 Befehle ! A ! 
31324 \backslash
31325 arabic
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \series default
31332
31333 \begin_inset ERT
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337
31338
31339 \backslash
31340 renewcommand{
31341 \backslash
31342 theequation}{
31343 \backslash
31344 arabic{equation}}
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \series bold
31351
31352 \begin_inset Newline newline
31353 \end_inset
31354
31355
31356 \series default
31357 bzw.
31358 \series bold
31359
31360 \begin_inset Newline newline
31361 \end_inset
31362
31363
31364 \backslash
31365 renewcommand{
31366 \backslash
31367 thetable}{
31368 \backslash
31369 arabic{table}}
31370 \end_layout
31371
31372 \begin_layout Standard
31373
31374 \series bold
31375
31376 \backslash
31377 numberwithin
31378 \series default
31379  benutzt intern den oben beschriebenen Befehl 
31380 \series bold
31381
31382 \backslash
31383 @addtoreset
31384 \series default
31385 , der ebenfalls rückgängig gemacht werden muss.
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 makeatletter
31394 \end_layout
31395
31396 \begin_layout Plain Layout
31397
31398
31399 \backslash
31400 @removefromreset{equation}{section}
31401 \end_layout
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 makeatother
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Subsection
31416 Nummerierung mit römischen Zahlen und Buchstaben
31417 \begin_inset Index idx
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Formelnummerierung ! mit Buchstaben
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \begin_inset Index idx
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431 Formelnummerierung ! mit römischen Zahlen
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \begin_layout Standard
31440 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31441  werden.
31442  Um z.
31443 \begin_inset space \thinspace{}
31444 \end_inset
31445
31446 B.
31447  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31448  TeX-Modus den Befehl
31449 \end_layout
31450
31451 \begin_layout Standard
31452
31453 \series bold
31454
31455 \backslash
31456 renewcommand{
31457 \backslash
31458 theequation}{
31459 \backslash
31460 roman{equation}}
31461 \end_layout
31462
31463 \begin_layout Standard
31464 ein.
31465  
31466 \series bold
31467
31468 \backslash
31469 renewcommand
31470 \series default
31471
31472 \begin_inset Index idx
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476 Befehle ! R ! 
31477 \backslash
31478 renewcommand
31479 \end_layout
31480
31481 \end_inset
31482
31483  weist dem vordefinierten Befehl 
31484 \series bold
31485
31486 \backslash
31487 theequation
31488 \series default
31489  den Befehl
31490 \begin_inset Newline linebreak
31491 \end_inset
31492
31493
31494 \series bold
31495
31496 \backslash
31497 roman{equation}
31498 \series default
31499  zu.
31500 \begin_inset Foot
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Der Befehl 
31505 \series bold
31506
31507 \backslash
31508 renewcommand
31509 \series default
31510  besitzt dasselbe Schema wie der in 
31511 \begin_inset CommandInset ref
31512 LatexCommand ref
31513 reference "sub:Der-Befehl-newcommand"
31514
31515 \end_inset
31516
31517  beschriebene Befehl
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \series bold
31523
31524 \backslash
31525 newcommand
31526 \series default
31527 .
31528 \end_layout
31529
31530 \end_inset
31531
31532  
31533 \series bold
31534 equation
31535 \series default
31536  ist der Formelzähler.
31537  Stellt man einem Zähler den Befehl 
31538 \series bold
31539
31540 \backslash
31541 the
31542 \series default
31543  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31544  wird.
31545  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31546  
31547 \series bold
31548
31549 \backslash
31550 theequation
31551 \series default
31552  hinter die Formel.
31553  
31554 \series bold
31555
31556 \backslash
31557 roman{equation}
31558 \begin_inset Index idx
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562 Befehle ! R ! 
31563 \backslash
31564 roman
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \series default
31571  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31572 \end_layout
31573
31574 \begin_layout Standard
31575 Alle Formeln nach dem 
31576 \series bold
31577
31578 \backslash
31579 renewcommand
31580 \series default
31581 -Befehl werden nun römisch nummeriert.
31582  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31583  den Befehl erneut ein, ersetzt aber 
31584 \series bold
31585
31586 \backslash
31587 roman
31588 \series default
31589  durch 
31590 \series bold
31591
31592 \backslash
31593 Roman
31594 \series default
31595
31596 \begin_inset Index idx
31597 status collapsed
31598
31599 \begin_layout Plain Layout
31600 Befehle ! R ! 
31601 \backslash
31602 roman@
31603 \backslash
31604 Roman
31605 \end_layout
31606
31607 \end_inset
31608
31609 .
31610  Für die 
31611 \begin_inset Quotes gld
31612 \end_inset
31613
31614 Nummerierung
31615 \begin_inset Quotes grd
31616 \end_inset
31617
31618  mit lateinischen Buchstaben gibt es den Befehl 
31619 \series bold
31620
31621 \backslash
31622 alph
31623 \series default
31624
31625 \begin_inset Index idx
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629 Befehle ! A ! 
31630 \backslash
31631 alph
31632 \end_layout
31633
31634 \end_inset
31635
31636  für kleine und 
31637 \series bold
31638
31639 \backslash
31640 Alph
31641 \series default
31642
31643 \begin_inset Index idx
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647 Befehle ! A ! 
31648 \backslash
31649 alph@
31650 \backslash
31651 Alph
31652 \end_layout
31653
31654 \end_inset
31655
31656  für große Buchstaben.
31657 \end_layout
31658
31659 \begin_layout Standard
31660 \begin_inset Note Greyedout
31661 status open
31662
31663 \begin_layout Plain Layout
31664
31665 \series bold
31666 \color none
31667 Achtung:
31668 \series default
31669  Es können nur maximal 26
31670 \begin_inset space ~
31671 \end_inset
31672
31673 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 \begin_inset ERT
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686
31687
31688 \backslash
31689 renewcommand{
31690 \backslash
31691 theequation}{
31692 \backslash
31693 roman{equation}}
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 \begin_inset Formula 
31703 \begin{equation}
31704 A=\textrm{römisch}
31705 \end{equation}
31706
31707 \end_inset
31708
31709
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 renewcommand{
31718 \backslash
31719 theequation}{
31720 \backslash
31721 Roman{equation}}
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \begin_inset Formula 
31728 \begin{equation}
31729 B=\textrm{Römisch}\label{eq:Roem}
31730 \end{equation}
31731
31732 \end_inset
31733
31734
31735 \begin_inset ERT
31736 status collapsed
31737
31738 \begin_layout Plain Layout
31739
31740
31741 \backslash
31742 renewcommand{
31743 \backslash
31744 theequation}{
31745 \backslash
31746 alph{equation}}
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset Formula 
31753 \begin{equation}
31754 C=\textrm{lateinisch}
31755 \end{equation}
31756
31757 \end_inset
31758
31759
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765
31766 \backslash
31767 renewcommand{
31768 \backslash
31769 theequation}{
31770 \backslash
31771 Alph{equation}}
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \begin_inset Formula 
31778 \begin{equation}
31779 D=\textrm{Lateinisch}\label{eq:Lat}
31780 \end{equation}
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \begin_layout Standard
31788 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31789  ein:
31790 \end_layout
31791
31792 \begin_layout Standard
31793
31794 \series bold
31795
31796 \backslash
31797 renewcommand{
31798 \backslash
31799 theequation}{
31800 \backslash
31801 arabic{equation}}
31802 \begin_inset Index idx
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806 Befehle ! A ! 
31807 \backslash
31808 arabic
31809 \end_layout
31810
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 renewcommand{
31825 \backslash
31826 theequation}{
31827 \backslash
31828 arabic{equation}}
31829 \end_layout
31830
31831 \end_inset
31832
31833
31834 \begin_inset Formula 
31835 \begin{equation}
31836 E=\textrm{arabisch}
31837 \end{equation}
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 \begin_inset VSpace medskip
31846 \end_inset
31847
31848 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31849 riert.
31850  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31851  beginnen, müssen neue Formelzähler angelegt werden.
31852  Eine Beschreibung dazu findet man in der Datei 
31853 \begin_inset CommandInset href
31854 LatexCommand href
31855 name "Formelnummerierung.lyx"
31856 target "run:Formelnummerierung.lyx"
31857
31858 \end_inset
31859
31860 .
31861 \end_layout
31862
31863 \begin_layout Section
31864 Chemische Symbole und Reaktionsgleichungen
31865 \begin_inset CommandInset label
31866 LatexCommand label
31867 name "sub:Chemische-Symbole-und"
31868
31869 \end_inset
31870
31871
31872 \begin_inset Index idx
31873 status collapsed
31874
31875 \begin_layout Plain Layout
31876 chemische Zeichen ! Symbole
31877 \end_layout
31878
31879 \end_inset
31880
31881
31882 \begin_inset Index idx
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 Reaktionsgleichungen
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \begin_inset Index idx
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896 Symbole ! chemische
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \begin_layout Standard
31905 Ein Beispieltext aus der Chemie:
31906 \end_layout
31907
31908 \begin_layout Quote
31909 Das 
31910 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31911 \end_inset
31912
31913 -Ion verbindet sich mit zwei 
31914 \begin_inset Formula $\mathrm{Na^{+}}$
31915 \end_inset
31916
31917 -Ionen zu Natriumsulfat 
31918 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31919 \end_inset
31920
31921 .
31922  Die Reaktionsgleichung dazu lautet:
31923 \begin_inset Formula 
31924 \begin{equation}
31925 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31926 \end{equation}
31927
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \begin_layout Standard
31934 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31935  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31936  in der Formel und wandelt diese mit der Tastenkombination 
31937 \family sans
31938 Alt+Z
31939 \begin_inset space ~
31940 \end_inset
31941
31942 R
31943 \family default
31944  in den aufrechten Schriftstil um.
31945 \begin_inset Foot
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 Schriftstile siehe 
31950 \begin_inset CommandInset ref
31951 LatexCommand ref
31952 reference "sub:Schriftstile"
31953
31954 \end_inset
31955
31956
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \begin_layout Standard
31965 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31966 \series bold
31967  
31968 \backslash
31969 ce
31970 \series default
31971
31972 \begin_inset Index idx
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976 Befehle ! C ! 
31977 \backslash
31978 ce
31979 \end_layout
31980
31981 \end_inset
31982
31983  zu benutzen.
31984  Dieser ist verfügbar, wenn das LaTeX-Paket 
31985 \series bold
31986 mhchem
31987 \series default
31988
31989 \begin_inset Index idx
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993 Pakete ! mhchem
31994 \end_layout
31995
31996 \end_inset
31997
31998  installiert ist.
31999  Nachdem 
32000 \series bold
32001
32002 \backslash
32003 ce
32004 \series default
32005  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
32006  Formeln in intuitiver Weise eingegeben werden können.
32007 \end_layout
32008
32009 \begin_layout Standard
32010 \align center
32011 \begin_inset Tabular
32012 <lyxtabular version="3" rows="9" columns="2">
32013 <features rotate="0" tabularvalignment="middle">
32014 <column alignment="center" valignment="top">
32015 <column alignment="center" valignment="top">
32016 <row>
32017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 Befehl
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030 Ergebnis
32031 \begin_inset Note Note
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035
32036 \series bold
32037
32038 \backslash
32039 raisebox
32040 \series default
32041  dient nur als Abstandhalter.
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 </row>
32052 <row>
32053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32054 \begin_inset Text
32055
32056 \begin_layout Plain Layout
32057
32058 \backslash
32059 ce
32060 \begin_inset space \textvisiblespace{}
32061 \end_inset
32062
32063 H2CO3
32064 \end_layout
32065
32066 \end_inset
32067 </cell>
32068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \end_inset
32079 </cell>
32080 </row>
32081 <row>
32082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32083 \begin_inset Text
32084
32085 \begin_layout Plain Layout
32086
32087 \backslash
32088 ce
32089 \begin_inset space \textvisiblespace{}
32090 \end_inset
32091
32092 SO4^2-
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32098 \begin_inset Text
32099
32100 \begin_layout Plain Layout
32101 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 </row>
32110 <row>
32111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115
32116 \backslash
32117 ce
32118 \begin_inset space \textvisiblespace{}
32119 \end_inset
32120
32121 (NH4)2S
32122 \end_layout
32123
32124 \end_inset
32125 </cell>
32126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 </row>
32139 <row>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144
32145 \backslash
32146 ce
32147 \begin_inset space \textvisiblespace{}
32148 \end_inset
32149
32150 KCr(SO4)2.12H2O
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 </row>
32168 <row>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173
32174 \backslash
32175 ce
32176 \begin_inset space \textvisiblespace{}
32177 \end_inset
32178
32179 A-B
32180 \backslash
32181 dbond
32182 \begin_inset space \textvisiblespace{}
32183 \end_inset
32184
32185 C
32186 \backslash
32187 tbond
32188 \begin_inset space \textvisiblespace{}
32189 \end_inset
32190
32191 D
32192 \end_layout
32193
32194 \end_inset
32195 </cell>
32196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32197 \begin_inset Text
32198
32199 \begin_layout Plain Layout
32200 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 </row>
32209 <row>
32210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32211 \begin_inset Text
32212
32213 \begin_layout Plain Layout
32214
32215 \backslash
32216 ce
32217 \begin_inset space \textvisiblespace{}
32218 \end_inset
32219
32220 ^227
32221 \begin_inset Formula $\downarrow$
32222 \end_inset
32223
32224 _90
32225 \begin_inset Formula $\to$
32226 \end_inset
32227
32228 Th+
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 </row>
32246 <row>
32247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32248 \begin_inset Text
32249
32250 \begin_layout Plain Layout
32251
32252 \backslash
32253 ce
32254 \begin_inset space \textvisiblespace{}
32255 \end_inset
32256
32257 CO2
32258 \begin_inset space \textvisiblespace{}
32259 \end_inset
32260
32261 +
32262 \begin_inset space \textvisiblespace{}
32263 \end_inset
32264
32265 C
32266 \begin_inset space \textvisiblespace{}
32267 \end_inset
32268
32269 <=>
32270 \begin_inset space \textvisiblespace{}
32271 \end_inset
32272
32273 2CO
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 </row>
32291 <row>
32292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296
32297 \backslash
32298 ce
32299 \begin_inset space \textvisiblespace{}
32300 \end_inset
32301
32302 CO2
32303 \begin_inset space \textvisiblespace{}
32304 \end_inset
32305
32306 +
32307 \begin_inset space \textvisiblespace{}
32308 \end_inset
32309
32310 C
32311 \begin_inset space \textvisiblespace{}
32312 \end_inset
32313
32314 ->[
32315 \backslash
32316 alpha][
32317 \backslash
32318 beta]
32319 \begin_inset space \textvisiblespace{}
32320 \end_inset
32321
32322 2CO}
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \end_inset
32338 </cell>
32339 </row>
32340 </lyxtabular>
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Standard
32348 \begin_inset Note Greyedout
32349 status open
32350
32351 \begin_layout Plain Layout
32352
32353 \series bold
32354 \color none
32355 Achtung:
32356 \series default
32357  Wenn eine Formel in eine 
32358 \series bold
32359
32360 \backslash
32361 ce
32362 \series default
32363 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32364  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32365 \begin_inset space \thinspace{}
32366 \end_inset
32367
32368 B.
32369  für
32370 \begin_inset Newline newline
32371 \end_inset
32372
32373
32374 \series bold
32375
32376 \backslash
32377 ce{$
32378 \backslash
32379 mu
32380 \backslash
32381 hyphen$Cl}
32382 \series default
32383
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389
32390 \backslash
32391 ce{$
32392 \backslash
32393 mu
32394 \backslash
32395 hyphen$Cl}
32396 \end_layout
32397
32398 \end_inset
32399
32400  
32401 \end_layout
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \begin_layout Standard
32409 \begin_inset Note Greyedout
32410 status open
32411
32412 \begin_layout Plain Layout
32413
32414 \series bold
32415 \color none
32416 Achtung:
32417 \series default
32418  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
32419  oben zu bekommen, wie es im 
32420 \series bold
32421 mhchem
32422 \series default
32423 -Handbuch steht.
32424  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
32425  Befehl 
32426 \series bold
32427
32428 \backslash
32429 uparrow
32430 \series default
32431 :
32432 \begin_inset Newline newline
32433 \end_inset
32434
32435
32436 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 Wird 
32449 \series bold
32450
32451 \backslash
32452 ce
32453 \series default
32454  benutzt, lautet der Befehl für Gleichung
32455 \begin_inset space ~
32456 \end_inset
32457
32458
32459 \begin_inset CommandInset ref
32460 LatexCommand eqref
32461 reference "eq:chemische-Reaktion"
32462
32463 \end_inset
32464
32465 :
32466 \begin_inset Newline newline
32467 \end_inset
32468
32469
32470 \series bold
32471  
32472 \backslash
32473 ce
32474 \series default
32475
32476 \begin_inset space \textvisiblespace{}
32477 \end_inset
32478
32479
32480 \series bold
32481 2Na+
32482 \series default
32483
32484 \begin_inset space \textvisiblespace{}
32485 \end_inset
32486
32487
32488 \series bold
32489 +
32490 \series default
32491
32492 \begin_inset space \textvisiblespace{}
32493 \end_inset
32494
32495
32496 \series bold
32497 SO4^2-
32498 \series default
32499
32500 \begin_inset space \textvisiblespace{}
32501 \end_inset
32502
32503
32504 \begin_inset space \textvisiblespace{}
32505 \end_inset
32506
32507
32508 \series bold
32509 ->
32510 \series default
32511
32512 \begin_inset space \textvisiblespace{}
32513 \end_inset
32514
32515
32516 \series bold
32517 Na2SO4
32518 \end_layout
32519
32520 \begin_layout Standard
32521 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32522  Formel erstellt, wie in 
32523 \begin_inset CommandInset ref
32524 LatexCommand ref
32525 reference "sec:Mehrzeilige-Formeln"
32526
32527 \end_inset
32528
32529  beschrieben.
32530  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32531 \series bold
32532
32533 \backslash
32534 ce
32535 \series default
32536  verwendet.
32537  
32538 \begin_inset CommandInset ref
32539 LatexCommand eqref
32540 reference "eq:TEOS-Reaktion-1"
32541
32542 \end_inset
32543
32544  und 
32545 \begin_inset CommandInset ref
32546 LatexCommand eqref
32547 reference "eq:TEOS-Reaktion-2"
32548
32549 \end_inset
32550
32551  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32552  Gleichung eine eigene Nummer hat.
32553 \begin_inset Formula 
32554 \begin{eqnarray}
32555 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32556 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32557 \end{eqnarray}
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Standard
32565 Außer 
32566 \series bold
32567
32568 \backslash
32569 ce
32570 \series default
32571  bietet das Paket 
32572 \series bold
32573 mhchem
32574 \series default
32575  noch den Befehl 
32576 \series bold
32577
32578 \backslash
32579 cf
32580 \series default
32581
32582 \begin_inset Index idx
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586 Befehle ! C ! 
32587 \backslash
32588 cf
32589 \end_layout
32590
32591 \end_inset
32592
32593  für spezielle Fälle.
32594  Mehr über 
32595 \series bold
32596
32597 \backslash
32598 cf
32599 \series default
32600  und weitere Beispiele sind in der Dokumentation von 
32601 \series bold
32602 mhchem
32603 \series default
32604  zu finden, 
32605 \begin_inset CommandInset citation
32606 LatexCommand cite
32607 key "mhchem"
32608
32609 \end_inset
32610
32611 .
32612 \end_layout
32613
32614 \begin_layout Section
32615 Diagramme
32616 \end_layout
32617
32618 \begin_layout Standard
32619 LyX unterstützt zwei Typen kommutativer Diagramme: 
32620 \series bold
32621 amscd
32622 \series default
32623  und 
32624 \series bold
32625 xymatrix
32626 \series default
32627 , die im Folgenden erläutert sind.
32628 \end_layout
32629
32630 \begin_layout Subsection
32631 amscd Diagramme
32632 \begin_inset Index idx
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636 Diagramme ! amscd
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \begin_layout Standard
32645 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32646  Linien oder Pfeilen dar:
32647 \begin_inset Formula 
32648 \[
32649 \begin{CD}A@>>>B@>>>C\\
32650 @AAA@.@VVV\\
32651 F@<<<E@<<<D
32652 \end{CD}
32653 \]
32654
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Standard
32661 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32662 \series bold
32663
32664 \backslash
32665 CD
32666 \begin_inset Index idx
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 Befehle ! C ! 
32671 \backslash
32672 CD
32673 \end_layout
32674
32675 \end_inset
32676
32677
32678 \series default
32679  ein.
32680  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32681  man die weiteren Befehle eingibt.
32682  Mit 
32683 \series bold
32684
32685 \begin_inset ERT
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689
32690
32691 \backslash
32692 mbox{
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \family sans
32699 \series default
32700 Strg+Enter
32701 \family default
32702 \series bold
32703
32704 \begin_inset ERT
32705 status collapsed
32706
32707 \begin_layout Plain Layout
32708
32709 }
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \series default
32716  wird eine neue Zeile erstellt.
32717  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32718  Zeilen der Formel eingegeben.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32723 \end_layout
32724
32725 \begin_layout Itemize
32726
32727 \series bold
32728 @<<<
32729 \series default
32730  erstellt einen Linkspfeil, 
32731 \series bold
32732 @>>>
32733 \series default
32734  einen Rechtspfeil und 
32735 \series bold
32736 @=
32737 \series default
32738  ein langes Gleichheitszeichen
32739 \end_layout
32740
32741 \begin_layout Itemize
32742
32743 \series bold
32744 @AAA
32745 \series default
32746  erstellt einen Pfeil nach oben, 
32747 \series bold
32748 @VVV
32749 \series default
32750  einen Pfeil nach unten und 
32751 \series bold
32752 @|
32753 \series default
32754  ein senkrechtes Gleichheitszeichen
32755 \end_layout
32756
32757 \begin_layout Itemize
32758
32759 \series bold
32760 @.
32761
32762 \series default
32763  dient als Platzhalter für nicht vorhandene Beziehungen
32764 \end_layout
32765
32766 \begin_layout Standard
32767 Alle Pfeile sind wie folgt beschriftbar:
32768 \end_layout
32769
32770 \begin_layout Itemize
32771 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32772 \begin_inset space \space{}
32773 \end_inset
32774
32775 > Text eingegeben, erscheint er über dem Pfeil.
32776  Wird der Text zwischen dem zweiten und dritten < bzw.
32777 \begin_inset space \space{}
32778 \end_inset
32779
32780 > eingegeben, erscheint er unter dem Pfeil.
32781 \end_layout
32782
32783 \begin_layout Itemize
32784 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32785 \begin_inset space \space{}
32786 \end_inset
32787
32788 V eingegeben, erscheint er links neben dem Pfeil.
32789  Bei Eingabe zwischen zweitem und drittem A bzw.
32790 \begin_inset space \space{}
32791 \end_inset
32792
32793 V erscheint er rechts daneben.
32794  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32795  gesetzt werden.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32800 \end_layout
32801
32802 \begin_layout Standard
32803 \begin_inset Formula 
32804 \[
32805 \begin{CD}A@>j>>B@>>k>C@=F\\
32806 @AmAA@.@VV{V}V@|\\
32807 D@<<j<E@>k>>F@=C
32808 \end{CD}
32809 \]
32810
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \begin_layout Standard
32817 Der Befehl dazu lautet:
32818 \begin_inset Newline newline
32819 \end_inset
32820
32821
32822 \series bold
32823
32824 \backslash
32825 CD
32826 \begin_inset space \textvisiblespace{}
32827 \end_inset
32828
32829 A@>j>>B@>>k>C@=F Strg+Enter
32830 \begin_inset Newline newline
32831 \end_inset
32832
32833
32834 \begin_inset Phantom HPhantom
32835 status open
32836
32837 \begin_layout Plain Layout
32838
32839 \series bold
32840
32841 \backslash
32842 CD
32843 \begin_inset space \textvisiblespace{}
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \end_inset
32850
32851 @AmAA@.@VV
32852 \backslash
32853 {V
32854 \series default
32855
32856 \begin_inset Formula $\to$
32857 \end_inset
32858
32859
32860 \series bold
32861 V@| Strg+Enter
32862 \begin_inset Newline newline
32863 \end_inset
32864
32865
32866 \begin_inset Phantom HPhantom
32867 status open
32868
32869 \begin_layout Plain Layout
32870
32871 \series bold
32872
32873 \backslash
32874 CD
32875 \begin_inset space \textvisiblespace{}
32876 \end_inset
32877
32878
32879 \end_layout
32880
32881 \end_inset
32882
32883 D@<<j<E@>k>>F@=C
32884 \end_layout
32885
32886 \begin_layout Subsection
32887 xymatrix Diagramme
32888 \begin_inset Index idx
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892 Diagramme ! xymatrix
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \begin_layout Standard
32901 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32902 \series bold
32903 xypic
32904 \series default
32905  installiert sein.
32906  Eine Xymatrix wird erstellt, indem der Befehl 
32907 \series bold
32908
32909 \backslash
32910 xymatrix
32911 \series default
32912  in eine Formel eingegeben wird.
32913  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32914  hinzufügen, siehe 
32915 \begin_inset CommandInset ref
32916 LatexCommand ref
32917 reference "sec:Matrizen"
32918
32919 \end_inset
32920
32921 .
32922 \end_layout
32923
32924 \begin_layout Standard
32925 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32926  gekrümmte Pfeile und vieles mehr.
32927  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32928  sind im Detail im 
32929 \emph on
32930 XY-pic-Handbuch
32931 \emph default
32932  erklärt, dass im Menü 
32933 \family sans
32934 Hilfe\SpecialChar \menuseparator
32935 Spezielle
32936 \begin_inset space ~
32937 \end_inset
32938
32939 Handbücher
32940 \family default
32941  zu finden ist.
32942 \end_layout
32943
32944 \begin_layout Subsection
32945
32946 \noun on
32947 Feynman
32948 \noun default
32949  Diagramme
32950 \begin_inset Index idx
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954 Diagramme ! Feynman
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Standard
32963 Um 
32964 \noun on
32965 Feynman-
32966 \noun default
32967 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32968 \series bold
32969 feyn
32970 \series default
32971  installiert sein.
32972  Ein 
32973 \noun on
32974 Feynman-
32975 \noun default
32976 Diagramm wird erstellt, indem der Befehl 
32977 \series bold
32978
32979 \backslash
32980 Diagram
32981 \series default
32982  in eine Formel eingegeben wird.
32983  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32984  hinzufügen, siehe 
32985 \begin_inset CommandInset ref
32986 LatexCommand ref
32987 reference "sec:Matrizen"
32988
32989 \end_inset
32990
32991 .
32992 \end_layout
32993
32994 \begin_layout Standard
32995 Beispiele wie man in LyX 
32996 \noun on
32997 Feynman-
32998 \noun default
32999 Diagramme erstellt sind im 
33000 \emph on
33001 Feynman-Diagramm Handbuch
33002 \emph default
33003  gegeben, dass im Menü 
33004 \family sans
33005 Hilfe\SpecialChar \menuseparator
33006 Spezielle
33007 \begin_inset space ~
33008 \end_inset
33009
33010 Handbücher
33011 \family default
33012  zu finden ist.
33013 \end_layout
33014
33015 \begin_layout Section
33016 Benutzerdefinierte Befehle
33017 \begin_inset CommandInset label
33018 LatexCommand label
33019 name "sec:Benutzerdefinierte-Befehle"
33020
33021 \end_inset
33022
33023
33024 \begin_inset Index idx
33025 status collapsed
33026
33027 \begin_layout Plain Layout
33028 benutzerdefinierte Befehle
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \begin_layout Standard
33037 \begin_inset Note Greyedout
33038 status open
33039
33040 \begin_layout Plain Layout
33041
33042 \series bold
33043 Achtung: 
33044 \series default
33045 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33046 n Buchstaben bestehen.
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Subsection
33055 Der Befehl 
33056 \backslash
33057 newcommand
33058 \begin_inset CommandInset label
33059 LatexCommand label
33060 name "sub:Der-Befehl-newcommand"
33061
33062 \end_inset
33063
33064
33065 \begin_inset Index idx
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069 benutzerdefinierte Befehle ! 
33070 \backslash
33071 newcommand
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \begin_inset Index idx
33078 status collapsed
33079
33080 \begin_layout Plain Layout
33081 Befehle ! N ! 
33082 \backslash
33083 newcommand
33084 \end_layout
33085
33086 \end_inset
33087
33088
33089 \end_layout
33090
33091 \begin_layout Standard
33092 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33093  Man kann sich aber mit dem Befehl 
33094 \series bold
33095
33096 \backslash
33097 newcommand
33098 \series default
33099  neue kürzere Befehle definieren.
33100 \end_layout
33101
33102 \begin_layout Standard
33103 Das Befehlsschema von 
33104 \series bold
33105
33106 \backslash
33107 newcommand
33108 \series default
33109  lautet:
33110 \end_layout
33111
33112 \begin_layout Standard
33113
33114 \series bold
33115
33116 \backslash
33117 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33118 \series default
33119  
33120 \series bold
33121 Wert]
33122 \begin_inset Newline newline
33123 \end_inset
33124
33125
33126 \begin_inset Phantom HPhantom
33127 status open
33128
33129 \begin_layout Plain Layout
33130
33131 \series bold
33132
33133 \backslash
33134 newcommand
33135 \end_layout
33136
33137 \end_inset
33138
33139 {Befehlsdefinition}
33140 \end_layout
33141
33142 \begin_layout Standard
33143 \begin_inset Note Greyedout
33144 status open
33145
33146 \begin_layout Plain Layout
33147
33148 \series bold
33149 Achtung:
33150 \series default
33151  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33152  oder von benutzten LaTeX-Paketen verwendet wird.
33153  Definiert man beispielsweise für 
33154 \series bold
33155
33156 \backslash
33157 Leftarrow
33158 \series default
33159  den Befehl 
33160 \series bold
33161
33162 \backslash
33163 le
33164 \series default
33165 , erhält man eine Fehlermeldung, denn 
33166 \series bold
33167
33168 \backslash
33169 le
33170 \series default
33171  ist schon für 
33172 \begin_inset Quotes gld
33173 \end_inset
33174
33175
33176 \begin_inset Formula $\le$
33177 \end_inset
33178
33179
33180 \begin_inset Quotes grd
33181 \end_inset
33182
33183  definiert.
33184 \end_layout
33185
33186 \end_inset
33187
33188
33189 \end_layout
33190
33191 \begin_layout Standard
33192 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33193 \begin_inset space \thinspace{}
33194 \end_inset
33195
33196 -
33197 \begin_inset space \thinspace{}
33198 \end_inset
33199
33200 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33201  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33202  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33203 \emph on
33204 erste
33205 \emph default
33206  Argument des neuen Befehls ein optionales ist.
33207 \end_layout
33208
33209 \begin_layout Standard
33210 Es folgen einige Beispiele:
33211 \end_layout
33212
33213 \begin_layout Itemize
33214 Will man für 
33215 \series bold
33216
33217 \backslash
33218 Longrightarrow
33219 \series default
33220  den Befehl 
33221 \series bold
33222
33223 \backslash
33224 gr
33225 \series default
33226  definieren, lautet die LaTeX-Vor\SpecialChar \-
33227 spannzeile:
33228 \begin_inset VSpace medskip
33229 \end_inset
33230
33231
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235
33236 \series bold
33237
33238 \backslash
33239 newcommand{
33240 \backslash
33241 gr}{
33242 \backslash
33243 Longrightarrow}
33244 \end_layout
33245
33246 \begin_layout Itemize
33247 Um für den Befehl 
33248 \series bold
33249
33250 \backslash
33251 underline
33252 \series default
33253  den Befehl 
33254 \series bold
33255
33256 \backslash
33257 us
33258 \series default
33259  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33260  werden.
33261  Dazu sieht die Vorspannzeile wie folgt aus:
33262 \begin_inset VSpace medskip
33263 \end_inset
33264
33265
33266 \begin_inset Newline newline
33267 \end_inset
33268
33269
33270 \series bold
33271
33272 \backslash
33273 newcommand{
33274 \backslash
33275 us}[1]{
33276 \backslash
33277 underline{#1}}
33278 \series default
33279
33280 \begin_inset VSpace medskip
33281 \end_inset
33282
33283
33284 \begin_inset Newline newline
33285 \end_inset
33286
33287 Das Zeichen 
33288 \series bold
33289 #
33290 \series default
33291  fungiert als Argumentplatzhalter, die 
33292 \series bold
33293 1
33294 \series default
33295  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33296 \end_layout
33297
33298 \begin_layout Itemize
33299 Für 
33300 \series bold
33301
33302 \backslash
33303 framebox
33304 \series default
33305  kann man z.
33306 \begin_inset space \thinspace{}
33307 \end_inset
33308
33309 B.
33310  den Befehl 
33311 \series bold
33312
33313 \backslash
33314 fb
33315 \series default
33316  definieren:
33317 \begin_inset VSpace medskip
33318 \end_inset
33319
33320
33321 \begin_inset Newline newline
33322 \end_inset
33323
33324
33325 \series bold
33326
33327 \backslash
33328 newcommand{
33329 \backslash
33330 fb}[3]{
33331 \backslash
33332 framebox#1#2{$#3$}}
33333 \series default
33334
33335 \begin_inset VSpace medskip
33336 \end_inset
33337
33338
33339 \begin_inset Newline newline
33340 \end_inset
33341
33342 Die beiden Dollarzeichen erstellen hierbei die für 
33343 \series bold
33344
33345 \backslash
33346 framebox
33347 \series default
33348  geforderte weitere Formel, siehe 
33349 \begin_inset CommandInset ref
33350 LatexCommand ref
33351 reference "sub:Boxen-mit-Rahmen"
33352
33353 \end_inset
33354
33355 .
33356 \end_layout
33357
33358 \begin_layout Itemize
33359 Um einen neuen Befehl für 
33360 \series bold
33361
33362 \backslash
33363 fcolorbox
33364 \series default
33365  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33366  definiert man das Argument für die Farbe als optional:
33367 \begin_inset VSpace medskip
33368 \end_inset
33369
33370
33371 \begin_inset Newline newline
33372 \end_inset
33373
33374
33375 \series bold
33376
33377 \backslash
33378 newcommand{
33379 \backslash
33380 cb}[3][white]{
33381 \backslash
33382 fcolorbox{#2}{#1}{$#3$}}
33383 \series default
33384
33385 \begin_inset VSpace medskip
33386 \end_inset
33387
33388
33389 \begin_inset Newline newline
33390 \end_inset
33391
33392 Gibt man bei der Verwendung von 
33393 \series bold
33394
33395 \backslash
33396 cb
33397 \series default
33398  die Farbe nicht an, wird die voreingestellte Farbe 
33399 \series bold
33400 white
33401 \series default
33402  verwendet.
33403 \end_layout
33404
33405 \begin_layout Standard
33406 Ein Test der neu definierten Befehle:
33407 \end_layout
33408
33409 \begin_layout Standard
33410 \align center
33411 \begin_inset Tabular
33412 <lyxtabular version="3" rows="6" columns="2">
33413 <features rotate="0" tabularvalignment="middle">
33414 <column alignment="center" valignment="top">
33415 <column alignment="center" valignment="top">
33416 <row>
33417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421 Befehl
33422 \end_layout
33423
33424 \end_inset
33425 </cell>
33426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33427 \begin_inset Text
33428
33429 \begin_layout Plain Layout
33430 Ergebnis
33431 \begin_inset Note Note
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435
33436 \series bold
33437
33438 \backslash
33439 raisebox
33440 \series default
33441  dient nur als Abstandhalter.
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 </row>
33452 <row>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 A
33458 \backslash
33459 gr
33460 \begin_inset space \textvisiblespace{}
33461 \end_inset
33462
33463 B
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Plain Layout
33472 \begin_inset Formula $A\gr B$
33473 \end_inset
33474
33475
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 <row>
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486
33487 \backslash
33488 us{ABcd
33489 \end_layout
33490
33491 \end_inset
33492 </cell>
33493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 </row>
33506 <row>
33507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511
33512 \backslash
33513 fb{[2cm]
33514 \begin_inset Formula $\to$
33515 \end_inset
33516
33517
33518 \backslash
33519 {
33520 \begin_inset Formula $\to$
33521 \end_inset
33522
33523
33524 \backslash
33525 {
33526 \backslash
33527 int
33528 \begin_inset space \textvisiblespace{}
33529 \end_inset
33530
33531 A=B
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33541 \end_inset
33542
33543
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 </row>
33549 <row>
33550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554
33555 \backslash
33556 cb{red
33557 \begin_inset Formula $\to$
33558 \end_inset
33559
33560
33561 \backslash
33562 {
33563 \backslash
33564 int
33565 \begin_inset space \textvisiblespace{}
33566 \end_inset
33567
33568 A=B
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 </row>
33586 <row>
33587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591
33592 \backslash
33593 cb[green]
33594 \backslash
33595 {red
33596 \begin_inset Formula $\to$
33597 \end_inset
33598
33599
33600 \backslash
33601 {
33602 \backslash
33603 int
33604 \begin_inset space \textvisiblespace{}
33605 \end_inset
33606
33607 A=B
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33613 \begin_inset Text
33614
33615 \begin_layout Plain Layout
33616 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 </lyxtabular>
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Subsection
33633 Mathe-Makros
33634 \begin_inset Index idx
33635 status collapsed
33636
33637 \begin_layout Plain Layout
33638 benutzerdefinierte Befehle ! Mathe-Makros
33639 \end_layout
33640
33641 \end_inset
33642
33643
33644 \begin_inset Index idx
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648 Makros
33649 \end_layout
33650
33651 \end_inset
33652
33653
33654 \end_layout
33655
33656 \begin_layout Standard
33657 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33658  Hat man es in einem Dokument z.
33659 \begin_inset space \thinspace{}
33660 \end_inset
33661
33662 B.
33663  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33664  auf.
33665  Die allgemeine Form einer quadratischen Gleichung ist
33666 \begin_inset Formula 
33667 \[
33668 0=\lambda^{2}+p\lambda+q
33669 \]
33670
33671 \end_inset
33672
33673 Die allgemeine Form der Lösung lautet
33674 \begin_inset Formula 
33675 \[
33676 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33677 \]
33678
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33686  drei Parameter 
33687 \begin_inset Formula $\lambda$
33688 \end_inset
33689
33690
33691 \begin_inset Formula $p$
33692 \end_inset
33693
33694  und 
33695 \begin_inset Formula $q$
33696 \end_inset
33697
33698  angegeben werden müssen und der Index von 
33699 \begin_inset Formula $\lambda$
33700 \end_inset
33701
33702  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33703 \begin_inset Newline newline
33704 \end_inset
33705
33706
33707 \series bold
33708
33709 \backslash
33710 newcommand{
33711 \backslash
33712 qG}[4][1,
33713 \backslash
33714 ,2]{#2_{#1}=-
33715 \backslash
33716 frac{#3}{2}
33717 \backslash
33718 pm
33719 \begin_inset Newline newline
33720 \end_inset
33721
33722
33723 \begin_inset Phantom HPhantom
33724 status open
33725
33726 \begin_layout Plain Layout
33727
33728 \series bold
33729
33730 \backslash
33731 newcommand
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \backslash
33738 sqrt{
33739 \backslash
33740 frac{#3^{2}}{4}-#4}}
33741 \end_layout
33742
33743 \begin_layout Standard
33744 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33745  
33746 \begin_inset Newline newline
33747 \end_inset
33748
33749
33750 \series bold
33751
33752 \backslash
33753 qG{
33754 \backslash
33755 lambda
33756 \begin_inset Formula $\to$
33757 \end_inset
33758
33759
33760 \backslash
33761 {p
33762 \begin_inset Formula $\to$
33763 \end_inset
33764
33765
33766 \backslash
33767 {q 
33768 \series default
33769 ein.
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33774  aller verwendeten LaTeX-Befehle kennen, z.
33775 \begin_inset space \thinspace{}
33776 \end_inset
33777
33778 B.
33779  dass ein Bruch in LaTeX mit 
33780 \series bold
33781
33782 \backslash
33783 frac{Zähler}
33784 \begin_inset Newline linebreak
33785 \end_inset
33786
33787 {Nenner}
33788 \series default
33789  eingegeben wird.
33790  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33791  in LyX nicht sehen, was der neue Befehl macht.
33792  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33793  Mathe-Makros statt den Befehl 
33794 \series bold
33795
33796 \backslash
33797 newcommand
33798 \series default
33799  zu verwenden.
33800 \end_layout
33801
33802 \begin_layout Standard
33803 Ein Mathe-Makro wird erstellt, indem man das Menü 
33804 \family sans
33805 Einfügen\SpecialChar \menuseparator
33806 Mathe\SpecialChar \menuseparator
33807 Makro
33808 \family default
33809  oder den Werkzeugleistenknopf 
33810 \begin_inset Info
33811 type  "icon"
33812 arg   "math-macro newmacroname_newcommand"
33813 \end_inset
33814
33815  verwendet.
33816  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33817  Makro definiert wird:
33818 \begin_inset Newline newline
33819 \end_inset
33820
33821
33822 \begin_inset space \hspace*{\fill}
33823 \end_inset
33824
33825
33826 \begin_inset Graphics
33827         filename ../clipart/macrobox.png
33828
33829 \end_inset
33830
33831
33832 \begin_inset space \hspace*{\fill}
33833 \end_inset
33834
33835
33836 \begin_inset Newline newline
33837 \end_inset
33838
33839
33840 \begin_inset FormulaMacro
33841 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33842 \end_inset
33843
33844
33845 \backslash
33846 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33847  geändert werden sollte.
33848  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33849  Einen Argumentplatzhalter fügt man mit dem Befehl 
33850 \series bold
33851
33852 \backslash
33853 #Argumentnummer
33854 \series default
33855  ein, z.
33856 \begin_inset space \thinspace{}
33857 \end_inset
33858
33859 B.
33860  
33861 \series bold
33862
33863 \backslash
33864 #1
33865 \series default
33866  oder man verwendet den Makro-Werkzeugleistenknopf 
33867 \begin_inset Info
33868 type  "icon"
33869 arg   "math-macro-add-param"
33870 \end_inset
33871
33872 .
33873  Argumentplatzhalter werden rot dargestellt.
33874  Es sind maximal 9
33875 \begin_inset space ~
33876 \end_inset
33877
33878 Argumente möglich.
33879  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33880 \begin_inset Info
33881 type  "icon"
33882 arg   "math-macro-add-optional-param"
33883 \end_inset
33884
33885  erstellt.
33886  Mit dem Werkzeugleistenknopf 
33887 \begin_inset Info
33888 type  "icon"
33889 arg   "math-macro-make-optional"
33890 \end_inset
33891
33892  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33893  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33894  werden soll.
33895  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33896  Kästchen leer lässt.
33897  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33898  einnimmt, kann man in das Kästchen z.
33899 \begin_inset space \thinspace{}
33900 \end_inset
33901
33902 B.
33903 \begin_inset Newline newline
33904 \end_inset
33905
33906
33907 \series bold
33908 qG: 
33909 \backslash
33910 #1
33911 \series default
33912  
33913 \series bold
33914 ,
33915 \series default
33916  
33917 \series bold
33918
33919 \backslash
33920 #2
33921 \series default
33922  
33923 \series bold
33924 ,
33925 \series default
33926  
33927 \series bold
33928
33929 \backslash
33930 #3, 
33931 \backslash
33932 #4
33933 \begin_inset Newline newline
33934 \end_inset
33935
33936
33937 \series default
33938 eingeben.
33939  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33940  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33941  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33942  wurde.
33943 \begin_inset Newline newline
33944 \end_inset
33945
33946 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33947  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33948 \family sans
33949 Ansicht\SpecialChar \menuseparator
33950 Mathe-Makro
33951 \begin_inset space ~
33952 \end_inset
33953
33954 auf/zuklappen
33955 \family default
33956  verwendet.
33957 \end_layout
33958
33959 \begin_layout Standard
33960 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33961  ein, in unserem Fall 
33962 \series bold
33963
33964 \backslash
33965 qG
33966 \series default
33967 .
33968  Unser Makro sieht in LyX folgendermaßen aus:
33969 \begin_inset Newline newline
33970 \end_inset
33971
33972
33973 \begin_inset space \hspace*{\fill}
33974 \end_inset
33975
33976
33977 \begin_inset Graphics
33978         filename ../clipart/macrouse.png
33979
33980 \end_inset
33981
33982
33983 \begin_inset space \hspace*{\fill}
33984 \end_inset
33985
33986
33987 \begin_inset Newline newline
33988 \end_inset
33989
33990 Hier ist unser Makro-Beispiel mit den Argumenten 
33991 \begin_inset Formula $x$
33992 \end_inset
33993
33994
33995 \begin_inset Formula $\ln(x)$
33996 \end_inset
33997
33998  und 
33999 \begin_inset Formula $B$
34000 \end_inset
34001
34002 :
34003 \end_layout
34004
34005 \begin_layout Standard
34006 \begin_inset Formula 
34007 \[
34008 \qG x{\ln(x)}B
34009 \]
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017 LyX bietet im Menü 
34018 \family sans
34019 Werkzeuge\SpecialChar \menuseparator
34020 Einstellungen\SpecialChar \menuseparator
34021 Bearbeiten\SpecialChar \menuseparator
34022 Kontrolle
34023 \family default
34024  verschiedene Bearbeitungsstile für Makros an.
34025  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34026  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34027  zu sehen.
34028 \end_layout
34029
34030 \begin_layout Standard
34031 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34032 \series bold
34033
34034 \backslash
34035 new\SpecialChar \-
34036 command
34037 \series default
34038 -Befehl umgewandelt.
34039  Der 
34040 \series bold
34041
34042 \backslash
34043 newcommand
34044 \series default
34045 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34046  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34047  Makrodefinitionsbox befinden.
34048 \end_layout
34049
34050 \begin_layout Standard
34051 Mathe-Makros können auch direkt aus einem 
34052 \series bold
34053
34054 \backslash
34055 newcommand
34056 \series default
34057 -Befehl erstellt werden.
34058  Schreibt man z.
34059 \begin_inset space \thinspace{}
34060 \end_inset
34061
34062 B.
34063  den Befehl
34064 \series bold
34065
34066 \begin_inset Newline newline
34067 \end_inset
34068
34069
34070 \backslash
34071 newcommand{
34072 \backslash
34073 larrow}[2]{
34074 \backslash
34075 xleftarrow[#2]{#1}}
34076 \begin_inset Newline newline
34077 \end_inset
34078
34079
34080 \series default
34081 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34082 zel 
34083 \family sans
34084 Strg+M
34085 \family default
34086 , wird der Befehl in ein Mathe-Makro umgewandelt.
34087  Bei dieser Methode muss man jedoch aufpassen, dass der 
34088 \series bold
34089
34090 \backslash
34091 newcommand
34092 \series default
34093 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34094  erstellt, dass später LaTeX-Fehler hervorruft.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34099  Makrodefinition fehlerhaft behandelt werden.
34100  Dadurch kann das Beispiel 
34101 \series bold
34102
34103 \backslash
34104 fb
34105 \series default
34106  aus 
34107 \begin_inset CommandInset ref
34108 LatexCommand ref
34109 reference "sub:Der-Befehl-newcommand"
34110
34111 \end_inset
34112
34113  nicht als Makro erzeugt werden.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34118  in LyX angezeigt:
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \begin_inset VSpace defskip
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Standard
34129 \begin_inset Graphics
34130         filename ../clipart/MacroToolbar.png
34131
34132 \end_inset
34133
34134
34135 \begin_inset Index idx
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 Makros ! Werkzeugleiste
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \begin_inset VSpace defskip
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34156 \end_layout
34157
34158 \begin_layout Standard
34159 \begin_inset VSpace defskip
34160 \end_inset
34161
34162
34163 \end_layout
34164
34165 \begin_layout Standard
34166 \begin_inset Tabular
34167 <lyxtabular version="3" rows="9" columns="2">
34168 <features rotate="0" islongtable="true" longtabularalignment="center">
34169 <column alignment="left" valignment="top">
34170 <column alignment="left" valignment="top" width="85col%">
34171 <row interlinespace="2.5mm">
34172 <cell alignment="center" valignment="top" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 \begin_inset Info
34177 type  "icon"
34178 arg   "math-macro-remove-param"
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190
34191 \family sans
34192 Bearbeiten\SpecialChar \menuseparator
34193 Mathe\SpecialChar \menuseparator
34194 Makro-Definition\SpecialChar \menuseparator
34195 Letztes Argument entfernen
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 </row>
34201 <row interlinespace="2.5mm">
34202 <cell alignment="center" valignment="top" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206 \begin_inset Info
34207 type  "icon"
34208 arg   "math-macro-add-param"
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \end_inset
34215 </cell>
34216 <cell alignment="center" valignment="top" usebox="none">
34217 \begin_inset Text
34218
34219 \begin_layout Plain Layout
34220
34221 \family sans
34222 Bearbeiten\SpecialChar \menuseparator
34223 Mathe\SpecialChar \menuseparator
34224 Makro-Definition\SpecialChar \menuseparator
34225 Argument hinzufügen
34226 \end_layout
34227
34228 \end_inset
34229 </cell>
34230 </row>
34231 <row interlinespace="2.5mm">
34232 <cell alignment="center" valignment="top" usebox="none">
34233 \begin_inset Text
34234
34235 \begin_layout Plain Layout
34236 \begin_inset Info
34237 type  "icon"
34238 arg   "math-macro-make-optional"
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 <cell alignment="center" valignment="top" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250
34251 \family sans
34252 Bearbeiten\SpecialChar \menuseparator
34253 Mathe\SpecialChar \menuseparator
34254 Makro-Definition\SpecialChar \menuseparator
34255 Das erste nicht-optionale
34256 \begin_inset Newline newline
34257 \end_inset
34258
34259
34260 \begin_inset Phantom HPhantom
34261 status open
34262
34263 \begin_layout Plain Layout
34264
34265 \family sans
34266 Bearbeiten\SpecialChar \menuseparator
34267 Mathe\SpecialChar \menuseparator
34268 Makro-Definition\SpecialChar \menuseparator
34269
34270 \end_layout
34271
34272 \end_inset
34273
34274 Argument in einen optionales
34275 \begin_inset Newline newline
34276 \end_inset
34277
34278
34279 \begin_inset Phantom HPhantom
34280 status open
34281
34282 \begin_layout Plain Layout
34283
34284 \family sans
34285 Bearbeiten\SpecialChar \menuseparator
34286 Mathe\SpecialChar \menuseparator
34287 Makro-Definition\SpecialChar \menuseparator
34288
34289 \end_layout
34290
34291 \end_inset
34292
34293 ändern
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 </row>
34299 <row interlinespace="2.5mm">
34300 <cell alignment="center" valignment="top" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304 \begin_inset Info
34305 type  "icon"
34306 arg   "math-macro-make-nonoptional"
34307 \end_inset
34308
34309
34310 \end_layout
34311
34312 \end_inset
34313 </cell>
34314 <cell alignment="center" valignment="top" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318
34319 \family sans
34320 Bearbeiten\SpecialChar \menuseparator
34321 Mathe\SpecialChar \menuseparator
34322 Makro-Definition\SpecialChar \menuseparator
34323 Das letzte optionale Argument in
34324 \begin_inset Newline newline
34325 \end_inset
34326
34327
34328 \begin_inset Phantom HPhantom
34329 status open
34330
34331 \begin_layout Plain Layout
34332
34333 \family sans
34334 Bearbeiten\SpecialChar \menuseparator
34335 Mathe\SpecialChar \menuseparator
34336 Makro-Definition\SpecialChar \menuseparator
34337
34338 \end_layout
34339
34340 \end_inset
34341
34342 einen nicht-optionales ändern
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 </row>
34348 <row interlinespace="2.5mm">
34349 <cell alignment="center" valignment="top" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353 \begin_inset Info
34354 type  "icon"
34355 arg   "math-macro-remove-optional-param"
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 <cell alignment="center" valignment="top" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367
34368 \family sans
34369 Bearbeiten\SpecialChar \menuseparator
34370 Mathe\SpecialChar \menuseparator
34371 Makro-Definition\SpecialChar \menuseparator
34372 Optionales Argument entfernen
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 </row>
34378 <row interlinespace="2.5mm">
34379 <cell alignment="center" valignment="top" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 \begin_inset Info
34384 type  "icon"
34385 arg   "math-macro-add-optional-param"
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \end_inset
34392 </cell>
34393 <cell alignment="center" valignment="top" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397
34398 \family sans
34399 Bearbeiten\SpecialChar \menuseparator
34400 Mathe\SpecialChar \menuseparator
34401 Makro-Definition\SpecialChar \menuseparator
34402 Optionales Argument einfügen
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 </row>
34408 <row interlinespace="2.5mm">
34409 <cell alignment="center" valignment="top" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 \begin_inset Info
34414 type  "icon"
34415 arg   "math-macro-remove-greedy-param"
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \end_inset
34422 </cell>
34423 <cell alignment="center" valignment="top" usebox="none">
34424 \begin_inset Text
34425
34426 \begin_layout Plain Layout
34427
34428 \family sans
34429 Bearbeiten\SpecialChar \menuseparator
34430 Mathe\SpecialChar \menuseparator
34431 Makro-Definition\SpecialChar \menuseparator
34432 Letztes Argument rechts entfernen
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 </row>
34438 <row interlinespace="2.5mm">
34439 <cell alignment="center" valignment="top" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 \begin_inset Info
34444 type  "icon"
34445 arg   "math-macro-append-greedy-param"
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \end_inset
34452 </cell>
34453 <cell alignment="center" valignment="top" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457
34458 \family sans
34459 Bearbeiten\SpecialChar \menuseparator
34460 Mathe\SpecialChar \menuseparator
34461 Makro-Definition\SpecialChar \menuseparator
34462 Argument von rechts hinzufügen
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 </row>
34468 <row interlinespace="2.5mm">
34469 <cell alignment="center" valignment="top" usebox="none">
34470 \begin_inset Text
34471
34472 \begin_layout Plain Layout
34473 \begin_inset Info
34474 type  "icon"
34475 arg   "math-macro-add-greedy-optional-param"
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \end_inset
34482 </cell>
34483 <cell alignment="center" valignment="top" usebox="none">
34484 \begin_inset Text
34485
34486 \begin_layout Plain Layout
34487
34488 \family sans
34489 Bearbeiten\SpecialChar \menuseparator
34490 Mathe\SpecialChar \menuseparator
34491 Makro-Definition\SpecialChar \menuseparator
34492 Optionales Argument von rechts
34493 \begin_inset Newline newline
34494 \end_inset
34495
34496
34497 \begin_inset Phantom HPhantom
34498 status open
34499
34500 \begin_layout Plain Layout
34501
34502 \family sans
34503 Bearbeiten\SpecialChar \menuseparator
34504 Mathe\SpecialChar \menuseparator
34505 Makro-Definition\SpecialChar \menuseparator
34506
34507 \end_layout
34508
34509 \end_inset
34510
34511 hinzufügen
34512 \end_layout
34513
34514 \end_inset
34515 </cell>
34516 </row>
34517 </lyxtabular>
34518
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Section
34525 Computeralgebrasysteme
34526 \end_layout
34527
34528 \begin_layout Standard
34529 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34530  oder benutzerdefinierten Skripten auszutauschen.
34531  Momentan werden folgende Anwendungen unterstützt: 
34532 \family typewriter
34533 Maple
34534 \family default
34535
34536 \family typewriter
34537 Mathematica
34538 \family default
34539
34540 \family typewriter
34541 Maxima
34542 \family default
34543  und 
34544 \family typewriter
34545 Octave
34546 \family default
34547 .
34548  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34549  sehr einfache Fälle beschränkt sind.
34550 \end_layout
34551
34552 \begin_layout Subsection
34553 Verwendung
34554 \end_layout
34555
34556 \begin_layout Standard
34557 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34558 \family sans
34559 Bearbeiten\SpecialChar \menuseparator
34560 Mathe\SpecialChar \menuseparator
34561 Computer-Algebra-System verwenden
34562 \family default
34563  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34564  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34565  mit dem 
34566 \begin_inset Quotes gld
34567 \end_inset
34568
34569 =
34570 \begin_inset Quotes grd
34571 \end_inset
34572
34573  Operator erscheinen.
34574 \end_layout
34575
34576 \begin_layout Standard
34577 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34578 \family typewriter
34579 Maxima
34580 \family default
34581 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34582 \end_layout
34583
34584 \begin_layout Itemize
34585 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34586 \end_inset
34587
34588
34589 \end_layout
34590
34591 \begin_layout Itemize
34592 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34593 \end_inset
34594
34595
34596 \end_layout
34597
34598 \begin_layout Itemize
34599 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Itemize
34606 \begin_inset Formula $\det\left[\begin{array}{ccc}
34607 1 & 6 & 7\\
34608 2 & 5 & 8\\
34609 3 & 4 & 17
34610 \end{array}\right]=-56$
34611 \end_inset
34612
34613
34614 \end_layout
34615
34616 \begin_layout Itemize
34617 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34618 \end_inset
34619
34620
34621 \end_layout
34622
34623 \begin_layout Subsection
34624 Tastenkürzel
34625 \end_layout
34626
34627 \begin_layout Standard
34628 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34629  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34630 \family sans
34631 math-extern
34632 \family default
34633  verknüpfen (siehe das 
34634 \emph on
34635 LyX-Funktionen
34636 \emph default
34637  Handbuch).
34638  Man kann z.
34639 \begin_inset space \thinspace{}
34640 \end_inset
34641
34642 B.
34643  die 
34644 \family sans
34645 Enter
34646 \family default
34647 -Taste in Formeln verknüpfen.
34648  Um sie mit 
34649 \family typewriter
34650 Maxima
34651 \family default
34652  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34653 \end_layout
34654
34655 \begin_layout Standard
34656
34657 \series bold
34658 command-alternatives break-paragraph;math-extern maxima
34659 \end_layout
34660
34661 \begin_layout Section
34662 Verschiedenes
34663 \begin_inset Index idx
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667 Verschiedenes
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \begin_layout Subsection
34676 Negative Zahlen
34677 \begin_inset Index idx
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 Zahlen ! negative
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34691  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34692  dargestellt.
34693  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34694  Minuszeichen korrekt.
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34699  nicht mehr auf.
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Ein Beispiel zur Veranschaulichung der Problematik:
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \align center
34708 \begin_inset Tabular
34709 <lyxtabular version="3" rows="3" columns="2">
34710 <features rotate="0" tabularvalignment="middle">
34711 <column alignment="right" valignment="top">
34712 <column alignment="left" valignment="top">
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 normaler Text:
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 x = -2
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738 Formelmodus:
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 \begin_inset Formula $x=-2$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 </row>
34756 <row>
34757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761 Lösung:
34762 \end_layout
34763
34764 \end_inset
34765 </cell>
34766 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34767 \begin_inset Text
34768
34769 \begin_layout Plain Layout
34770 \begin_inset Formula $x=\textrm{-}2$
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \end_inset
34777 </cell>
34778 </row>
34779 </lyxtabular>
34780
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Subsection
34787 Komma als Dezimaltrennzeichen
34788 \begin_inset Index idx
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 Komma
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \begin_layout Standard
34801 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34802  als Gruppentrennzeichen.
34803  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34804  eingefügt.
34805 \end_layout
34806
34807 \begin_layout Standard
34808 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34809  Text um (Tastenkürzel 
34810 \family sans
34811 Alt+M
34812 \begin_inset space ~
34813 \end_inset
34814
34815 M
34816 \family default
34817 ).
34818 \end_layout
34819
34820 \begin_layout Standard
34821 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34822  lädt man die Datei 
34823 \series bold
34824 icomma.sty
34825 \series default
34826
34827 \begin_inset Foot
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831
34832 \series bold
34833 icomma
34834 \series default
34835  ist Teil des LaTeX-Paketes 
34836 \series bold
34837 was
34838 \series default
34839
34840 \begin_inset Index idx
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844 Pakete ! was
34845 \begin_inset ERT
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849
34850
34851 \backslash
34852 vspace{4mm}
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \end_inset
34861
34862 .
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \begin_inset Index idx
34869 status collapsed
34870
34871 \begin_layout Plain Layout
34872 Pakete ! icomma
34873 \end_layout
34874
34875 \end_inset
34876
34877  mit der LaTeX-Vorspannzeile
34878 \end_layout
34879
34880 \begin_layout Standard
34881
34882 \series bold
34883
34884 \backslash
34885 usepackage{icomma}
34886 \end_layout
34887
34888 \begin_layout Subsection
34889 Physikalische Vektoren
34890 \begin_inset CommandInset label
34891 LatexCommand label
34892 name "sub:Physikalische-Vektoren"
34893
34894 \end_inset
34895
34896
34897 \begin_inset Index idx
34898 status collapsed
34899
34900 \begin_layout Plain Layout
34901 Vektoren ! physikalische
34902 \end_layout
34903
34904 \end_inset
34905
34906
34907 \end_layout
34908
34909 \begin_layout Standard
34910 Vordefinierte Vektoren bietet das LaTeX-Paket 
34911 \series bold
34912 braket
34913 \series default
34914
34915 \begin_inset Index idx
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919 Pakete ! braket
34920 \end_layout
34921
34922 \end_inset
34923
34924 , das mit der LaTeX-Vorspannzeile
34925 \end_layout
34926
34927 \begin_layout Standard
34928
34929 \series bold
34930
34931 \backslash
34932 usepackage{braket}
34933 \end_layout
34934
34935 \begin_layout Standard
34936 geladen wird.
34937 \begin_inset ERT
34938 status collapsed
34939
34940 \begin_layout Plain Layout
34941
34942
34943 \backslash
34944 ifbraket 
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \begin_inset Note Note
34951 status open
34952
34953 \begin_layout Plain Layout
34954 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34955 \series bold
34956 braket
34957 \series default
34958  installiert ist:
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Standard
34967 Folgende Befehle sind definiert:
34968 \end_layout
34969
34970 \begin_layout Standard
34971 \align center
34972 \begin_inset Tabular
34973 <lyxtabular version="3" rows="4" columns="2">
34974 <features rotate="0" tabularvalignment="middle">
34975 <column alignment="center" valignment="top">
34976 <column alignment="center" valignment="top">
34977 <row>
34978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34979 \begin_inset Text
34980
34981 \begin_layout Plain Layout
34982 Befehl
34983 \end_layout
34984
34985 \end_inset
34986 </cell>
34987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991 Ergebnis
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 </row>
34997 <row>
34998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002
35003 \backslash
35004 Bra{
35005 \backslash
35006 psi
35007 \end_layout
35008
35009 \end_inset
35010 </cell>
35011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015 \begin_inset Formula $\Bra{\psi}$
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \end_inset
35022 </cell>
35023 </row>
35024 <row>
35025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029
35030 \backslash
35031 Ket{
35032 \backslash
35033 psi
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042 \begin_inset Formula $\Ket{\psi}$
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \end_inset
35049 </cell>
35050 </row>
35051 <row>
35052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35053 \begin_inset Text
35054
35055 \begin_layout Plain Layout
35056
35057 \backslash
35058 Braket{
35059 \backslash
35060 psi|
35061 \backslash
35062 phi
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 \begin_inset Formula $\Braket{\psi|\phi}$
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \end_inset
35078 </cell>
35079 </row>
35080 </lyxtabular>
35081
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Standard
35088 Der Befehl 
35089 \series bold
35090
35091 \backslash
35092 Braket
35093 \series default
35094  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35095  Klammern gesetzt werden:
35096 \begin_inset Formula 
35097 \[
35098 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35099 \]
35100
35101 \end_inset
35102
35103
35104 \begin_inset ERT
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108
35109
35110 \backslash
35111 else 
35112 \end_layout
35113
35114 \end_inset
35115
35116
35117 \begin_inset Note Note
35118 status open
35119
35120 \begin_layout Plain Layout
35121 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35122 \series bold
35123 braket
35124 \series default
35125  nicht installiert ist:
35126 \end_layout
35127
35128 \end_inset
35129
35130
35131 \end_layout
35132
35133 \begin_layout Standard
35134 Das LaTeX-Paket 
35135 \series bold
35136 braket 
35137 \series default
35138 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35139 \end_layout
35140
35141 \begin_layout Standard
35142 \begin_inset ERT
35143 status collapsed
35144
35145 \begin_layout Plain Layout
35146
35147
35148 \backslash
35149 fi 
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 Der Effekt von 
35159 \series bold
35160
35161 \backslash
35162 Braket
35163 \series default
35164  kann auch mit dem Befehl 
35165 \series bold
35166
35167 \backslash
35168 middle
35169 \series default
35170  erzielt werden, der in 
35171 \begin_inset CommandInset ref
35172 LatexCommand ref
35173 reference "sub:Automatische-Klammergrößen"
35174
35175 \end_inset
35176
35177  beschrieben ist.
35178 \end_layout
35179
35180 \begin_layout Subsection
35181 Selbst definierte Brüche
35182 \begin_inset CommandInset label
35183 LatexCommand label
35184 name "sub:Selbstdefinierte-Brüche"
35185
35186 \end_inset
35187
35188
35189 \begin_inset Index idx
35190 status collapsed
35191
35192 \begin_layout Plain Layout
35193 Brüche ! selbstdefinierte
35194 \end_layout
35195
35196 \end_inset
35197
35198
35199 \end_layout
35200
35201 \begin_layout Standard
35202 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35203 \series bold
35204
35205 \backslash
35206 genfrac
35207 \series default
35208
35209 \begin_inset Index idx
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 Befehle ! G ! 
35214 \backslash
35215 genfrac
35216 \end_layout
35217
35218 \end_inset
35219
35220  in folgendem Schema:
35221 \end_layout
35222
35223 \begin_layout Standard
35224
35225 \series bold
35226
35227 \backslash
35228 genfrac{linke
35229 \series default
35230  
35231 \series bold
35232 Klammer}{rechte
35233 \series default
35234  
35235 \series bold
35236 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35237 \begin_inset Newline newline
35238 \end_inset
35239
35240
35241 \begin_inset Phantom HPhantom
35242 status open
35243
35244 \begin_layout Plain Layout
35245
35246 \series bold
35247
35248 \backslash
35249 genfrac
35250 \end_layout
35251
35252 \end_inset
35253
35254 {Zähler}{Nenner}
35255 \end_layout
35256
35257 \begin_layout Standard
35258 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35259 \begin_inset space \thinspace{}
35260 \end_inset
35261
35262 -
35263 \begin_inset space \thinspace{}
35264 \end_inset
35265
35266 3 angegeben.
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \align center
35271 \begin_inset Tabular
35272 <lyxtabular version="3" rows="5" columns="2">
35273 <features rotate="0" tabularvalignment="middle">
35274 <column alignment="center" valignment="top">
35275 <column alignment="center" valignment="top">
35276 <row>
35277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35278 \begin_inset Text
35279
35280 \begin_layout Plain Layout
35281 Nummer
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35287 \begin_inset Text
35288
35289 \begin_layout Plain Layout
35290 Ansichtsstil
35291 \end_layout
35292
35293 \end_inset
35294 </cell>
35295 </row>
35296 <row>
35297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301 0
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 abgesetzte Formel
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row>
35317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321 1
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35327 \begin_inset Text
35328
35329 \begin_layout Plain Layout
35330 eingebettete Formel
35331 \end_layout
35332
35333 \end_inset
35334 </cell>
35335 </row>
35336 <row>
35337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341 2
35342 \end_layout
35343
35344 \end_inset
35345 </cell>
35346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35347 \begin_inset Text
35348
35349 \begin_layout Plain Layout
35350 klein
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 3
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 winzig
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 </row>
35376 </lyxtabular>
35377
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \begin_layout Standard
35384 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35385  
35386 \series bold
35387
35388 \backslash
35389 frac
35390 \series default
35391  der Umgebung an.
35392 \end_layout
35393
35394 \begin_layout Standard
35395 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35396  0.4
35397 \begin_inset space \thinspace{}
35398 \end_inset
35399
35400 pt verwendet.
35401 \end_layout
35402
35403 \begin_layout Standard
35404 \begin_inset VSpace medskip
35405 \end_inset
35406
35407 Zum Beispiel sind die Befehle 
35408 \series bold
35409
35410 \backslash
35411 dfrac
35412 \series default
35413  und 
35414 \series bold
35415
35416 \backslash
35417 tbinom
35418 \series default
35419  aus 
35420 \begin_inset CommandInset ref
35421 LatexCommand ref
35422 reference "sub:Brüche"
35423
35424 \end_inset
35425
35426  folgendermaßen definiert:
35427 \end_layout
35428
35429 \begin_layout Standard
35430
35431 \series bold
35432
35433 \backslash
35434 newcommand{
35435 \backslash
35436 dfrac}[2]{
35437 \backslash
35438 genfrac{}{}{}{0}{#1}{#2}}
35439 \end_layout
35440
35441 \begin_layout Standard
35442 und
35443 \end_layout
35444
35445 \begin_layout Standard
35446
35447 \series bold
35448
35449 \backslash
35450 newcommand{
35451 \backslash
35452 tbinom}[2]{
35453 \backslash
35454 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset VSpace medskip
35459 \end_inset
35460
35461 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35462  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35463 \end_layout
35464
35465 \begin_layout Standard
35466
35467 \series bold
35468
35469 \backslash
35470 newcommand{
35471 \backslash
35472 fracS}[3][]{
35473 \backslash
35474 genfrac{}{}{#1}{}{#2}{#3}}
35475 \end_layout
35476
35477 \begin_layout Standard
35478 Dazu ein Test:
35479 \begin_inset Formula 
35480 \begin{align*}
35481 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35482 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35483 \end{align*}
35484
35485 \end_inset
35486
35487 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35488  in etwa der dreifachen Strichdicke.
35489 \end_layout
35490
35491 \begin_layout Subsection
35492 Durchgestrichene Formeln
35493 \begin_inset Index idx
35494 status collapsed
35495
35496 \begin_layout Plain Layout
35497 Formel ! durchgestrichene
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Standard
35506 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
35507 \end_layout
35508
35509 \begin_layout Standard
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515
35516 \backslash
35517 ifcancel 
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \begin_inset Note Note
35524 status open
35525
35526 \begin_layout Plain Layout
35527 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35528 \series bold
35529 cancel
35530 \series default
35531  installiert ist:
35532 \end_layout
35533
35534 \end_inset
35535
35536
35537 \end_layout
35538
35539 \begin_layout Standard
35540 \align center
35541 \begin_inset Tabular
35542 <lyxtabular version="3" rows="5" columns="2">
35543 <features rotate="0" tabularvalignment="middle">
35544 <column alignment="center" valignment="top">
35545 <column alignment="center" valignment="top">
35546 <row>
35547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35548 \begin_inset Text
35549
35550 \begin_layout Plain Layout
35551 Befehl
35552 \end_layout
35553
35554 \end_inset
35555 </cell>
35556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 Ergebnis
35561 \begin_inset Note Note
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565 Der Leerraum und 
35566 \series bold
35567
35568 \backslash
35569 raisebox
35570 \series default
35571  dienen nur als Abstandhalter.
35572 \end_layout
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 </row>
35582 <row>
35583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587
35588 \backslash
35589 cancel
35590 \begin_inset space \textvisiblespace{}
35591 \end_inset
35592
35593
35594 \backslash
35595 int
35596 \begin_inset space \textvisiblespace{}
35597 \end_inset
35598
35599 A=B
35600 \end_layout
35601
35602 \end_inset
35603 </cell>
35604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35605 \begin_inset Text
35606
35607 \begin_layout Plain Layout
35608 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \end_inset
35615 </cell>
35616 </row>
35617 <row>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622
35623 \backslash
35624 bcancel
35625 \begin_inset space \textvisiblespace{}
35626 \end_inset
35627
35628
35629 \backslash
35630 int
35631 \begin_inset space \textvisiblespace{}
35632 \end_inset
35633
35634 A=B
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \end_inset
35650 </cell>
35651 </row>
35652 <row>
35653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657
35658 \backslash
35659 xcancel
35660 \begin_inset space \textvisiblespace{}
35661 \end_inset
35662
35663
35664 \backslash
35665 int
35666 \begin_inset space \textvisiblespace{}
35667 \end_inset
35668
35669 A=B
35670 \end_layout
35671
35672 \end_inset
35673 </cell>
35674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35679 \end_inset
35680
35681
35682 \end_layout
35683
35684 \end_inset
35685 </cell>
35686 </row>
35687 <row>
35688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35689 \begin_inset Text
35690
35691 \begin_layout Plain Layout
35692
35693 \backslash
35694 cancelto
35695 \begin_inset space \textvisiblespace{}
35696 \end_inset
35697
35698
35699 \backslash
35700 int
35701 \begin_inset space \textvisiblespace{}
35702 \end_inset
35703
35704 A=B
35705 \begin_inset Formula $\to$
35706 \end_inset
35707
35708 1
35709 \end_layout
35710
35711 \end_inset
35712 </cell>
35713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35714 \begin_inset Text
35715
35716 \begin_layout Plain Layout
35717 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 </row>
35726 </lyxtabular>
35727
35728 \end_inset
35729
35730
35731 \end_layout
35732
35733 \begin_layout Standard
35734
35735 \series bold
35736
35737 \backslash
35738 cancelto
35739 \series default
35740  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35741  will:
35742 \begin_inset Formula 
35743 \[
35744 \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}}}
35745 \]
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \begin_layout Standard
35753 Um die Größe des 
35754 \begin_inset Quotes gld
35755 \end_inset
35756
35757 hochgestellten
35758 \begin_inset Quotes grd
35759 \end_inset
35760
35761  Werts von 
35762 \series bold
35763
35764 \backslash
35765 cancelto
35766 \series default
35767  zu ändern, kann man die LaTeX-Vorspannzeile
35768 \end_layout
35769
35770 \begin_layout Standard
35771
35772 \series bold
35773
35774 \backslash
35775 PassOptionsToPackage{Option}{cancel}
35776 \end_layout
35777
35778 \begin_layout Standard
35779 hinzufügen.
35780  
35781 \series bold
35782 Option
35783 \series default
35784  ist entweder 
35785 \series bold
35786 samesize
35787 \series default
35788 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35789  
35790 \series bold
35791 Smaller
35792 \series default
35793 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
35794 \end_layout
35795
35796 \begin_layout Standard
35797 Um den Durchstrich zu färben, verwendet man den Befehl
35798 \end_layout
35799
35800 \begin_layout Standard
35801
35802 \series bold
35803
35804 \backslash
35805 renewcommand{
35806 \backslash
35807 CancelColor}{
35808 \backslash
35809 color{red}}
35810 \end_layout
35811
35812 \begin_layout Standard
35813 als TeX-Code.
35814  
35815 \series bold
35816 red
35817 \series default
35818  kann durch eine Farbe der Wahl ersetzt werden.
35819 \end_layout
35820
35821 \begin_layout Standard
35822 \begin_inset ERT
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826
35827
35828 \backslash
35829 renewcommand{
35830 \backslash
35831 CancelColor}{
35832 \backslash
35833 color{red}}
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \end_layout
35840
35841 \begin_layout Standard
35842 \begin_inset Formula 
35843 \[
35844 \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}}}
35845 \]
35846
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Standard
35853 \begin_inset ERT
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857
35858
35859 \backslash
35860 renewcommand{
35861 \backslash
35862 CancelColor}{
35863 \backslash
35864 color{black}}
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \begin_inset Note Note
35871 status open
35872
35873 \begin_layout Plain Layout
35874 Farbe zurücksetzen
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \begin_layout Standard
35883 Für weitere Anpassungen siehe die Dokumentation des Pakets 
35884 \series bold
35885 cancel
35886 \series default
35887
35888 \begin_inset CommandInset citation
35889 LatexCommand cite
35890 key "cancel"
35891
35892 \end_inset
35893
35894 .
35895 \begin_inset Index idx
35896 status collapsed
35897
35898 \begin_layout Plain Layout
35899 Pakete ! cancel
35900 \end_layout
35901
35902 \end_inset
35903
35904
35905 \end_layout
35906
35907 \begin_layout Standard
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 else 
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \begin_inset Note Note
35922 status open
35923
35924 \begin_layout Plain Layout
35925 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35926 \series bold
35927 cancel
35928 \series default
35929  nicht installiert ist:
35930 \end_layout
35931
35932 \end_inset
35933
35934
35935 \end_layout
35936
35937 \begin_layout Standard
35938 Das LaTeX-Paket 
35939 \series bold
35940 cancel 
35941 \series default
35942 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \begin_inset ERT
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951
35952 \backslash
35953 fi 
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \begin_layout Subsection
35962 Formeln in Überschriften
35963 \begin_inset CommandInset label
35964 LatexCommand label
35965 name "sub:Formeln-in-Überschriften"
35966
35967 \end_inset
35968
35969
35970 \begin_inset Index idx
35971 status collapsed
35972
35973 \begin_layout Plain Layout
35974 Formel ! in Überschriften
35975 \end_layout
35976
35977 \end_inset
35978
35979
35980 \end_layout
35981
35982 \begin_layout Standard
35983 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35984 \end_layout
35985
35986 \begin_layout Standard
35987 \begin_inset Note Greyedout
35988 status open
35989
35990 \begin_layout Plain Layout
35991 Verwendet man 
35992 \series bold
35993 hyperref
35994 \series default
35995
35996 \begin_inset Index idx
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000 Pakete ! hyperref
36001 \end_layout
36002
36003 \end_inset
36004
36005  Unterstützung im den Dokumenteinstellungen unter 
36006 \family sans
36007 PDF-Eigenschaften
36008 \family default
36009 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36010  erzeugt.
36011  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36012  dargestellt.
36013  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36014 \end_layout
36015
36016 \end_inset
36017
36018
36019 \end_layout
36020
36021 \begin_layout Standard
36022 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36023  Kurztitel über das Menü 
36024 \family sans
36025 Einfügen\SpecialChar \menuseparator
36026 Kurztitel
36027 \family default
36028  einfügt.
36029  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36030  um das Inhaltsverzeichnis übersichtlich zu halten.
36031  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36032 chen.
36033 \end_layout
36034
36035 \begin_layout Standard
36036 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36037 \series bold
36038 hyperref
36039 \series default
36040 , verwendet man im TeX-Modus den Befehl
36041 \end_layout
36042
36043 \begin_layout Standard
36044
36045 \series bold
36046
36047 \backslash
36048 texorpdfstring{Teil}{Alternative}
36049 \begin_inset Index idx
36050 status collapsed
36051
36052 \begin_layout Plain Layout
36053 Befehle ! T ! 
36054 \backslash
36055 texorpdfstring
36056 \end_layout
36057
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \begin_layout Standard
36064 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36065  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36066  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36067  soll.
36068 \end_layout
36069
36070 \begin_layout Standard
36071 Es folgen zwei Beispielüberschriften:
36072 \begin_inset VSpace -3mm
36073 \end_inset
36074
36075
36076 \begin_inset ERT
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080
36081
36082 \backslash
36083 boldmath 
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Subsubsection
36092 Überschrift ohne Formel im Inhaltsverzeichnis 
36093 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36094 \end_inset
36095
36096
36097 \begin_inset Argument 1
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101 Überschrift ohne Formel im Inhaltsverzeichnis
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \begin_layout Subsubsection
36110 Überschrift mit Formel im Inhaltsverzeichnis
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 texorpdfstring{
36119 \end_layout
36120
36121 \end_inset
36122
36123  
36124 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36125 \end_inset
36126
36127
36128 \begin_inset ERT
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132
36133 }{}
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \end_layout
36140
36141 \begin_layout Standard
36142 \begin_inset ERT
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146
36147
36148 \backslash
36149 unboldmath 
36150 \end_layout
36151
36152 \end_inset
36153
36154 In der ersten Überschrift wurde ein Kurztitel verwendet.
36155  In der zweiten 
36156 \series bold
36157
36158 \backslash
36159 texorpdfstring
36160 \series default
36161 .
36162 \end_layout
36163
36164 \begin_layout Standard
36165 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36166  die komplette Überschrift in eine 
36167 \series bold
36168 boldmath
36169 \series default
36170 -Umgebung
36171 \begin_inset Foot
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 siehe 
36176 \begin_inset CommandInset ref
36177 LatexCommand ref
36178 reference "sub:Fett-gedruckte-Formeln"
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \end_inset
36186
36187  gesetzt.
36188 \end_layout
36189
36190 \begin_layout Subsection
36191 Formeln im mehrspaltigen Text
36192 \begin_inset Index idx
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 Formel ! im mehrspaltigen Text
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \end_layout
36203
36204 \begin_layout Standard
36205 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36206  müssen daher über die gesamte Seitenbreite gesetzt werden.
36207  Dazu verwendet man das LaTeX-Paket 
36208 \series bold
36209 multicol
36210 \series default
36211
36212 \begin_inset Foot
36213 status collapsed
36214
36215 \begin_layout Plain Layout
36216
36217 \series bold
36218 multicol
36219 \series default
36220  ist Teil jeder LaTeX-Standardinstallation.
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \begin_inset Index idx
36227 status collapsed
36228
36229 \begin_layout Plain Layout
36230 Pakete ! multicol
36231 \end_layout
36232
36233 \end_inset
36234
36235 , das mit der LaTeX-Vorspannzeile
36236 \end_layout
36237
36238 \begin_layout Standard
36239
36240 \series bold
36241
36242 \backslash
36243 usepackage{multicol}
36244 \end_layout
36245
36246 \begin_layout Standard
36247 geladen wird.
36248 \end_layout
36249
36250 \begin_layout Standard
36251 \begin_inset Note Greyedout
36252 status open
36253
36254 \begin_layout Plain Layout
36255 Dabei ist zu beachten, dass im Menü 
36256 \family sans
36257 Dokument\SpecialChar \menuseparator
36258 Einstellungen
36259 \family default
36260  unter 
36261 \family sans
36262 Textformat
36263 \family default
36264  
36265 \emph on
36266 nicht
36267 \emph default
36268  
36269 \family sans
36270 Zweispaltiges
36271 \begin_inset space ~
36272 \end_inset
36273
36274 Dokument
36275 \family default
36276  ausgewählt sein darf.
36277 \end_layout
36278
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \begin_layout Standard
36285 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36286 \end_layout
36287
36288 \begin_layout Standard
36289
36290 \series bold
36291
36292 \backslash
36293 begin{multicols}{Spaltenanzahl}
36294 \end_layout
36295
36296 \begin_layout Standard
36297 wobei die Spaltenanzahl eine Zahl im Bereich 2
36298 \begin_inset space \thinspace{}
36299 \end_inset
36300
36301 -
36302 \begin_inset space \thinspace{}
36303 \end_inset
36304
36305 10 ist.
36306  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36307 \end_layout
36308
36309 \begin_layout Standard
36310
36311 \series bold
36312
36313 \backslash
36314 end{multicols}
36315 \end_layout
36316
36317 \begin_layout Standard
36318 der im TeX-Modus eingegeben wird.
36319 \end_layout
36320
36321 \begin_layout Standard
36322 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36323  Um dies rückgängig zu machen, fügt man vor der Formel -6
36324 \begin_inset space \thinspace{}
36325 \end_inset
36326
36327 mm vertikalen Leerraum ein.
36328  Ist der Formelstil 
36329 \series bold
36330 Eingerückt
36331 \begin_inset Foot
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335 Formelstile siehe 
36336 \begin_inset CommandInset ref
36337 LatexCommand ref
36338 reference "sec:Formelstile"
36339
36340 \end_inset
36341
36342
36343 \end_layout
36344
36345 \end_inset
36346
36347
36348 \series default
36349  gewählt, fügt man stattdessen -9
36350 \begin_inset space \thinspace{}
36351 \end_inset
36352
36353 mm Leerraum ein.
36354 \end_layout
36355
36356 \begin_layout Standard
36357 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36358 \end_layout
36359
36360 \begin_layout Standard
36361 \begin_inset ERT
36362 status collapsed
36363
36364 \begin_layout Plain Layout
36365
36366
36367 \backslash
36368 begin{multicols}{2}
36369 \end_layout
36370
36371 \end_inset
36372
36373 Das Spektrum wird fouriertransformiert.
36374  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36375 , Lösungsmittel) zu trennen.
36376  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36377  nun das Aussehen des Ausgangssignals.
36378  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36379  über alle Phasen integrieren muss.
36380  Sei nun 
36381 \begin_inset Formula $S$
36382 \end_inset
36383
36384  unser normiertes Ausgangssignal und 
36385 \begin_inset Formula $P$
36386 \end_inset
36387
36388  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36389 \begin_inset ERT
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393
36394
36395 \backslash
36396 end{multicols}
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \begin_inset VSpace -6mm
36403 \end_inset
36404
36405
36406 \begin_inset Formula 
36407 \begin{equation}
36408 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36409 \end{equation}
36410
36411 \end_inset
36412
36413
36414 \begin_inset ERT
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418
36419
36420 \backslash
36421 begin{multicols}{2}
36422 \end_layout
36423
36424 \end_inset
36425
36426 wobei 
36427 \begin_inset Formula $S_{0}$
36428 \end_inset
36429
36430  das Signal ohne Gradient ist und die Normierungsbedingung 
36431 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36432 \end_inset
36433
36434  gilt.
36435  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36436  Direkt nach dem 
36437 \begin_inset Formula $\nicefrac{\pi}{2}$
36438 \end_inset
36439
36440
36441 \begin_inset space \thinspace{}
36442 \end_inset
36443
36444 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36445  das Signal zusätzlich abschwächt.
36446  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36447  
36448 \begin_inset Formula $T_{2}$
36449 \end_inset
36450
36451 -Zeit.
36452 \end_layout
36453
36454 \begin_layout Standard
36455 \begin_inset ERT
36456 status collapsed
36457
36458 \begin_layout Plain Layout
36459
36460
36461 \backslash
36462 end{multicols}
36463 \end_layout
36464
36465 \end_inset
36466
36467  
36468 \end_layout
36469
36470 \begin_layout Subsection
36471 Formeln mit Beschreibung der Variablen
36472 \begin_inset Index idx
36473 status collapsed
36474
36475 \begin_layout Plain Layout
36476 Formel ! mit Variablenbeschreibung
36477 \end_layout
36478
36479 \end_inset
36480
36481
36482 \end_layout
36483
36484 \begin_layout Standard
36485 Möchte man wie in Formel 
36486 \begin_inset CommandInset ref
36487 LatexCommand eqref
36488 reference "eq:innerhalb"
36489
36490 \end_inset
36491
36492 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36493 \series bold
36494 ×
36495 \series default
36496
36497 \begin_inset Formula $n$
36498 \end_inset
36499
36500
36501 \begin_inset space ~
36502 \end_inset
36503
36504 Matrix mit links ausgerichteten Spalten für die verwendeten 
36505 \begin_inset Formula $n$
36506 \end_inset
36507
36508  Variablen.
36509 \begin_inset Foot
36510 status collapsed
36511
36512 \begin_layout Plain Layout
36513 Matrizen siehe 
36514 \begin_inset CommandInset ref
36515 LatexCommand ref
36516 reference "sec:Matrizen"
36517
36518 \end_inset
36519
36520
36521 \end_layout
36522
36523 \end_inset
36524
36525  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36526 \begin_inset space \thinspace{}
36527 \end_inset
36528
36529 B.
36530  den Befehl 
36531 \series bold
36532
36533 \backslash
36534 footnotesize
36535 \series default
36536  ein.
36537 \begin_inset Foot
36538 status collapsed
36539
36540 \begin_layout Plain Layout
36541 Schriftgrößen siehe 
36542 \begin_inset CommandInset ref
36543 LatexCommand ref
36544 reference "sub:Schriftgrößen"
36545
36546 \end_inset
36547
36548
36549 \end_layout
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \begin_layout Standard
36557 Wird der Formelstil 
36558 \series bold
36559 Eingerückt
36560 \begin_inset Foot
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 Formelstile siehe 
36565 \begin_inset CommandInset ref
36566 LatexCommand ref
36567 reference "sec:Formelstile"
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \end_inset
36575
36576
36577 \series default
36578  verwendet, fügt man vor und nach der Matrix ein 
36579 \series bold
36580
36581 \backslash
36582 hfill
36583 \series default
36584
36585 \begin_inset Foot
36586 status collapsed
36587
36588 \begin_layout Plain Layout
36589
36590 \series bold
36591
36592 \backslash
36593 hfill
36594 \series default
36595  wirkt nur in Formeln mit dem Stil 
36596 \series bold
36597 Eingerückt
36598 \series default
36599 , siehe 
36600 \begin_inset CommandInset ref
36601 LatexCommand ref
36602 reference "sub:Variabler-Leerraum"
36603
36604 \end_inset
36605
36606 .
36607 \end_layout
36608
36609 \end_inset
36610
36611  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36612  gleich ist.
36613 \end_layout
36614
36615 \begin_layout Standard
36616 Ist der Formelstil 
36617 \series bold
36618 Zentriert
36619 \series default
36620  gewählt, nutzt man die in 
36621 \begin_inset CommandInset ref
36622 LatexCommand ref
36623 reference "sub:Flalign-Umgebung"
36624
36625 \end_inset
36626
36627  beschriebene Möglichkeit, Formeln einzurücken.
36628  Formel 
36629 \begin_inset CommandInset ref
36630 LatexCommand eqref
36631 reference "eq:innerhalb"
36632
36633 \end_inset
36634
36635  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36636  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36637 \begin_inset Formula 
36638 \begin{flalign}
36639 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36640 \rho & \textrm{Dichte}\\
36641 V & \textrm{Volumen}\\
36642 g & \textrm{Fallbeschleunigung}
36643 \end{array} &  & {}\label{eq:innerhalb}
36644 \end{flalign}
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \begin_layout Subsection
36652 Aufrechte kleine griechische Buchstaben
36653 \begin_inset CommandInset label
36654 LatexCommand label
36655 name "sub:Aufrechte-kleine-griechische"
36656
36657 \end_inset
36658
36659
36660 \begin_inset Index idx
36661 status collapsed
36662
36663 \begin_layout Plain Layout
36664 griechische Buchstaben ! aufrechte
36665 \end_layout
36666
36667 \end_inset
36668
36669
36670 \end_layout
36671
36672 \begin_layout Standard
36673 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36674  zur Verfügung.
36675  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36676  aufrechte griechische Buchstaben benötigt.
36677  Die Datei 
36678 \series bold
36679 upgreek.sty
36680 \series default
36681
36682 \begin_inset Foot
36683 status collapsed
36684
36685 \begin_layout Plain Layout
36686
36687 \series bold
36688 upgreek
36689 \series default
36690  ist Teil des LaTeX-Paketes 
36691 \series bold
36692 was
36693 \series default
36694
36695 \begin_inset Index idx
36696 status collapsed
36697
36698 \begin_layout Plain Layout
36699 Pakete ! was
36700 \begin_inset ERT
36701 status collapsed
36702
36703 \begin_layout Plain Layout
36704
36705
36706 \backslash
36707 vspace{4mm}
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \end_inset
36716
36717 .
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \begin_inset Index idx
36724 status collapsed
36725
36726 \begin_layout Plain Layout
36727 Pakete ! upgreek
36728 \end_layout
36729
36730 \end_inset
36731
36732 , die mit der LaTeX-Vorspannzeile
36733 \end_layout
36734
36735 \begin_layout Standard
36736
36737 \series bold
36738
36739 \backslash
36740 usepackage{upgreek}
36741 \end_layout
36742
36743 \begin_layout Standard
36744 geladen wird, stellt diese Buchstaben zur Verfügung.
36745  
36746 \begin_inset ERT
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750
36751
36752 \backslash
36753 ifupgreek 
36754 \end_layout
36755
36756 \end_inset
36757
36758
36759 \begin_inset Note Note
36760 status open
36761
36762 \begin_layout Plain Layout
36763 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36764 \series bold
36765 upgreek
36766 \series default
36767  installiert ist:
36768 \end_layout
36769
36770 \end_inset
36771
36772  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36773  
36774 \series bold
36775 up
36776 \series default
36777  begonnen wird.
36778  So erzeugt z.
36779 \begin_inset space \thinspace{}
36780 \end_inset
36781
36782 B.
36783  der Befehl 
36784 \series bold
36785
36786 \backslash
36787 uptau
36788 \series default
36789  dies: 
36790 \begin_inset Formula $\uptau$
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \begin_layout Standard
36797 Damit kann man Elementarteilchenreaktionen erstellen:
36798 \begin_inset Formula 
36799 \[
36800 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36801 \]
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \begin_layout Standard
36809 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36810  Sie sollten daher nicht für Einheiten wie 
36811 \begin_inset Quotes gld
36812 \end_inset
36813
36814 µm
36815 \begin_inset Quotes grd
36816 \end_inset
36817
36818  verwendet werden.
36819 \end_layout
36820
36821 \begin_layout Standard
36822 \begin_inset ERT
36823 status collapsed
36824
36825 \begin_layout Plain Layout
36826
36827
36828 \backslash
36829 else 
36830 \end_layout
36831
36832 \end_inset
36833
36834
36835 \begin_inset Note Note
36836 status open
36837
36838 \begin_layout Plain Layout
36839 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36840 \series bold
36841 upgreek
36842 \series default
36843  nicht installiert ist:
36844 \end_layout
36845
36846 \end_inset
36847
36848
36849 \end_layout
36850
36851 \begin_layout Standard
36852 Das LaTeX-Paket 
36853 \series bold
36854 upgreek 
36855 \series default
36856 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36857 \end_layout
36858
36859 \begin_layout Standard
36860 \begin_inset ERT
36861 status collapsed
36862
36863 \begin_layout Plain Layout
36864
36865
36866 \backslash
36867 fi 
36868 \end_layout
36869
36870 \end_inset
36871
36872
36873 \end_layout
36874
36875 \begin_layout Subsection
36876 Textzeichen in Formeln
36877 \begin_inset Index idx
36878 status collapsed
36879
36880 \begin_layout Plain Layout
36881 Text ! in Formeln
36882 \end_layout
36883
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \begin_layout Standard
36890 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36891  Benötigt man z.
36892 \begin_inset space \thinspace{}
36893 \end_inset
36894
36895 B.
36896  den mittigen Punkt · in Formeln wie 
36897 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36898 \end_inset
36899
36900 , müsste man dafür jedes Mal den Befehl 
36901 \series bold
36902
36903 \backslash
36904 cdot
36905 \series default
36906  eingeben
36907 \begin_inset Foot
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 siehe 
36912 \begin_inset CommandInset ref
36913 LatexCommand ref
36914 reference "sub:Binäre-Operatoren"
36915
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \end_inset
36922
36923 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36924  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36925 \end_layout
36926
36927 \begin_layout Standard
36928
36929 \series bold
36930
36931 \backslash
36932 DeclareInputText{183}{
36933 \backslash
36934 ifmmode
36935 \backslash
36936 cdot
36937 \backslash
36938 else
36939 \backslash
36940 textperiodcentered
36941 \backslash
36942 f\SpecialChar \textcompwordmark{}
36943 i}
36944 \end_layout
36945
36946 \begin_layout Standard
36947 Die Zeichenkodierung (Menü 
36948 \family sans
36949 Dokument\SpecialChar \menuseparator
36950 Einstellungen\SpecialChar \menuseparator
36951 Sprache
36952 \family default
36953 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36954  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36955 \series bold
36956
36957 \backslash
36958 textperiodcentered
36959 \series default
36960  verwendet.
36961  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36962  LaTeX-Fehlern kommen würde.
36963  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36964  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36965  nicht.
36966 \end_layout
36967
36968 \begin_layout Standard
36969 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36970  Z.
36971 \begin_inset space \thinspace{}
36972 \end_inset
36973
36974 B.
36975  ist die Kodierung 
36976 \series bold
36977 latin9
36978 \series default
36979  in der Datei 
36980 \series bold
36981 latin9.def
36982 \series default
36983  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36984  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36985 eien geändert werden.
36986  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36987  nicht ohne Weiteres bearbeitet werden.
36988 \end_layout
36989
36990 \begin_layout Standard
36991 \begin_inset VSpace medskip
36992 \end_inset
36993
36994 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36995  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36996  Formel eingegeben werden können:
36997 \end_layout
36998
36999 \begin_layout Standard
37000
37001 \series bold
37002
37003 \backslash
37004 DeclareInputText{176}{
37005 \backslash
37006 ifmmode^
37007 \backslash
37008 circ
37009 \backslash
37010 else
37011 \backslash
37012 textdegree
37013 \backslash
37014 f\SpecialChar \textcompwordmark{}
37015 i}
37016 \end_layout
37017
37018 \begin_layout Standard
37019 \begin_inset Newpage newpage
37020 \end_inset
37021
37022
37023 \end_layout
37024
37025 \begin_layout Section
37026 \start_of_appendix
37027 Typographische Hinweise
37028 \begin_inset Index idx
37029 status collapsed
37030
37031 \begin_layout Plain Layout
37032 Typographische Hinweise
37033 \end_layout
37034
37035 \end_inset
37036
37037
37038 \end_layout
37039
37040 \begin_layout Standard
37041 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37042  Regeln, die teilweise auch im Duden 
37043 \begin_inset CommandInset citation
37044 LatexCommand cite
37045 key "Duden"
37046
37047 \end_inset
37048
37049  unter 
37050 \family typewriter
37051 Textverarbeitung
37052 \family default
37053  aufgelistet sind.
37054  Weitere Regeln sind in 
37055 \begin_inset CommandInset citation
37056 LatexCommand cite
37057 key "Checklist"
37058
37059 \end_inset
37060
37061  zu finden.
37062 \end_layout
37063
37064 \begin_layout Itemize
37065 Physikalische Einheiten werden 
37066 \emph on
37067 immer
37068 \emph default
37069  aufrecht gesetzt
37070 \begin_inset Foot
37071 status collapsed
37072
37073 \begin_layout Plain Layout
37074 wird durch Schriftstile erreicht, siehe 
37075 \begin_inset CommandInset ref
37076 LatexCommand ref
37077 reference "sub:Schriftstile"
37078
37079 \end_inset
37080
37081
37082 \end_layout
37083
37084 \end_inset
37085
37086 , egal ob sie sich in einem kursiven Text befinden: 30
37087 \begin_inset space \thinspace{}
37088 \end_inset
37089
37090 km/h
37091 \begin_inset Newline newline
37092 \end_inset
37093
37094 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37095 \begin_inset CommandInset ref
37096 LatexCommand ref
37097 reference "sub:Vordefinierter-Leerraum"
37098
37099 \end_inset
37100
37101 .
37102 \begin_inset Newline newline
37103 \end_inset
37104
37105 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37106 \series bold
37107
37108 \backslash
37109 unittwo
37110 \series default
37111  verwendet.
37112  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37113  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37114  erhält wie oben: 
37115 \begin_inset Formula $\unit[30]{km/h}$
37116 \end_inset
37117
37118
37119 \begin_inset space \thinspace{}
37120 \end_inset
37121
37122 .
37123  Zu beachten ist, dass 
37124 \series bold
37125
37126 \backslash
37127 unittwo
37128 \series default
37129  kein echter LaTeX-Befehl, sondern der Befehl 
37130 \series bold
37131
37132 \backslash
37133 unit[Wert]{Einheit}
37134 \series default
37135  ist, daher kann man ihn nicht im TeX-Code benutzen.
37136 \end_layout
37137
37138 \begin_layout Itemize
37139 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37140 \begin_inset Newline newline
37141 \end_inset
37142
37143 1,2
37144 \begin_inset space \thinspace{}
37145 \end_inset
37146
37147 ‰ Alkohol im Blut
37148 \begin_inset Newline newline
37149 \end_inset
37150
37151 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37152  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37153 \end_layout
37154
37155 \begin_layout Itemize
37156 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37157  wird in einer Einheit verwendet: 15
37158 \begin_inset space \thinspace{}
37159 \end_inset
37160
37161 °C
37162 \end_layout
37163
37164 \begin_layout Itemize
37165 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37166  Ziffer der kleinste Leerraum eingefügt: 18
37167 \begin_inset space \thinspace{}
37168 \end_inset
37169
37170 473
37171 \begin_inset space \thinspace{}
37172 \end_inset
37173
37174 588
37175 \end_layout
37176
37177 \begin_layout Itemize
37178 Für Bemaßungen wie z.
37179 \begin_inset space \thinspace{}
37180 \end_inset
37181
37182 B.
37183  120×90×40
37184 \begin_inset space \thinspace{}
37185 \end_inset
37186
37187 cm, verwendet man das gelegte Kreuz 
37188 \begin_inset Quotes gld
37189 \end_inset
37190
37191 ×
37192 \begin_inset Quotes grd
37193 \end_inset
37194
37195 , dass entweder über den Befehl 
37196 \series bold
37197
37198 \backslash
37199 times
37200 \series default
37201  oder über das Menü 
37202 \family sans
37203 Einfügen\SpecialChar \menuseparator
37204 Sonderzeichen\SpecialChar \menuseparator
37205 Symbole
37206 \family default
37207  verfügbar ist.
37208 \end_layout
37209
37210 \begin_layout Itemize
37211 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37212  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37213 \begin_inset space \thinspace{}
37214 \end_inset
37215
37216 6.
37217 \begin_inset space ~
37218 \end_inset
37219
37220 1979
37221 \end_layout
37222
37223 \begin_layout Itemize
37224 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37225  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37226 \begin_inset CommandInset ref
37227 LatexCommand ref
37228 reference "sub:Vordefinierte-Funktionen"
37229
37230 \end_inset
37231
37232 .
37233 \end_layout
37234
37235 \begin_layout Itemize
37236 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37237  
37238 \begin_inset Formula $E_{\mathrm{kin}}$
37239 \end_inset
37240
37241
37242 \begin_inset Newline newline
37243 \end_inset
37244
37245 Komponenten von Matrizen werden kursiv gesetzt: 
37246 \begin_inset Formula $\hat{H}_{kl}$
37247 \end_inset
37248
37249
37250 \end_layout
37251
37252 \begin_layout Itemize
37253 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37254  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37255  Variablen zu verwechseln.
37256 \end_layout
37257
37258 \begin_layout Itemize
37259 Das Symbol für eine 
37260 \noun on
37261 Fourier
37262 \noun default
37263 -Transformation kann entweder mit dem Befehl 
37264 \series bold
37265
37266 \backslash
37267 mathscr
37268 \begin_inset space \textvisiblespace{}
37269 \end_inset
37270
37271 F
37272 \series default
37273  oder über das Menü 
37274 \family sans
37275 Einfügen\SpecialChar \menuseparator
37276 Sonderzeichen\SpecialChar \menuseparator
37277 Symbole\SpecialChar \menuseparator
37278 Buchsta\SpecialChar \-
37279 benähnliche Symbole
37280 \family default
37281  eingefügt werden: 
37282 \begin_inset Formula $\mathscr{F}$
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \begin_layout Standard
37289 \begin_inset Newpage newpage
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Section
37296 Synonyme
37297 \begin_inset Index idx
37298 status collapsed
37299
37300 \begin_layout Plain Layout
37301 Synonyme
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \end_layout
37308
37309 \begin_layout Standard
37310 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37311  Hier ist eine Übersicht der Synonymbefehle:
37312 \end_layout
37313
37314 \begin_layout Standard
37315 \begin_inset VSpace bigskip
37316 \end_inset
37317
37318
37319 \begin_inset space \hfill{}
37320 \end_inset
37321
37322
37323 \begin_inset Tabular
37324 <lyxtabular version="3" rows="12" columns="2">
37325 <features rotate="0" tabularvalignment="middle">
37326 <column alignment="center" valignment="top" width="0pt">
37327 <column alignment="center" valignment="top" width="0pt">
37328 <row>
37329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 Befehl
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 äquivalent zu
37343 \begin_inset Note Note
37344 status collapsed
37345
37346 \begin_layout Plain Layout
37347
37348 \series bold
37349
37350 \backslash
37351 raisebox
37352 \series default
37353  dient nur als Abstandhalter.
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 </row>
37364 <row>
37365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369
37370 \backslash
37371 ast
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380 \begin_inset ERT
37381 status collapsed
37382
37383 \begin_layout Plain Layout
37384
37385
37386 \backslash
37387 raisebox{-1.2mm}{
37388 \end_layout
37389
37390 \end_inset
37391
37392 *
37393 \begin_inset ERT
37394 status collapsed
37395
37396 \begin_layout Plain Layout
37397
37398 }
37399 \end_layout
37400
37401 \end_inset
37402
37403
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 </row>
37409 <row>
37410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414
37415 \backslash
37416 choose
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 binom
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 </row>
37433 <row>
37434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438
37439 \backslash
37440 geq
37441 \end_layout
37442
37443 \end_inset
37444 </cell>
37445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 ge
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 </row>
37457 <row>
37458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462
37463 \backslash
37464 lbrace
37465 \end_layout
37466
37467 \end_inset
37468 </cell>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473 {
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 </row>
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484
37485 \backslash
37486 lbracket
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37492 \begin_inset Text
37493
37494 \begin_layout Plain Layout
37495 [
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 </row>
37501 <row>
37502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37503 \begin_inset Text
37504
37505 \begin_layout Plain Layout
37506
37507 \backslash
37508 leftarrow
37509 \end_layout
37510
37511 \end_inset
37512 </cell>
37513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 gets
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 </row>
37525 <row>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530
37531 \backslash
37532 leq
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541
37542 \backslash
37543 le
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 lor
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 vee
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 </row>
37573 <row>
37574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37575 \begin_inset Text
37576
37577 \begin_layout Plain Layout
37578
37579 \backslash
37580 neq
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 not=
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 </row>
37597 <row>
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602
37603 \backslash
37604 slash
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 /
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 </row>
37619 <row>
37620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626 vert
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 |
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 </row>
37641 </lyxtabular>
37642
37643 \end_inset
37644
37645
37646 \begin_inset space \hfill{}
37647 \end_inset
37648
37649
37650 \begin_inset Tabular
37651 <lyxtabular version="3" rows="12" columns="2">
37652 <features rotate="0" tabularvalignment="middle">
37653 <column alignment="center" valignment="top" width="0pt">
37654 <column alignment="center" valignment="top" width="0pt">
37655 <row>
37656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660 Befehl
37661 \end_layout
37662
37663 \end_inset
37664 </cell>
37665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37666 \begin_inset Text
37667
37668 \begin_layout Plain Layout
37669 äquivalent zu
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 </row>
37675 <row>
37676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37677 \begin_inset Text
37678
37679 \begin_layout Plain Layout
37680
37681 \backslash
37682 backslash
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691
37692 \backslash
37693
37694 \backslash
37695
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 </row>
37701 <row>
37702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706
37707 \backslash
37708 dasharrow
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717
37718 \backslash
37719 dashrightarrow
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 </row>
37725 <row>
37726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730
37731 \backslash
37732 land
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741
37742 \backslash
37743 wedge
37744 \end_layout
37745
37746 \end_inset
37747 </cell>
37748 </row>
37749 <row>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754
37755 \backslash
37756 rbrace
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37762 \begin_inset Text
37763
37764 \begin_layout Plain Layout
37765 }
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 </row>
37771 <row>
37772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776
37777 \backslash
37778 rbracket
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787 ]
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 </row>
37793 <row>
37794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798
37799 \backslash
37800 rightarrow
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809
37810 \backslash
37811 to
37812 \end_layout
37813
37814 \end_inset
37815 </cell>
37816 </row>
37817 <row>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822
37823 \backslash
37824 lnot
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37830 \begin_inset Text
37831
37832 \begin_layout Plain Layout
37833
37834 \backslash
37835 neg
37836 \end_layout
37837
37838 \end_inset
37839 </cell>
37840 </row>
37841 <row>
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846
37847 \backslash
37848 ne
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37854 \begin_inset Text
37855
37856 \begin_layout Plain Layout
37857
37858 \backslash
37859 not=
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 </row>
37865 <row>
37866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870
37871 \backslash
37872 owns
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881
37882 \backslash
37883 ni
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 square
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37902 \begin_inset Text
37903
37904 \begin_layout Plain Layout
37905
37906 \backslash
37907 Box
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 <row>
37914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 Vert
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929
37930 \backslash
37931 |
37932 \end_layout
37933
37934 \end_inset
37935 </cell>
37936 </row>
37937 </lyxtabular>
37938
37939 \end_inset
37940
37941
37942 \begin_inset space \hfill{}
37943 \end_inset
37944
37945
37946 \end_layout
37947
37948 \begin_layout Standard
37949 \begin_inset Newpage newpage
37950 \end_inset
37951
37952
37953 \end_layout
37954
37955 \begin_layout Bibliography
37956 \begin_inset CommandInset bibitem
37957 LatexCommand bibitem
37958 key "TLC2"
37959
37960 \end_inset
37961
37962
37963 \shape smallcaps
37964 Mittelbach, F.
37965  ; Goossens, M.
37966 \shape default
37967
37968 \shape italic
37969 The LaTeX Companion
37970 \shape default
37971 .
37972  Addison Wesley, 2004
37973 \end_layout
37974
37975 \begin_layout Bibliography
37976 \begin_inset CommandInset bibitem
37977 LatexCommand bibitem
37978 key "Mathmode"
37979
37980 \end_inset
37981
37982
37983 \begin_inset CommandInset href
37984 LatexCommand href
37985 name "Beschreibung"
37986 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37987
37988 \end_inset
37989
37990  der mathematischen Fähigkeiten von LaTeX
37991 \end_layout
37992
37993 \begin_layout Bibliography
37994 \begin_inset CommandInset bibitem
37995 LatexCommand bibitem
37996 key "AMS"
37997
37998 \end_inset
37999
38000
38001 \begin_inset CommandInset href
38002 LatexCommand href
38003 name "Beschreibung"
38004 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38005
38006 \end_inset
38007
38008  von 
38009 \begin_inset ERT
38010 status collapsed
38011
38012 \begin_layout Plain Layout
38013
38014
38015 \backslash
38016 AmS
38017 \end_layout
38018
38019 \end_inset
38020
38021 -LaTeX
38022 \end_layout
38023
38024 \begin_layout Bibliography
38025 \begin_inset CommandInset bibitem
38026 LatexCommand bibitem
38027 key "Symbole"
38028
38029 \end_inset
38030
38031
38032 \begin_inset CommandInset href
38033 LatexCommand href
38034 name "Auflistung"
38035 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38036
38037 \end_inset
38038
38039  aller über LaTeX-Pakete verfügbare Symbole
38040 \end_layout
38041
38042 \begin_layout Bibliography
38043 \begin_inset CommandInset bibitem
38044 LatexCommand bibitem
38045 key "cancel"
38046
38047 \end_inset
38048
38049
38050 \begin_inset CommandInset href
38051 LatexCommand href
38052 name "Dokumentation"
38053 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38054
38055 \end_inset
38056
38057  des LaTeX-Pakets 
38058 \series bold
38059 cancel
38060 \series default
38061
38062 \begin_inset Index idx
38063 status collapsed
38064
38065 \begin_layout Plain Layout
38066 Pakete ! cancel
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \end_layout
38073
38074 \begin_layout Bibliography
38075 \begin_inset CommandInset bibitem
38076 LatexCommand bibitem
38077 key "hyperref"
38078
38079 \end_inset
38080
38081
38082 \begin_inset CommandInset href
38083 LatexCommand href
38084 name "Dokumentation"
38085 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38086
38087 \end_inset
38088
38089  des LaTeX-Pakets 
38090 \series bold
38091 hyperref
38092 \series default
38093
38094 \begin_inset Index idx
38095 status collapsed
38096
38097 \begin_layout Plain Layout
38098 Pakete ! hyperref
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \end_layout
38105
38106 \begin_layout Bibliography
38107 \begin_inset CommandInset bibitem
38108 LatexCommand bibitem
38109 key "mhchem"
38110
38111 \end_inset
38112
38113
38114 \begin_inset CommandInset href
38115 LatexCommand href
38116 name "Dokumentation"
38117 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38118
38119 \end_inset
38120
38121  des LaTeX-Pakets 
38122 \series bold
38123 mhchem
38124 \series default
38125
38126 \begin_inset Index idx
38127 status collapsed
38128
38129 \begin_layout Plain Layout
38130 Pakete ! mhchem
38131 \end_layout
38132
38133 \end_inset
38134
38135
38136 \end_layout
38137
38138 \begin_layout Bibliography
38139 \begin_inset CommandInset bibitem
38140 LatexCommand bibitem
38141 key "Duden"
38142
38143 \end_inset
38144
38145
38146 \emph on
38147 Duden Band 1
38148 \emph default
38149 .
38150  22.
38151  Auflage, Duden Verlag 2001
38152 \end_layout
38153
38154 \begin_layout Bibliography
38155 \begin_inset CommandInset bibitem
38156 LatexCommand bibitem
38157 key "Checklist"
38158
38159 \end_inset
38160
38161
38162 \begin_inset CommandInset href
38163 LatexCommand href
38164 name "Prüfliste"
38165 target "http://physics.nist.gov/Document/checklist.pdf"
38166
38167 \end_inset
38168
38169  für das Rezensieren von Manuskripten
38170 \end_layout
38171
38172 \begin_layout Standard
38173 \begin_inset Note Note
38174 status collapsed
38175
38176 \begin_layout Plain Layout
38177 Damit der Index den Namen 
38178 \begin_inset Quotes gld
38179 \end_inset
38180
38181 Stichwortverzeichnis
38182 \begin_inset Quotes grd
38183 \end_inset
38184
38185  erhält, wurde im LaTeX-Vorspann
38186 \end_layout
38187
38188 \begin_layout Plain Layout
38189
38190 \series bold
38191
38192 \backslash
38193 addto
38194 \backslash
38195 captionsngerman{
38196 \backslash
38197 renewcommand{
38198 \backslash
38199 indexname}{Stichwortverzeichnis}}
38200 \end_layout
38201
38202 \begin_layout Plain Layout
38203 eingefügt.
38204 \end_layout
38205
38206 \begin_layout Plain Layout
38207 Das Paket 
38208 \series bold
38209 babel
38210 \series default
38211  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38212  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38213  Außerdem wird 
38214 \series bold
38215 babel
38216 \series default
38217  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38218  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38219 che verwendet wurde.
38220 \end_layout
38221
38222 \begin_layout Plain Layout
38223 Möchte man andere Beschriftungen ändern, ersetzt man 
38224 \series bold
38225
38226 \backslash
38227 indexname
38228 \series default
38229  durch 
38230 \series bold
38231
38232 \backslash
38233 <Beschriftungs>name
38234 \series default
38235 .
38236  Eine Auflistung der möglichen Namen findet man unter
38237 \end_layout
38238
38239 \begin_layout Plain Layout
38240
38241 \family typewriter
38242 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38243 \end_layout
38244
38245 \begin_layout Plain Layout
38246 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38247 \series bold
38248 ngerman
38249 \series default
38250  durch die Dokumentsprache und
38251 \end_layout
38252
38253 \begin_layout Plain Layout
38254
38255 \series bold
38256
38257 \backslash
38258 captionsgerman
38259 \series default
38260  durch 
38261 \series bold
38262
38263 \backslash
38264 captions<Dokumentsprache>
38265 \series default
38266 .
38267 \end_layout
38268
38269 \end_inset
38270
38271
38272 \begin_inset CommandInset index_print
38273 LatexCommand printindex
38274 type "idx"
38275
38276 \end_inset
38277
38278
38279 \end_layout
38280
38281 \end_body
38282 \end_document