]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: use inset-info instead of images for LyX-icons (part 2)
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % für Mehrfachzeilen, benutzt in Kap. 24.7
70 \usepackage{multicol}
71
72 % benutzt in Kap. 19.4
73 \usepackage{remreset}
74
75 % für das Fourier-Transformationssymbol
76 \usepackage{mathrsfs}
77
78 % Farbdefinition aus Kap. 9.3
79 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
82 \DeclareMathOperator*{\Raute}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % Beispielbefehle aus Kap. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % Beispielmakro aus Kap. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % Damit der Index einen anderen Namen erhält.
96 \addto\captionsngerman
97 {\renewcommand{\indexname}
98 {Stichwort- und Befehlsverzeichnis}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % testen ob das Paket undertilde installiert ist
106 % wird benutzt für den Befehl \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % testen ob das Paket eurosym installiert ist
114 % wird benutzt für das Euro-Symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % testen ob Paket braket installiert ist
122 % benötigt für physikalische Vektoren
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % testen ob Paket cancel installiert ist
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % testen ob Paket upgreek installiert ist
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142
143 % benötigt für Kommas in Formeln, siehe Kap. 22.3
144 \IfFileExists{icomma.sty}
145  {\usepackage{icomma}}{}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options false
149 \maintain_unincluded_children false
150 \language ngerman
151 \language_package default
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_math auto
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_package amsmath 2
189 \use_package amssymb 2
190 \use_package cancel 0
191 \use_package esint 1
192 \use_package mathdots 1
193 \use_package mathtools 1
194 \use_package mhchem 1
195 \use_package stackrel 0
196 \use_package stmaryrd 0
197 \use_package undertilde 0
198 \cite_engine basic
199 \cite_engine_type default
200 \biblio_style plain
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \justification true
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Stichwortverzeichnis
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle plain
220 \bullet 1 0 6 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXs detailliertes Mathe Handbuch
234 \end_layout
235
236 \begin_layout Author
237 vom LyX Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
244 ons-Liste: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 Verfasser: Uwe Stöhr
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 2.1.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
297  
298 \series bold
299 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Info
502 type  "icon"
503 arg   "math-mode"
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 Um eine abgesetzte Formel
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formel ! abgesetzte
516 \end_layout
517
518 \end_inset
519
520  zu erstellen, drückt man 
521 \family sans
522 Strg+Shift+M
523 \family default
524 .
525 \end_layout
526
527 \begin_layout Standard
528 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
529  Cursor in die Formel und drückt 
530 \family sans
531 Strg+Shift+M
532 \family default
533  oder benutzt das Menü 
534 \family sans
535 Bearbeiten\SpecialChar \menuseparator
536 Mathe\SpecialChar \menuseparator
537
538 \begin_inset Newline linebreak
539 \end_inset
540
541 Formelart ändern
542 \family default
543 .
544  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
545  umwandeln.
546 \end_layout
547
548 \begin_layout Standard
549 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
550  gibt man in die Formel den Befehl 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Befehle ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  ein.
569  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
570  wird.
571 \end_layout
572
573 \begin_layout Standard
574 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
575 \end_layout
576
577 \begin_layout Standard
578 Die 
579 \family sans
580 Mathe-Werkzeugleiste
581 \family default
582  kann über das Menü 
583 \family sans
584 Ansicht\SpecialChar \menuseparator
585 Werkzeugleisten
586 \family default
587  eingeblendet werden.
588  Wenn dort auf 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Mathe
593 \begin_inset Quotes erd
594 \end_inset
595
596  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
597  diese Einstellung wird durch ein Häkchen im Menü 
598 \family sans
599 Werkzeugleisten
600 \family default
601  angezeigt.
602  Wenn nun im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  nochmal auf 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Mathe
611 \begin_inset Quotes erd
612 \end_inset
613
614  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
615  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
616  des Menüeintrags von 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Mathe
621 \begin_inset Quotes erd
622 \end_inset
623
624  zu 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Mathe
629 \begin_inset space ~
630 \end_inset
631
632 (automatisch)
633 \begin_inset Quotes erd
634 \end_inset
635
636  angezeigt.
637 \end_layout
638
639 \begin_layout Standard
640 In den TeX-Modus
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-Modus
646 \end_layout
647
648 \end_inset
649
650  gelangt man über den Werkzeugleistenknopf 
651 \begin_inset Info
652 type  "icon"
653 arg   "ert-insert"
654 \end_inset
655
656  oder das Menü 
657 \family sans
658 Einfügen\SpecialChar \menuseparator
659 Te
660 \begin_inset ERT
661 status collapsed
662
663 \begin_layout Plain Layout
664
665 {}
666 \end_layout
667
668 \end_inset
669
670 X
671 \begin_inset space ~
672 \end_inset
673
674 Code
675 \family default
676  (Tastenkürzel 
677 \family sans
678 Strg+L
679 \family default
680 ).
681 \begin_inset Note Note
682 status collapsed
683
684 \begin_layout Plain Layout
685 In LyX gibt es drei 
686 \begin_inset Quotes gld
687 \end_inset
688
689 Eigennamen
690 \begin_inset Quotes grd
691 \end_inset
692
693 , die im Ausdruck mit hoch bzw.
694 \begin_inset space \space{}
695 \end_inset
696
697 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
698 \end_layout
699
700 \begin_layout Plain Layout
701 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
702  man ein TeX-Klammerpaar ein.
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 In den LaTeX-Vorspann
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 L@LaTeX-Vorspann
717 \end_layout
718
719 \end_inset
720
721  gelangt man über das Menü 
722 \family sans
723 Dokument\SpecialChar \menuseparator
724 Einstellungen\SpecialChar \menuseparator
725 LaT
726 \begin_inset ERT
727 status collapsed
728
729 \begin_layout Plain Layout
730
731 {}
732 \end_layout
733
734 \end_inset
735
736 eX-Vorspann
737 \family default
738 .
739 \end_layout
740
741 \begin_layout Standard
742 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
743 en Formeln kann man die Menüs 
744 \family sans
745 Bearbeiten\SpecialChar \menuseparator
746 Mathe
747 \family default
748  und 
749 \family sans
750 Bearbeiten\SpecialChar \menuseparator
751 Zeilen
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 &
756 \begin_inset space \thinspace{}
757 \end_inset
758
759 Spalten
760 \family default
761  oder die 
762 \family sans
763 Tabellen-Werkzeugleiste
764 \family default
765  verwenden.
766  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
767  die Spalte bzw.
768 \begin_inset space \space{}
769 \end_inset
770
771 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773 \begin_inset space \space{}
774 \end_inset
775
776 darunter liegenden Zeile vertauscht.
777  Befindet sich der Cursor in der letzten Spalte bzw.
778 \begin_inset space \space{}
779 \end_inset
780
781 Zeile, wird mit der links daneben stehenden Spalte bzw.
782 \begin_inset space \space{}
783 \end_inset
784
785 darüber liegenden Zeile vertauscht.
786 \end_layout
787
788 \begin_layout Standard
789 Zum Schreiben von Text in einer Formel
790 \begin_inset Foot
791 status collapsed
792
793 \begin_layout Plain Layout
794 Bei mehrzeiligen Formeln wird der Befehl 
795 \series bold
796
797 \backslash
798 intertext
799 \series default
800  verwendet, siehe 
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sub:Text-in-mehrzeiligen"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \end_inset
811
812  verwendet man den 
813 \emph on
814 mathematischen Textmodus
815 \emph default
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Text ! in Formeln
822 \end_layout
823
824 \end_inset
825
826
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 Mathematischer Textmodus
832 \end_layout
833
834 \end_inset
835
836 , in den man mit dem Tastenkürzel 
837 \family sans
838 Alt+M
839 \begin_inset space ~
840 \end_inset
841
842 M
843 \family default
844  oder durch Eingabe des Befehls 
845 \series bold
846
847 \backslash
848 text
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Befehle ! T ! 
854 \backslash
855 text
856 \end_layout
857
858 \end_inset
859
860
861 \series default
862  gelangt.
863  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
864  Formel unterscheiden.
865  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
866  anderen Zeichen einer Formel nicht kursiv.
867 \end_layout
868
869 \begin_layout Subsection*
870 Befehlsschema
871 \end_layout
872
873 \begin_layout Standard
874 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
875  Schema:
876 \end_layout
877
878 \begin_layout Standard
879
880 \series bold
881
882 \backslash
883 Befehlsname[optionales
884 \series default
885  
886 \series bold
887 Argument]{anzugebendes
888 \series default
889  
890 \series bold
891 Argument}
892 \end_layout
893
894 \begin_layout Standard
895 Ein Befehl muss immer mit einem Backslash 
896 \begin_inset Quotes gld
897 \end_inset
898
899
900 \series bold
901
902 \backslash
903
904 \series default
905
906 \begin_inset Quotes grd
907 \end_inset
908
909  beginnen.
910  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
911  eckigen Klammern weggelassen werden.
912  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
913 \begin_inset Index idx
914 status collapsed
915
916 \begin_layout Plain Layout
917 T@TeX-Klammern
918 \end_layout
919
920 \end_inset
921
922  bezeichnet.
923  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
924  an, erzeugt LyX automatisch eine TeX-Klammer.
925  Ansonsten werden sie in Formeln mit dem Befehl 
926 \series bold
927
928 \backslash
929 {
930 \series default
931  erzeugt.
932  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
933  Klammern, die blau erscheinen.
934  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
935  TeX-Klammern erscheinen nicht im Ausdruck.
936 \end_layout
937
938 \begin_layout Standard
939 Werden Befehle ohne Argumente, wie z.
940 \begin_inset space \thinspace{}
941 \end_inset
942
943 B.
944  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
945 \emph on
946 immer
947 \emph default
948  ein Leerzeichen folgen um ihn zu beenden.
949  Dieses Leerzeichen erscheint nicht im Ausdruck.
950  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
951  normalen Text ein geschütztes Leerzeichen folgen.
952 \end_layout
953
954 \begin_layout Standard
955 Ein geschütztes Leerzeichen gibt man mit 
956 \family sans
957 Strg+Leertaste
958 \family default
959  ein.
960 \end_layout
961
962 \begin_layout Subsection*
963 Zeichenerklärung
964 \end_layout
965
966 \begin_layout Itemize
967 Das Symbol 
968 \begin_inset space \textvisiblespace{}
969 \end_inset
970
971  steht für ein einzugebendes Leerzeichen.
972 \end_layout
973
974 \begin_layout Itemize
975 Ein Pfeil wie z.
976 \begin_inset space \thinspace{}
977 \end_inset
978
979 B.
980  
981 \begin_inset Formula $\to$
982 \end_inset
983
984  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
985  Die 
986 \family sans
987 Tabulator
988 \family default
989 -Taste kann oft anstelle von 
990 \begin_inset Formula $\to$
991 \end_inset
992
993  und 
994 \begin_inset Formula $\downarrow$
995 \end_inset
996
997  benutzt werden und 
998 \family sans
999 Umschalt+Tabulator
1000 \family default
1001  anstelle von 
1002 \begin_inset Formula $\leftarrow$
1003 \end_inset
1004
1005  und 
1006 \begin_inset Formula $\uparrow$
1007 \end_inset
1008
1009 .
1010 \end_layout
1011
1012 \begin_layout Subsection*
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Float table
1019 placement H
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Caption Standard
1027
1028 \begin_layout Plain Layout
1029 \begin_inset CommandInset label
1030 LatexCommand label
1031 name "tab:Verfügbare-Einheiten"
1032
1033 \end_inset
1034
1035 Verfügbare Einheiten
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Tabular
1046 <lyxtabular version="3" rows="13" columns="2">
1047 <features rotate="0" tabularvalignment="middle">
1048 <column alignment="center" valignment="top">
1049 <column alignment="center" valignment="top">
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Einheit
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Name / Beschreibung
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 mm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Millimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 cm
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Zentimeter
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 in
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Inch / Zoll (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 in = 2,54
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 cm)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pt
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punkt (72,27
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pt = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 in)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pc
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Pica (1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pc = 12
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 sp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 skalierter Punkt(65536
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 sp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 bp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 großer Punkt (72
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 bp = 1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 dd
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Didot (1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd 
1269 \begin_inset Formula $\approx$
1270 \end_inset
1271
1272  0,376
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 mm)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 cc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Cicero (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 cc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 dd)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 ex
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Höhe des Buchstabens 
1325 \emph on
1326 x
1327 \emph default
1328  in der aktuellen Schrift
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 em
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Breite des Buchstabens 
1349 \emph on
1350 M
1351 \emph default
1352  in der aktuellen Schrift
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 mu
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 Mathe-Einheit (1
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 mu = 
1377 \begin_inset Formula $\nicefrac{1}{18}$
1378 \end_inset
1379
1380
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 em)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 </lyxtabular>
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Standard
1403 \begin_inset Newpage newpage
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Section
1410 Grundlegende Funktionen
1411 \end_layout
1412
1413 \begin_layout Subsection
1414 Exponenten
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Exponenten
1420 \end_layout
1421
1422 \end_inset
1423
1424  und Indizes
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Indizes
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Hochstellen|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Exponenten
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Tiefstellen|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Indizes
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1503  
1504 \begin_inset Info
1505 type  "icon"
1506 arg   "math-subscript"
1507 \end_inset
1508
1509 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Info
1512 type  "icon"
1513 arg   "math-superscript"
1514 \end_inset
1515
1516  erzeugt.
1517 \end_layout
1518
1519 \begin_layout Standard
1520 \align center
1521 \begin_inset Tabular
1522 <lyxtabular version="3" rows="4" columns="2">
1523 <features rotate="0" tabularvalignment="middle">
1524 <column alignment="center" valignment="top" width="0pt">
1525 <column alignment="center" valignment="top" width="0pt">
1526 <row>
1527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 Befehl
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Ergebnis
1541 \begin_inset Note Note
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 \series bold
1547
1548 \backslash
1549 raisebox
1550 \series default
1551  dient nur als Abstandhalter.
1552 \end_layout
1553
1554 \end_inset
1555
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 </row>
1562 <row>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567 B_V
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 \begin_inset Formula $B_{V}$
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 </row>
1585 <row>
1586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 B^V
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B^
1614 \begin_inset space \textvisiblespace{}
1615 \end_inset
1616
1617 A
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 </row>
1635 </lyxtabular>
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1644 llt
1645 \begin_inset Foot
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1650 \end_layout
1651
1652 \end_inset
1653
1654 .
1655  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1656  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1657 \end_layout
1658
1659 \begin_layout Subsection
1660 Brüche
1661 \begin_inset CommandInset label
1662 LatexCommand label
1663 name "sub:Brüche"
1664
1665 \end_inset
1666
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Brüche
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 Brüche werden mit dem Befehl 
1682 \series bold
1683
1684 \backslash
1685 frac
1686 \series default
1687
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Befehle ! F ! 
1693 \backslash
1694 frac
1695 \end_layout
1696
1697 \end_inset
1698
1699  oder mit dem Mathe-Werkzeugleistenknopf 
1700 \begin_inset Info
1701 type  "icon"
1702 arg   "math-insert \\frac"
1703 \end_inset
1704
1705  erstellt.
1706  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1707  in einer eingebetteten oder abgesetzten Formel befindet.
1708  Mit dem Mathe-Werkzeugleistenknopf 
1709 \begin_inset Info
1710 type  "icon"
1711 arg   "math-insert \\frac-square"
1712 \end_inset
1713
1714  können verschieden Bruchtypen gewählt werden.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Mit dem Befehl 
1719 \series bold
1720
1721 \backslash
1722 dfrac
1723 \series default
1724
1725 \begin_inset Index idx
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 Befehle ! D ! 
1730 \backslash
1731 dfrac
1732 \end_layout
1733
1734 \end_inset
1735
1736  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1737  Formel erscheint.
1738  Mit 
1739 \series bold
1740
1741 \backslash
1742 tfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! T ! 
1750 \backslash
1751 tfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1757  Ein Beispiel:
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Eine Zeile mit dem Bruch 
1762 \begin_inset Formula $\frac{1}{2}$
1763 \end_inset
1764
1765 , der mit dem Befehl 
1766 \series bold
1767
1768 \backslash
1769 frac
1770 \series default
1771  erstellt wurde.
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Eine Zeile mit dem Bruch 
1776 \begin_inset Formula $\dfrac{1}{2}$
1777 \end_inset
1778
1779 , der mit dem Befehl 
1780 \series bold
1781
1782 \backslash
1783 dfrac
1784 \series default
1785  erstellt wurde.
1786 \end_layout
1787
1788 \begin_layout Standard
1789 \align center
1790 \begin_inset Tabular
1791 <lyxtabular version="3" rows="4" columns="2">
1792 <features rotate="0" tabularvalignment="middle">
1793 <column alignment="center" valignment="top" width="0pt">
1794 <column alignment="center" valignment="top" width="0pt">
1795 <row>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 Befehl
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Ergebnis
1810 \begin_inset Note Note
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814
1815 \series bold
1816
1817 \backslash
1818 raisebox
1819 \series default
1820  dient nur als Abstandhalter.
1821 \end_layout
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 frac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 A
1876 \begin_inset Formula $\downarrow$
1877 \end_inset
1878
1879 B
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \backslash
1904 dfrac
1905 \begin_inset space \textvisiblespace{}
1906 \end_inset
1907
1908 e^
1909 \backslash
1910 frac
1911 \begin_inset space \textvisiblespace{}
1912 \end_inset
1913
1914 1
1915 \begin_inset Formula $\downarrow$
1916 \end_inset
1917
1918 2
1919 \begin_inset Formula $\downarrow\downarrow$
1920 \end_inset
1921
1922 3
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 </row>
1940 </lyxtabular>
1941
1942 \end_inset
1943
1944
1945 \end_layout
1946
1947 \begin_layout Standard
1948 \begin_inset VSpace bigskip
1949 \end_inset
1950
1951
1952 \begin_inset Newpage newpage
1953 \end_inset
1954
1955 Für Mehrfachbrüche gibt es den Befehl 
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \series default
1961
1962 \begin_inset Index idx
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966 Befehle ! C ! 
1967 \backslash
1968 cfrac
1969 \end_layout
1970
1971 \end_inset
1972
1973 .
1974  Dazu ein Beispiel:
1975 \begin_inset VSpace -3mm
1976 \end_inset
1977
1978
1979 \end_layout
1980
1981 \begin_layout Standard
1982 \begin_inset Formula 
1983 \begin{align*}
1984 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1985 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1986 \end{align*}
1987
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \begin_layout Standard
1994 Der Befehl für obiges Beispiel lautet:
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \begin_inset space \textvisiblespace{}
2004 \end_inset
2005
2006 A
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 B+
2011 \backslash
2012 cfrac
2013 \begin_inset space \textvisiblespace{}
2014 \end_inset
2015
2016 C+
2017 \backslash
2018 cfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 E
2023 \begin_inset Formula $\downarrow$
2024 \end_inset
2025
2026 F
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 D
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset VSpace medskip
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041
2042 \series bold
2043
2044 \backslash
2045 cfrac
2046 \series default
2047  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2048  auch wenn er selbst Teil eines Bruches ist.
2049 \end_layout
2050
2051 \begin_layout Standard
2052 Es ist möglich die Ausrichtung des Zählers einzustellen.
2053  Der Befehl 
2054 \series bold
2055
2056 \backslash
2057 cfracleft
2058 \series default
2059  richtet ihn links, der Befehl 
2060 \series bold
2061
2062 \backslash
2063 cfracright
2064 \series default
2065  rechts aus.
2066  
2067 \series bold
2068
2069 \backslash
2070 cfrac
2071 \series default
2072  zentriert den Zähler.
2073  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2074 \end_layout
2075
2076 \begin_layout Standard
2077
2078 \series bold
2079 \begin_inset Formula 
2080 \[
2081 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2082 \]
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset Note Greyedout
2091 status open
2092
2093 \begin_layout Plain Layout
2094
2095 \series bold
2096 Achtung:
2097 \series default
2098  
2099 \series bold
2100
2101 \backslash
2102 cfracleft
2103 \series default
2104  und
2105 \series bold
2106  
2107 \backslash
2108 cfracright
2109 \series default
2110  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2111 \series bold
2112
2113 \backslash
2114 cfrac[Ausrichtung]{Zähler}{Nenner}
2115 \series default
2116  dar.
2117  Daher kann man sie nicht im TeX-Code benutzen.
2118 \end_layout
2119
2120 \end_inset
2121
2122
2123 \end_layout
2124
2125 \begin_layout Standard
2126 \begin_inset VSpace medskip
2127 \end_inset
2128
2129 Oftmals ist es am günstigsten 
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  und 
2136 \series bold
2137
2138 \backslash
2139 frac
2140 \series default
2141  zu kombinieren:
2142 \begin_inset Formula 
2143 \[
2144 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2145 \]
2146
2147 \end_inset
2148
2149
2150 \end_layout
2151
2152 \begin_layout Standard
2153 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2154 \series bold
2155
2156 \backslash
2157 nicefrac
2158 \series default
2159
2160 \begin_inset Index idx
2161 status collapsed
2162
2163 \begin_layout Plain Layout
2164 Befehle ! N ! 
2165 \backslash
2166 nicefrac
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\nicefrac{5}{31}$
2173 \end_inset
2174
2175  oder 
2176 \series bold
2177
2178 \backslash
2179 unitfrac
2180 \series default
2181
2182 \begin_inset Index idx
2183 status collapsed
2184
2185 \begin_layout Plain Layout
2186 Befehle! U ! 
2187 \backslash
2188 unitfrac
2189 \end_layout
2190
2191 \end_inset
2192
2193
2194 \begin_inset Formula $\unitfrac{5}{31}$
2195 \end_inset
2196
2197  benutzt werden.
2198  Des Weiteren gibt es den Befehl 
2199 \series bold
2200
2201 \backslash
2202 unitfracthree
2203 \series default
2204  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2205 \begin_inset Formula $\unitfrac[2]{1}{3}$
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 \begin_inset Note Greyedout
2213 status open
2214
2215 \begin_layout Plain Layout
2216
2217 \series bold
2218 Achtung:
2219 \series default
2220  
2221 \series bold
2222
2223 \backslash
2224 unitfracthree
2225 \series default
2226  ist kein echter LaTeX-Befehl, sondern der Befehl
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230
2231 \series bold
2232
2233 \backslash
2234 unitfrac[Zahl]{Zähler}{Nenner}
2235 \series default
2236  .
2237  Daher kann man ihn nicht im TeX-Code benutzen.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2247  in 
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Selbstdefinierte-Brüche"
2251
2252 \end_inset
2253
2254  erklärt.
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \begin_inset Newpage newpage
2259 \end_inset
2260
2261
2262 \end_layout
2263
2264 \begin_layout Subsection
2265 Wurzeln
2266 \begin_inset Index idx
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270 Wurzeln
2271 \end_layout
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Standard
2279 Quadratwurzeln werden mit 
2280 \series bold
2281
2282 \backslash
2283 sqrt
2284 \series default
2285
2286 \begin_inset Index idx
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Befehle ! S ! 
2291 \backslash
2292 sqrt
2293 \end_layout
2294
2295 \end_inset
2296
2297  oder dem Mathe-Werkzeugleistenknopf 
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "math-insert \\sqrt"
2301 \end_inset
2302
2303  gesetzt, alle anderen Wurzeln mit dem Befehl 
2304 \series bold
2305
2306 \backslash
2307 root
2308 \series default
2309
2310 \begin_inset Index idx
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 Befehle ! R ! 
2315 \backslash
2316 root
2317 \end_layout
2318
2319 \end_inset
2320
2321  oder dem Mathe-Werkzeugleistenknopf 
2322 \begin_inset Info
2323 type  "icon"
2324 arg   "math-insert \\root"
2325 \end_inset
2326
2327 .
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \align center
2332 \begin_inset Tabular
2333 <lyxtabular version="3" rows="3" columns="2">
2334 <features rotate="0" tabularvalignment="middle">
2335 <column alignment="center" valignment="top" width="0pt">
2336 <column alignment="center" valignment="top" width="0pt">
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 Befehl
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351 Ergebnis
2352 \begin_inset Note Note
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356
2357 \series bold
2358
2359 \backslash
2360 raisebox
2361 \series default
2362  dient nur als Abstandhalter.
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \backslash
2380 sqrt
2381 \begin_inset space \textvisiblespace{}
2382 \end_inset
2383
2384 A-B
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 <row>
2403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \backslash
2409 root
2410 \begin_inset space \textvisiblespace{}
2411 \end_inset
2412
2413 3
2414 \begin_inset Formula $\downarrow$
2415 \end_inset
2416
2417 A-B
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2427 \end_inset
2428
2429
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 </lyxtabular>
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 Eine Quadratwurzel kann man auch mit 
2444 \series bold
2445
2446 \backslash
2447 root
2448 \series default
2449  erstellen, indem man das Feld über der Wurzel frei lässt.
2450 \end_layout
2451
2452 \begin_layout Standard
2453 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2454  Formel: 
2455 \begin_inset Formula $\sqrt[\beta]{B}$
2456 \end_inset
2457
2458
2459 \begin_inset Newline newline
2460 \end_inset
2461
2462 Das 
2463 \begin_inset Formula $\beta$
2464 \end_inset
2465
2466  berührt die Wurzel.
2467  Um dies zu verhindern, verwendet man die Befehle 
2468 \series bold
2469
2470 \backslash
2471 leftroot
2472 \series default
2473
2474 \begin_inset Index idx
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Befehle ! L ! 
2479 \backslash
2480 leftroot
2481 \end_layout
2482
2483 \end_inset
2484
2485  und 
2486 \series bold
2487
2488 \backslash
2489 uproot
2490 \series default
2491
2492 \begin_inset Index idx
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496 Befehle ! U ! 
2497 \backslash
2498 uproot
2499 \end_layout
2500
2501 \end_inset
2502
2503 , die folgendes Schema besitzen:
2504 \end_layout
2505
2506 \begin_layout Standard
2507
2508 \series bold
2509
2510 \backslash
2511 leftroot{Abstand}
2512 \series default
2513  bzw.
2514 \begin_inset space \space{}
2515 \end_inset
2516
2517
2518 \series bold
2519
2520 \backslash
2521 uproot{Abstand}
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Abstand ist die Anzahl der Big Points (Einheit bp; 
2526 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2527 \end_inset
2528
2529 ), um die der Index nach links bzw.
2530 \begin_inset space \space{}
2531 \end_inset
2532
2533 nach oben verschoben werden soll.
2534  Die Befehle werden in den Index geschrieben.
2535  So ergibt der Befehl
2536 \begin_inset Newline newline
2537 \end_inset
2538
2539
2540 \series bold
2541
2542 \backslash
2543 root
2544 \backslash
2545 leftroot{-1
2546 \begin_inset Formula $\to$
2547 \end_inset
2548
2549
2550 \backslash
2551 uproot{2
2552 \begin_inset Formula $\to$
2553 \end_inset
2554
2555
2556 \backslash
2557 beta
2558 \begin_inset space \textvisiblespace{}
2559 \end_inset
2560
2561
2562 \begin_inset Formula $\to$
2563 \end_inset
2564
2565 B
2566 \begin_inset Newline newline
2567 \end_inset
2568
2569
2570 \series default
2571 eine korrekt gesetzte Formel: 
2572 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Subsection
2579 Binomialkoeffizienten
2580 \begin_inset Index idx
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Binomialkoeffizienten
2585 \end_layout
2586
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \begin_layout Standard
2593 Binomialkoeffizienten können mit dem Befehl 
2594 \series bold
2595
2596 \backslash
2597 binom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Befehle ! B ! 
2605 \backslash
2606 binom
2607 \end_layout
2608
2609 \end_inset
2610
2611  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "math-insert \\frac-square"
2615 \end_inset
2616
2617  eingefügt werden.
2618  Analog zu Brüchen (
2619 \series bold
2620
2621 \backslash
2622 frac
2623 \series default
2624 ) gibt es außer 
2625 \series bold
2626
2627 \backslash
2628 binom
2629 \series default
2630  noch die Befehle 
2631 \series bold
2632
2633 \backslash
2634 dbinom
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Befehle ! D ! 
2642 \backslash
2643 dbinom
2644 \end_layout
2645
2646 \end_inset
2647
2648  und 
2649 \series bold
2650
2651 \backslash
2652 tbinom
2653 \series default
2654
2655 \begin_inset Index idx
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Befehle ! T ! 
2660 \backslash
2661 tbinom
2662 \end_layout
2663
2664 \end_inset
2665
2666 .
2667  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2668 \series bold
2669
2670 \backslash
2671 brace
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 Befehle ! B ! 
2679 \backslash
2680 brace
2681 \end_layout
2682
2683 \end_inset
2684
2685  und 
2686 \series bold
2687
2688 \backslash
2689 brack
2690 \series default
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Befehle ! B ! 
2697 \backslash
2698 brack
2699 \end_layout
2700
2701 \end_inset
2702
2703 .
2704 \end_layout
2705
2706 \begin_layout Standard
2707 \align center
2708 \begin_inset Tabular
2709 <lyxtabular version="3" rows="6" columns="2">
2710 <features rotate="0" tabularvalignment="middle">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718 Befehl
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 Ergebnis
2728 \begin_inset Note Note
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732
2733 \series bold
2734
2735 \backslash
2736 raisebox
2737 \series default
2738  dient nur als Abstandhalter.
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 </row>
2749 <row>
2750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \backslash
2756 binom
2757 \begin_inset space \textvisiblespace{}
2758 \end_inset
2759
2760 A
2761 \begin_inset Formula $\downarrow$
2762 \end_inset
2763
2764 B
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row>
2783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \backslash
2789 dbinom
2790 \begin_inset space \textvisiblespace{}
2791 \end_inset
2792
2793 A
2794 \begin_inset Formula $\downarrow$
2795 \end_inset
2796
2797 B
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row>
2816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \backslash
2822 tbinom
2823 \begin_inset space \textvisiblespace{}
2824 \end_inset
2825
2826 A
2827 \begin_inset Formula $\downarrow$
2828 \end_inset
2829
2830 B
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \backslash
2855 brack
2856 \begin_inset space \textvisiblespace{}
2857 \end_inset
2858
2859 A
2860 \begin_inset Formula $\downarrow$
2861 \end_inset
2862
2863 B
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \backslash
2888 brace
2889 \begin_inset space \textvisiblespace{}
2890 \end_inset
2891
2892 A
2893 \begin_inset Formula $\downarrow$
2894 \end_inset
2895
2896 B
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2906 \end_inset
2907
2908
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 </row>
2914 </lyxtabular>
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Subsection
2922 Fallunterscheidungen
2923 \begin_inset Index idx
2924 status collapsed
2925
2926 \begin_layout Plain Layout
2927 Fallunterscheidungen
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \begin_layout Standard
2936 \align center
2937 \begin_inset Tabular
2938 <lyxtabular version="3" rows="3" columns="2">
2939 <features rotate="0" tabularvalignment="middle">
2940 <column alignment="center" valignment="top" width="0pt">
2941 <column alignment="center" valignment="top" width="0pt">
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947 Befehl
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 Ergebnis
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \backslash
2969 cases
2970 \begin_inset space \textvisiblespace{}
2971 \end_inset
2972
2973 A
2974 \begin_inset Formula $\to$
2975 \end_inset
2976
2977 B>0
2978 \begin_inset Index idx
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Befehle ! C ! 
2983 \backslash
2984 cases
2985 \end_layout
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\begin{cases}
2999 A & B>0\end{cases}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \backslash
3015 cases
3016 \begin_inset space \textvisiblespace{}
3017 \end_inset
3018
3019 Strg+Enter
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & \textrm{für }x>0\\
3030 B & \textrm{für }x=0
3031 \end{cases}$
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 </lyxtabular>
3041
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \begin_layout Standard
3048 Nach der Eingabe von 
3049 \series bold
3050
3051 \backslash
3052 cases
3053 \series default
3054  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3055 \begin_inset Info
3056 type  "icon"
3057 arg   "math-insert \\cases"
3058 \end_inset
3059
3060  können mit 
3061 \family sans
3062 Strg+Enter
3063 \family default
3064  oder dem Tabellen-Werkzeugleistenknopf 
3065 \begin_inset Info
3066 type  "icon"
3067 arg   "inset-modify tabular append-row"
3068 \end_inset
3069
3070  neue Zeilen erstellt werden.
3071 \begin_inset Foot
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3076 \begin_inset CommandInset ref
3077 LatexCommand ref
3078 reference "sub:Akzente-für-ein"
3079
3080 \end_inset
3081
3082  beschrieben.
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 Der Befehl 
3092 \series bold
3093
3094 \backslash
3095 cases
3096 \series default
3097  ist auch über das Menü 
3098 \family sans
3099 Einfügen\SpecialChar \menuseparator
3100 Mathe\SpecialChar \menuseparator
3101 Cases-Umgebung
3102 \family default
3103  verfügbar.
3104 \end_layout
3105
3106 \begin_layout Subsection
3107 Verneinungen
3108 \begin_inset Index idx
3109 status collapsed
3110
3111 \begin_layout Plain Layout
3112 Verneinungen
3113 \end_layout
3114
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \begin_layout Standard
3121 Durch die Eingabe von 
3122 \series bold
3123
3124 \backslash
3125 not
3126 \series default
3127
3128 \begin_inset Index idx
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132 Befehle ! N ! 
3133 \backslash
3134 not
3135 \end_layout
3136
3137 \end_inset
3138
3139  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3140  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3141 \end_layout
3142
3143 \begin_layout Standard
3144 \align center
3145 \begin_inset Tabular
3146 <lyxtabular version="3" rows="4" columns="2">
3147 <features rotate="0" tabularvalignment="middle">
3148 <column alignment="center" valignment="top" width="0pt">
3149 <column alignment="center" valignment="top" width="0pt">
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 Befehl
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 Ergebnis
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 </row>
3170 <row>
3171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \backslash
3177 not=
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\not=$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \backslash
3202 not 
3203 \backslash
3204 le
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 \begin_inset Formula $\not\le$
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \backslash
3229 not 
3230 \backslash
3231 parallel
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 \begin_inset Formula $\not\parallel$
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 </lyxtabular>
3250
3251 \end_inset
3252
3253
3254 \end_layout
3255
3256 \begin_layout Standard
3257 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3258  Deswegen gibt es für Einige spezielle Befehle (siehe 
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sub:Mathematische-Symbole"
3262
3263 \end_inset
3264
3265  und 
3266 \begin_inset CommandInset ref
3267 LatexCommand ref
3268 reference "sec:Relationen"
3269
3270 \end_inset
3271
3272 ).
3273 \end_layout
3274
3275 \begin_layout Subsection
3276 Platzhalter
3277 \begin_inset CommandInset label
3278 LatexCommand label
3279 name "sub:Platzhalter"
3280
3281 \end_inset
3282
3283
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Platzhalter
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \begin_inset Index idx
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 chemische Zeichen ! Isotope
3299 \end_layout
3300
3301 \end_inset
3302
3303
3304 \begin_inset Index idx
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 Isotope|see
3309 \begin_inset ERT
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313
3314 {
3315 \end_layout
3316
3317 \end_inset
3318
3319 chemische Zeichen
3320 \begin_inset ERT
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324
3325 }
3326 \end_layout
3327
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339 Möchte man z.
3340 \begin_inset space \thinspace{}
3341 \end_inset
3342
3343 B.
3344  Isotope
3345 \begin_inset Foot
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3350 \begin_inset CommandInset ref
3351 LatexCommand ref
3352 reference "sub:Chemische-Symbole-und"
3353
3354 \end_inset
3355
3356  beschrieben.
3357 \end_layout
3358
3359 \end_inset
3360
3361  darstellen, tritt folgendes Problem auf:
3362 \end_layout
3363
3364 \begin_layout Standard
3365 \align center
3366 \begin_inset Tabular
3367 <lyxtabular version="3" rows="2" columns="2">
3368 <features rotate="0" tabularvalignment="middle">
3369 <column alignment="center" valignment="top" width="0pt">
3370 <column alignment="center" valignment="top" width="0pt">
3371 <row>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 durch Hoch- und Tiefstellen erzeugte Indizes:
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 korrekte Indizes:
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3409 \end_inset
3410
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 </lyxtabular>
3418
3419 \end_inset
3420
3421
3422 \begin_inset Note Note
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428
3429 \backslash
3430 raisebox
3431 \series default
3432  dient nur
3433 \end_layout
3434
3435 \begin_layout Plain Layout
3436 als Abstandhalter.
3437 \end_layout
3438
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \begin_layout Standard
3445 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3446  längeren Index gesetzt.
3447  Um das zu verhindern gibt es den Befehl 
3448 \series bold
3449
3450 \backslash
3451 phantom
3452 \series default
3453
3454 \begin_inset Index idx
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458 Befehle ! P ! 
3459 \backslash
3460 phantom
3461 \end_layout
3462
3463 \end_inset
3464
3465  oder den Mathe-Werkzeugleistenknopf
3466 \begin_inset space \thinspace{}
3467 \end_inset
3468
3469
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3475 \begin_inset Info
3476 type  "icon"
3477 arg   "math-insert \\space"
3478 \end_inset
3479
3480
3481 \end_layout
3482
3483 \end_inset
3484
3485  
3486 \begin_inset Graphics
3487         filename ../../images/math/phantom.png
3488         scale 85
3489
3490 \end_inset
3491
3492 , der ein oder mehrere Phantomzeichen erstellt.
3493  Wenn 
3494 \series bold
3495
3496 \backslash
3497 phantom
3498 \series default
3499  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3500  Pfeilen überlagert wird.
3501  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3502  als Leerraum erstellt wird.
3503  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3504  Zeichen.
3505 \end_layout
3506
3507 \begin_layout Standard
3508 \align center
3509 \begin_inset Tabular
3510 <lyxtabular version="3" rows="4" columns="2">
3511 <features rotate="0" tabularvalignment="middle">
3512 <column alignment="center" valignment="top">
3513 <column alignment="center" valignment="top">
3514 <row>
3515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Befehl
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Ergebnis
3529 \begin_inset Note Note
3530 status collapsed
3531
3532 \begin_layout Plain Layout
3533
3534 \series bold
3535
3536 \backslash
3537 raisebox
3538 \series default
3539  dient nur als Abstandhalter.
3540 \end_layout
3541
3542 \end_inset
3543
3544
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 ^19
3556 \begin_inset space \textvisiblespace{}
3557 \end_inset
3558
3559 _
3560 \backslash
3561 phantom
3562 \begin_inset space \textvisiblespace{}
3563 \end_inset
3564
3565 1
3566 \begin_inset Formula $\to$
3567 \end_inset
3568
3569 9
3570 \begin_inset space \textvisiblespace{}
3571 \end_inset
3572
3573 F
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 ^235
3597 \begin_inset space \textvisiblespace{}
3598 \end_inset
3599
3600 _
3601 \backslash
3602 phantom
3603 \begin_inset space \textvisiblespace{}
3604 \end_inset
3605
3606 23
3607 \begin_inset Formula $\to$
3608 \end_inset
3609
3610 9
3611 \begin_inset space \textvisiblespace{}
3612 \end_inset
3613
3614 F
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3624 \end_inset
3625
3626
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \backslash
3639 Lambda^
3640 \begin_inset space \textvisiblespace{}
3641 \end_inset
3642
3643
3644 \backslash
3645 phantom
3646 \begin_inset space \textvisiblespace{}
3647 \end_inset
3648
3649 ii
3650 \begin_inset Formula $\to$
3651 \end_inset
3652
3653 t
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657 _MMt
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3667 \end_inset
3668
3669
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 </lyxtabular>
3676
3677 \end_inset
3678
3679
3680 \end_layout
3681
3682 \begin_layout Standard
3683 Des Weiteren gibt es noch die Befehle 
3684 \series bold
3685
3686 \backslash
3687 vphantom
3688 \series default
3689
3690 \begin_inset Index idx
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694 Befehle ! V ! 
3695 \backslash
3696 vphantom
3697 \end_layout
3698
3699 \end_inset
3700
3701  (Werkzeugleistenknopf 
3702 \begin_inset space ~
3703 \end_inset
3704
3705
3706 \begin_inset Graphics
3707         filename ../../images/math/vphantom.png
3708         scale 85
3709
3710 \end_inset
3711
3712 ) und 
3713 \series bold
3714
3715 \backslash
3716 hphantom
3717 \series default
3718
3719 \begin_inset Index idx
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723 Befehle ! H ! 
3724 \backslash
3725 hphantom
3726 \end_layout
3727
3728 \end_inset
3729
3730  (Werkzeugleistenknopf 
3731 \begin_inset space ~
3732 \end_inset
3733
3734
3735 \begin_inset Graphics
3736         filename ../../images/math/hphantom.png
3737         scale 85
3738
3739 \end_inset
3740
3741 ).
3742  
3743 \series bold
3744
3745 \backslash
3746 hphantom
3747 \series default
3748  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3749  nicht jedoch für deren Breite.
3750  Bei 
3751 \series bold
3752
3753 \backslash
3754 vphantom
3755 \series default
3756  wird nur Platz mit der Breite des Kästchens erstellt.
3757  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3758 \end_layout
3759
3760 \begin_layout Standard
3761 Zum Beispiel erzeugt 
3762 \series bold
3763
3764 \backslash
3765 vphantom
3766 \series default
3767
3768 \begin_inset space \textvisiblespace{}
3769 \end_inset
3770
3771
3772 \series bold
3773 a
3774 \backslash
3775 int
3776 \series default
3777  Platz der Höhe des Integralzeichens,
3778 \begin_inset Foot
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782 Der Befehl 
3783 \series bold
3784
3785 \backslash
3786 int
3787 \series default
3788  erzeugt ein Integralzeichen, siehe 
3789 \begin_inset CommandInset ref
3790 LatexCommand ref
3791 reference "sub:Große-Operatoren"
3792
3793 \end_inset
3794
3795 .
3796 \end_layout
3797
3798 \end_inset
3799
3800  da dieses das größere Zeichen ist.
3801  Eine Beispielanwendung ist in 
3802 \begin_inset CommandInset ref
3803 LatexCommand ref
3804 reference "sub:Mehrzeilige-Klammern"
3805
3806 \end_inset
3807
3808  zu finden.
3809 \end_layout
3810
3811 \begin_layout Standard
3812 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3813  
3814 \family sans
3815 Einfügen\SpecialChar \menuseparator
3816 Formatierung\SpecialChar \menuseparator
3817 Phantom
3818 \family default
3819  eingefügt werden:
3820 \end_layout
3821
3822 \begin_layout Standard
3823 Dies ist ein Satz.
3824 \begin_inset Newline newline
3825 \end_inset
3826
3827
3828 \begin_inset Phantom Phantom
3829 status open
3830
3831 \begin_layout Plain Layout
3832 Dies
3833 \end_layout
3834
3835 \end_inset
3836
3837  ist ein Satz.
3838 \end_layout
3839
3840 \begin_layout Subsection
3841 Linien
3842 \begin_inset Index idx
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846 Linien
3847 \end_layout
3848
3849 \end_inset
3850
3851
3852 \begin_inset Index idx
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856 Formel ! unterstrichene
3857 \end_layout
3858
3859 \end_inset
3860
3861
3862 \end_layout
3863
3864 \begin_layout Standard
3865 \align center
3866 \begin_inset Tabular
3867 <lyxtabular version="3" rows="4" columns="2">
3868 <features rotate="0" tabularvalignment="middle">
3869 <column alignment="center" valignment="top" width="0pt">
3870 <column alignment="center" valignment="top" width="0pt">
3871 <row>
3872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Befehl
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Ergebnis
3886 \begin_inset Note Note
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892
3893 \backslash
3894 raisebox
3895 \series default
3896  dient nur als Abstandhalter.
3897 \end_layout
3898
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \backslash
3914 overline
3915 \begin_inset space \textvisiblespace{}
3916 \end_inset
3917
3918 A+B
3919 \begin_inset Index idx
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 Befehle ! O ! 
3924 \backslash
3925 overline
3926 \end_layout
3927
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \backslash
3955 underline
3956 \begin_inset space \textvisiblespace{}
3957 \end_inset
3958
3959 A+B
3960 \begin_inset Index idx
3961 status collapsed
3962
3963 \begin_layout Plain Layout
3964 Befehle ! U ! 
3965 \backslash
3966 underline
3967 \end_layout
3968
3969 \end_inset
3970
3971
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3981 \end_inset
3982
3983
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \backslash
3996 overline
3997 \begin_inset space \textvisiblespace{}
3998 \end_inset
3999
4000
4001 \backslash
4002 underline
4003 \begin_inset space \textvisiblespace{}
4004 \end_inset
4005
4006 A+B
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4016 \end_inset
4017
4018
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 </lyxtabular>
4025
4026 \end_inset
4027
4028
4029 \end_layout
4030
4031 \begin_layout Standard
4032 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4033 \series bold
4034
4035 \backslash
4036 overline
4037 \series default
4038  oder 
4039 \series bold
4040
4041 \backslash
4042 underline
4043 \series default
4044  eingibt.
4045 \end_layout
4046
4047 \begin_layout Standard
4048 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4049 \begin_inset Newline linebreak
4050 \end_inset
4051
4052
4053 \series bold
4054
4055 \backslash
4056 underline
4057 \series default
4058 .
4059 \end_layout
4060
4061 \begin_layout Standard
4062 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4063 \end_layout
4064
4065 \begin_layout Standard
4066 \begin_inset VSpace bigskip
4067 \end_inset
4068
4069 Benutzerdefinierte Linien können mit dem Befehl 
4070 \series bold
4071
4072 \backslash
4073 rule
4074 \series default
4075
4076 \begin_inset Index idx
4077 status collapsed
4078
4079 \begin_layout Plain Layout
4080 Befehle! R ! 
4081 \backslash
4082 rule
4083 \end_layout
4084
4085 \end_inset
4086
4087  erstellt werden, der folgendes Schema besitzt:
4088 \end_layout
4089
4090 \begin_layout Standard
4091
4092 \series bold
4093
4094 \backslash
4095 rule[vertikaler Versatz]{Länge}{Dicke}
4096 \end_layout
4097
4098 \begin_layout Standard
4099 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4100  unten, wenn der Wert negativ ist).
4101  Die Einheiten, die in 
4102 \begin_inset CommandInset ref
4103 LatexCommand ref
4104 reference "tab:Verfügbare-Einheiten"
4105
4106 \end_inset
4107
4108  aufgelistet sind, können für die Werte benutzt werden.
4109  Hier sind zwei Beispiele, die mit den Befehlen
4110 \begin_inset Newline newline
4111 \end_inset
4112
4113
4114 \series bold
4115
4116 \backslash
4117 rule[-2ex]{3cm}{2pt}
4118 \series default
4119  und 
4120 \series bold
4121
4122 \backslash
4123 rule{2cm}{1pt}
4124 \series default
4125  erzeugt wurden:
4126 \end_layout
4127
4128 \begin_layout Standard
4129 Dies ist ein Satz 
4130 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4131 \end_inset
4132
4133  mit zwei Linien.
4134 \end_layout
4135
4136 \begin_layout Standard
4137
4138 \series bold
4139
4140 \backslash
4141 rule
4142 \series default
4143  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4144 \family sans
4145 Einfügen\SpecialChar \menuseparator
4146 Formatierung\SpecialChar \menuseparator
4147 Horizontale
4148 \begin_inset space ~
4149 \end_inset
4150
4151 Line
4152 \family default
4153  eingefügt wird:
4154 \end_layout
4155
4156 \begin_layout Standard
4157 Dies ist ein Satz 
4158 \begin_inset CommandInset line
4159 LatexCommand rule
4160 offset "0.5ex"
4161 width "3cm"
4162 height "1pt"
4163
4164 \end_inset
4165
4166  mit einer Linie.
4167 \end_layout
4168
4169 \begin_layout Subsection
4170 Fortsetzungspunkte
4171 \begin_inset CommandInset label
4172 LatexCommand label
4173 name "sub:Fortsetzungspunkte"
4174
4175 \end_inset
4176
4177
4178 \begin_inset Index idx
4179 status collapsed
4180
4181 \begin_layout Plain Layout
4182 Fortsetzungspunkte
4183 \end_layout
4184
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \begin_layout Standard
4191 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4192 \begin_inset Foot
4193 status collapsed
4194
4195 \begin_layout Plain Layout
4196 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4197 \begin_inset Info
4198 type  "icon"
4199 arg   "math-insert \\ldots"
4200 \end_inset
4201
4202
4203 \end_layout
4204
4205 \end_inset
4206
4207  Für Aufzählungen verwendet man unten sitzende Punkte (
4208 \series bold
4209
4210 \backslash
4211 ldots
4212 \series default
4213
4214 \begin_inset Index idx
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218 Befehle ! L ! 
4219 \backslash
4220 ldots
4221 \end_layout
4222
4223 \end_inset
4224
4225 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4226  die Operatoren sind (
4227 \series bold
4228
4229 \backslash
4230 cdots
4231 \series default
4232
4233 \begin_inset Index idx
4234 status collapsed
4235
4236 \begin_layout Plain Layout
4237 Befehle ! C ! 
4238 \backslash
4239 cdots
4240 \end_layout
4241
4242 \end_inset
4243
4244 ).
4245  Verwendet man den Befehl 
4246 \series bold
4247
4248 \backslash
4249 dots
4250 \series default
4251
4252 \begin_inset Index idx
4253 status collapsed
4254
4255 \begin_layout Plain Layout
4256 Befehle ! D ! 
4257 \backslash
4258 dots
4259 \end_layout
4260
4261 \end_inset
4262
4263 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4264  wird.
4265 \end_layout
4266
4267 \begin_layout Standard
4268 \align center
4269 \begin_inset Tabular
4270 <lyxtabular version="3" rows="9" columns="2">
4271 <features rotate="0" tabularvalignment="middle">
4272 <column alignment="center" valignment="top" width="0pt">
4273 <column alignment="center" valignment="top" width="0pt">
4274 <row>
4275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Befehl
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Ergebnis
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 A_1
4300 \begin_inset space \textvisiblespace{}
4301 \end_inset
4302
4303 ,
4304 \backslash
4305 dots
4306 \begin_inset space \textvisiblespace{}
4307 \end_inset
4308
4309 ,A_n
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 \begin_inset Formula $A_{1},\dots,A_{n}$
4319 \end_inset
4320
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 A_1
4333 \begin_inset space \textvisiblespace{}
4334 \end_inset
4335
4336 +
4337 \backslash
4338 dots
4339 \begin_inset space \textvisiblespace{}
4340 \end_inset
4341
4342 +A_n
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 \begin_inset Formula $A_{1}+\dots+A_{n}$
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 A_1
4366 \begin_inset space \textvisiblespace{}
4367 \end_inset
4368
4369 ,
4370 \backslash
4371 ldots
4372 \begin_inset space \textvisiblespace{}
4373 \end_inset
4374
4375 ,A_n
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 \begin_inset Formula $A_{1},\ldots,A_{n}$
4385 \end_inset
4386
4387
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 A_1
4399 \begin_inset space \textvisiblespace{}
4400 \end_inset
4401
4402 +
4403 \backslash
4404 cdots
4405 \begin_inset space \textvisiblespace{}
4406 \end_inset
4407
4408 +A_n
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4418 \end_inset
4419
4420
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \backslash
4433 vdots
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 \begin_inset Formula $\vdots$
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \backslash
4458 ddots
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 \begin_inset Formula $\ddots$
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \backslash
4483 iddots
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 \begin_inset Formula $\iddots$
4493 \end_inset
4494
4495
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 3
4507 \series bold
4508 ×
4509 \series default
4510 3
4511 \begin_inset space \thinspace{}
4512 \end_inset
4513
4514 Matrix mit obigen Befehlen
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 \begin_inset Formula $\begin{array}{ccc}
4524 A_{11} & \cdots & A_{1m}\\
4525 \vdots & \ddots & \vdots\\
4526 A_{n1} & \cdots & A_{nm}
4527 \end{array}$
4528 \end_inset
4529
4530
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 </lyxtabular>
4537
4538 \end_inset
4539
4540
4541 \end_layout
4542
4543 \begin_layout Standard
4544 Die im Menü 
4545 \family sans
4546 Einfügen\SpecialChar \menuseparator
4547 Sonderzeichen
4548 \family default
4549  verfügbaren Fortsetzungspunkte sind 
4550 \series bold
4551
4552 \backslash
4553 ldots
4554 \series default
4555 .
4556 \end_layout
4557
4558 \begin_layout Standard
4559 \begin_inset VSpace medskip
4560 \end_inset
4561
4562 Um 
4563 \series bold
4564
4565 \backslash
4566 iddots
4567 \series default
4568  nutzen zu können, muss eine der Optionen 
4569 \family sans
4570 Mathdots Paket (automatisch) verwenden 
4571 \family default
4572 in den Dokumenteinstellungen unter 
4573 \family sans
4574 Mathe-Optionen
4575 \family default
4576  gewählt sein.
4577 \begin_inset Newline newline
4578 \end_inset
4579
4580 Die Option 
4581 \family sans
4582 Mathdots Paket verwenden
4583 \family default
4584  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4585  Schriftstil oder die Schriftgröße nicht Standard sind.
4586 \end_layout
4587
4588 \begin_layout Standard
4589 \begin_inset VSpace medskip
4590 \end_inset
4591
4592 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4593  Spalten erstrecken.
4594  Man erhält sie mit dem Befehl 
4595 \series bold
4596
4597 \backslash
4598 hdotsfor
4599 \series default
4600
4601 \begin_inset Index idx
4602 status collapsed
4603
4604 \begin_layout Plain Layout
4605 Befehle ! H ! 
4606 \backslash
4607 hdotsfor
4608 \end_layout
4609
4610 \end_inset
4611
4612 , der folgendes Schema besitzt:
4613 \end_layout
4614
4615 \begin_layout Standard
4616
4617 \series bold
4618
4619 \backslash
4620 hdotsfor[Abstand]{Anzahl der Spalten}
4621 \end_layout
4622
4623 \begin_layout Standard
4624 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4625  sollen.
4626  Abstand ist ein Faktor, der den Punktabstand festlegt.
4627 \end_layout
4628
4629 \begin_layout Standard
4630 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4631  
4632 \series bold
4633
4634 \backslash
4635 hdotsfor[2]{4}
4636 \series default
4637  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4638  beim Befehl 
4639 \series bold
4640
4641 \backslash
4642 dots
4643 \series default
4644  zu erhalten:
4645 \begin_inset Formula 
4646 \[
4647 \left(\begin{array}{cccc}
4648 A & B & C & D\\
4649 \hdotsfor[2]{4}\\
4650 q & w & e & r
4651 \end{array}\right)
4652 \]
4653
4654 \end_inset
4655
4656 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4657  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4658 \end_layout
4659
4660 \begin_layout Standard
4661 \begin_inset VSpace bigskip
4662 \end_inset
4663
4664 Des Weiteren kann man mit dem Befehl 
4665 \series bold
4666
4667 \backslash
4668 dotfill
4669 \series default
4670
4671 \begin_inset Index idx
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675 Befehle ! D ! 
4676 \backslash
4677 dotfill
4678 \end_layout
4679
4680 \end_inset
4681
4682  den Rest einer Zeile mit Punkten füllen.
4683  Die Wirkungsweise des Befehls entspricht der von 
4684 \series bold
4685
4686 \backslash
4687 hfill
4688 \series default
4689 , siehe 
4690 \begin_inset CommandInset ref
4691 LatexCommand ref
4692 reference "sub:Variabler-Leerraum"
4693
4694 \end_inset
4695
4696 .
4697 \end_layout
4698
4699 \begin_layout Standard
4700 Z.
4701 \begin_inset space \thinspace{}
4702 \end_inset
4703
4704 B.
4705  ergibt der Befehl 
4706 \series bold
4707 A
4708 \backslash
4709 dotfill
4710 \begin_inset space \textvisiblespace{}
4711 \end_inset
4712
4713 B
4714 \end_layout
4715
4716 \begin_layout Standard
4717 \begin_inset Formula $A\dotfill B$
4718 \end_inset
4719
4720
4721 \end_layout
4722
4723 \begin_layout Standard
4724 Analog dazu gibt es für eine Linie den Befehl 
4725 \series bold
4726
4727 \backslash
4728 hrulefill
4729 \series default
4730
4731 \begin_inset Index idx
4732 status collapsed
4733
4734 \begin_layout Plain Layout
4735 Befehle ! H ! 
4736 \backslash
4737 hrulefill
4738 \end_layout
4739
4740 \end_inset
4741
4742 :
4743 \end_layout
4744
4745 \begin_layout Standard
4746 \begin_inset Formula $A\hrulefill B$
4747 \end_inset
4748
4749
4750 \end_layout
4751
4752 \begin_layout Standard
4753 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4754  werden.
4755 \end_layout
4756
4757 \begin_layout Section
4758 Matrizen
4759 \begin_inset CommandInset label
4760 LatexCommand label
4761 name "sec:Matrizen"
4762
4763 \end_inset
4764
4765
4766 \begin_inset Index idx
4767 status collapsed
4768
4769 \begin_layout Plain Layout
4770 Matrizen
4771 \end_layout
4772
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \begin_layout Standard
4779 Matrizen können über den Mathe-Werkzeugleistenknopf
4780 \family sans
4781  
4782 \family default
4783
4784 \begin_inset Info
4785 type  "icon"
4786 arg   "dialog-show mathmatrix"
4787 \end_inset
4788
4789  oder das Menü 
4790 \family sans
4791 Einfügen\SpecialChar \menuseparator
4792 Mathe\SpecialChar \menuseparator
4793 Matrix
4794 \family default
4795  eingefügt werden.
4796  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4797  Verzierung gefragt.
4798  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4799  von Bedeutung:
4800 \end_layout
4801
4802 \begin_layout Standard
4803 Die erste Matrix ist oben 
4804 \begin_inset Formula $\begin{array}[t]{cccc}
4805 A & D & G & J\\
4806 B & E & H & K\\
4807 C & F & I & L
4808 \end{array}$
4809 \end_inset
4810
4811 , die zweite mittig 
4812 \begin_inset Formula $\begin{array}{cccc}
4813 A & D & G & J\\
4814 B & E & H & K\\
4815 C & F & I & L
4816 \end{array}$
4817 \end_inset
4818
4819  und die dritte unten 
4820 \begin_inset Formula $\begin{array}[b]{cccc}
4821 A & D & G & J\\
4822 B & E & H & K\\
4823 C & F & I & L
4824 \end{array}$
4825 \end_inset
4826
4827  ausgerichtet.
4828 \end_layout
4829
4830 \begin_layout Standard
4831 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4832  werden sollen.
4833  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4834  
4835 \emph on
4836 l
4837 \emph default
4838  steht für linksbündig, 
4839 \emph on
4840 c
4841 \emph default
4842  für mittig und 
4843 \emph on
4844 r
4845 \emph default
4846  für rechtsbündig.
4847  Möchte man z.
4848 \begin_inset space \thinspace{}
4849 \end_inset
4850
4851 B.
4852  eine 4
4853 \series bold
4854 ×
4855 \series default
4856 4
4857 \begin_inset space ~
4858 \end_inset
4859
4860 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4861  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4862  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4863 \series bold
4864 lccr
4865 \series default
4866  an.
4867  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4868  die Voreinstellung für jede Spalte ein 
4869 \series bold
4870 c
4871 \series default
4872  ist.
4873 \end_layout
4874
4875 \begin_layout Standard
4876 Horizontale Ausrichtung:
4877 \end_layout
4878
4879 \begin_layout Standard
4880
4881 \series bold
4882 lll
4883 \series default
4884  : 
4885 \begin_inset Formula $\begin{array}{lll}
4886 10000 & D & G\\
4887 B & 10000 & H\\
4888 C & F & 10000
4889 \end{array}$
4890 \end_inset
4891
4892  , 
4893 \series bold
4894 ccc
4895 \series default
4896  : 
4897 \begin_inset Formula $\begin{array}{ccc}
4898 10000 & D & G\\
4899 B & 10000 & H\\
4900 C & F & 10000
4901 \end{array}$
4902 \end_inset
4903
4904  , 
4905 \series bold
4906 rrr
4907 \series default
4908  : 
4909 \begin_inset Formula $\begin{array}{rrr}
4910 10000 & D & G\\
4911 B & 10000 & H\\
4912 C & F & 10000
4913 \end{array}$
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \begin_layout Standard
4920 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4921  man die Mathe-Werkzeugleistenknöpfe 
4922 \begin_inset Info
4923 type  "icon"
4924 arg   "inset-modify tabular append-row"
4925 \end_inset
4926
4927
4928 \begin_inset Info
4929 type  "icon"
4930 arg   "inset-modify tabular delete-row"
4931 \end_inset
4932
4933 , usw.
4934 \begin_inset space \space{}
4935 \end_inset
4936
4937 oder das Menü 
4938 \family sans
4939 Bearbeiten\SpecialChar \menuseparator
4940 Zeilen & Spalten
4941 \family default
4942  verwenden.
4943  Neue Zeilen können auch mit 
4944 \family sans
4945 Strg+Enter
4946 \family default
4947  erstellt werden.
4948 \end_layout
4949
4950 \begin_layout Standard
4951 \begin_inset VSpace bigskip
4952 \end_inset
4953
4954 Die 
4955 \family sans
4956 Verzierung
4957 \family default
4958  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4959  Alternativ können Klammern entweder mit den Befehlen 
4960 \series bold
4961
4962 \backslash
4963 left
4964 \series default
4965
4966 \begin_inset Index idx
4967 status collapsed
4968
4969 \begin_layout Plain Layout
4970 Befehle ! L ! 
4971 \backslash
4972 left
4973 \end_layout
4974
4975 \end_inset
4976
4977  und 
4978 \series bold
4979
4980 \backslash
4981 right
4982 \series default
4983
4984 \begin_inset Index idx
4985 status collapsed
4986
4987 \begin_layout Plain Layout
4988 Befehle ! R ! 
4989 \backslash
4990 right
4991 \end_layout
4992
4993 \end_inset
4994
4995  erstellt werden (Tastenkürzel 
4996 \family sans
4997 Alt+M
4998 \begin_inset space ~
4999 \end_inset
5000
5001 Klammer
5002 \family default
5003 ), siehe 
5004 \begin_inset CommandInset ref
5005 LatexCommand ref
5006 reference "sub:Automatische-Klammergrößen"
5007
5008 \end_inset
5009
5010 , oder man verwendet folgende Befehle:
5011 \begin_inset VSpace bigskip
5012 \end_inset
5013
5014
5015 \end_layout
5016
5017 \begin_layout Standard
5018 \begin_inset space \hfill{}
5019 \end_inset
5020
5021
5022 \begin_inset Tabular
5023 <lyxtabular version="3" rows="4" columns="2">
5024 <features rotate="0" tabularvalignment="middle">
5025 <column alignment="center" valignment="top">
5026 <column alignment="center" valignment="top">
5027 <row>
5028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Befehl
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Ergebnis
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \backslash
5054 bmatrix
5055 \begin_inset space \textvisiblespace{}
5056 \end_inset
5057
5058 2
5059 \series bold
5060 ×
5061 \series default
5062 2
5063 \begin_inset space \thinspace{}
5064 \end_inset
5065
5066 Matrix
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5076 0 & \textrm{-}\mathrm{i}\\
5077 \mathrm{i} & 0
5078 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5079 \end_inset
5080
5081
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \backslash
5094 Bmatrix
5095 \begin_inset space \textvisiblespace{}
5096 \end_inset
5097
5098 2
5099 \series bold
5100 ×
5101 \series default
5102 2
5103 \begin_inset space \thinspace{}
5104 \end_inset
5105
5106 Matrix
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5116 0 & \textrm{-}\mathrm{i}\\
5117 \mathrm{i} & 0
5118 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5119 \end_inset
5120
5121
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \backslash
5134 pmatrix
5135 \begin_inset space \textvisiblespace{}
5136 \end_inset
5137
5138 2
5139 \series bold
5140 ×
5141 \series default
5142 2
5143 \begin_inset space \thinspace{}
5144 \end_inset
5145
5146 Matrix
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5156 0 & \textrm{-}\mathrm{i}\\
5157 \mathrm{i} & 0
5158 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 </row>
5167 </lyxtabular>
5168
5169 \end_inset
5170
5171
5172 \begin_inset space \hfill{}
5173 \end_inset
5174
5175
5176 \begin_inset Tabular
5177 <lyxtabular version="3" rows="4" columns="2">
5178 <features rotate="0" tabularvalignment="middle">
5179 <column alignment="center" valignment="top">
5180 <column alignment="center" valignment="top">
5181 <row>
5182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Befehl
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Ergebnis
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \backslash
5208 vmatrix
5209 \begin_inset space \textvisiblespace{}
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset space \thinspace{}
5218 \end_inset
5219
5220 Matrix
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0
5232 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 Vmatrix
5249 \begin_inset space \textvisiblespace{}
5250 \end_inset
5251
5252 2
5253 \series bold
5254 ×
5255 \series default
5256 2
5257 \begin_inset space \thinspace{}
5258 \end_inset
5259
5260 Matrix
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5270 0 & \textrm{-}\mathrm{i}\\
5271 \mathrm{i} & 0
5272 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 matrix
5289 \begin_inset space \textvisiblespace{}
5290 \end_inset
5291
5292 2
5293 \series bold
5294 ×
5295 \series default
5296 2
5297 \begin_inset space \thinspace{}
5298 \end_inset
5299
5300 Matrix
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5310 0 & \textrm{-}\mathrm{i}\\
5311 \mathrm{i} & 0
5312 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5313 \end_inset
5314
5315
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 </lyxtabular>
5322
5323 \end_inset
5324
5325
5326 \begin_inset space \hfill{}
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \begin_layout Standard
5333 \begin_inset VSpace medskip
5334 \end_inset
5335
5336 Wurde z.
5337 \begin_inset space \thinspace{}
5338 \end_inset
5339
5340 B.
5341  
5342 \series bold
5343
5344 \backslash
5345 vmatrix
5346 \series default
5347  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5348  in das die Matrix eingefügt wird.
5349 \begin_inset Newline newline
5350 \end_inset
5351
5352 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5353 \end_layout
5354
5355 \begin_layout Standard
5356 \begin_inset VSpace bigskip
5357 \end_inset
5358
5359 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5360 \begin_inset CommandInset ref
5361 LatexCommand ref
5362 reference "sub:Spaltenabstand"
5363
5364 \end_inset
5365
5366  beschriebene Länge 
5367 \series bold
5368
5369 \backslash
5370 arraycolsep
5371 \series default
5372
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Befehle ! A ! 
5378 \backslash
5379 arraycolsep
5380 \end_layout
5381
5382 \end_inset
5383
5384  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5385 \end_layout
5386
5387 \begin_layout Standard
5388 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5389 \series bold
5390
5391 \backslash
5392 arraystretch
5393 \series default
5394
5395 \begin_inset Index idx
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 Befehle ! A ! 
5400 \backslash
5401 arraystretch
5402 \end_layout
5403
5404 \end_inset
5405
5406 .
5407  Dieser wird folgendermaßen benutzt:
5408 \end_layout
5409
5410 \begin_layout Standard
5411
5412 \series bold
5413
5414 \backslash
5415 renewcommand{
5416 \backslash
5417 arraystretch}{Dehnungsfaktor}
5418 \begin_inset Index idx
5419 status collapsed
5420
5421 \begin_layout Plain Layout
5422 Befehle ! R ! 
5423 \backslash
5424 renewcommand
5425 \end_layout
5426
5427 \end_inset
5428
5429
5430 \end_layout
5431
5432 \begin_layout Standard
5433 Der Befehl 
5434 \series bold
5435
5436 \backslash
5437 renewcommand
5438 \series default
5439  weist dabei dem vordefinierten Befehl 
5440 \series bold
5441
5442 \backslash
5443 arraystretch
5444 \series default
5445  den Dehnungsfaktor zu.
5446  Möchte man z.
5447 \begin_inset space \thinspace{}
5448 \end_inset
5449
5450 B.
5451  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5452  Dieser wird dann für alle folgenden Matrizen verwendet.
5453  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5454 \series bold
5455
5456 \backslash
5457 arraystretch
5458 \series default
5459  den Faktor 1 zu.
5460 \end_layout
5461
5462 \begin_layout Standard
5463 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5464 \series bold
5465
5466 \backslash
5467 smallmatrix
5468 \series default
5469
5470 \begin_inset Index idx
5471 status collapsed
5472
5473 \begin_layout Plain Layout
5474 Befehle ! S ! 
5475 \backslash
5476 smallmatrix
5477 \end_layout
5478
5479 \end_inset
5480
5481 .
5482  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5483  gestrichelten Linien.
5484  In dieses Kästchen wird die Matrix eingegeben.
5485  Man verwendet stattdessen das Menü 
5486 \family sans
5487 Bearbeiten\SpecialChar \menuseparator
5488 Zeilen
5489 \begin_inset space ~
5490 \end_inset
5491
5492 &
5493 \begin_inset space ~
5494 \end_inset
5495
5496 Spalten
5497 \family default
5498  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5499  Neue Zeilen können auch mit 
5500 \family sans
5501 Strg+Enter
5502 \family default
5503  erstellt werden.
5504 \end_layout
5505
5506 \begin_layout Standard
5507 Dies ist eine Matrix 
5508 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5509 C & D
5510 \end{smallmatrix}\right)$
5511 \end_inset
5512
5513  in einer Textzeile.
5514 \end_layout
5515
5516 \begin_layout Section
5517 Klammern und Begrenzungszeichen
5518 \begin_inset Index idx
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522 Klammern
5523 \end_layout
5524
5525 \end_inset
5526
5527
5528 \begin_inset Index idx
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532 Begrenzungszeichen
5533 \end_layout
5534
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \begin_layout Subsection
5541 Vertikale Klammern und Begrenzungszeichen
5542 \begin_inset Index idx
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546 Klammern ! vertikale
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Standard
5555 \begin_inset space \hfill{}
5556 \end_inset
5557
5558
5559 \begin_inset Tabular
5560 <lyxtabular version="3" rows="9" columns="2">
5561 <features rotate="0" tabularvalignment="middle">
5562 <column alignment="center" valignment="top" width="0pt">
5563 <column alignment="center" valignment="top" width="0pt">
5564 <row>
5565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 Befehl
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 Ergebnis
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 (
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 \begin_inset Formula $($
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 {
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 \begin_inset Formula $\{$
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 [
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $[$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \backslash
5660 langle
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\langle$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 lceil
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $\lceil$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708
5709 \backslash
5710 lfloor
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\lfloor$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 /
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $/$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 |
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $|$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 </lyxtabular>
5775
5776 \end_inset
5777
5778
5779 \begin_inset space \hfill{}
5780 \end_inset
5781
5782
5783 \begin_inset Tabular
5784 <lyxtabular version="3" rows="9" columns="2">
5785 <features rotate="0" tabularvalignment="middle">
5786 <column alignment="center" valignment="top" width="0pt">
5787 <column alignment="center" valignment="top" width="0pt">
5788 <row>
5789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 Befehl
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 Ergebnis
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 )
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 \begin_inset Formula $)$
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 }
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 \begin_inset Formula $\}$
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 ]
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $]$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 rangle
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\rangle$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909 rceil
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\rceil$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \backslash
5934 rfloor
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 \begin_inset Formula $\rfloor$
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957
5958 \backslash
5959
5960 \backslash
5961
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\backslash$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984
5985 \backslash
5986 |
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $\|$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 </lyxtabular>
6005
6006 \end_inset
6007
6008
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \begin_layout Standard
6016
6017 \series medium
6018 \begin_inset Note Greyedout
6019 status open
6020
6021 \begin_layout Plain Layout
6022
6023 \series bold
6024 Achtung:
6025 \series default
6026  Im TeX-Modus muss für den Backslash der Befehl 
6027 \series bold
6028
6029 \backslash
6030 textbackslash
6031 \series default
6032
6033 \begin_inset Index idx
6034 status collapsed
6035
6036 \begin_layout Plain Layout
6037 Befehle ! T ! 
6038 \backslash
6039 textbackslash
6040 \end_layout
6041
6042 \end_inset
6043
6044  verwendet werden, denn der Befehl 
6045 \series bold
6046
6047 \backslash
6048
6049 \backslash
6050
6051 \series default
6052  steht dort für einen Zeilenumbruch.
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \begin_layout Standard
6061 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6062  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6063  Dabei können dann statt den Befehlen 
6064 \series bold
6065
6066 \backslash
6067 langle
6068 \series default
6069  und 
6070 \series bold
6071
6072 \backslash
6073 rangle
6074 \series default
6075  direkt die Zeichen < und > verwendet werden.
6076 \end_layout
6077
6078 \begin_layout Subsubsection
6079 Manuelle Klammergrößen
6080 \begin_inset CommandInset label
6081 LatexCommand label
6082 name "sub:Manuelle-Klammergrößen"
6083
6084 \end_inset
6085
6086
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 Klammergrößen ! manuelle
6092 \end_layout
6093
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \begin_layout Standard
6100 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6101  LaTeX-Befehle 
6102 \series bold
6103
6104 \backslash
6105 big
6106 \series default
6107
6108 \begin_inset Index idx
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112 Befehle ! B ! 
6113 \backslash
6114 big
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \series bold
6121
6122 \backslash
6123 Big
6124 \series default
6125
6126 \series bold
6127
6128 \backslash
6129 bigg
6130 \series default
6131  und 
6132 \series bold
6133
6134 \backslash
6135 Bigg
6136 \series default
6137  tun.
6138  
6139 \series bold
6140
6141 \backslash
6142 big
6143 \series default
6144  steht hierbei für die kleinste und 
6145 \series bold
6146
6147 \backslash
6148 Bigg
6149 \series default
6150  für die größte Klammergröße.
6151 \end_layout
6152
6153 \begin_layout Standard
6154 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6155 \end_layout
6156
6157 \begin_layout Standard
6158 \align center
6159 \begin_inset Tabular
6160 <lyxtabular version="3" rows="2" columns="2">
6161 <features rotate="0" tabularvalignment="middle">
6162 <column alignment="center" valignment="top" width="0pt">
6163 <column alignment="center" valignment="top" width="0pt">
6164 <row>
6165 <cell alignment="center" valignment="top" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 einheitliche Klammergröße:
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 besser sieht das so aus:
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 </lyxtabular>
6211
6212 \end_inset
6213
6214
6215 \begin_inset Note Note
6216 status collapsed
6217
6218 \begin_layout Plain Layout
6219
6220 \series bold
6221
6222 \backslash
6223 raisebox
6224 \series default
6225  dient nur
6226 \end_layout
6227
6228 \begin_layout Plain Layout
6229 als Abstandhalter.
6230 \end_layout
6231
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \begin_layout Standard
6238 Für die zweite Formel wurde der Befehl 
6239 \series bold
6240
6241 \backslash
6242 Big((A+B)(A-B)
6243 \backslash
6244 Big)^
6245 \begin_inset space \textvisiblespace{}
6246 \end_inset
6247
6248 C
6249 \series default
6250  verwendet.
6251 \end_layout
6252
6253 \begin_layout Standard
6254 Hier alle Klammergrößen in der Übersicht:
6255 \end_layout
6256
6257 \begin_layout Standard
6258 \align center
6259
6260 \backslash
6261 Bigg(
6262 \backslash
6263 exp
6264 \backslash
6265 bigg<
6266 \backslash
6267 Big[
6268 \backslash
6269 big{
6270 \backslash
6271 ln(3x)
6272 \backslash
6273 big}^2
6274 \begin_inset space \textvisiblespace{}
6275 \end_inset
6276
6277
6278 \backslash
6279 sin(x)
6280 \backslash
6281 Big]^
6282 \begin_inset space \textvisiblespace{}
6283 \end_inset
6284
6285 A
6286 \begin_inset space \textvisiblespace{}
6287 \end_inset
6288
6289
6290 \backslash
6291 bigg>
6292 \backslash
6293 Bigg)^0,5
6294 \end_layout
6295
6296 \begin_layout Standard
6297 \align center
6298 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \begin_layout Standard
6305 Es gibt außer den 
6306 \series bold
6307
6308 \backslash
6309 big
6310 \series default
6311 -Befehlen noch die Variante 
6312 \series bold
6313
6314 \backslash
6315 bigm
6316 \series default
6317
6318 \begin_inset Index idx
6319 status collapsed
6320
6321 \begin_layout Plain Layout
6322 Befehle ! B ! 
6323 \backslash
6324 bigm
6325 \end_layout
6326
6327 \end_inset
6328
6329 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6330  die Variante 
6331 \series bold
6332
6333 \backslash
6334 bigl
6335 \series default
6336 -
6337 \series bold
6338
6339 \backslash
6340 bigr
6341 \series default
6342
6343 \begin_inset Index idx
6344 status collapsed
6345
6346 \begin_layout Plain Layout
6347 Befehle ! B ! 
6348 \backslash
6349 bigl - 
6350 \backslash
6351 bigr
6352 \end_layout
6353
6354 \end_inset
6355
6356 , die keinen zusätzlichen Leerraum erzeugt.
6357  Das 
6358 \emph on
6359 l
6360 \emph default
6361  am Ende des Befehls 
6362 \series bold
6363
6364 \backslash
6365 bigl
6366 \series default
6367  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6368  ein 
6369 \emph on
6370 r
6371 \emph default
6372  ersetzt.
6373  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6374  sein.
6375 \end_layout
6376
6377 \begin_layout Standard
6378 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6379 \end_layout
6380
6381 \begin_layout Standard
6382 \align center
6383 \begin_inset Tabular
6384 <lyxtabular version="3" rows="5" columns="2">
6385 <features rotate="0" tabularvalignment="middle">
6386 <column alignment="center" valignment="middle">
6387 <column alignment="center" valignment="middle">
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 Befehl
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 Ergebnis
6403 \begin_inset Note Note
6404 status collapsed
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409
6410 \backslash
6411 raisebox
6412 \series default
6413  dient nur als Abstandhalter.
6414 \end_layout
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 <row>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429
6430 \backslash
6431 Bigm(
6432 \backslash
6433 bigm(
6434 \backslash
6435 ln(3x)
6436 \backslash
6437 bigm)^2
6438 \begin_inset space \textvisiblespace{}
6439 \end_inset
6440
6441
6442 \backslash
6443 Bigm)
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 <row>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466
6467 \backslash
6468 Big(
6469 \backslash
6470 big(
6471 \backslash
6472 ln(3x)
6473 \backslash
6474 big)^2
6475 \begin_inset space \textvisiblespace{}
6476 \end_inset
6477
6478
6479 \backslash
6480 Big)
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 </row>
6498 <row>
6499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \backslash
6505 Bigl(
6506 \backslash
6507 bigl(
6508 \backslash
6509 ln(3x)
6510 \backslash
6511 bigr)^2
6512 \begin_inset space \textvisiblespace{}
6513 \end_inset
6514
6515
6516 \backslash
6517 Bigr)
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540
6541 \backslash
6542 bigl)
6543 \backslash
6544 ln(3x)
6545 \backslash
6546 bigr(
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 </lyxtabular>
6565
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \begin_layout Subsubsection
6572 Automatische Klammergrößen
6573 \begin_inset CommandInset label
6574 LatexCommand label
6575 name "sub:Automatische-Klammergrößen"
6576
6577 \end_inset
6578
6579
6580 \begin_inset Index idx
6581 status collapsed
6582
6583 \begin_layout Plain Layout
6584 Klammergrößen ! automatische
6585 \end_layout
6586
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \begin_layout Standard
6593 Klammern variabler Größe können mit den Befehlen 
6594 \series bold
6595
6596 \backslash
6597 left
6598 \series default
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Befehle ! L ! 
6605 \backslash
6606 left
6607 \end_layout
6608
6609 \end_inset
6610
6611  und 
6612 \series bold
6613
6614 \backslash
6615 right
6616 \series default
6617
6618 \begin_inset Index idx
6619 status collapsed
6620
6621 \begin_layout Plain Layout
6622 Befehle ! R ! 
6623 \backslash
6624 right
6625 \end_layout
6626
6627 \end_inset
6628
6629  oder über den Mathe-Werkzeugleistenknopf
6630 \family sans
6631  
6632 \family default
6633
6634 \begin_inset Info
6635 type  "icon"
6636 arg   "dialog-show mathdelimiter"
6637 \end_inset
6638
6639  eingefügt werden.
6640  Auf 
6641 \series bold
6642
6643 \backslash
6644 left
6645 \series default
6646  und 
6647 \series bold
6648
6649 \backslash
6650 right
6651 \series default
6652  muss unmittelbar die gewünschte Klammer folgen.
6653  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6654 \end_layout
6655
6656 \begin_layout Standard
6657 \align center
6658 normale Klammer: Der Befehl 
6659 \series bold
6660
6661 \backslash
6662 ln(
6663 \backslash
6664 frac
6665 \begin_inset space \textvisiblespace{}
6666 \end_inset
6667
6668 A
6669 \begin_inset Formula $\downarrow$
6670 \end_inset
6671
6672 C
6673 \begin_inset space \textvisiblespace{}
6674 \end_inset
6675
6676 )
6677 \series default
6678  ergibt
6679 \begin_inset Formula 
6680 \[
6681 \ln(\frac{A}{C})
6682 \]
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 \align center
6691 mehrzeilige Klammer: Der Befehl 
6692 \series bold
6693
6694 \backslash
6695 ln
6696 \backslash
6697 left(
6698 \backslash
6699 frac
6700 \begin_inset space \textvisiblespace{}
6701 \end_inset
6702
6703 A
6704 \begin_inset Formula $\downarrow$
6705 \end_inset
6706
6707 C
6708 \begin_inset space \textvisiblespace{}
6709 \end_inset
6710
6711
6712 \backslash
6713 right)
6714 \series default
6715  ergibt
6716 \begin_inset Formula 
6717 \[
6718 \ln\left(\frac{A}{C}\right)
6719 \]
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \begin_layout Standard
6727 An Stelle von 
6728 \series bold
6729
6730 \backslash
6731 left
6732 \series default
6733  und 
6734 \series bold
6735
6736 \backslash
6737 right
6738 \series default
6739  kann man die Tastenkürzel 
6740 \family sans
6741 Alt+M
6742 \begin_inset space ~
6743 \end_inset
6744
6745 Klammer
6746 \family default
6747  verwenden.
6748  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6749  und dass die rechte Klammer gleich mit erstellt wird.
6750 \begin_inset Newline newline
6751 \end_inset
6752
6753 Der Befehl für das letzte Beispiel würde dann lauten: 
6754 \series bold
6755
6756 \backslash
6757 ln Alt+M
6758 \series default
6759  
6760 \series bold
6761 (
6762 \backslash
6763 frac
6764 \begin_inset space \textvisiblespace{}
6765 \end_inset
6766
6767 A
6768 \begin_inset Formula $\downarrow$
6769 \end_inset
6770
6771 C
6772 \end_layout
6773
6774 \begin_layout Standard
6775 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6776  Klammer einen Punkt.
6777  So ergibt z.
6778 \begin_inset space \thinspace{}
6779 \end_inset
6780
6781 B.
6782  der Befehl 
6783 \series bold
6784
6785 \backslash
6786 left.
6787 \backslash
6788 frac
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792 A
6793 \begin_inset Formula $\downarrow$
6794 \end_inset
6795
6796 B
6797 \begin_inset space \textvisiblespace{}
6798 \end_inset
6799
6800
6801 \backslash
6802 right}
6803 \series default
6804
6805 \begin_inset space \thinspace{}
6806 \end_inset
6807
6808 :
6809 \series bold
6810
6811 \begin_inset Formula 
6812 \[
6813 \left.\frac{A}{B}\right\} 
6814 \]
6815
6816 \end_inset
6817
6818
6819 \series default
6820 Die Befehle 
6821 \series bold
6822
6823 \backslash
6824 left
6825 \series default
6826  und 
6827 \series bold
6828
6829 \backslash
6830 right
6831 \series default
6832  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6833  umgewandelt.
6834  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6835 \end_layout
6836
6837 \begin_layout Standard
6838 \begin_inset VSpace bigskip
6839 \end_inset
6840
6841 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6842  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6843  Befehl 
6844 \series bold
6845
6846 \backslash
6847 middle
6848 \series default
6849
6850 \begin_inset Index idx
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 Befehle ! M ! 
6855 \backslash
6856 middle
6857 \end_layout
6858
6859 \end_inset
6860
6861  zur Verfügung.
6862  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6863  angepasst, was z.
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 B.
6868  für physikalische Vektoren von Nutzen ist:
6869 \begin_inset Formula 
6870 \[
6871 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6872 \]
6873
6874 \end_inset
6875
6876 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6877 \begin_inset CommandInset ref
6878 LatexCommand ref
6879 reference "sub:Physikalische-Vektoren"
6880
6881 \end_inset
6882
6883  beschrieben ist.
6884 \end_layout
6885
6886 \begin_layout Subsection
6887 Horizontale Klammern
6888 \begin_inset Index idx
6889 status collapsed
6890
6891 \begin_layout Plain Layout
6892 Klammern ! horizontale
6893 \end_layout
6894
6895 \end_inset
6896
6897
6898 \end_layout
6899
6900 \begin_layout Standard
6901 \align center
6902 \begin_inset Tabular
6903 <lyxtabular version="3" rows="4" columns="2">
6904 <features rotate="0" tabularvalignment="middle">
6905 <column alignment="center" valignment="top" width="0pt">
6906 <column alignment="center" valignment="top" width="0pt">
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 Befehl
6913 \begin_inset Note Note
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917
6918 \series bold
6919
6920 \backslash
6921 raisebox
6922 \series default
6923  dient nur als Abstandhalter.
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 Ergebnis
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 \begin_inset ERT
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952
6953
6954 \backslash
6955 raisebox{2.3mm}{
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \backslash
6962 overbrace
6963 \begin_inset space \textvisiblespace{}
6964 \end_inset
6965
6966 A+B
6967 \begin_inset space \textvisiblespace{}
6968 \end_inset
6969
6970 ^
6971 \begin_inset space \textvisiblespace{}
6972 \end_inset
6973
6974 3
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980 }
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \begin_inset Index idx
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990 Befehle ! O ! 
6991 \backslash
6992 overbrace
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 \begin_inset Formula $\overbrace{A+B}^{3}$
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 raisebox{-2.2mm}{
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \backslash
7034 underbrace
7035 \begin_inset space \textvisiblespace{}
7036 \end_inset
7037
7038 A+B
7039 \begin_inset space \textvisiblespace{}
7040 \end_inset
7041
7042 _5
7043 \begin_inset ERT
7044 status collapsed
7045
7046 \begin_layout Plain Layout
7047
7048 }
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \begin_inset Index idx
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058 Befehle ! U ! 
7059 \backslash
7060 underbrace
7061 \end_layout
7062
7063 \end_inset
7064
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 \begin_inset Formula $\underbrace{A+B}_{5}$
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 </row>
7083 <row>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088
7089 \backslash
7090 overbrace
7091 \begin_inset space \textvisiblespace{}
7092 \end_inset
7093
7094
7095 \backslash
7096 underbrace
7097 \begin_inset space \textvisiblespace{}
7098 \end_inset
7099
7100 A+B_w
7101 \begin_inset space \textvisiblespace{}
7102 \end_inset
7103
7104
7105 \begin_inset space \textvisiblespace{}
7106 \end_inset
7107
7108 _7
7109 \begin_inset space \textvisiblespace{}
7110 \end_inset
7111
7112
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116 ^
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120 C
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 </lyxtabular>
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \begin_layout Standard
7146 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7147 \series bold
7148
7149 \backslash
7150 overbrace
7151 \series default
7152  oder 
7153 \series bold
7154
7155 \backslash
7156 underbrace
7157 \series default
7158  eingibt.
7159 \end_layout
7160
7161 \begin_layout Standard
7162 \begin_inset VSpace bigskip
7163 \end_inset
7164
7165 Benötigt man Klammern, die sich überschneiden, muss man die in 
7166 \begin_inset CommandInset ref
7167 LatexCommand ref
7168 reference "sec:Mehrzeilige-Formeln"
7169
7170 \end_inset
7171
7172  beschriebenen mehrzeiligen Formeln verwenden:
7173 \begin_inset Formula 
7174 \begin{eqnarray*}
7175 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7176  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7177 \end{eqnarray*}
7178
7179 \end_inset
7180
7181 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7182  Dabei ist es wichtig, dass vor dem ersten 
7183 \begin_inset Formula $d$
7184 \end_inset
7185
7186  der Abstandsbefehl
7187 \begin_inset Foot
7188 status collapsed
7189
7190 \begin_layout Plain Layout
7191 Abstandsbefehle sind in 
7192 \begin_inset CommandInset ref
7193 LatexCommand ref
7194 reference "sub:Vordefinierter-Leerraum"
7195
7196 \end_inset
7197
7198  erklärt.
7199 \end_layout
7200
7201 \end_inset
7202
7203  
7204 \series bold
7205
7206 \backslash
7207 :
7208 \series default
7209  eingegeben wird, denn die nach dem 
7210 \begin_inset Formula $q$
7211 \end_inset
7212
7213  endende Klammer verhindert, dass das nachfolgende 
7214 \begin_inset Quotes gld
7215 \end_inset
7216
7217 +
7218 \begin_inset Quotes grd
7219 \end_inset
7220
7221  von Leerraum umgeben ist.
7222 \begin_inset Foot
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226 weil eine Klammer nicht als Zeichen gilt, siehe 
7227 \begin_inset CommandInset ref
7228 LatexCommand ref
7229 reference "sub:Binäre-Operatoren"
7230
7231 \end_inset
7232
7233
7234 \end_layout
7235
7236 \end_inset
7237
7238  In die zweite Zeile wird die zweite Klammer eingegeben.
7239  Da sie vor dem 
7240 \begin_inset Formula $b$
7241 \end_inset
7242
7243  beginnen soll, gibt man zuerst 
7244 \series bold
7245
7246 \backslash
7247 hphantom{gggg+
7248 \backslash
7249 :}
7250 \series default
7251  ein.
7252 \begin_inset Foot
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 mehr zu 
7257 \series bold
7258
7259 \backslash
7260 hphantom
7261 \series default
7262  siehe 
7263 \begin_inset CommandInset ref
7264 LatexCommand ref
7265 reference "sub:Platzhalter"
7266
7267 \end_inset
7268
7269 .
7270 \end_layout
7271
7272 \end_inset
7273
7274  Dieser Leerraum wird benötigt, weil das 
7275 \begin_inset Quotes gld
7276 \end_inset
7277
7278 +
7279 \begin_inset Quotes grd
7280 \end_inset
7281
7282  in der Formel auch von Leerraum umgeben ist.
7283  Die Klammer wird unter den Befehl 
7284 \series bold
7285
7286 \backslash
7287 hphantom{bbqq+dddd}
7288 \series default
7289  gesetzt.
7290 \end_layout
7291
7292 \begin_layout Standard
7293 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7294 n, wie in folgendem Beispiel:
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300
7301 \backslash
7302 setlength{
7303 \backslash
7304 jot}{-6pt}
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \begin_inset Formula 
7311 \begin{eqnarray*}
7312  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7313 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7314 \end{eqnarray*}
7315
7316 \end_inset
7317
7318
7319 \begin_inset ERT
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323
7324
7325 \backslash
7326 setlength{
7327 \backslash
7328 jot}{3pt}
7329 \end_layout
7330
7331 \end_inset
7332
7333 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7334  mit dem Unterschied, dass sich die Klammer oben befindet.
7335  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7336  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7337  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7338  werden.
7339  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7340 \begin_inset Foot
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344 \begin_inset CommandInset href
7345 LatexCommand href
7346 name "LyX-Fehler #1505"
7347 target "http://www.lyx.org/trac/ticket/1505"
7348
7349 \end_inset
7350
7351
7352 \end_layout
7353
7354 \end_inset
7355
7356 .
7357  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7358 \series bold
7359
7360 \backslash
7361 jot
7362 \series default
7363
7364 \begin_inset Index idx
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 Befehle ! J ! 
7369 \backslash
7370 jot
7371 \end_layout
7372
7373 \end_inset
7374
7375  vor der Formel mit dem Befehl 
7376 \series bold
7377
7378 \backslash
7379 setlength{
7380 \backslash
7381 jot}{-6pt}
7382 \series default
7383  im TeX-Modus auf den Wert -6
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 pt geändert.
7388  Nach der Formel wird 
7389 \series bold
7390
7391 \backslash
7392 jot
7393 \series default
7394  mit demselben Befehl wieder auf den Standardwert 3
7395 \begin_inset space \thinspace{}
7396 \end_inset
7397
7398 pt zurückgesetzt.
7399  Genaueres zum Zeilenabstand in Formeln ist in 
7400 \begin_inset CommandInset ref
7401 LatexCommand ref
7402 reference "sub:Zeilenabstand"
7403
7404 \end_inset
7405
7406  erklärt.
7407 \end_layout
7408
7409 \begin_layout Section
7410 Pfeile
7411 \begin_inset Index idx
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 Pfeile
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \begin_layout Standard
7424 Pfeile können über den Mathe-Werkzeugleistenknopf 
7425 \begin_inset Info
7426 type  "icon"
7427 arg   "math-insert \\leftarrow"
7428 \end_inset
7429
7430  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7431  aufgelistet sind.
7432 \end_layout
7433
7434 \begin_layout Subsection
7435 Horizontale Pfeile
7436 \begin_inset Index idx
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Pfeile ! horizontale
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \begin_layout Standard
7449 \begin_inset space \hfill{}
7450 \end_inset
7451
7452
7453 \begin_inset Tabular
7454 <lyxtabular version="3" rows="8" columns="2">
7455 <features rotate="0" tabularvalignment="middle">
7456 <column alignment="center" valignment="top" width="0pt">
7457 <column alignment="center" valignment="top" width="0pt">
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 Befehl
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 Ergebnis
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \backslash
7485 gets
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 \begin_inset Formula $\gets$
7495 \end_inset
7496
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 </row>
7503 <row>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \backslash
7510 Leftarrow
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 \begin_inset Formula $\Leftarrow$
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \backslash
7535 longleftarrow
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\longleftarrow$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \backslash
7560 Longleftarrow
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 \begin_inset Formula $\Longleftarrow$
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \backslash
7585 leftharpoonup
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 \begin_inset Formula $\leftharpoonup$
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 </row>
7603 <row>
7604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \backslash
7610 leftharpoondown
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 \begin_inset Formula $\leftharpoondown$
7620 \end_inset
7621
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 </row>
7628 <row>
7629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \backslash
7635 hookleftarrow
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 \begin_inset Formula $\hookleftarrow$
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 </lyxtabular>
7654
7655 \end_inset
7656
7657
7658 \begin_inset space \hfill{}
7659 \end_inset
7660
7661
7662 \begin_inset Tabular
7663 <lyxtabular version="3" rows="8" columns="2">
7664 <features rotate="0" tabularvalignment="middle">
7665 <column alignment="center" valignment="top" width="0pt">
7666 <column alignment="center" valignment="top" width="0pt">
7667 <row>
7668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 Befehl
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 Ergebnis
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 </row>
7687 <row>
7688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \backslash
7694 to
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 \begin_inset Formula $\to$
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \backslash
7719 Rightarrow
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 \begin_inset Formula $\Rightarrow$
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \backslash
7744 longrightarrow
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 \begin_inset Formula $\longrightarrow$
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \backslash
7769 Longrightarrow
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 \begin_inset Formula $\Longrightarrow$
7779 \end_inset
7780
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \backslash
7794 rightharpoonup
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 \begin_inset Formula $\rightharpoonup$
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 <row>
7813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \backslash
7819 rightharpoondown
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 \begin_inset Formula $\rightharpoondown$
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 </row>
7837 <row>
7838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \backslash
7844 hookrightarrow
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 \begin_inset Formula $\hookrightarrow$
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 </lyxtabular>
7863
7864 \end_inset
7865
7866
7867 \begin_inset space \hfill{}
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \begin_layout Standard
7874 \begin_inset space \hfill{}
7875 \end_inset
7876
7877
7878 \begin_inset Tabular
7879 <lyxtabular version="3" rows="6" columns="2">
7880 <features rotate="0" tabularvalignment="middle">
7881 <column alignment="center" valignment="top" width="0pt">
7882 <column alignment="center" valignment="top" width="0pt">
7883 <row>
7884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Befehl
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Ergebnis
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \backslash
7910 leftrightarrow
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 \begin_inset Formula $\leftrightarrow$
7920 \end_inset
7921
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \backslash
7935 Leftrightarrow
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 \begin_inset Formula $\Leftrightarrow$
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \backslash
7960 longleftrightarrow
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 \begin_inset Formula $\longleftrightarrow$
7970 \end_inset
7971
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \backslash
7985 Longleftrightarrow
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 \begin_inset Formula $\Longleftrightarrow$
7995 \end_inset
7996
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \backslash
8010 rightleftharpoons
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 \begin_inset Formula $\rightleftharpoons$
8020 \end_inset
8021
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 </lyxtabular>
8029
8030 \end_inset
8031
8032
8033 \begin_inset space \hspace{}
8034 \length 25pt
8035 \end_inset
8036
8037
8038 \begin_inset space \hfill{}
8039 \end_inset
8040
8041
8042 \begin_inset Tabular
8043 <lyxtabular version="3" rows="5" columns="2">
8044 <features rotate="0" tabularvalignment="middle">
8045 <column alignment="center" valignment="top" width="0pt">
8046 <column alignment="center" valignment="top" width="0pt">
8047 <row>
8048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Befehl
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Ergebnis
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 mapsto
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\mapsto$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 longmapsto
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\longmapsto$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 leadsto
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\leadsto$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 dasharrow
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\dasharrow$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 </lyxtabular>
8168
8169 \end_inset
8170
8171
8172 \begin_inset space \hfill{}
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \begin_layout Standard
8179 \begin_inset VSpace medskip
8180 \end_inset
8181
8182 Als Akzente verwendete Pfeile, wie z.
8183 \begin_inset space \thinspace{}
8184 \end_inset
8185
8186 B.
8187  Vektorpfeile, sind in 
8188 \begin_inset CommandInset ref
8189 LatexCommand ref
8190 reference "sec:Akzente"
8191
8192 \end_inset
8193
8194  aufgelistet.
8195 \end_layout
8196
8197 \begin_layout Standard
8198 \begin_inset VSpace bigskip
8199 \end_inset
8200
8201 Des Weiteren gibt es die beschriftbaren Pfeile
8202 \begin_inset Index idx
8203 status collapsed
8204
8205 \begin_layout Plain Layout
8206 Pfeile ! beschriftbare
8207 \end_layout
8208
8209 \end_inset
8210
8211  
8212 \series bold
8213
8214 \backslash
8215 xleftarrow
8216 \series default
8217
8218 \begin_inset Index idx
8219 status collapsed
8220
8221 \begin_layout Plain Layout
8222 Befehle ! X ! 
8223 \backslash
8224 xleftarrow
8225 \end_layout
8226
8227 \end_inset
8228
8229  und 
8230 \series bold
8231
8232 \backslash
8233 xrightarrow
8234 \series default
8235
8236 \begin_inset Index idx
8237 status collapsed
8238
8239 \begin_layout Plain Layout
8240 Befehle ! X ! 
8241 \backslash
8242 xrightarrow
8243 \begin_inset ERT
8244 status collapsed
8245
8246 \begin_layout Plain Layout
8247
8248
8249 \backslash
8250 vspace{4mm}
8251 \end_layout
8252
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259
8260 .
8261  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8262  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8263  Die Pfeillänge passt sich der Breite der Beschriftung an.
8264 \end_layout
8265
8266 \begin_layout Standard
8267 \align center
8268 \begin_inset Tabular
8269 <lyxtabular version="3" rows="3" columns="2">
8270 <features rotate="0" tabularvalignment="middle">
8271 <column alignment="center" valignment="top" width="0pt">
8272 <column alignment="center" valignment="top" width="0pt">
8273 <row>
8274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Befehl
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Ergebnis
8288 \begin_inset Note Note
8289 status collapsed
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294
8295 \backslash
8296 raisebox
8297 \series default
8298  dient nur als Abstandhalter.
8299 \end_layout
8300
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 F(a)
8315 \backslash
8316 xleftarrow
8317 \begin_inset space \textvisiblespace{}
8318 \end_inset
8319
8320 x=a
8321 \begin_inset Formula $\downarrow$
8322 \end_inset
8323
8324 x>0
8325 \begin_inset Formula $\to$
8326 \end_inset
8327
8328 F(x)
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8338 \end_inset
8339
8340
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 F(x)
8352 \backslash
8353 xrightarrow
8354 \begin_inset space \textvisiblespace{}
8355 \end_inset
8356
8357 x=a
8358 \begin_inset Formula $\downarrow$
8359 \end_inset
8360
8361 x>0
8362 \begin_inset Formula $\to$
8363 \end_inset
8364
8365 F(a)
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 </lyxtabular>
8384
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \begin_layout Subsection
8391 Vertikale und diagonale Pfeile
8392 \begin_inset Index idx
8393 status collapsed
8394
8395 \begin_layout Plain Layout
8396 Pfeile ! diagonale
8397 \end_layout
8398
8399 \end_inset
8400
8401
8402 \begin_inset Index idx
8403 status collapsed
8404
8405 \begin_layout Plain Layout
8406 Pfeile ! vertikale
8407 \end_layout
8408
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \begin_layout Standard
8415 \begin_inset space \hfill{}
8416 \end_inset
8417
8418
8419 \begin_inset Tabular
8420 <lyxtabular version="3" rows="7" columns="2">
8421 <features rotate="0" tabularvalignment="middle">
8422 <column alignment="center" valignment="top" width="0pt">
8423 <column alignment="center" valignment="top" width="0pt">
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Befehl
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Ergebnis
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \backslash
8451 uparrow
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 \begin_inset Formula $\uparrow$
8461 \end_inset
8462
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \backslash
8476 Uparrow
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 \begin_inset Formula $\Uparrow$
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \backslash
8501 updownarrow
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 \begin_inset Formula $\updownarrow$
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 Updownarrow
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\Updownarrow$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \backslash
8551 Downarrow
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $\Downarrow$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \backslash
8576 downarrow
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 \begin_inset Formula $\downarrow$
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 </lyxtabular>
8595
8596 \end_inset
8597
8598
8599 \begin_inset space \hfill{}
8600 \end_inset
8601
8602
8603 \begin_inset Tabular
8604 <lyxtabular version="3" rows="5" columns="2">
8605 <features rotate="0" tabularvalignment="middle">
8606 <column alignment="center" valignment="top" width="0pt">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Befehl
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Ergebnis
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \backslash
8635 nearrow
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 \begin_inset Formula $\nearrow$
8645 \end_inset
8646
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 searrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\searrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 swarrow
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\swarrow$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 nwarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\nwarrow$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 </lyxtabular>
8729
8730 \end_inset
8731
8732
8733 \begin_inset space \hfill{}
8734 \end_inset
8735
8736
8737 \end_layout
8738
8739 \begin_layout Standard
8740 \begin_inset VSpace medskip
8741 \end_inset
8742
8743 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8744  
8745 \begin_inset CommandInset ref
8746 LatexCommand ref
8747 reference "sub:Manuelle-Klammergrößen"
8748
8749 \end_inset
8750
8751  und 
8752 \begin_inset CommandInset ref
8753 LatexCommand ref
8754 reference "sub:Automatische-Klammergrößen"
8755
8756 \end_inset
8757
8758  beschriebenen Befehlen verwendet werden.
8759 \end_layout
8760
8761 \begin_layout Section
8762 Akzente
8763 \begin_inset CommandInset label
8764 LatexCommand label
8765 name "sec:Akzente"
8766
8767 \end_inset
8768
8769
8770 \begin_inset Index idx
8771 status collapsed
8772
8773 \begin_layout Plain Layout
8774 Akzente
8775 \end_layout
8776
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \begin_layout Standard
8783 Akzente können über den Mathe-Werkzeugleistenknopf 
8784 \begin_inset Info
8785 type  "icon"
8786 arg   "math-insert \\hat"
8787 \end_inset
8788
8789  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8790  aufgelistet sind.
8791 \end_layout
8792
8793 \begin_layout Subsection
8794 Akzente für ein Zeichen
8795 \begin_inset ERT
8796 status collapsed
8797
8798 \begin_layout Plain Layout
8799
8800
8801 \backslash
8802 texorpdfstring{
8803 \end_layout
8804
8805 \end_inset
8806
8807
8808 \begin_inset Foot
8809 status collapsed
8810
8811 \begin_layout Plain Layout
8812 Akzente im Text siehe 
8813 \begin_inset CommandInset ref
8814 LatexCommand ref
8815 reference "sub:Sonderzeichen-Akzente"
8816
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823
8824
8825 \begin_inset ERT
8826 status collapsed
8827
8828 \begin_layout Plain Layout
8829
8830 }{}
8831 \end_layout
8832
8833 \end_inset
8834
8835
8836 \begin_inset Note Note
8837 status collapsed
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842
8843 \backslash
8844 texorpdfstring
8845 \series default
8846  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8847 \end_layout
8848
8849 \begin_layout Plain Layout
8850 Näheres zu 
8851 \series bold
8852
8853 \backslash
8854 texorpdfstring
8855 \series default
8856  steht in Kapitel 
8857 \begin_inset CommandInset ref
8858 LatexCommand ref
8859 reference "sub:Formeln-in-Überschriften"
8860
8861 \end_inset
8862
8863 .
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \begin_inset CommandInset label
8870 LatexCommand label
8871 name "sub:Akzente-für-ein"
8872
8873 \end_inset
8874
8875
8876 \begin_inset Index idx
8877 status collapsed
8878
8879 \begin_layout Plain Layout
8880 Akzente ! für ein Zeichen
8881 \end_layout
8882
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \begin_layout Standard
8889 \begin_inset space \hfill{}
8890 \end_inset
8891
8892
8893 \begin_inset Tabular
8894 <lyxtabular version="3" rows="8" columns="2">
8895 <features rotate="0" tabularvalignment="middle">
8896 <column alignment="center" valignment="top" width="0pt">
8897 <column alignment="center" valignment="top" width="0pt">
8898 <row>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Befehl
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Ergebnis
8913 \begin_inset Note Note
8914 status collapsed
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919
8920 \backslash
8921 raisebox
8922 \series default
8923  dient nur als Abstandhalter.
8924 \end_layout
8925
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \backslash
8941 dot
8942 \begin_inset space \textvisiblespace{}
8943 \end_inset
8944
8945 A
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \backslash
8970 ddot
8971 \begin_inset space \textvisiblespace{}
8972 \end_inset
8973
8974 A
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 dddot
9000 \begin_inset space \textvisiblespace{}
9001 \end_inset
9002
9003 A
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9013 \end_inset
9014
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \backslash
9028 ddddot
9029 \begin_inset space \textvisiblespace{}
9030 \end_inset
9031
9032 A
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \backslash
9057 vec
9058 \begin_inset space \textvisiblespace{}
9059 \end_inset
9060
9061 A
9062 \begin_inset Index idx
9063 status collapsed
9064
9065 \begin_layout Plain Layout
9066 Vektoren
9067 \end_layout
9068
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9081 \end_inset
9082
9083
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \backslash
9096 bar
9097 \begin_inset space \textvisiblespace{}
9098 \end_inset
9099
9100 A
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \backslash
9125 mathring
9126 \begin_inset space \textvisiblespace{}
9127 \end_inset
9128
9129 A
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 </lyxtabular>
9148
9149 \end_inset
9150
9151
9152 \begin_inset space \hfill{}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="7" columns="2">
9158 <features rotate="0" tabularvalignment="middle">
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Befehl
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Ergebnis
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188 tilde
9189 \begin_inset space \textvisiblespace{}
9190 \end_inset
9191
9192 A
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 hat
9218 \begin_inset space \textvisiblespace{}
9219 \end_inset
9220
9221 A
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9231 \end_inset
9232
9233
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \backslash
9246 check
9247 \begin_inset space \textvisiblespace{}
9248 \end_inset
9249
9250 A
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \backslash
9275 acute
9276 \begin_inset space \textvisiblespace{}
9277 \end_inset
9278
9279 A
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 grave
9305 \begin_inset space \textvisiblespace{}
9306 \end_inset
9307
9308 A
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \backslash
9333 breve
9334 \begin_inset space \textvisiblespace{}
9335 \end_inset
9336
9337 A
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 </lyxtabular>
9356
9357 \end_inset
9358
9359
9360 \begin_inset space \hfill{}
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \begin_layout Standard
9367 \begin_inset VSpace bigskip
9368 \end_inset
9369
9370 Akzente wie z.B.
9371  é können direkt in Formeln eingegeben werden.
9372  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9373  Für Umlaute
9374 \begin_inset Index idx
9375 status collapsed
9376
9377 \begin_layout Plain Layout
9378 Umlaute
9379 \end_layout
9380
9381 \end_inset
9382
9383  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9384  Diese beiden Zeichen bilden dann für LaTeX 
9385 \emph on
9386 ein
9387 \emph default
9388  Zeichen.
9389  Im Gegensatz zu 
9390 \series bold
9391
9392 \backslash
9393 ddot
9394 \series default
9395  entstehen damit 
9396 \begin_inset Quotes gld
9397 \end_inset
9398
9399 echte
9400 \begin_inset Quotes grd
9401 \end_inset
9402
9403  Umlaute, was folgendes Beispiel zeigt:
9404 \end_layout
9405
9406 \begin_layout Standard
9407 \begin_inset VSpace -2mm
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \begin_layout Standard
9414 \align center
9415 \begin_inset Tabular
9416 <lyxtabular version="3" rows="3" columns="2">
9417 <features rotate="0" tabularvalignment="middle">
9418 <column alignment="center" valignment="top">
9419 <column alignment="center" valignment="top">
9420 <row>
9421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 Befehl
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 Ergebnis
9435 \begin_inset Note Note
9436 status collapsed
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441
9442 \backslash
9443 raisebox
9444 \series default
9445  dient nur als Abstandhalter.
9446 \end_layout
9447
9448 \end_inset
9449
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Quotes grd
9462 \end_inset
9463
9464 i
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 \begin_inset Formula $"i$
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 ddot
9490 \begin_inset space \textvisiblespace{}
9491 \end_inset
9492
9493 i
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 </row>
9511 </lyxtabular>
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 Ein weiterer Vorteil gegenüber 
9520 \series bold
9521
9522 \backslash
9523 ddot
9524 \series default
9525  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9526  denn die obigen Akzentbefehle sind 
9527 \emph on
9528 im mathematischen Text\SpecialChar \-
9529 modus nicht erlaubt
9530 \emph default
9531 .
9532  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9533  nur das Zeichen unter dem Akzent umgewandelt werden.
9534  Das gilt auch für alle anderen Umwandlungen wie z.
9535 \begin_inset space \thinspace{}
9536 \end_inset
9537
9538 B.
9539  in kursiv oder fett.
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9544  direkt eingegeben werden.
9545 \end_layout
9546
9547 \begin_layout Standard
9548 \begin_inset VSpace bigskip
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \begin_layout Standard
9555 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
9556  
9557 \series bold
9558 undertilde
9559 \series default
9560
9561 \begin_inset Index idx
9562 status collapsed
9563
9564 \begin_layout Plain Layout
9565 Pakete ! undertilde
9566 \end_layout
9567
9568 \end_inset
9569
9570  auf Ihrem System installiert ist:
9571 \end_layout
9572
9573 \begin_layout Standard
9574 \begin_inset ERT
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578
9579
9580 \backslash
9581 ifundertilde 
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \begin_inset Note Note
9588 status open
9589
9590 \begin_layout Plain Layout
9591 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
9592 \series bold
9593 undertilde
9594 \series default
9595  installiert ist:
9596 \end_layout
9597
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \begin_layout Standard
9604 \noindent
9605 \align center
9606 \begin_inset Tabular
9607 <lyxtabular version="3" rows="2" columns="2">
9608 <features rotate="0" tabularvalignment="middle">
9609 <column alignment="center" valignment="top" width="0pt">
9610 <column alignment="center" valignment="top" width="0pt">
9611 <row>
9612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 Befehl
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 Ergebnis
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 utilde
9639 \begin_inset space \textvisiblespace{}
9640 \end_inset
9641
9642 A
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 </lyxtabular>
9661
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \begin_layout Standard
9668 \begin_inset ERT
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672
9673
9674 \backslash
9675 else 
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \begin_inset Note Note
9682 status open
9683
9684 \begin_layout Plain Layout
9685 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
9686 \series bold
9687 undertilde
9688 \series default
9689  nicht installiert ist:
9690 \end_layout
9691
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \begin_layout Standard
9698 Das LaTeX-Paket 
9699 \series bold
9700 undertilde 
9701 \series default
9702 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
9703 \end_layout
9704
9705 \begin_layout Standard
9706 \begin_inset ERT
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710
9711
9712 \backslash
9713 fi 
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Subsection
9722 Akzente für mehrere Zeichen
9723 \begin_inset Index idx
9724 status collapsed
9725
9726 \begin_layout Plain Layout
9727 Akzente ! für mehrere Zeichen
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \begin_layout Standard
9736 \begin_inset space \hfill{}
9737 \end_inset
9738
9739
9740 \begin_inset Tabular
9741 <lyxtabular version="3" rows="5" columns="2">
9742 <features rotate="0" tabularvalignment="middle">
9743 <column alignment="center" valignment="top" width="0pt">
9744 <column alignment="center" valignment="top" width="0pt">
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 Befehl
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Ergebnis
9760 \begin_inset Note Note
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765 \series bold
9766
9767 \backslash
9768 raisebox
9769 \series default
9770  dient nur als Abstandhalter.
9771 \end_layout
9772
9773 \end_inset
9774
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row>
9782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \backslash
9788 overleftarrow
9789 \begin_inset space \textvisiblespace{}
9790 \end_inset
9791
9792 A=B
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 </row>
9810 <row>
9811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \backslash
9817 underleftarrow
9818 \begin_inset space \textvisiblespace{}
9819 \end_inset
9820
9821 A=B
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9831 \end_inset
9832
9833
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row>
9840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \backslash
9846 overleftrightarrow
9847 \begin_inset space \textvisiblespace{}
9848 \end_inset
9849
9850 A=B
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row>
9869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \backslash
9875 underleftrightarrow
9876 \begin_inset space \textvisiblespace{}
9877 \end_inset
9878
9879 A=B
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 </lyxtabular>
9898
9899 \end_inset
9900
9901
9902 \begin_inset space \hfill{}
9903 \end_inset
9904
9905
9906 \begin_inset Tabular
9907 <lyxtabular version="3" rows="5" columns="2">
9908 <features rotate="0" tabularvalignment="middle">
9909 <column alignment="center" valignment="top" width="0pt">
9910 <column alignment="center" valignment="top" width="0pt">
9911 <row>
9912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 Befehl
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 Ergebnis
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row>
9932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \backslash
9938 overrightarrow
9939 \begin_inset space \textvisiblespace{}
9940 \end_inset
9941
9942 A=B
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9952 \end_inset
9953
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \backslash
9967 underrightarrow
9968 \begin_inset space \textvisiblespace{}
9969 \end_inset
9970
9971 A=B
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \backslash
9996 widetilde
9997 \begin_inset space \textvisiblespace{}
9998 \end_inset
9999
10000 A=B
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \backslash
10025 widehat
10026 \begin_inset space \textvisiblespace{}
10027 \end_inset
10028
10029 A=B
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 </lyxtabular>
10048
10049 \end_inset
10050
10051
10052 \begin_inset space \hfill{}
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \begin_layout Standard
10059 \begin_inset VSpace medskip
10060 \end_inset
10061
10062 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10063  Die Akzente
10064 \begin_inset Newline linebreak
10065 \end_inset
10066
10067
10068 \series bold
10069
10070 \backslash
10071 widetilde
10072 \series default
10073  und 
10074 \series bold
10075
10076 \backslash
10077 widehat
10078 \series default
10079  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10080  was folgendes Beispiel verdeutlicht:
10081 \begin_inset Formula 
10082 \[
10083 \widetilde{A+B=C-D}
10084 \]
10085
10086 \end_inset
10087
10088
10089 \end_layout
10090
10091 \begin_layout Standard
10092 Mit den im vorigen Kapitel beschriebenen Befehlen 
10093 \series bold
10094
10095 \backslash
10096 overset
10097 \series default
10098
10099 \begin_inset Index idx
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103 Befehle ! O ! 
10104 \backslash
10105 overset
10106 \end_layout
10107
10108 \end_inset
10109
10110  und 
10111 \series bold
10112
10113 \backslash
10114 underset
10115 \series default
10116
10117 \begin_inset Index idx
10118 status collapsed
10119
10120 \begin_layout Plain Layout
10121 Befehle ! U ! 
10122 \backslash
10123 underset
10124 \end_layout
10125
10126 \end_inset
10127
10128  ist es auch möglich mehrere Zeichen zu akzentuieren.
10129  Der Befehl 
10130 \series bold
10131
10132 \backslash
10133 underset
10134 \begin_inset space \textvisiblespace{}
10135 \end_inset
10136
10137 A=B
10138 \begin_inset Formula $\downarrow$
10139 \end_inset
10140
10141 ***
10142 \series default
10143  ergibt:
10144 \begin_inset Formula 
10145 \[
10146 \underset{***}{A=B}
10147 \]
10148
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \begin_layout Section
10155 Leerraum
10156 \begin_inset CommandInset label
10157 LatexCommand label
10158 name "sub:Leerraum"
10159
10160 \end_inset
10161
10162
10163 \begin_inset Index idx
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167 Leerraum ! horizontaler
10168 \end_layout
10169
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \begin_layout Subsection
10176 Vordefinierter Leerraum
10177 \begin_inset CommandInset label
10178 LatexCommand label
10179 name "sub:Vordefinierter-Leerraum"
10180
10181 \end_inset
10182
10183
10184 \begin_inset Index idx
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188 Leerraum ! horizontaler ! vordefiniert
10189 \end_layout
10190
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10198  Dazu gibt man ein geschütztes Leerzeichen ein.
10199  Es erscheint ein 
10200 \begin_inset Quotes gld
10201 \end_inset
10202
10203
10204 \color blue
10205
10206 \begin_inset space \textvisiblespace{}
10207 \end_inset
10208
10209
10210 \color inherit
10211
10212 \begin_inset Quotes grd
10213 \end_inset
10214
10215  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10216  Leerraum-Größen wählen.
10217  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10218 \begin_inset Info
10219 type  "icon"
10220 arg   "math-insert \\space"
10221 \end_inset
10222
10223  oder mit einzelnen Befehlen aufrufen.
10224  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10225  danach wieder aus allen Größen wählen.
10226 \end_layout
10227
10228 \begin_layout Standard
10229 \align center
10230 \begin_inset Tabular
10231 <lyxtabular version="3" rows="6" columns="3">
10232 <features rotate="0" tabularvalignment="middle">
10233 <column alignment="center" valignment="top">
10234 <column alignment="center" valignment="top" width="15col%">
10235 <column alignment="center" valignment="top">
10236 <row>
10237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Befehl
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Anzahl der Leertastendrücke
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Ergebnis
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \backslash
10272 ,
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 0
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 \begin_inset Formula $A\, B$
10291 \end_inset
10292
10293
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \backslash
10306 :
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 1
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 \begin_inset Formula $A\: B$
10325 \end_inset
10326
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \backslash
10340 ;
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 2
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 \begin_inset Formula $A\; B$
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \backslash
10374 quad
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 3
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 \begin_inset Formula $A\quad B$
10393 \end_inset
10394
10395
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \backslash
10408 qquad
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 4
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 \begin_inset Formula $A\qquad B$
10427 \end_inset
10428
10429
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 </lyxtabular>
10436
10437 \end_inset
10438
10439
10440 \begin_inset space \hfill{}
10441 \end_inset
10442
10443
10444 \begin_inset Tabular
10445 <lyxtabular version="3" rows="6" columns="3">
10446 <features rotate="0" tabularvalignment="middle">
10447 <column alignment="center" valignment="top">
10448 <column alignment="center" valignment="top" width="15col%">
10449 <column alignment="center" valignment="top">
10450 <row>
10451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Befehl
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Anzahl der Leertastendrücke
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Ergebnis
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 hfill
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 5
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Formula $A\hfill B$
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 hspace*{1em}
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 6
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $A\hspace*{1em}B$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 hspace{1em}
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 7
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 \begin_inset Formula $A\hspace{1em}B$
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \backslash
10588
10589 \begin_inset space \textvisiblespace{}
10590 \end_inset
10591
10592
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 8
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 \begin_inset Formula $A\ B$
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \backslash
10626 !
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 9
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 \begin_inset Formula $A\! B$
10645 \end_inset
10646
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 </lyxtabular>
10654
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \begin_layout Standard
10661 Leerraum
10662 \begin_inset space ~
10663 \end_inset
10664
10665 5
10666 \begin_inset space \thinspace{}
10667 \end_inset
10668
10669 --
10670 \begin_inset space \thinspace{}
10671 \end_inset
10672
10673 7 sind variable Leerräume, die in 
10674 \begin_inset CommandInset ref
10675 LatexCommand ref
10676 reference "sub:Variabler-Leerraum"
10677
10678 \end_inset
10679
10680  erläutert sind.
10681  Leerraum
10682 \begin_inset space ~
10683 \end_inset
10684
10685 9 scheint überhaupt keinen Leerraum zu produzieren.
10686  Er ist in LyX allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10687  denn er erstellt negativen Leerraum.
10688  Es gibt noch zwei weitere negative Leerräume:
10689 \end_layout
10690
10691 \begin_layout Standard
10692 \align center
10693 \begin_inset Tabular
10694 <lyxtabular version="3" rows="3" columns="3">
10695 <features rotate="0" tabularvalignment="middle">
10696 <column alignment="center" valignment="middle" width="6.8cm">
10697 <column alignment="center" valignment="top" width="0pt">
10698 <column alignment="center" valignment="top" width="0pt">
10699 <row>
10700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Befehl
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \backslash
10715 negmedspace
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \backslash
10726 negthickspace
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row>
10733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 10
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 11
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Ergebnis
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 \begin_inset Formula $A\negmedspace B$
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 \begin_inset Formula $A\negthickspace B$
10788 \end_inset
10789
10790
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 </lyxtabular>
10797
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \begin_layout Standard
10804 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10805  Man kann auf diese Weise Ligaturen erzwingen, was z.
10806 \begin_inset space \thinspace{}
10807 \end_inset
10808
10809 B.
10810  für Summenzeichen von Nutzen ist: 
10811 \end_layout
10812
10813 \begin_layout Standard
10814 \align center
10815 \begin_inset Tabular
10816 <lyxtabular version="3" rows="3" columns="2">
10817 <features rotate="0" tabularvalignment="middle">
10818 <column alignment="center" valignment="top">
10819 <column alignment="center" valignment="top">
10820 <row>
10821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Befehl
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 Ergebnis
10835 \begin_inset Note Note
10836 status collapsed
10837
10838 \begin_layout Plain Layout
10839
10840 \series bold
10841
10842 \backslash
10843 raisebox
10844 \series default
10845  dient nur als Abstandhalter.
10846 \end_layout
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 </row>
10856 <row>
10857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \backslash
10863 sum
10864 \backslash
10865 sum
10866 \begin_inset space \textvisiblespace{}
10867 \end_inset
10868
10869 f_kl
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \backslash
10894 sum
10895 \backslash
10896 negmedspace
10897 \backslash
10898 sum
10899 \begin_inset space \textvisiblespace{}
10900 \end_inset
10901
10902 f_kl
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 </lyxtabular>
10921
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \begin_layout Standard
10928 \noindent
10929 \begin_inset VSpace medskip
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \begin_layout Standard
10936 \noindent
10937 Relationen, wie z.
10938 \begin_inset space \thinspace{}
10939 \end_inset
10940
10941 B.
10942  Gleichheitszeichen, sind immer von Leerraum umgeben.
10943  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10944  TeX-Klammer.
10945  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10946 \end_layout
10947
10948 \begin_layout Standard
10949 \align center
10950 \begin_inset Tabular
10951 <lyxtabular version="3" rows="2" columns="2">
10952 <features rotate="0" tabularvalignment="middle">
10953 <column alignment="center" valignment="top" width="0pt">
10954 <column alignment="center" valignment="top" width="0pt">
10955 <row>
10956 <cell alignment="center" valignment="top" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 normale Gleichung
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 \begin_inset Formula $A=B$
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="center" valignment="top" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 \begin_inset Note Note
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987
10988 \series bold
10989
10990 \backslash
10991 raisebox
10992 \series default
10993  dient nur als Abstandhalter.
10994 \end_layout
10995
10996 \end_inset
10997
10998
10999 \begin_inset Formula $\raisebox{5mm}{}$
11000 \end_inset
11001
11002 Gleichung ohne Leerraum
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 \begin_inset Formula $A{=}B$
11012 \end_inset
11013
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 </lyxtabular>
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Standard
11028 Der Befehl für die letzte Formel lautet: 
11029 \series bold
11030 A
11031 \backslash
11032 {=
11033 \begin_inset Formula $\to$
11034 \end_inset
11035
11036 B
11037 \end_layout
11038
11039 \begin_layout Standard
11040 \begin_inset VSpace bigskip
11041 \end_inset
11042
11043 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11044  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11045  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11046 \family sans
11047 Einfügen\SpecialChar \menuseparator
11048 Formatierung\SpecialChar \menuseparator
11049 Kleiner
11050 \begin_inset space ~
11051 \end_inset
11052
11053 Abstand
11054 \family default
11055  (Tastenkürzel 
11056 \family sans
11057 Strg+Shift+Leertaste
11058 \family default
11059 ) ein.
11060 \end_layout
11061
11062 \begin_layout Standard
11063 Ein Beispiel zur Veranschaulichung:
11064 \end_layout
11065
11066 \begin_layout Standard
11067 \begin_inset Tabular
11068 <lyxtabular version="3" rows="2" columns="2">
11069 <features rotate="0" tabularvalignment="middle">
11070 <column alignment="left" valignment="top">
11071 <column alignment="left" valignment="top">
11072 <row>
11073 <cell alignment="center" valignment="top" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 24 kW
11078 \begin_inset Formula $\cdot$
11079 \end_inset
11080
11081 h
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 Leerzeichen zwischen Wert und Einheit
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 </row>
11096 <row>
11097 <cell alignment="center" valignment="top" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 24
11102 \begin_inset space \thinspace{}
11103 \end_inset
11104
11105 kW
11106 \begin_inset Formula $\cdot$
11107 \end_inset
11108
11109 h
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 kleinster Leerraum zwischen Wert und Einheit
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 </lyxtabular>
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Standard
11132 \begin_inset Newpage newpage
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Subsection
11139 Variabler Leerraum
11140 \begin_inset ERT
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144
11145
11146 \backslash
11147 texorpdfstring{
11148 \end_layout
11149
11150 \end_inset
11151
11152
11153 \begin_inset Foot
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157 für vertikalen Leerraum in Formeln siehe 
11158 \begin_inset CommandInset ref
11159 LatexCommand ref
11160 reference "sub:Zeilenabstand"
11161
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \begin_inset ERT
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174
11175 }{}
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \begin_inset Note Note
11182 status collapsed
11183
11184 \begin_layout Plain Layout
11185
11186 \series bold
11187
11188 \backslash
11189 texorpdfstring
11190 \series default
11191  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11192 \end_layout
11193
11194 \begin_layout Plain Layout
11195 Näheres zu 
11196 \series bold
11197
11198 \backslash
11199 texorpdfstring
11200 \series default
11201  steht in Kapitel 
11202 \begin_inset CommandInset ref
11203 LatexCommand ref
11204 reference "sub:Formeln-in-Überschriften"
11205
11206 \end_inset
11207
11208 .
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \begin_inset CommandInset label
11215 LatexCommand label
11216 name "sub:Variabler-Leerraum"
11217
11218 \end_inset
11219
11220
11221 \begin_inset Index idx
11222 status collapsed
11223
11224 \begin_layout Plain Layout
11225 Leerraum ! horizontaler ! variabel
11226 \end_layout
11227
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \begin_layout Standard
11234 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11235 \series bold
11236
11237 \backslash
11238 hspace
11239 \series default
11240
11241 \begin_inset Index idx
11242 status collapsed
11243
11244 \begin_layout Plain Layout
11245 Befehle ! H ! 
11246 \backslash
11247 hspace
11248 \end_layout
11249
11250 \end_inset
11251
11252  einfügen.
11253  Es erscheint ein langes 
11254 \begin_inset Quotes gld
11255 \end_inset
11256
11257
11258 \color blue
11259
11260 \begin_inset space \textvisiblespace{}
11261 \end_inset
11262
11263
11264 \color inherit
11265
11266 \begin_inset Quotes grd
11267 \end_inset
11268
11269 .
11270  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11271  das 
11272 \begin_inset Quotes gld
11273 \end_inset
11274
11275
11276 \color blue
11277
11278 \begin_inset space \textvisiblespace{}
11279 \end_inset
11280
11281
11282 \color inherit
11283
11284 \begin_inset Quotes grd
11285 \end_inset
11286
11287  klickt.
11288  Die Länge darf auch negativ sein.
11289  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
11290  weggelassen.
11291  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
11292 \series bold
11293
11294 \backslash
11295 hspace*
11296 \series default
11297  statt 
11298 \series bold
11299
11300 \backslash
11301 hspace
11302 \series default
11303  oder klickt mit der linken Maustaste auf das 
11304 \begin_inset Quotes gld
11305 \end_inset
11306
11307
11308 \color blue
11309
11310 \begin_inset space \textvisiblespace{}
11311 \end_inset
11312
11313
11314 \color inherit
11315
11316 \begin_inset Quotes grd
11317 \end_inset
11318
11319  und wählt die Option 
11320 \family sans
11321 Schützen
11322 \family default
11323  aus.
11324 \begin_inset Newline newline
11325 \end_inset
11326
11327 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11328  einnimmt, benutzt man den Befehl 
11329 \series bold
11330
11331 \backslash
11332 hfill
11333 \series default
11334
11335 \begin_inset Index idx
11336 status collapsed
11337
11338 \begin_layout Plain Layout
11339 Befehle ! H ! 
11340 \backslash
11341 hfill
11342 \end_layout
11343
11344 \end_inset
11345
11346 .
11347 \end_layout
11348
11349 \begin_layout Standard
11350 \begin_inset VSpace -1mm
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \begin_layout Standard
11357 \align center
11358 \begin_inset Tabular
11359 <lyxtabular version="3" rows="4" columns="2">
11360 <features rotate="0" tabularvalignment="middle">
11361 <column alignment="center" valignment="top">
11362 <column alignment="center" valignment="top">
11363 <row>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 Befehl (
11369 \backslash
11370 hspace Länge)
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 Ergebnis
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 A=B
11391 \backslash
11392 hspace
11393 \begin_inset space \textvisiblespace{}
11394 \end_inset
11395
11396 A
11397 \backslash
11398 not=C (3
11399 \begin_inset space \thinspace{}
11400 \end_inset
11401
11402 cm)
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 A
11426 \backslash
11427 hspace
11428 \begin_inset space \textvisiblespace{}
11429 \end_inset
11430
11431 A
11432 \backslash
11433 not=A (-1
11434 \begin_inset space \thinspace{}
11435 \end_inset
11436
11437 mm)
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 A=A
11461 \backslash
11462 hfill
11463 \begin_inset space \textvisiblespace{}
11464 \end_inset
11465
11466 B=B
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 \begin_inset Formula $A=A\hfill B=B$
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 </row>
11484 </lyxtabular>
11485
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \begin_layout Standard
11492 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11493  Spalteneintrags der Tabelle vorgegeben.
11494  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11495  in die 
11496 \series bold
11497
11498 \backslash
11499 hfill
11500 \series default
11501  eingegeben wird.
11502  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11503  
11504 \series bold
11505
11506 \backslash
11507 hfill
11508 \series default
11509  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11510 \series bold
11511 Eingerückt
11512 \series default
11513  eingestellt ist.
11514  (Formelstile sind in 
11515 \begin_inset CommandInset ref
11516 LatexCommand ref
11517 reference "sec:Formelstile"
11518
11519 \end_inset
11520
11521  erklärt.)
11522 \end_layout
11523
11524 \begin_layout Standard
11525 Neben 
11526 \series bold
11527
11528 \backslash
11529 hfill
11530 \series default
11531  gibt es noch die Befehle 
11532 \series bold
11533
11534 \backslash
11535 dotfill
11536 \series default
11537  und 
11538 \series bold
11539
11540 \backslash
11541 hrulefill
11542 \series default
11543 , die den Leerraum mit einem Muster füllen, siehe 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "sub:Fortsetzungspunkte"
11547
11548 \end_inset
11549
11550  für ein Beispiel.
11551 \end_layout
11552
11553 \begin_layout Standard
11554 Variabler Leerraum kann für Text über das Menü 
11555 \family sans
11556 Einfügen\SpecialChar \menuseparator
11557 Formatierung\SpecialChar \menuseparator
11558 Horizontaler
11559 \begin_inset space ~
11560 \end_inset
11561
11562 Abstand
11563 \family default
11564  eingefügt werden:
11565 \end_layout
11566
11567 \begin_layout Standard
11568 Dies ist eine Zeile mit
11569 \begin_inset space \hspace{}
11570 \length 2cm
11571 \end_inset
11572
11573 2
11574 \begin_inset space \thinspace{}
11575 \end_inset
11576
11577 cm Leerraum.
11578 \end_layout
11579
11580 \begin_layout Standard
11581 Dies ist eine Zeile mit
11582 \begin_inset space \hfill{}
11583 \end_inset
11584
11585 maximalem Leerraum.
11586 \end_layout
11587
11588 \begin_layout Subsection
11589 Leerraum neben eingebetteten Formeln
11590 \begin_inset Index idx
11591 status collapsed
11592
11593 \begin_layout Plain Layout
11594 Leerraum ! neben eingebetteten Formeln
11595 \end_layout
11596
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \begin_layout Standard
11603 Über die Länge 
11604 \series bold
11605
11606 \backslash
11607 mathsurround
11608 \series default
11609
11610 \begin_inset Index idx
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 Befehle ! M ! 
11615 \backslash
11616 mathsurround
11617 \end_layout
11618
11619 \end_inset
11620
11621  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11622  wird.
11623  Der Wert einer Länge wird mit dem Befehl 
11624 \series bold
11625
11626 \backslash
11627 setlength
11628 \series default
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Befehle ! S ! 
11635 \backslash
11636 setlength
11637 \end_layout
11638
11639 \end_inset
11640
11641  gesetzt.
11642  Dieser besitzt folgendes Befehlsschema:
11643 \end_layout
11644
11645 \begin_layout Standard
11646
11647 \series bold
11648
11649 \backslash
11650 setlength{Längenname}{Wert}
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Um 
11655 \series bold
11656
11657 \backslash
11658 mathsurround
11659 \series default
11660  den Wert 5
11661 \begin_inset space \thinspace{}
11662 \end_inset
11663
11664 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11665 \end_layout
11666
11667 \begin_layout Standard
11668
11669 \series bold
11670
11671 \backslash
11672 setlength{
11673 \backslash
11674 mathsurround}{5mm}
11675 \end_layout
11676
11677 \begin_layout Standard
11678 ein.
11679  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11680 \begin_inset space \thinspace{}
11681 \end_inset
11682
11683 mm Leerraum gesetzt:
11684 \begin_inset ERT
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688
11689
11690 \backslash
11691 setlength{
11692 \backslash
11693 mathsurround}{5mm}
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 Dies ist eine Zeile in der sich 
11703 \begin_inset Formula $A=B$
11704 \end_inset
11705
11706  eine Formel mit 5
11707 \begin_inset space \thinspace{}
11708 \end_inset
11709
11710 mm umgebendem Leerraum befindet.
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716
11717 \backslash
11718 setlength{
11719 \backslash
11720 mathsurround}{0pt}
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Standard
11729 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11730 \series bold
11731
11732 \backslash
11733 mathsurround
11734 \series default
11735  auf den Wert 0
11736 \begin_inset space \thinspace{}
11737 \end_inset
11738
11739 pt.
11740 \end_layout
11741
11742 \begin_layout Section
11743 Boxen und Rahmen
11744 \begin_inset Index idx
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 Boxen
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset Index idx
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 Rahmen | see
11759 \begin_inset ERT
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764 {
11765 \end_layout
11766
11767 \end_inset
11768
11769 Boxen
11770 \begin_inset ERT
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774
11775 }
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Boxen für Text sind im Kapitel 
11790 \family typewriter
11791 Boxen
11792 \family default
11793  im Handbuch 
11794 \family typewriter
11795 Eingebettete
11796 \begin_inset space ~
11797 \end_inset
11798
11799 Objekte
11800 \family default
11801  beschrieben.
11802 \end_layout
11803
11804 \begin_layout Subsection
11805 Boxen mit Rahmen
11806 \begin_inset CommandInset label
11807 LatexCommand label
11808 name "sub:Boxen-mit-Rahmen"
11809
11810 \end_inset
11811
11812
11813 \begin_inset Index idx
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817 Boxen ! mit Rahmen
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11827 \series bold
11828
11829 \backslash
11830 fbox
11831 \series default
11832
11833 \begin_inset Index idx
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Befehle ! F ! 
11838 \backslash
11839 fbox
11840 \end_layout
11841
11842 \end_inset
11843
11844  und 
11845 \series bold
11846
11847 \backslash
11848 boxed
11849 \series default
11850
11851 \begin_inset Index idx
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Befehle ! B ! 
11856 \backslash
11857 boxed
11858 \end_layout
11859
11860 \end_inset
11861
11862  zu umranden.
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11867  in einem Rahmen.
11868  Bei 
11869 \series bold
11870
11871 \backslash
11872 fbox
11873 \series default
11874  muss in diesem Eingabefeld mit 
11875 \family sans
11876 Strg+M
11877 \family default
11878  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11879  als mathematischer Text behandelt.
11880  Verwendet man 
11881 \series bold
11882
11883 \backslash
11884 boxed
11885 \series default
11886 , wird automatisch im Rahmen eine neue Formel erzeugt.
11887 \end_layout
11888
11889 \begin_layout Standard
11890 Der Befehl 
11891 \series bold
11892
11893 \backslash
11894 fbox
11895 \series default
11896  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11897  wird dann immer in Textzeilengröße gesetzt.
11898  Im Gegensatz dazu ist 
11899 \series bold
11900
11901 \backslash
11902 boxed
11903 \series default
11904  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11905  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11906 \end_layout
11907
11908 \begin_layout Standard
11909 Als Erweiterung zu 
11910 \series bold
11911
11912 \backslash
11913 fbox
11914 \series default
11915  gibt es den Befehl 
11916 \series bold
11917
11918 \backslash
11919 framebox
11920 \series default
11921
11922 \begin_inset Index idx
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Befehle ! F ! 
11927 \backslash
11928 framebox
11929 \end_layout
11930
11931 \end_inset
11932
11933 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11934  kann.
11935  
11936 \series bold
11937
11938 \backslash
11939 framebox
11940 \series default
11941  wird nach folgendem Schema verwendet:
11942 \end_layout
11943
11944 \begin_layout Standard
11945
11946 \series bold
11947
11948 \backslash
11949 framebox[Rahmenbreite][Position]{Boxinhalt}
11950 \end_layout
11951
11952 \begin_layout Standard
11953 Die Position kann entweder 
11954 \emph on
11955 l
11956 \emph default
11957  oder 
11958 \emph on
11959 r
11960 \emph default
11961  sein.
11962  
11963 \emph on
11964 l
11965 \emph default
11966  bewirkt linksbündige, 
11967 \emph on
11968 r
11969 \emph default
11970  rechtsbündige Ausrichtung der Formel in der Box.
11971  Gibt man keine Position an, wird die Formel zentriert.
11972 \begin_inset Newline newline
11973 \end_inset
11974
11975 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11976  In diesem Falle wird die Rahmenbreite wie bei 
11977 \series bold
11978
11979 \backslash
11980 fbox
11981 \series default
11982  an den Boxinhalt angepasst.
11983 \end_layout
11984
11985 \begin_layout Standard
11986 Wenn man den Befehl 
11987 \series bold
11988
11989 \backslash
11990 framebox
11991 \series default
11992  eingibt, erscheint eine Box mit drei Eingabefeldern.
11993  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
11994  beiden optionalen Argumente.
11995  In das dritte Feld wird wie bei 
11996 \series bold
11997
11998 \backslash
11999 fbox
12000 \series default
12001  die Formel eingegeben.
12002 \end_layout
12003
12004 \begin_layout Standard
12005 \align center
12006 \begin_inset Tabular
12007 <lyxtabular version="3" rows="5" columns="2">
12008 <features rotate="0" tabularvalignment="middle">
12009 <column alignment="center" valignment="top">
12010 <column alignment="center" valignment="top">
12011 <row>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 Befehl
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 Ergebnis
12026 \begin_inset Note Note
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030
12031 \series bold
12032
12033 \backslash
12034 raisebox
12035 \series default
12036  dient nur als Abstandhalter.
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052
12053 \backslash
12054 fbox
12055 \begin_inset space \textvisiblespace{}
12056 \end_inset
12057
12058
12059 \family sans
12060 Strg+M
12061 \family default
12062  
12063 \backslash
12064 int
12065 \begin_inset space \textvisiblespace{}
12066 \end_inset
12067
12068 A=B
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \backslash
12093 boxed
12094 \begin_inset space \textvisiblespace{}
12095 \end_inset
12096
12097
12098 \backslash
12099 int
12100 \begin_inset space \textvisiblespace{}
12101 \end_inset
12102
12103 A=B
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 <row>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 A+
12127 \backslash
12128 fbox
12129 \begin_inset space \textvisiblespace{}
12130 \end_inset
12131
12132 B
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 </row>
12150 <row>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155
12156 \backslash
12157 framebox
12158 \begin_inset space \textvisiblespace{}
12159 \end_inset
12160
12161 20mm
12162 \begin_inset Formula $\to$
12163 \end_inset
12164
12165
12166 \begin_inset Formula $\to$
12167 \end_inset
12168
12169
12170 \family sans
12171 Strg+M
12172 \family default
12173  
12174 \backslash
12175 frac
12176 \begin_inset space \textvisiblespace{}
12177 \end_inset
12178
12179 A
12180 \begin_inset Formula $\downarrow$
12181 \end_inset
12182
12183 B
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 \begin_inset Formula $\raisebox{6mm}{}$
12193 \end_inset
12194
12195
12196 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12197 \end_inset
12198
12199
12200 \begin_inset Formula $\raisebox{-4mm}{}$
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 </lyxtabular>
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 Die Rahmendicke kann ebenfalls eingestellt werden.
12218  Dazu müssen vor der Formel im TeX-Modus die Befehle
12219 \end_layout
12220
12221 \begin_layout Standard
12222
12223 \series bold
12224
12225 \backslash
12226 fboxrule
12227 \series default
12228  
12229 \series bold
12230
12231 \begin_inset Quotes gld
12232 \end_inset
12233
12234 Dicke
12235 \begin_inset Quotes grd
12236 \end_inset
12237
12238
12239 \series default
12240  
12241 \series bold
12242
12243 \backslash
12244 fboxsep
12245 \series default
12246  
12247 \series bold
12248
12249 \begin_inset Quotes gld
12250 \end_inset
12251
12252 Abstand
12253 \begin_inset Quotes grd
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \begin_layout Standard
12260 eingegeben werden.
12261  
12262 \begin_inset Quotes gld
12263 \end_inset
12264
12265 Abstand
12266 \begin_inset Quotes grd
12267 \end_inset
12268
12269  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12270  in der Box fest.
12271  Ein Beispiel dafür ist folgende umrandete Formel:
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277
12278 \backslash
12279 fboxrule 2mm 
12280 \backslash
12281 fboxsep 3mm
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \begin_inset Formula 
12288 \[
12289 \boxed{A+B=C}
12290 \]
12291
12292 \end_inset
12293
12294 Vor dieser Formel wurde im TeX-Modus
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300
12301 \backslash
12302 fboxrule
12303 \series default
12304  
12305 \series bold
12306 2mm
12307 \series default
12308  
12309 \series bold
12310
12311 \backslash
12312 fboxsep
12313 \series default
12314  
12315 \series bold
12316 3mm
12317 \end_layout
12318
12319 \begin_layout Standard
12320 eingegeben.
12321  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12322 \end_layout
12323
12324 \begin_layout Standard
12325 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12326  nächsten Formel im TeX-Modus folgende Befehle ein:
12327 \end_layout
12328
12329 \begin_layout Standard
12330
12331 \series bold
12332
12333 \backslash
12334 fboxrule
12335 \series default
12336  
12337 \series bold
12338 0.4pt
12339 \series default
12340  
12341 \series bold
12342
12343 \backslash
12344 fboxsep
12345 \series default
12346  
12347 \series bold
12348 3pt
12349 \series default
12350
12351 \begin_inset ERT
12352 status collapsed
12353
12354 \begin_layout Plain Layout
12355
12356
12357 \backslash
12358 fboxrule 0.4pt 
12359 \backslash
12360 fboxsep 3pt
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Subsection
12369 Boxen ohne Rahmen
12370 \begin_inset CommandInset label
12371 LatexCommand label
12372 name "sub:Boxen-ohne-Rahmen"
12373
12374 \end_inset
12375
12376
12377 \begin_inset Index idx
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 Boxen ! ohne Rahmen
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12391 \series bold
12392
12393 \backslash
12394 mbox
12395 \series default
12396
12397 \begin_inset Index idx
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 Befehle ! M ! 
12402 \backslash
12403 mbox
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \series bold
12410
12411 \backslash
12412 makebox
12413 \series default
12414
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 Befehle ! M ! 
12420 \backslash
12421 makebox
12422 \end_layout
12423
12424 \end_inset
12425
12426  und
12427 \begin_inset Newline linebreak
12428 \end_inset
12429
12430
12431 \series bold
12432
12433 \backslash
12434 raisebox
12435 \series default
12436
12437 \begin_inset Index idx
12438 status collapsed
12439
12440 \begin_layout Plain Layout
12441 Befehle ! R ! 
12442 \backslash
12443 raisebox
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Mit 
12453 \series bold
12454
12455 \backslash
12456 raisebox
12457 \series default
12458  kann man eine Box hoch- oder tiefstellen.
12459  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12460 n die Schriftgröße bei.
12461  
12462 \series bold
12463
12464 \backslash
12465 raisebox
12466 \series default
12467  wird dabei mit folgendem Schema benutzt:
12468 \end_layout
12469
12470 \begin_layout Standard
12471
12472 \series bold
12473
12474 \backslash
12475 raisebox{Höhe}{Boxinhalt}
12476 \end_layout
12477
12478 \begin_layout Standard
12479 Soll in der Box eine Formel stehen, muss man wie bei 
12480 \series bold
12481
12482 \backslash
12483 fbox
12484 \series default
12485  eine weitere Formel erstellen.
12486  
12487 \begin_inset Note Greyedout
12488 status open
12489
12490 \begin_layout Plain Layout
12491
12492 \series bold
12493 Achtung:
12494 \series default
12495  Für 
12496 \series bold
12497
12498 \backslash
12499 raisebox
12500 \series default
12501  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12502  
12503 \family sans
12504 Strg+M
12505 \family default
12506  erstellt, denn LyX unterstützt 
12507 \series bold
12508
12509 \backslash
12510 raisebox
12511 \series default
12512  noch nicht direkt.
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 \align center
12522 \begin_inset Tabular
12523 <lyxtabular version="3" rows="4" columns="2">
12524 <features rotate="0" tabularvalignment="middle">
12525 <column alignment="center" valignment="top">
12526 <column alignment="center" valignment="top">
12527 <row>
12528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Befehl
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 Ergebnis
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 H
12553 \backslash
12554 raisebox{2mm
12555 \begin_inset Formula $\to$
12556 \end_inset
12557
12558
12559 \backslash
12560 {al
12561 \begin_inset Formula $\to$
12562 \end_inset
12563
12564  lo
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 H
12588 \backslash
12589 raisebox{-2mm
12590 \begin_inset Formula $\to$
12591 \end_inset
12592
12593
12594 \backslash
12595 {al
12596 \begin_inset Formula $\to$
12597 \end_inset
12598
12599 lo
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 A=
12623 \backslash
12624 raisebox{-2mm
12625 \begin_inset Formula $\to$
12626 \end_inset
12627
12628
12629 \backslash
12630 {
12631 \family sans
12632 Strg+M Strg+M
12633 \family default
12634  
12635 \backslash
12636 sqrt
12637 \begin_inset space \textvisiblespace{}
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 </lyxtabular>
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Standard
12666 Der Befehl 
12667 \series bold
12668
12669 \backslash
12670 mbox
12671 \series default
12672  ist äquivalent zu 
12673 \series bold
12674
12675 \backslash
12676 fbox
12677 \series default
12678  und 
12679 \series bold
12680
12681 \backslash
12682 makebox
12683 \series default
12684  ist äquivalent zu 
12685 \series bold
12686
12687 \backslash
12688 framebox
12689 \series default
12690 , nur dass es keinen Rahmen gibt.
12691 \end_layout
12692
12693 \begin_layout Subsection
12694 Farbige Boxen
12695 \begin_inset CommandInset label
12696 LatexCommand label
12697 name "sub:Farbige-Boxen"
12698
12699 \end_inset
12700
12701
12702 \begin_inset Index idx
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706 Boxen ! farbige
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12716  im LaTeX-Vorspann das LaTeX-Paket 
12717 \series bold
12718 color
12719 \series default
12720
12721 \begin_inset Foot
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725 Das Paket 
12726 \series bold
12727 color
12728 \series default
12729  ist Teil jeder LaTeX-Standardinstallation.
12730 \end_layout
12731
12732 \end_inset
12733
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Pakete ! color
12740 \end_layout
12741
12742 \end_inset
12743
12744  mit der Zeile
12745 \end_layout
12746
12747 \begin_layout Standard
12748
12749 \series bold
12750
12751 \backslash
12752 usepackage{color}
12753 \end_layout
12754
12755 \begin_layout Standard
12756 geladen werden
12757 \begin_inset Foot
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12762  LyX das LaTeX-Paket 
12763 \series bold
12764 color
12765 \series default
12766  automatisch.
12767  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12768  keine Probleme hervorruft.
12769 \end_layout
12770
12771 \end_inset
12772
12773
12774 \begin_inset Note Note
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12779  ein Makro eingefügt.
12780 \end_layout
12781
12782 \end_inset
12783
12784 .
12785 \end_layout
12786
12787 \begin_layout Standard
12788 \begin_inset VSpace medskip
12789 \end_inset
12790
12791 Um Boxen einzufärben, verwendet man den Befehl 
12792 \series bold
12793
12794 \backslash
12795 colorbox
12796 \series default
12797
12798 \begin_inset Index idx
12799 status collapsed
12800
12801 \begin_layout Plain Layout
12802 Befehle ! C ! 
12803 \backslash
12804 colorbox
12805 \end_layout
12806
12807 \end_inset
12808
12809  nach folgendem Schema:
12810 \end_layout
12811
12812 \begin_layout Standard
12813
12814 \series bold
12815
12816 \backslash
12817 colorbox{Farbe}{Boxinhalt}
12818 \end_layout
12819
12820 \begin_layout Standard
12821 Der Boxinhalt kann auch wieder eine Box sein und eine 
12822 \series bold
12823
12824 \backslash
12825 colorbox
12826 \series default
12827  kann auch ein Teil einer anderen Box sein (siehe 2.
12828  und 3.
12829  Beispiel).
12830  Soll in der Box eine Formel stehen, muss wie bei 
12831 \series bold
12832
12833 \backslash
12834 raisebox
12835 \series default
12836  eine weitere Formel erstellt werden.
12837 \begin_inset Foot
12838 status collapsed
12839
12840 \begin_layout Plain Layout
12841 Das gilt auch für den Befehl 
12842 \series bold
12843
12844 \backslash
12845 fcolorbox
12846 \series default
12847 .
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Aus folgenden vordefinierten Farben kann gewählt werden:
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862 black
12863 \series default
12864
12865 \series bold
12866 blue
12867 \series default
12868
12869 \series bold
12870 cyan
12871 \series default
12872
12873 \series bold
12874 green
12875 \series default
12876
12877 \series bold
12878 magenta
12879 \series default
12880
12881 \series bold
12882 red
12883 \series default
12884
12885 \series bold
12886 white
12887 \series default
12888  und 
12889 \series bold
12890 yellow
12891 \end_layout
12892
12893 \begin_layout Standard
12894 \align center
12895 \begin_inset Tabular
12896 <lyxtabular version="3" rows="4" columns="2">
12897 <features rotate="0" tabularvalignment="middle">
12898 <column alignment="center" valignment="top">
12899 <column alignment="center" valignment="top">
12900 <row>
12901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 Befehl
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 Ergebnis
12915 \begin_inset Note Note
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920 \series bold
12921
12922 \backslash
12923 raisebox
12924 \series default
12925  dient nur als Abstandhalter.
12926 \end_layout
12927
12928 \end_inset
12929
12930
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 </row>
12936 <row>
12937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941
12942 \backslash
12943 colorbox{yellow
12944 \begin_inset Formula $\to$
12945 \end_inset
12946
12947
12948 \backslash
12949 {A=B
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 <row>
12968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \backslash
12974 colorbox{green
12975 \begin_inset Formula $\to$
12976 \end_inset
12977
12978
12979 \backslash
12980 {
12981 \backslash
12982 fbox
12983 \begin_inset space \textvisiblespace{}
12984 \end_inset
12985
12986 A=B
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 <row>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \backslash
13011 fbox
13012 \begin_inset space \textvisiblespace{}
13013 \end_inset
13014
13015
13016 \backslash
13017 colorbox{green
13018 \begin_inset Formula $\to$
13019 \end_inset
13020
13021
13022 \backslash
13023 {
13024 \family sans
13025 Strg+M Strg+M
13026 \family default
13027  
13028 \backslash
13029 int
13030 \begin_inset space \textvisiblespace{}
13031 \end_inset
13032
13033 C=D
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 </row>
13051 </lyxtabular>
13052
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \begin_layout Standard
13059
13060 \series bold
13061
13062 \backslash
13063 colorbox
13064 \series default
13065  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13066  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13067  
13068 \family sans
13069 Textstil
13070 \family default
13071  die gewünschte Farbe aus.
13072  Der Dialog kann mit dem Werkzeugleistenknopf 
13073 \begin_inset Info
13074 type  "icon"
13075 arg   "dialog-show character"
13076 \end_inset
13077
13078  oder dem Menü 
13079 \family sans
13080 Bearbeiten\SpecialChar \menuseparator
13081 Textstil\SpecialChar \menuseparator
13082 Benutzerdefiniert
13083 \family default
13084  aufgerufen werden.
13085  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13086  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13087  innerhalb der Formel die Farbe geändert werden.
13088 \end_layout
13089
13090 \begin_layout Standard
13091 Ein Beispiel:
13092 \end_layout
13093
13094 \begin_layout Standard
13095
13096 \color red
13097 \begin_inset Formula 
13098 \begin{equation}
13099 \int A=B\label{eq:rot}
13100 \end{equation}
13101
13102 \end_inset
13103
13104
13105 \color green
13106
13107 \begin_inset Formula 
13108 \begin{equation}
13109 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13110 \end{equation}
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Formel 
13119 \begin_inset CommandInset ref
13120 LatexCommand eqref
13121 reference "eq:rot"
13122
13123 \end_inset
13124
13125  ist komplett rot gefärbt.
13126 \begin_inset Newline newline
13127 \end_inset
13128
13129 Formel 
13130 \begin_inset CommandInset ref
13131 LatexCommand eqref
13132 reference "eq:rotgruen"
13133
13134 \end_inset
13135
13136  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13137  Anschließend wurden die Formelzeichen rot gefärbt.
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset VSpace bigskip
13142 \end_inset
13143
13144 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13145  den Befehl 
13146 \series bold
13147
13148 \backslash
13149 fcolorbox
13150 \series default
13151
13152 \begin_inset Index idx
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156 Befehle ! F ! 
13157 \backslash
13158 fcolorbox
13159 \end_layout
13160
13161 \end_inset
13162
13163  nach folgendem Schema:
13164 \end_layout
13165
13166 \begin_layout Standard
13167
13168 \series bold
13169
13170 \backslash
13171 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 fcolorbox
13180 \series default
13181  stellt also eine Erweiterung des Befehls 
13182 \series bold
13183
13184 \backslash
13185 colorbox
13186 \series default
13187  dar.
13188  Die Rahmenbreite wird, wie bei 
13189 \series bold
13190
13191 \backslash
13192 framebox
13193 \series default
13194 , mit 
13195 \series bold
13196
13197 \backslash
13198 fboxrule
13199 \series default
13200  und 
13201 \series bold
13202
13203 \backslash
13204 fboxsep
13205 \series default
13206  festgelegt.
13207  Ein Beispiel:
13208 \begin_inset ERT
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212
13213
13214 \backslash
13215 fboxrule 1mm 
13216 \backslash
13217 fboxsep 1mm
13218 \end_layout
13219
13220 \end_inset
13221
13222
13223 \begin_inset Formula 
13224 \[
13225 \fcolorbox{cyan}{magenta}{A=B}
13226 \]
13227
13228 \end_inset
13229
13230
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236
13237 \backslash
13238 fboxrule 0.4pt 
13239 \backslash
13240 fboxsep 3pt
13241 \end_layout
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Diese Formel wurde mit folgendem Befehl erstellt:
13250 \begin_inset Newline newline
13251 \end_inset
13252
13253
13254 \series bold
13255
13256 \backslash
13257 fcolorbox{cyan
13258 \begin_inset Formula $\to$
13259 \end_inset
13260
13261
13262 \backslash
13263 {magenta
13264 \begin_inset Formula $\to$
13265 \end_inset
13266
13267
13268 \backslash
13269 {A=B
13270 \end_layout
13271
13272 \begin_layout Standard
13273 \begin_inset VSpace bigskip
13274 \end_inset
13275
13276 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13277  selbst definieren.
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Man kann z.
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 B.
13286  mit folgender LaTeX-Vorspannzeile die Farbe 
13287 \begin_inset Quotes gld
13288 \end_inset
13289
13290
13291 \series bold
13292 dunkelgruen
13293 \series default
13294
13295 \begin_inset Quotes grd
13296 \end_inset
13297
13298
13299 \begin_inset Foot
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303 In Befehlen darf kein Umlaut stehen, siehe 
13304 \begin_inset CommandInset ref
13305 LatexCommand ref
13306 reference "sec:Benutzerdefinierte-Befehle"
13307
13308 \end_inset
13309
13310 .
13311 \end_layout
13312
13313 \end_inset
13314
13315  definieren:
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321
13322 \backslash
13323 definecolor{dunkelgruen}{cmyk}{0.5,
13324 \series default
13325  
13326 \series bold
13327 0,
13328 \series default
13329  
13330 \series bold
13331 1,
13332 \series default
13333  
13334 \series bold
13335 0.5}
13336 \series default
13337
13338 \begin_inset Index idx
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342 Befehle ! D ! 
13343 \backslash
13344 definecolor
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353
13354 \series bold
13355 cmyk
13356 \series default
13357  ist der Farbraum und steht für die Farben 
13358 \series bold
13359 cyan
13360 \series default
13361
13362 \series bold
13363 magenta
13364 \series default
13365
13366 \series bold
13367 yellow
13368 \series default
13369  und 
13370 \series bold
13371 black
13372 \series default
13373 .
13374  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13375  Für den Anteil kann man Werte im Bereich 0
13376 \begin_inset space \thinspace{}
13377 \end_inset
13378
13379 -
13380 \begin_inset space \thinspace{}
13381 \end_inset
13382
13383 1 angeben.
13384  Anstelle von 
13385 \series bold
13386 cmyk
13387 \series default
13388  kann man zur Definition auch den Farbraum 
13389 \series bold
13390 rgb
13391 \series default
13392  verwenden.
13393  
13394 \series bold
13395 rgb
13396 \series default
13397  steht für 
13398 \series bold
13399 red
13400 \series default
13401
13402 \series bold
13403 green
13404 \series default
13405  und 
13406 \series bold
13407 blue
13408 \series default
13409 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13410  Des Weiteren gibt es noch den Farbraum 
13411 \series bold
13412 gray
13413 \series default
13414 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13415 \end_layout
13416
13417 \begin_layout Standard
13418 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13419 \series bold
13420 darkgreen
13421 \series default
13422 , bei der die Zeichenfarbe 
13423 \series bold
13424 yellow
13425 \series default
13426  gewählt wurde:
13427 \begin_inset Formula 
13428 \begin{equation}
13429 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13430 \end{equation}
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Selbst definierte Farben können mit dem Befehl 
13439 \series bold
13440
13441 \backslash
13442 textcolor
13443 \series default
13444  auch für Text
13445 \begin_inset Index idx
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Text ! farbiger
13450 \end_layout
13451
13452 \end_inset
13453
13454  verwendet werden:
13455 \end_layout
13456
13457 \begin_layout Standard
13458 \begin_inset ERT
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462
13463
13464 \backslash
13465 textcolor{dunkelgruen}{
13466 \end_layout
13467
13468 \end_inset
13469
13470 Dieser Satz ist 
13471 \begin_inset Quotes gld
13472 \end_inset
13473
13474 dunkelgruen
13475 \begin_inset Quotes grd
13476 \end_inset
13477
13478 .
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484 }
13485 \end_layout
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \series bold
13495
13496 \backslash
13497 textcolor
13498 \series default
13499
13500 \begin_inset Index idx
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504 Befehle ! T ! 
13505 \backslash
13506 textcolor
13507 \end_layout
13508
13509 \end_inset
13510
13511  wird nach dem Schema 
13512 \series bold
13513
13514 \backslash
13515 textcolor{Farbe}{zu
13516 \series default
13517  
13518 \series bold
13519 färbende
13520 \series default
13521  
13522 \series bold
13523 Zeichen}
13524 \series default
13525  verwendet.
13526 \end_layout
13527
13528 \begin_layout Subsection
13529 Absatzboxen
13530 \begin_inset CommandInset label
13531 LatexCommand label
13532 name "sub:Absatzboxen"
13533
13534 \end_inset
13535
13536
13537 \begin_inset Index idx
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541 Boxen ! Absatz-
13542 \end_layout
13543
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \begin_layout Standard
13550 Mit dem Menü 
13551 \family sans
13552 Einfügen\SpecialChar \menuseparator
13553 Box
13554 \family default
13555  oder dem Werkzeugleistenknopf 
13556 \begin_inset Info
13557 type  "icon"
13558 arg   "box-insert"
13559 \end_inset
13560
13561  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13562  eine so genannte 
13563 \emph on
13564 Parbox
13565 \emph default
13566  (Absatzbox).
13567 \end_layout
13568
13569 \begin_layout Standard
13570 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13571 \end_layout
13572
13573 \begin_layout Standard
13574 \begin_inset VSpace medskip
13575 \end_inset
13576
13577 Dies ist eine Zeile 
13578 \begin_inset Box Boxed
13579 position "c"
13580 hor_pos "c"
13581 has_inner_box 1
13582 inner_pos "t"
13583 use_parbox 1
13584 use_makebox 0
13585 width "5cm"
13586 special "none"
13587 height "1in"
13588 height_special "totalheight"
13589 status open
13590
13591 \begin_layout Plain Layout
13592 Dies ist die Absatzbox.
13593  Sie ist genau 5
13594 \begin_inset space \thinspace{}
13595 \end_inset
13596
13597 cm lang und kann auch Formeln enthalten: 
13598 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13599 \end_inset
13600
13601
13602 \end_layout
13603
13604 \end_inset
13605
13606  mit einer Absatzbox.
13607 \begin_inset VSpace medskip
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \begin_layout Standard
13614 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13615  graue Box mit dem Namen 
13616 \begin_inset Quotes gld
13617 \end_inset
13618
13619 Box(Gerahmt)
13620 \begin_inset Quotes grd
13621 \end_inset
13622
13623  klickt.
13624  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13625  In diesem Fall: 
13626 \emph on
13627 Verzierung
13628 \emph default
13629 : Rechteckige Box, 
13630 \emph on
13631 Innere Box
13632 \emph default
13633 : Parbox, 
13634 \emph on
13635 Breite
13636 \emph default
13637 : 5
13638 \begin_inset space \thinspace{}
13639 \end_inset
13640
13641 cm, 
13642 \emph on
13643 Vertikale Box Ausrichtung
13644 \emph default
13645 : Mitte
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset VSpace medskip
13650 \end_inset
13651
13652 In LaTeX wird eine Absatzbox mit dem Befehl 
13653 \series bold
13654
13655 \backslash
13656 parbox
13657 \series default
13658
13659 \begin_inset Index idx
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663 Befehle ! P ! 
13664 \backslash
13665 parbox
13666 \end_layout
13667
13668 \end_inset
13669
13670  erstellt, welcher folgendes Schema besitzt:
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 parbox[Position]{Breite}{Boxinhalt}
13679 \end_layout
13680
13681 \begin_layout Standard
13682 Die Positionen 
13683 \emph on
13684 b
13685 \emph default
13686  und 
13687 \emph on
13688 t
13689 \emph default
13690  sind möglich.
13691  
13692 \emph on
13693 b
13694 \emph default
13695  steht für 
13696 \begin_inset Quotes gld
13697 \end_inset
13698
13699 bottom
13700 \begin_inset Quotes grd
13701 \end_inset
13702
13703  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13704  eingepasst wird.
13705  Bei 
13706 \emph on
13707 t
13708 \emph default
13709  wie 
13710 \begin_inset Quotes gld
13711 \end_inset
13712
13713 top
13714 \begin_inset Quotes grd
13715 \end_inset
13716
13717  (oben) geschieht dies für die erste Zeile.
13718  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13719  siehe das Kapitel 
13720 \emph on
13721 Boxen
13722 \emph default
13723  des Handbuchs
13724 \emph on
13725  Eingebettete
13726 \begin_inset space ~
13727 \end_inset
13728
13729 Objekte
13730 \emph default
13731  für Beispiele.
13732 \end_layout
13733
13734 \begin_layout Standard
13735 \begin_inset VSpace bigskip
13736 \end_inset
13737
13738 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13739  in eine Absatzbox setzen.
13740  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13741 \series bold
13742
13743 \backslash
13744 fbox{
13745 \backslash
13746 parbox{
13747 \backslash
13748 linewidth-2
13749 \backslash
13750 fboxsep-2
13751 \backslash
13752 fboxrule}{
13753 \series default
13754 .
13755  Hierbei steht 
13756 \series bold
13757
13758 \backslash
13759 linewidth
13760 \series default
13761
13762 \begin_inset Index idx
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766 Befehle ! L ! 
13767 \backslash
13768 linewidth
13769 \end_layout
13770
13771 \end_inset
13772
13773  für die im Dokument eingestellte Zeilenbreite.
13774  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13775 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13776  Da dies LyX aufgrund eines Fehlers
13777 \begin_inset Foot
13778 status collapsed
13779
13780 \begin_layout Plain Layout
13781 \begin_inset CommandInset href
13782 LatexCommand href
13783 name "LyX-Fehler #4483"
13784 target "http://www.lyx.org/trac/ticket/4483"
13785
13786 \end_inset
13787
13788
13789 \end_layout
13790
13791 \end_inset
13792
13793  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13794  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13795 spann das LaTeX-Paket 
13796 \series bold
13797 calc
13798 \series default
13799
13800 \begin_inset Foot
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804
13805 \series bold
13806 calc
13807 \series default
13808  ist Teil jeder LaTeX-Standardinstallation.
13809 \end_layout
13810
13811 \end_inset
13812
13813
13814 \begin_inset Index idx
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818 Pakete ! calc
13819 \end_layout
13820
13821 \end_inset
13822
13823  mit der Zeile
13824 \end_layout
13825
13826 \begin_layout Standard
13827
13828 \series bold
13829
13830 \backslash
13831 usepackage{calc}
13832 \end_layout
13833
13834 \begin_layout Standard
13835 geladen werden.
13836  Nach der Formel werden beide Boxen geschlossen, indem man 
13837 \series bold
13838 }}
13839 \series default
13840  im TeX-Modus eingibt.
13841  Dazu ein Beispiel:
13842 \begin_inset ERT
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846
13847
13848 \backslash
13849 fboxsep 5mm 
13850 \backslash
13851 fboxrule 5mm
13852 \end_layout
13853
13854 \end_inset
13855
13856
13857 \end_layout
13858
13859 \begin_layout Standard
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865
13866 \backslash
13867 fbox{
13868 \backslash
13869 parbox{
13870 \backslash
13871 linewidth-2
13872 \backslash
13873 fboxsep-2
13874 \backslash
13875 fboxrule}{
13876 \end_layout
13877
13878 \end_inset
13879
13880
13881 \begin_inset Formula 
13882 \begin{equation}
13883 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13884 \end{equation}
13885
13886 \end_inset
13887
13888
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }}
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 fboxrule 0.4pt 
13908 \backslash
13909 fboxsep 3pt
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \begin_inset VSpace medskip
13919 \end_inset
13920
13921 Da im Argument von 
13922 \series bold
13923
13924 \backslash
13925 fbox
13926 \series default
13927  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13928  keinen Unterschied zwischen 
13929 \series bold
13930
13931 \backslash
13932 fbox
13933 \series default
13934  und 
13935 \series bold
13936
13937 \backslash
13938 boxed
13939 \series default
13940 .
13941 \end_layout
13942
13943 \begin_layout Standard
13944 \begin_inset VSpace bigskip
13945 \end_inset
13946
13947 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13948  Dazu verwendet man 
13949 \series bold
13950
13951 \backslash
13952 parbox
13953 \series default
13954  in Verbindung mit dem Befehl 
13955 \series bold
13956
13957 \backslash
13958 tag
13959 \series default
13960 .
13961  (mehr zu 
13962 \series bold
13963
13964 \backslash
13965 tag
13966 \series default
13967  siehe 
13968 \begin_inset CommandInset ref
13969 LatexCommand ref
13970 reference "sub:Benutzerdefinierte-Nummerierung"
13971
13972 \end_inset
13973
13974 )
13975 \end_layout
13976
13977 \begin_layout Standard
13978 Ein Beispiel einer mit Hilfe von 
13979 \series bold
13980
13981 \backslash
13982 parbox
13983 \series default
13984  kommentierten Formel:
13985 \end_layout
13986
13987 \begin_layout Standard
13988 \begin_inset ERT
13989 status collapsed
13990
13991 \begin_layout Plain Layout
13992
13993
13994 \backslash
13995 [5x-7b=3b
13996 \backslash
13997 tag*{
13998 \backslash
13999 parbox{5cm}{
14000 \end_layout
14001
14002 \end_inset
14003
14004 Dies ist eine Beschreibung.
14005  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 }}
14012 \backslash
14013 ]
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14023  Befehl 
14024 \series bold
14025
14026 \backslash
14027 parbox
14028 \series default
14029  in Formeln noch nicht unterstützt.
14030  Die Formel wird mit folgender Befehlssequenz erstellt:
14031 \end_layout
14032
14033 \begin_layout Standard
14034 Der Befehl 
14035 \series bold
14036
14037 \backslash
14038 [5x-7b=3b
14039 \backslash
14040 tag*
14041 \backslash
14042 {
14043 \backslash
14044 parbox{5cm}{
14045 \series default
14046  wird im TeX-Modus eingegeben.
14047 \begin_inset Foot
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051 Ist der Formelstil 
14052 \series bold
14053 Eingerückt
14054 \series default
14055  aktiviert, kann 
14056 \series bold
14057
14058 \backslash
14059 tag*
14060 \backslash
14061 {
14062 \series default
14063  auch durch 
14064 \series bold
14065
14066 \backslash
14067 hfill
14068 \series default
14069  ersetzt werden.
14070  (Formelstile siehe 
14071 \begin_inset CommandInset ref
14072 LatexCommand ref
14073 reference "sec:Formelstile"
14074
14075 \end_inset
14076
14077 )
14078 \end_layout
14079
14080 \end_inset
14081
14082  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14083 \series bold
14084 }}
14085 \backslash
14086 ]
14087 \series default
14088  im TeX-Modus ein.
14089  Die Befehle 
14090 \series bold
14091
14092 \backslash
14093 [
14094 \series default
14095  und 
14096 \series bold
14097
14098 \backslash
14099 ]
14100 \series default
14101  erstellen hierbei eine abgesetzte Formel.
14102 \end_layout
14103
14104 \begin_layout Standard
14105 Die Vorteile von 
14106 \series bold
14107
14108 \backslash
14109 parbox
14110 \series default
14111  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14112  Textmodus 
14113 \begin_inset Quotes gld
14114 \end_inset
14115
14116 kommentiert
14117 \begin_inset Quotes grd
14118 \end_inset
14119
14120  wurde:
14121 \begin_inset Formula 
14122 \[
14123 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14124 \]
14125
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset Newpage newpage
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \begin_layout Section
14139 Operatoren
14140 \begin_inset Index idx
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144 Operatoren
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Subsection
14153 Große Operatoren
14154 \begin_inset CommandInset label
14155 LatexCommand label
14156 name "sub:Große-Operatoren"
14157
14158 \end_inset
14159
14160
14161 \begin_inset Index idx
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165 Operatoren ! große
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \begin_inset Index idx
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175 Summen
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \begin_inset Index idx
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185 Integrale
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \begin_layout Standard
14194 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14195  sind, muss die Option 
14196 \family sans
14197 esint-Paket automatisch verwenden
14198 \family default
14199  in den Dokumenteinstellungen unter 
14200 \family sans
14201 Mathe-Optionen
14202 \family default
14203  gewählt sein.
14204 \end_layout
14205
14206 \begin_layout Standard
14207 \begin_inset space \hfill{}
14208 \end_inset
14209
14210
14211 \begin_inset Tabular
14212 <lyxtabular version="3" rows="11" columns="2">
14213 <features rotate="0" tabularvalignment="middle">
14214 <column alignment="center" valignment="top" width="0pt">
14215 <column alignment="center" valignment="top" width="0pt">
14216 <row>
14217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 Befehl
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 Ergebnis
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 <row>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241
14242 \backslash
14243 int
14244 \begin_inset Index idx
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248 Befehle ! I ! 
14249 \backslash
14250 int
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 \begin_inset Formula $\int$
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278
14279 \backslash
14280 oint
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 \begin_inset Formula $\oint$
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303
14304 \backslash
14305 ointctrclockwise
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 \begin_inset Formula $\ointctrclockwise$
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 </row>
14323 <row>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328
14329 \backslash
14330 ointclockwise
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 \begin_inset Formula $\ointclockwise$
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 </row>
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353
14354 \backslash
14355 sqint
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 \begin_inset Formula $\sqint$
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 <row>
14374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378
14379 \backslash
14380 fint
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389  
14390 \begin_inset Formula $\fint$
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \backslash
14406 landupint
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415  
14416 \begin_inset Formula $\landupint$
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 <row>
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430
14431 \backslash
14432 landdownint
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441  
14442 \begin_inset Formula $\landdownint$
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456
14457 \backslash
14458 bigcap
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 \begin_inset Formula $\bigcap$
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 </row>
14476 <row>
14477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481
14482 \backslash
14483 bigcup
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 \begin_inset Formula $\bigcup$
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 </row>
14501 </lyxtabular>
14502
14503 \end_inset
14504
14505
14506 \begin_inset space \hfill{}
14507 \end_inset
14508
14509
14510 \begin_inset Tabular
14511 <lyxtabular version="3" rows="11" columns="2">
14512 <features rotate="0" tabularvalignment="middle">
14513 <column alignment="center" valignment="top" width="0pt">
14514 <column alignment="center" valignment="top" width="0pt">
14515 <row>
14516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 Befehl
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 Ergebnis
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \backslash
14542 sum
14543 \begin_inset Index idx
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 Befehle ! S ! 
14548 \backslash
14549 sum
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 \begin_inset Formula $\sum$
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577
14578 \backslash
14579 prod
14580 \begin_inset Index idx
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584 Befehle ! P ! 
14585 \backslash
14586 prod
14587 \end_layout
14588
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 \begin_inset Formula $\prod$
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614
14615 \backslash
14616 coprod
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 \begin_inset Formula $\coprod$
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 </row>
14634 <row>
14635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639
14640 \backslash
14641 bigodot
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 \begin_inset Formula $\bigodot$
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664
14665 \backslash
14666 bigotimes
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset Formula $\bigotimes$
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 <row>
14685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689
14690 \backslash
14691 bigoplus
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700 \begin_inset Formula $\bigoplus$
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 </row>
14709 <row>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Plain Layout
14714
14715 \backslash
14716 bigwedge
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725 \begin_inset Formula $\bigwedge$
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 </row>
14734 <row>
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739
14740 \backslash
14741 bigvee
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 \begin_inset Formula $\bigvee$
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 </row>
14759 <row>
14760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764
14765 \backslash
14766 bigsqcup
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775 \begin_inset Formula $\bigsqcup$
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 </row>
14784 <row>
14785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789
14790 \backslash
14791 biguplus
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 \begin_inset Formula $\biguplus$
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 </row>
14809 </lyxtabular>
14810
14811 \end_inset
14812
14813
14814 \begin_inset space \hfill{}
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14822 \begin_inset Info
14823 type  "icon"
14824 arg   "math-insert \\intop"
14825 \end_inset
14826
14827  eingefügt werden.
14828 \end_layout
14829
14830 \begin_layout Standard
14831 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14832  Teil gleich aussehenden binären Operatoren.
14833  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14834  beschrieben.
14835 \end_layout
14836
14837 \begin_layout Standard
14838 Für alle Integrale gibt es Befehle, die auf 
14839 \series bold
14840 op
14841 \series default
14842  enden: 
14843 \series bold
14844
14845 \backslash
14846 intop
14847 \series default
14848
14849 \series bold
14850
14851 \backslash
14852 ointop
14853 \series default
14854  usw..
14855  Diese unterscheiden sich von 
14856 \series bold
14857
14858 \backslash
14859 int
14860 \series default
14861  usw.
14862 \begin_inset space \space{}
14863 \end_inset
14864
14865 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14866 \begin_inset CommandInset ref
14867 LatexCommand ref
14868 reference "sub:Operatorgrenzen"
14869
14870 \end_inset
14871
14872 .
14873  
14874 \end_layout
14875
14876 \begin_layout Subsubsection*
14877 Hinweise zu Integralen
14878 \end_layout
14879
14880 \begin_layout Standard
14881 Der Buchstabe 
14882 \emph on
14883 d
14884 \emph default
14885  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14886  muss.
14887  Dazu markiert man das 
14888 \emph on
14889 d
14890 \emph default
14891  und wandelt es mit der Tastenkombination 
14892 \family sans
14893 Alt+Z
14894 \begin_inset space ~
14895 \end_inset
14896
14897 R
14898 \family default
14899
14900 \begin_inset Foot
14901 status collapsed
14902
14903 \begin_layout Plain Layout
14904 Schriftstile siehe 
14905 \begin_inset CommandInset ref
14906 LatexCommand ref
14907 reference "sub:Schriftstile"
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \end_inset
14915
14916  um.
14917  Anschließend fügt man vor dem 
14918 \emph on
14919 d
14920 \emph default
14921 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14922  Dazu ein Beispiel:
14923 \end_layout
14924
14925 \begin_layout Standard
14926 inkorrekt: 
14927 \begin_inset Formula $\int A(x)dx$
14928 \end_inset
14929
14930
14931 \begin_inset Newline newline
14932 \end_inset
14933
14934
14935 \begin_inset Phantom HPhantom
14936 status open
14937
14938 \begin_layout Plain Layout
14939 in
14940 \end_layout
14941
14942 \end_inset
14943
14944 korrekt: 
14945 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \begin_layout Standard
14952 \begin_inset VSpace medskip
14953 \end_inset
14954
14955 Für Mehrfachintegrale gibt es folgende Befehle:
14956 \begin_inset VSpace medskip
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 \begin_inset space \hfill{}
14964 \end_inset
14965
14966
14967 \begin_inset Tabular
14968 <lyxtabular version="3" rows="4" columns="2">
14969 <features rotate="0" tabularvalignment="middle">
14970 <column alignment="center" valignment="top">
14971 <column alignment="center" valignment="top">
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 Befehl
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 Ergebnis
14987 \begin_inset Note Note
14988 status collapsed
14989
14990 \begin_layout Plain Layout
14991
14992 \series bold
14993
14994 \backslash
14995 raisebox
14996 \series default
14997  dient nur als Abstandhalter.
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \backslash
15015 iint
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \backslash
15040 oiint
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \backslash
15065 sqiint
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 </lyxtabular>
15084
15085 \end_inset
15086
15087
15088 \begin_inset space \hfill{}
15089 \end_inset
15090
15091
15092 \begin_inset Tabular
15093 <lyxtabular version="3" rows="4" columns="2">
15094 <features rotate="0" tabularvalignment="middle">
15095 <column alignment="center" valignment="top">
15096 <column alignment="center" valignment="top">
15097 <row>
15098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 Befehl
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 Ergebnis
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 iiint
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 iiiint
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \backslash
15174 dotsint
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 </lyxtabular>
15193
15194 \end_inset
15195
15196
15197 \begin_inset space \hfill{}
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Subsection
15204 Operatorgrenzen
15205 \begin_inset CommandInset label
15206 LatexCommand label
15207 name "sub:Operatorgrenzen"
15208
15209 \end_inset
15210
15211
15212 \begin_inset Index idx
15213 status collapsed
15214
15215 \begin_layout Plain Layout
15216 Operatoren ! Grenzen
15217 \end_layout
15218
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \begin_layout Standard
15225 Grenzen werden durch Hoch- bzw.
15226 \begin_inset space \space{}
15227 \end_inset
15228
15229 Tiefstellen erzeugt:
15230 \end_layout
15231
15232 \begin_layout Standard
15233 \align center
15234 \begin_inset Tabular
15235 <lyxtabular version="3" rows="2" columns="2">
15236 <features rotate="0" tabularvalignment="middle">
15237 <column alignment="center" valignment="top" width="0pt">
15238 <column alignment="center" valignment="top" width="0pt">
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 Befehl
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 Ergebnis
15254 \begin_inset Note Note
15255 status collapsed
15256
15257 \begin_layout Plain Layout
15258
15259 \series bold
15260
15261 \backslash
15262 raisebox
15263 \series default
15264  dient nur als Abstandhalter.
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row>
15276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \backslash
15282 prod^
15283 \backslash
15284 infty
15285 \begin_inset space \textvisiblespace{}
15286 \end_inset
15287
15288
15289 \begin_inset Formula $\to$
15290 \end_inset
15291
15292 _0
15293 \begin_inset Formula $\to$
15294 \end_inset
15295
15296 A(x)
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 </lyxtabular>
15315
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \begin_layout Standard
15322 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15323  Operator gesetzt.
15324  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15325  bzw.
15326 \begin_inset space \space{}
15327 \end_inset
15328
15329 unter den Operator gesetzt.
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15334  man den Cursor direkt hinter den Operator und setzt über das Menü 
15335 \family sans
15336 Bearbeiten\SpecialChar \menuseparator
15337 Mathe\SpecialChar \menuseparator
15338 Art der Operatorgrenzen ändern
15339 \family default
15340  die Grenzen auf 
15341 \series bold
15342 Eingebettet
15343 \series default
15344  (Tastenkombination 
15345 \family sans
15346 Alt+M
15347 \begin_inset space ~
15348 \end_inset
15349
15350 L
15351 \family default
15352 ).
15353  Dazu folgendes Beispiel:
15354 \end_layout
15355
15356 \begin_layout Standard
15357 Die normalen Grenzen sehen so aus:
15358 \begin_inset Formula 
15359 \[
15360 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15361 \]
15362
15363 \end_inset
15364
15365 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15366 \begin_inset Formula 
15367 \[
15368 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15369 \]
15370
15371 \end_inset
15372
15373 Bei Integralen werden mit Ausnahme von denen, die auf 
15374 \series bold
15375 op
15376 \series default
15377  enden (
15378 \series bold
15379
15380 \backslash
15381 intop
15382 \series default
15383
15384 \series bold
15385
15386 \backslash
15387 ointop
15388 \series default
15389  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
15390  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15391  gesetzt.
15392  Im folgenden Beispiel wurde die Grenze deswegen auf 
15393 \series bold
15394 Anzeige
15395 \series default
15396  gesetzt und damit unter die Integrale geschrieben:
15397 \begin_inset Formula 
15398 \begin{equation}
15399 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15400 \end{equation}
15401
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \begin_layout Standard
15408 \begin_inset VSpace medskip
15409 \end_inset
15410
15411 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15412 \series bold
15413
15414 \backslash
15415 subarray
15416 \series default
15417
15418 \begin_inset Index idx
15419 status collapsed
15420
15421 \begin_layout Plain Layout
15422 Befehle ! S ! 
15423 \backslash
15424 subarray
15425 \end_layout
15426
15427 \end_inset
15428
15429  und 
15430 \series bold
15431
15432 \backslash
15433 substack
15434 \series default
15435
15436 \begin_inset Index idx
15437 status collapsed
15438
15439 \begin_layout Plain Layout
15440 Befehle ! S ! 
15441 \backslash
15442 substack
15443 \end_layout
15444
15445 \end_inset
15446
15447 .
15448  Um z.
15449 \begin_inset space \thinspace{}
15450 \end_inset
15451
15452 B.
15453  diesen Ausdruck 
15454 \begin_inset Formula 
15455 \begin{equation}
15456 \sum_{\begin{subarray}{c}
15457 0<k<1000\\
15458 \\
15459 k\,\in\,\mathbb{N}
15460 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15461 \end{equation}
15462
15463 \end_inset
15464
15465 zu erstellen, muss man Folgendes tun:
15466 \begin_inset Newline newline
15467 \end_inset
15468
15469 Zuerst gibt man den Befehl 
15470 \series bold
15471
15472 \backslash
15473 sum
15474 \series default
15475 ^
15476 \series bold
15477 n
15478 \begin_inset space \textvisiblespace{}
15479 \end_inset
15480
15481 _
15482 \series default
15483  ein.
15484  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15485  In dieses gibt man den Befehl 
15486 \series bold
15487
15488 \backslash
15489 subarray
15490 \begin_inset space \textvisiblespace{}
15491 \end_inset
15492
15493
15494 \series default
15495  ein.
15496  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15497  Zeilen untereinander schreiben.
15498  Mit Eingabe des Zeilenumbruchs (
15499 \family sans
15500 Strg+Enter
15501 \family default
15502 ) wird eine neue Zeile erstellt.
15503  Gibt man
15504 \begin_inset Newline newline
15505 \end_inset
15506
15507
15508 \series bold
15509 0<k<1000 Strg+Enter
15510 \begin_inset Newline newline
15511 \end_inset
15512
15513
15514 \series default
15515 ein, erscheint darunter ein Kästchen für die neue Zeile.
15516 \end_layout
15517
15518 \begin_layout Standard
15519 Die Ausrichtung der Zeilen kann mit der 
15520 \family sans
15521 Tabellen-Werkzeugleiste
15522 \family default
15523  oder dem Menü 
15524 \family sans
15525 Bearbeiten\SpecialChar \menuseparator
15526 Zeilen & Spalten
15527 \family default
15528  auf links geändert werden.
15529  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15530 \series bold
15531
15532 \backslash
15533 hfill
15534 \begin_inset space \textvisiblespace{}
15535 \end_inset
15536
15537
15538 \series default
15539  eingegeben.
15540 \end_layout
15541
15542 \begin_layout Standard
15543 Der Befehl 
15544 \series bold
15545
15546 \backslash
15547 substack
15548 \series default
15549  ist äquivalent zu 
15550 \series bold
15551
15552 \backslash
15553 subarray
15554 \series default
15555 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace bigskip
15560 \end_inset
15561
15562 Wie bei Formel 
15563 \begin_inset CommandInset ref
15564 LatexCommand eqref
15565 reference "eq:substack"
15566
15567 \end_inset
15568
15569  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15570  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15571  Um das zu verhindern, kann man den Befehl 
15572 \series bold
15573
15574 \backslash
15575 mathclap
15576 \series default
15577
15578 \begin_inset Index idx
15579 status collapsed
15580
15581 \begin_layout Plain Layout
15582 Befehle ! M ! 
15583 \backslash
15584 mathclap
15585 \end_layout
15586
15587 \end_inset
15588
15589  verwenden, der die Breite seines Inhalts auf 0
15590 \begin_inset space \thinspace{}
15591 \end_inset
15592
15593 pt setzt.
15594 \begin_inset Newline newline
15595 \end_inset
15596
15597 Auf Formel 
15598 \begin_inset CommandInset ref
15599 LatexCommand eqref
15600 reference "eq:substack"
15601
15602 \end_inset
15603
15604  angewandt, gibt man den Befehl
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610
15611 \backslash
15612 sum_
15613 \backslash
15614 mathclap
15615 \backslash
15616 substack
15617 \begin_inset space \textvisiblespace{}
15618 \end_inset
15619
15620 0<k<1000 Strg+Enter
15621 \end_layout
15622
15623 \begin_layout Standard
15624 ein, um die untere Grenze zu erstellen.
15625  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15626 \begin_inset Formula 
15627 \[
15628 \sum_{\mathclap{\substack{0<k<1000\\
15629 \\
15630 k\,\in\,\mathbb{N}
15631 }
15632 }}^{n}k^{-2}
15633 \]
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 \begin_inset VSpace bigskip
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
15649  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
15650 \begin_inset Formula 
15651 \[
15652 \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}
15653 \]
15654
15655 \end_inset
15656
15657 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
15658  unter 
15659 \family sans
15660 Mathe-Optionen
15661 \family default
15662  für das Paket 
15663 \series bold
15664 mathtools
15665 \series default
15666
15667 \begin_inset Index idx
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671 Pakete ! mathtools
15672 \end_layout
15673
15674 \end_inset
15675
15676  die Option 
15677 \family sans
15678 Immer
15679 \begin_inset space ~
15680 \end_inset
15681
15682 laden
15683 \family default
15684  ein.
15685  Nun fügt man direkt vor den ersten Operator denn Befehl 
15686 \series bold
15687
15688 \backslash
15689 adjustlimits
15690 \series default
15691
15692 \begin_inset Index idx
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696 Befehle ! A ! 
15697 \backslash
15698 adjustlimits
15699 \end_layout
15700
15701 \end_inset
15702
15703  ein.
15704  Das Beispiel schaut dann so aus:
15705 \begin_inset Formula 
15706 \[
15707 \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}
15708 \]
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716 \begin_inset VSpace bigskip
15717 \end_inset
15718
15719 In 
15720 \begin_inset CommandInset ref
15721 LatexCommand ref
15722 reference "sub:Selbstdefinierte-Operatoren"
15723
15724 \end_inset
15725
15726  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15727 \end_layout
15728
15729 \begin_layout Subsection
15730 Dekoration für Operatoren
15731 \begin_inset Index idx
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735 Operatoren ! Dekoration
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Zum Dekorieren von Operatoren gibt es die Befehle 
15745 \series bold
15746
15747 \backslash
15748 overset
15749 \series default
15750
15751 \begin_inset Index idx
15752 status collapsed
15753
15754 \begin_layout Plain Layout
15755 Befehle ! O ! 
15756 \backslash
15757 overset
15758 \end_layout
15759
15760 \end_inset
15761
15762  und 
15763 \series bold
15764
15765 \backslash
15766 underset
15767 \series default
15768
15769 \begin_inset Index idx
15770 status collapsed
15771
15772 \begin_layout Plain Layout
15773 Befehle ! U ! 
15774 \backslash
15775 underset
15776 \end_layout
15777
15778 \end_inset
15779
15780 , mit denen man Zeichen über bzw.
15781 \begin_inset space \space{}
15782 \end_inset
15783
15784 unter einen Operator setzen kann.
15785  Mit dem Befehl 
15786 \series bold
15787
15788 \backslash
15789 sideset
15790 \series default
15791
15792 \begin_inset Index idx
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 Befehle ! S ! 
15797 \backslash
15798 sideset
15799 \end_layout
15800
15801 \end_inset
15802
15803  können Zeichen vor und nach einen großen Operator gesetzt werden.
15804 \end_layout
15805
15806 \begin_layout Standard
15807 Es gibt 4
15808 \begin_inset space ~
15809 \end_inset
15810
15811 Varianten von 
15812 \series bold
15813
15814 \backslash
15815 sideset
15816 \series default
15817 :
15818 \end_layout
15819
15820 \begin_layout Itemize
15821
15822 \series bold
15823
15824 \backslash
15825 sideset
15826 \series default
15827  zum Setzen von Zeichen an die Ecken des Operators
15828 \end_layout
15829
15830 \begin_layout Itemize
15831
15832 \series bold
15833
15834 \backslash
15835 sidesetn
15836 \series default
15837  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
15838 t LaTeXs originalem 
15839 \series bold
15840
15841 \backslash
15842 sideset
15843 \series default
15844  Befehl)
15845 \end_layout
15846
15847 \begin_layout Itemize
15848
15849 \series bold
15850
15851 \backslash
15852 sidesetl
15853 \series default
15854  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
15855 \end_layout
15856
15857 \begin_layout Itemize
15858
15859 \series bold
15860
15861 \backslash
15862 sidesetr
15863 \series default
15864  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
15865 \end_layout
15866
15867 \begin_layout Standard
15868 Z.
15869 \begin_inset space \thinspace{}
15870 \end_inset
15871
15872 B.
15873  ergibt der Befehl 
15874 \series bold
15875
15876 \backslash
15877 sidesetn
15878 \begin_inset space \textvisiblespace{}
15879 \end_inset
15880
15881
15882 \backslash
15883 sum
15884 \begin_inset space \textvisiblespace{}
15885 \end_inset
15886
15887
15888 \begin_inset Formula $\to$
15889 \end_inset
15890
15891 '
15892 \begin_inset Formula $\to$
15893 \end_inset
15894
15895 _k=1
15896 \begin_inset space \textvisiblespace{}
15897 \end_inset
15898
15899
15900 \series default
15901 ^
15902 \series bold
15903 n
15904 \series default
15905  :
15906 \begin_inset Formula 
15907 \[
15908 \sideset{}{'}\sum_{k=1}^{n}
15909 \]
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset Note Greyedout
15918 status open
15919
15920 \begin_layout Plain Layout
15921
15922 \series bold
15923 Achtung: 
15924 \backslash
15925 sideset
15926 \series default
15927  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15928  Operatoren sind nicht erlaubt.
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \begin_layout Standard
15937 Mit 
15938 \series bold
15939
15940 \backslash
15941 overset
15942 \series default
15943  bzw.
15944 \begin_inset space \space{}
15945 \end_inset
15946
15947
15948 \series bold
15949
15950 \backslash
15951 underset
15952 \series default
15953  kann man auch Symbole und Zeichen dekorieren.
15954  Beispielsweise ergibt der Befehl 
15955 \series bold
15956
15957 \backslash
15958 overset
15959 \begin_inset space \textvisiblespace{}
15960 \end_inset
15961
15962
15963 \backslash
15964 maltese
15965 \begin_inset space \textvisiblespace{}
15966 \end_inset
15967
15968
15969 \series default
15970
15971 \begin_inset Formula $\uparrow$
15972 \end_inset
15973
15974
15975 \series bold
15976 a
15977 \series default
15978  :
15979 \begin_inset Formula 
15980 \[
15981 \overset{a}{\maltese}
15982 \]
15983
15984 \end_inset
15985
15986
15987 \end_layout
15988
15989 \begin_layout Subsection
15990 Binäre Operatoren
15991 \begin_inset CommandInset label
15992 LatexCommand label
15993 name "sub:Binäre-Operatoren"
15994
15995 \end_inset
15996
15997
15998 \begin_inset Index idx
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 Operatoren ! binäre
16003 \end_layout
16004
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \begin_layout Standard
16011 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16012  ein Zeichen befindet.
16013 \begin_inset VSpace medskip
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \begin_layout Standard
16020 \begin_inset space \hfill{}
16021 \end_inset
16022
16023
16024 \begin_inset Tabular
16025 <lyxtabular version="3" rows="13" columns="2">
16026 <features rotate="0" tabularvalignment="middle">
16027 <column alignment="center" valignment="top" width="0pt">
16028 <column alignment="center" valignment="top" width="0pt">
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 Befehl
16035 \begin_inset Note Note
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039
16040 \series bold
16041
16042 \backslash
16043 raisebox
16044 \series default
16045  dient nur als Abstandhalter.
16046 \end_layout
16047
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 Ergebnis
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 <row>
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 +
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Formula $+$
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 -
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 \begin_inset Formula $-$
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116
16117 \backslash
16118 pm
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 \begin_inset Formula $\pm$
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141
16142 \backslash
16143 mp
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 \begin_inset Formula $\mp$
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 </row>
16161 <row>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166
16167 \backslash
16168 cdot
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 \begin_inset Formula $\cdot$
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 </row>
16186 <row>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191
16192 \backslash
16193 times
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $\times$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216
16217 \backslash
16218 div
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 \begin_inset Formula $\div$
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 \begin_inset ERT
16242 status collapsed
16243
16244 \begin_layout Plain Layout
16245
16246
16247 \backslash
16248 raisebox{-1.2mm}{
16249 \end_layout
16250
16251 \end_inset
16252
16253 *
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259 }
16260 \end_layout
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 \begin_inset Formula $*$
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \backslash
16289 star
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Formula $\star$
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312
16313 \backslash
16314 circ
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 \begin_inset Formula $\circ$
16324 \end_inset
16325
16326
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 </row>
16332 <row>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337
16338 \backslash
16339 diamond
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 \begin_inset Formula $\diamond$
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \backslash
16364 bullet
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 \begin_inset Formula $\bullet$
16374 \end_inset
16375
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 </lyxtabular>
16383
16384 \end_inset
16385
16386
16387 \begin_inset space \hfill{}
16388 \end_inset
16389
16390
16391 \begin_inset Tabular
16392 <lyxtabular version="3" rows="13" columns="2">
16393 <features rotate="0" tabularvalignment="middle">
16394 <column alignment="center" valignment="top" width="0pt">
16395 <column alignment="center" valignment="top" width="0pt">
16396 <row>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 Befehl
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 Ergebnis
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \backslash
16423 nabla
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 \begin_inset Formula $\nabla$
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \backslash
16448 bigtriangledown
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 \begin_inset Formula $\bigtriangledown$
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471
16472 \backslash
16473 bigtriangleup
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 \begin_inset Formula $\bigtriangleup$
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496
16497 \backslash
16498 Box
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Formula $\Box$
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521
16522 \backslash
16523 cap 
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 \begin_inset Formula $\cap$
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 </row>
16541 <row>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \backslash
16548 cup
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 \begin_inset Formula $\cup$
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 </row>
16566 <row>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571
16572 \backslash
16573 dagger
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 \begin_inset Formula $\dagger$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \backslash
16598 ddagger
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 \begin_inset Formula $\ddagger$
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621
16622 \backslash
16623 wr
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $\wr$
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646
16647 \backslash
16648 bigcirc
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Formula $\bigcirc$
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 </row>
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671
16672 \backslash
16673 wedge
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Formula $\wedge$
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 </row>
16691 <row>
16692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696
16697 \backslash
16698 vee
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $\vee$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 </lyxtabular>
16717
16718 \end_inset
16719
16720
16721 \begin_inset space \hfill{}
16722 \end_inset
16723
16724
16725 \begin_inset Tabular
16726 <lyxtabular version="3" rows="13" columns="2">
16727 <features rotate="0" tabularvalignment="middle">
16728 <column alignment="center" valignment="top" width="0pt">
16729 <column alignment="center" valignment="top" width="0pt">
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 Befehl
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 Ergebnis
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 oplus
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\oplus$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 ominus
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\ominus$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 otimes
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\otimes$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 oslash
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\oslash$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 odot
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\odot$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 amalg
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\amalg$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 uplus
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\uplus$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 setminus
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\setminus$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 sqcap
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\sqcap$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \backslash
16982 sqcup
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\sqcup$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \backslash
17007 triangleleft
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $\triangleleft$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 </row>
17025 <row>
17026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030
17031 \backslash
17032 triangleright
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\triangleright$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 </lyxtabular>
17051
17052 \end_inset
17053
17054
17055 \begin_inset space \hfill{}
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \begin_layout Standard
17062 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17063  
17064 \begin_inset Info
17065 type  "icon"
17066 arg   "math-insert \\pm"
17067 \end_inset
17068
17069  eingefügt werden.
17070 \end_layout
17071
17072 \begin_layout Standard
17073 Um den Laplace-Operator darzustellen, kann man statt 
17074 \series bold
17075
17076 \backslash
17077 bigtriangleup
17078 \series default
17079  auch 
17080 \series bold
17081
17082 \backslash
17083 Delta
17084 \series default
17085  verwenden oder man benutzt 
17086 \series bold
17087
17088 \backslash
17089 nabla
17090 \series default
17091 ^
17092 \series bold
17093 2
17094 \series default
17095  (
17096 \begin_inset Formula $\nabla^{2}$
17097 \end_inset
17098
17099 ).
17100 \end_layout
17101
17102 \begin_layout Standard
17103 Das Zeichen 
17104 \family sans
17105 Menütrenner
17106 \family default
17107  im Menü 
17108 \family sans
17109 Einfügen\SpecialChar \menuseparator
17110 Sonderzeichen
17111 \family default
17112  ist der Operator 
17113 \series bold
17114
17115 \backslash
17116 triangleright
17117 \series default
17118 .
17119 \end_layout
17120
17121 \begin_layout Subsection
17122 Selbst definierte Operatoren
17123 \begin_inset CommandInset label
17124 LatexCommand label
17125 name "sub:Selbstdefinierte-Operatoren"
17126
17127 \end_inset
17128
17129
17130 \begin_inset Index idx
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134 Operatoren ! selbstdefinierte
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 Mit Hilfe des Befehls 
17144 \series bold
17145
17146 \backslash
17147 DeclareMathOperator
17148 \series default
17149
17150 \begin_inset Index idx
17151 status collapsed
17152
17153 \begin_layout Plain Layout
17154 Befehle ! D ! 
17155 \backslash
17156 dbinom@
17157 \backslash
17158 DeclareMathOperator
17159 \end_layout
17160
17161 \end_inset
17162
17163  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17164  Das Befehlsschema dazu lautet:
17165 \end_layout
17166
17167 \begin_layout Standard
17168
17169 \series bold
17170
17171 \backslash
17172 DeclareMathOperator{neuer Befehl}{Anzeige}
17173 \end_layout
17174
17175 \begin_layout Standard
17176 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17177  im Ausdruck aussieht.
17178  Will man einen großen Operator definieren, setzt man hinter den Befehl
17179  ein 
17180 \series bold
17181 *
17182 \series default
17183 .
17184  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17185  wie in 
17186 \begin_inset CommandInset ref
17187 LatexCommand ref
17188 reference "sub:Operatorgrenzen"
17189
17190 \end_inset
17191
17192  beschrieben.
17193 \end_layout
17194
17195 \begin_layout Standard
17196 Beispielsweise definiert die LaTeX-Vorspannzeile
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \series bold
17202
17203 \backslash
17204 DeclareMathOperator*{
17205 \backslash
17206 Raute}{
17207 \backslash
17208 blacklozenge}
17209 \end_layout
17210
17211 \begin_layout Standard
17212 den Befehl 
17213 \series bold
17214
17215 \backslash
17216 Raute
17217 \series default
17218 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17219  aus 
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "sub:Sonstige-Symbole"
17223
17224 \end_inset
17225
17226  besteht:
17227 \begin_inset Formula 
17228 \[
17229 \Raute_{n=1}^{\infty}
17230 \]
17231
17232 \end_inset
17233
17234 Der Befehl für diese Formel lautet: 
17235 \series bold
17236
17237 \backslash
17238 Raute
17239 \series default
17240 ^
17241 \series bold
17242
17243 \backslash
17244 infty
17245 \begin_inset Formula $\to$
17246 \end_inset
17247
17248 _n=1
17249 \end_layout
17250
17251 \begin_layout Standard
17252 \begin_inset VSpace bigskip
17253 \end_inset
17254
17255 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17256  auch mit den Befehlen 
17257 \series bold
17258
17259 \backslash
17260 mathop
17261 \series default
17262
17263 \begin_inset Index idx
17264 status collapsed
17265
17266 \begin_layout Plain Layout
17267 Befehle ! M ! 
17268 \backslash
17269 mathop
17270 \end_layout
17271
17272 \end_inset
17273
17274  und 
17275 \series bold
17276
17277 \backslash
17278 mathbin
17279 \series default
17280
17281 \begin_inset Index idx
17282 status collapsed
17283
17284 \begin_layout Plain Layout
17285 Befehle ! M ! 
17286 \backslash
17287 mathbin
17288 \end_layout
17289
17290 \end_inset
17291
17292  definieren, die folgendes Schema besitzen:
17293 \end_layout
17294
17295 \begin_layout Standard
17296
17297 \series bold
17298
17299 \backslash
17300 mathop{Anzeige}
17301 \series default
17302  bzw.
17303 \begin_inset space \space{}
17304 \end_inset
17305
17306
17307 \series bold
17308
17309 \backslash
17310 mathbin{Anzeige}
17311 \end_layout
17312
17313 \begin_layout Standard
17314
17315 \series bold
17316
17317 \backslash
17318 mathop
17319 \series default
17320  definiert große, 
17321 \series bold
17322
17323 \backslash
17324 mathbin
17325 \series default
17326  binäre Operatoren.
17327 \end_layout
17328
17329 \begin_layout Standard
17330
17331 \series bold
17332
17333 \backslash
17334 mathop
17335 \series default
17336  lässt sich z.
17337 \begin_inset space \thinspace{}
17338 \end_inset
17339
17340 B.
17341  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17342 \begin_inset Formula 
17343 \[
17344 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17345 \]
17346
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \begin_layout Standard
17353 Der Befehl für obige Formel lautet:
17354 \begin_inset Newline newline
17355 \end_inset
17356
17357  
17358 \series bold
17359
17360 \backslash
17361 mathop{
17362 \backslash
17363 sum
17364 \backslash
17365 negmedspace
17366 \backslash
17367 sum
17368 \series default
17369
17370 \begin_inset space \textvisiblespace{}
17371 \end_inset
17372
17373
17374 \series bold
17375
17376 \begin_inset Formula $\to$
17377 \end_inset
17378
17379 ^N
17380 \series default
17381
17382 \begin_inset space \textvisiblespace{}
17383 \end_inset
17384
17385
17386 \series bold
17387 _i,j=1
17388 \end_layout
17389
17390 \begin_layout Standard
17391 \begin_inset Newpage newpage
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \begin_layout Section
17398 Schriften
17399 \begin_inset Index idx
17400 status collapsed
17401
17402 \begin_layout Plain Layout
17403 Schriften
17404 \end_layout
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Subsection
17412 Schriftstile
17413 \begin_inset CommandInset label
17414 LatexCommand label
17415 name "sub:Schriftstile"
17416
17417 \end_inset
17418
17419
17420 \begin_inset Index idx
17421 status collapsed
17422
17423 \begin_layout Plain Layout
17424 Schriften ! Schriftstile
17425 \end_layout
17426
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \begin_layout Standard
17433 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17434  gesetzt werden:
17435 \begin_inset VSpace -2mm
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \begin_layout Standard
17442 \align center
17443 \begin_inset Tabular
17444 <lyxtabular version="3" rows="7" columns="3">
17445 <features rotate="0" tabularvalignment="middle">
17446 <column alignment="center" valignment="top">
17447 <column alignment="center" valignment="top">
17448 <column alignment="center" valignment="top">
17449 <row>
17450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 Befehl
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 Ergebnis
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 Tastenkürzel
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \backslash
17485 mathbb
17486 \series bold
17487
17488 \begin_inset space \textvisiblespace{}
17489 \end_inset
17490
17491
17492 \series default
17493 ABC
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 \begin_inset Formula $\mathbb{ABC}$
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 Alt+Z K
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 mathbf
17528 \series bold
17529
17530 \begin_inset space \textvisiblespace{}
17531 \end_inset
17532
17533
17534 \series default
17535 AbC
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $\mathbf{AbC}$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 Strg+B
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 <row>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567
17568 \backslash
17569 boldsymbol
17570 \series bold
17571
17572 \begin_inset space \textvisiblespace{}
17573 \end_inset
17574
17575
17576 \series default
17577 AbC
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Formula $\boldsymbol{AbC}$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 Alt+Z F oder Strg+Alt+B
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \backslash
17611 mathcal
17612 \series bold
17613
17614 \begin_inset space \textvisiblespace{}
17615 \end_inset
17616
17617
17618 \series default
17619 ABC
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $\mathcal{ABC}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 Alt+Z H
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 mathfrak
17654 \series bold
17655
17656 \begin_inset space \textvisiblespace{}
17657 \end_inset
17658
17659
17660 \series default
17661 AbC
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 \begin_inset Formula $\mathfrak{AbC}$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 -
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \backslash
17695 mathscr
17696 \series bold
17697
17698 \begin_inset space \textvisiblespace{}
17699 \end_inset
17700
17701
17702 \series default
17703 AbC
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\mathscr{AbC}$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 -
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 </row>
17730 </lyxtabular>
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 \align center
17739 \begin_inset Tabular
17740 <lyxtabular version="3" rows="5" columns="3">
17741 <features rotate="0" tabularvalignment="middle">
17742 <column alignment="center" valignment="top">
17743 <column alignment="center" valignment="top">
17744 <column alignment="center" valignment="top">
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 Befehl
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 Ergebnis
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 Tastenkürzel
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779
17780 \backslash
17781 mathit
17782 \series bold
17783
17784 \begin_inset space \textvisiblespace{}
17785 \end_inset
17786
17787
17788 \series default
17789 AbC
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 \begin_inset Formula $\mathit{AbC}$
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 -
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 mathrm
17824 \series bold
17825
17826 \begin_inset space \textvisiblespace{}
17827 \end_inset
17828
17829
17830 \series default
17831 AbC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathrm{AbC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 Alt+Z R
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 <row>
17859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \backslash
17865 mathsf
17866 \series bold
17867
17868 \begin_inset space \textvisiblespace{}
17869 \end_inset
17870
17871
17872 \series default
17873 AbC
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Formula $\mathsf{AbC}$
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 Alt+Z S
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 </row>
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \backslash
17907 mathtt
17908 \series bold
17909
17910 \begin_inset space \textvisiblespace{}
17911 \end_inset
17912
17913
17914 \series default
17915 AbC
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 \begin_inset Formula $\mathtt{AbC}$
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 Alt+Z C
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 </row>
17942 </lyxtabular>
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset Note Greyedout
17951 status open
17952
17953 \begin_layout Plain Layout
17954
17955 \series bold
17956 Achtung:
17957 \series default
17958  Die Stile 
17959 \series bold
17960
17961 \backslash
17962 mathbb
17963 \series default
17964  und 
17965 \series bold
17966
17967 \backslash
17968 mathcal
17969 \series default
17970  können nur für Großbuchstaben verwendet werden.
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 Voreingestellt ist der Stil 
17980 \series bold
17981
17982 \backslash
17983 mathnormal
17984 \series default
17985 .
17986 \end_layout
17987
17988 \begin_layout Standard
17989 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
17990 \begin_inset Formula 
17991 \[
17992 \mathfrak{A=\frac{b}{C}}
17993 \]
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \begin_layout Standard
18001 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18002 ile, sondern in dem Textschriftstil 
18003 \series bold
18004
18005 \backslash
18006 textrm
18007 \series default
18008 .
18009  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18010  ein Fehler in LyX.
18011 \begin_inset Foot
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015 \begin_inset CommandInset href
18016 LatexCommand href
18017 name "LyX-Fehler #4629"
18018 target "http://www.lyx.org/trac/ticket/4629"
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 Anstelle der Stilbefehle kann man auch den Dialog 
18032 \family sans
18033 Bearbeiten\SpecialChar \menuseparator
18034 Mathe\SpecialChar \menuseparator
18035 Text-Stil
18036 \family default
18037  oder den Mathe-Werkzeugleistenknopf 
18038 \begin_inset Info
18039 type  "icon"
18040 arg   "math-insert \\font"
18041 \end_inset
18042
18043  verwenden.
18044 \end_layout
18045
18046 \begin_layout Subsection
18047 Fett gedruckte Formeln
18048 \begin_inset CommandInset label
18049 LatexCommand label
18050 name "sub:Fett-gedruckte-Formeln"
18051
18052 \end_inset
18053
18054
18055 \begin_inset Index idx
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059 Formel ! fett gedruckte
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \begin_layout Standard
18068 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18069  Kapitel angegebenen Befehl 
18070 \series bold
18071
18072 \backslash
18073 mathbf
18074 \series default
18075  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18076  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18077  Formel gut erkennt:
18078 \end_layout
18079
18080 \begin_layout Standard
18081 \begin_inset Formula 
18082 \[
18083 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18084 \]
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18093 \series bold
18094
18095 \backslash
18096 boldsymbol
18097 \series default
18098 :
18099 \begin_inset Formula 
18100 \[
18101 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18102 \]
18103
18104 \end_inset
18105
18106 Es gibt auch die Möglichkeit die Formel in eine 
18107 \series bold
18108 boldmath-Umgebung
18109 \series default
18110  zu setzen.
18111  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18112 \series bold
18113
18114 \backslash
18115 boldmath
18116 \series default
18117
18118 \begin_inset Index idx
18119 status collapsed
18120
18121 \begin_layout Plain Layout
18122 Befehle ! B ! 
18123 \backslash
18124 boldmath
18125 \end_layout
18126
18127 \end_inset
18128
18129  eingibt.
18130  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18131 \series bold
18132
18133 \backslash
18134 unboldmath
18135 \series default
18136
18137 \begin_inset Index idx
18138 status collapsed
18139
18140 \begin_layout Plain Layout
18141 Befehle ! U ! 
18142 \backslash
18143 unboldmath
18144 \end_layout
18145
18146 \end_inset
18147
18148  ein.
18149 \begin_inset ERT
18150 status collapsed
18151
18152 \begin_layout Plain Layout
18153
18154
18155 \backslash
18156 boldmath 
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \begin_inset Formula 
18163 \[
18164 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18165 \]
18166
18167 \end_inset
18168
18169
18170 \begin_inset ERT
18171 status collapsed
18172
18173 \begin_layout Plain Layout
18174
18175
18176 \backslash
18177 unboldmath 
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Subsection
18186 Farbige Formeln
18187 \begin_inset Index idx
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191 Formel ! farbige
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Standard
18200 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18201  oder Formelteile und verwenden dann den 
18202 \family sans
18203 Textstil
18204 \family default
18205  Dialog.
18206  Hier ist eine Formel in Magenta:
18207 \begin_inset Formula 
18208 \[
18209 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18210 \]
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \begin_layout Standard
18218 Man kann auch eigene Farben definieren, wie in 
18219 \begin_inset CommandInset ref
18220 LatexCommand ref
18221 reference "sub:Farbige-Boxen"
18222
18223 \end_inset
18224
18225  erklärt ist.
18226  Diese können dann mit dem TeX-Code Befehl 
18227 \series bold
18228
18229 \backslash
18230 textcolor
18231 \series default
18232
18233 \begin_inset Index idx
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237 Befehle! T ! 
18238 \backslash
18239 textcolor
18240 \end_layout
18241
18242 \end_inset
18243
18244  verwendet werden, dass folgendes Schema besitzt:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 textcolor{Farbe}{Zeichen oder Formel}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 textcolor{dunkelgruen}{
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \begin_inset Formula 
18274 \[
18275 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18276 \]
18277
18278 \end_inset
18279
18280
18281 \begin_inset ERT
18282 status collapsed
18283
18284 \begin_layout Plain Layout
18285
18286 }
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18296 n Farben gefärbt werden.
18297 \begin_inset Foot
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301 \begin_inset CommandInset href
18302 LatexCommand href
18303 name "LyX-bug #5269"
18304 target "http://www.lyx.org/trac/ticket/5269"
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Subsection
18317 Schriftgrößen
18318 \begin_inset CommandInset label
18319 LatexCommand label
18320 name "sub:Schriftgrößen"
18321
18322 \end_inset
18323
18324
18325 \begin_inset Index idx
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329 Schriften ! Schriftgrößen
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18339 le:
18340 \end_layout
18341
18342 \begin_layout Standard
18343
18344 \series bold
18345
18346 \backslash
18347 Huge
18348 \series default
18349
18350 \series bold
18351
18352 \backslash
18353 huge
18354 \series default
18355
18356 \series bold
18357
18358 \backslash
18359 LARGE
18360 \series default
18361
18362 \series bold
18363
18364 \backslash
18365 Large
18366 \series default
18367
18368 \series bold
18369
18370 \backslash
18371 large
18372 \series default
18373
18374 \series bold
18375
18376 \backslash
18377 normalsize
18378 \series default
18379
18380 \series bold
18381
18382 \backslash
18383 small
18384 \series default
18385
18386 \series bold
18387
18388 \backslash
18389 footnotesize
18390 \series default
18391 ,
18392 \begin_inset Newline linebreak
18393 \end_inset
18394
18395
18396 \series bold
18397
18398 \backslash
18399 scriptsize
18400 \series default
18401  und 
18402 \series bold
18403
18404 \backslash
18405 tiny
18406 \end_layout
18407
18408 \begin_layout Standard
18409 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18410  ab, die dem Befehl 
18411 \series bold
18412
18413 \backslash
18414 normalsize
18415 \series default
18416  entspricht.
18417  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18418 \series bold
18419
18420 \backslash
18421 normalsize
18422 \series default
18423 .
18424  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18425  Beträgt z.
18426 \begin_inset space \thinspace{}
18427 \end_inset
18428
18429 B.
18430  die Dokumentschriftgröße 12
18431 \begin_inset space \thinspace{}
18432 \end_inset
18433
18434 pt, produziert der Befehl 
18435 \series bold
18436
18437 \backslash
18438 Huge
18439 \series default
18440  dasselbe wie 
18441 \series bold
18442
18443 \backslash
18444 huge
18445 \series default
18446 .
18447  
18448 \end_layout
18449
18450 \begin_layout Standard
18451 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18452  Größe aller nachfolgenden Formel- und Textzeichen fest.
18453  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18454  TeX-Modus den Befehl 
18455 \series bold
18456
18457 \backslash
18458 normalsize
18459 \series default
18460  ein.
18461 \end_layout
18462
18463 \begin_layout Standard
18464 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18465  werden:
18466 \end_layout
18467
18468 \begin_layout Standard
18469 \noindent
18470 \align center
18471 \begin_inset Tabular
18472 <lyxtabular version="3" rows="5" columns="2">
18473 <features rotate="0" tabularvalignment="middle">
18474 <column alignment="center" valignment="top">
18475 <column alignment="center" valignment="top">
18476 <row>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 Befehl
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 Ergebnis
18491 \begin_inset Note Note
18492 status collapsed
18493
18494 \begin_layout Plain Layout
18495
18496 \series bold
18497
18498 \backslash
18499 raisebox
18500 \series default
18501  dient nur als Abstandhalter.
18502 \end_layout
18503
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 </row>
18512 <row>
18513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517
18518 \backslash
18519 displaystyle
18520 \begin_inset Index idx
18521 status collapsed
18522
18523 \begin_layout Plain Layout
18524 Befehle ! D ! 
18525 \backslash
18526 displaystyle
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 </row>
18549 <row>
18550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554
18555 \backslash
18556 textstyle
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \backslash
18581 scriptstyle
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \backslash
18606 scriptscriptstyle
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 </lyxtabular>
18625
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \begin_layout Standard
18632 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18633  in das die Formelteile eingegeben werden.
18634 \end_layout
18635
18636 \begin_layout Standard
18637 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18638  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18639  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18640  eingegeben.
18641  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18642  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18643  Dazu zwei Beispiele:
18644 \begin_inset VSpace -2mm
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 huge 
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \begin_inset Formula 
18665 \[
18666 A=\frac{B}{c}\cdot\maltese
18667 \]
18668
18669 \end_inset
18670
18671
18672 \begin_inset Formula 
18673 \[
18674 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18675 \]
18676
18677 \end_inset
18678
18679
18680 \begin_inset ERT
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684
18685
18686 \backslash
18687 normalsize 
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset VSpace medskip
18697 \end_inset
18698
18699 Vor beiden Formeln wurde der Befehl 
18700 \series bold
18701
18702 \backslash
18703 huge
18704 \series default
18705  eingegeben.
18706  Der Befehl für die zweite Formel lautet:
18707 \begin_inset Newline newline
18708 \end_inset
18709
18710
18711 \series bold
18712
18713 \backslash
18714 maltese
18715 \begin_inset space \textvisiblespace{}
18716 \end_inset
18717
18718 A M-m m 
18719 \backslash
18720 Large
18721 \begin_inset space \textvisiblespace{}
18722 \end_inset
18723
18724
18725 \backslash
18726 maltese
18727 \begin_inset space \textvisiblespace{}
18728 \end_inset
18729
18730
18731 \backslash
18732 textit
18733 \begin_inset space \textvisiblespace{}
18734 \end_inset
18735
18736 A
18737 \begin_inset Formula $\to$
18738 \end_inset
18739
18740
18741 \begin_inset Formula $\to$
18742 \end_inset
18743
18744
18745 \begin_inset Newline newline
18746 \end_inset
18747
18748
18749 \begin_inset space \hspace*{}
18750 \length 1cm
18751 \end_inset
18752
18753 M-m
18754 \series default
18755  
18756 \series bold
18757
18758 \backslash
18759 tiny
18760 \begin_inset space \textvisiblespace{}
18761 \end_inset
18762
18763
18764 \backslash
18765 maltese
18766 \begin_inset space \textvisiblespace{}
18767 \end_inset
18768
18769
18770 \backslash
18771 textit
18772 \begin_inset space \textvisiblespace{}
18773 \end_inset
18774
18775 A
18776 \end_layout
18777
18778 \begin_layout Standard
18779 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18780  immer in der Standardgröße dargestellt.
18781 \end_layout
18782
18783 \begin_layout Section
18784 Griechische Buchstaben
18785 \begin_inset Index idx
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789 griechische Buchstaben
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Standard
18798 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18799  
18800 \begin_inset Info
18801 type  "icon"
18802 arg   "math-insert \\alpha"
18803 \end_inset
18804
18805  eingefügt werden.
18806  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18807  in Formeln aufrecht gesetzt werden.
18808  In einigen Sprachen, wie z.
18809 \begin_inset space \thinspace{}
18810 \end_inset
18811
18812 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18813 \end_layout
18814
18815 \begin_layout Subsection
18816 Kleine Buchstaben
18817 \begin_inset Index idx
18818 status collapsed
18819
18820 \begin_layout Plain Layout
18821 griechische Buchstaben ! kleine
18822 \end_layout
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Standard
18830 \begin_inset space \hfill{}
18831 \end_inset
18832
18833
18834 \begin_inset Tabular
18835 <lyxtabular version="3" rows="11" columns="2">
18836 <features rotate="0" tabularvalignment="middle">
18837 <column alignment="center" valignment="top" width="0pt">
18838 <column alignment="center" valignment="top" width="0pt">
18839 <row>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 Befehl
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 Ergebnis
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 </row>
18859 <row>
18860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \backslash
18866 alpha
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 \begin_inset Formula $\alpha$
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 </row>
18884 <row>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \backslash
18891 beta
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900 \begin_inset Formula $\beta$
18901 \end_inset
18902
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 </row>
18909 <row>
18910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18911 \begin_inset Text
18912
18913 \begin_layout Plain Layout
18914
18915 \backslash
18916 gamma
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 \begin_inset Formula $\gamma$
18926 \end_inset
18927
18928
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 </row>
18934 <row>
18935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \backslash
18941 delta
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950 \begin_inset Formula $\delta$
18951 \end_inset
18952
18953
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 </row>
18959 <row>
18960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \backslash
18966 epsilon
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 \begin_inset Formula $\epsilon$
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 </row>
18984 <row>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \backslash
18991 varepsilon
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Formula $\varepsilon$
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \backslash
19016 zeta
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Formula $\zeta$
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \backslash
19041 eta
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 \begin_inset Formula $\eta$
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 theta
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\theta$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row>
19085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \backslash
19091 vartheta
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Formula $\vartheta$
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 </lyxtabular>
19110
19111 \end_inset
19112
19113
19114 \begin_inset space \hfill{}
19115 \end_inset
19116
19117
19118 \begin_inset Tabular
19119 <lyxtabular version="3" rows="12" columns="2">
19120 <features rotate="0" tabularvalignment="middle">
19121 <column alignment="center" valignment="top" width="0pt">
19122 <column alignment="center" valignment="top" width="0pt">
19123 <row>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 Befehl
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 Ergebnis
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 <row>
19144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148
19149 \backslash
19150 iota
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159 \begin_inset Formula $\iota$
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 <row>
19169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \backslash
19175 kappa
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184 \begin_inset Formula $\kappa$
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 </row>
19193 <row>
19194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198
19199 \backslash
19200 varkappa
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209 \begin_inset Formula $\varkappa$
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 </row>
19218 <row>
19219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223
19224 \backslash
19225 lambda
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234 \begin_inset Formula $\lambda$
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 </row>
19243 <row>
19244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248
19249 \backslash
19250 mu
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 \begin_inset Formula $\mu$
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 </row>
19268 <row>
19269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \backslash
19275 nu
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Formula $\nu$
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \backslash
19300 xi
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 \begin_inset Formula $\xi$
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 </row>
19318 <row>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 o
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset Formula $o$
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 pi
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 \begin_inset Formula $\pi$
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 </row>
19366 <row>
19367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371
19372 \backslash
19373 varpi
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 \begin_inset Formula $\varpi$
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396
19397 \backslash
19398 rho
19399 \end_layout
19400
19401 \end_inset
19402 </cell>
19403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407 \begin_inset Formula $\rho$
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 </row>
19416 </lyxtabular>
19417
19418 \end_inset
19419
19420
19421 \begin_inset space \hfill{}
19422 \end_inset
19423
19424
19425 \begin_inset Tabular
19426 <lyxtabular version="3" rows="11" columns="2">
19427 <features rotate="0" tabularvalignment="middle">
19428 <column alignment="center" valignment="top" width="0pt">
19429 <column alignment="center" valignment="top" width="0pt">
19430 <row>
19431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 Befehl
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 Ergebnis
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \backslash
19457 varrho
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 \begin_inset Formula $\varrho$
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 </row>
19475 <row>
19476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480
19481 \backslash
19482 sigma
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 \begin_inset Formula $\sigma$
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505
19506 \backslash
19507 varsigma
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 \begin_inset Formula $\varsigma$
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 </row>
19525 <row>
19526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530
19531 \backslash
19532 tau
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 \begin_inset Formula $\tau$
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 </row>
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \backslash
19557 upsilon
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Formula $\upsilon$
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 </row>
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \backslash
19582 phi
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset Formula $\phi$
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 varphi
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\varphi$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630
19631 \backslash
19632 chi
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $\chi$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 psi
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\psi$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 omega
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\omega$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 </lyxtabular>
19701
19702 \end_inset
19703
19704
19705 \begin_inset space \hfill{}
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \begin_layout Standard
19712 \begin_inset VSpace medskip
19713 \end_inset
19714
19715 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19716 \begin_inset CommandInset ref
19717 LatexCommand ref
19718 reference "sub:Aufrechte-kleine-griechische"
19719
19720 \end_inset
19721
19722  beschrieben.
19723 \end_layout
19724
19725 \begin_layout Subsection
19726 Große Buchstaben
19727 \begin_inset Index idx
19728 status collapsed
19729
19730 \begin_layout Plain Layout
19731 griechische Buchstaben ! große
19732 \end_layout
19733
19734 \end_inset
19735
19736
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset space \hfill{}
19741 \end_inset
19742
19743
19744 \begin_inset Tabular
19745 <lyxtabular version="3" rows="7" columns="2">
19746 <features rotate="0" tabularvalignment="middle">
19747 <column alignment="center" valignment="top" width="0pt">
19748 <column alignment="center" valignment="top" width="0pt">
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 Befehl
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 Ergebnis
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \backslash
19776 Gamma
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Formula $\Gamma$
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \backslash
19801 Delta
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 \begin_inset Formula $\Delta$
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \backslash
19826 Theta
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 \begin_inset Formula $\Theta$
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 </row>
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849
19850 \backslash
19851 Lambda
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 \begin_inset Formula $\Lambda$
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 <row>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874
19875 \backslash
19876 Xi
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 \begin_inset Formula $\Xi$
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 </row>
19894 <row>
19895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \backslash
19901 Pi
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Formula $\Pi$
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 </lyxtabular>
19920
19921 \end_inset
19922
19923
19924 \begin_inset space \hfill{}
19925 \end_inset
19926
19927
19928 \begin_inset Tabular
19929 <lyxtabular version="3" rows="6" columns="2">
19930 <features rotate="0" tabularvalignment="middle">
19931 <column alignment="center" valignment="top" width="0pt">
19932 <column alignment="center" valignment="top" width="0pt">
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 Befehl
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 Ergebnis
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 <row>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \backslash
19960 Sigma
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 \begin_inset Formula $\Sigma$
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 </row>
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983
19984 \backslash
19985 Upsilon
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 \begin_inset Formula $\Upsilon$
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 Phi
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\Phi$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \backslash
20035 Psi
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset Formula $\Psi$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 Omega
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\Omega$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 </lyxtabular>
20079
20080 \end_inset
20081
20082
20083 \begin_inset space \hfill{}
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \begin_layout Standard
20090 \begin_inset VSpace medskip
20091 \end_inset
20092
20093 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20094  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20095  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20096  mit 
20097 \series bold
20098 var
20099 \series default
20100 .
20101  So ergibt z.
20102 \begin_inset space \thinspace{}
20103 \end_inset
20104
20105 B.
20106  der Befehl 
20107 \series bold
20108
20109 \backslash
20110 varGamma
20111 \series default
20112  
20113 \begin_inset Formula $\varGamma$
20114 \end_inset
20115
20116 .
20117  Eine andere Methode ist das Laden des Pakets 
20118 \series bold
20119 fixmath
20120 \series default
20121
20122 \begin_inset Foot
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126
20127 \series bold
20128 fixmath
20129 \series default
20130  ist Teil des LaTeX-Paketes 
20131 \series bold
20132 was
20133 \series default
20134
20135 \begin_inset Index idx
20136 status collapsed
20137
20138 \begin_layout Plain Layout
20139 Pakete ! was
20140 \begin_inset ERT
20141 status collapsed
20142
20143 \begin_layout Plain Layout
20144
20145
20146 \backslash
20147 vspace{4mm}
20148 \end_layout
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156
20157 .
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \begin_inset Index idx
20164 status collapsed
20165
20166 \begin_layout Plain Layout
20167 Pakete ! fixmath
20168 \end_layout
20169
20170 \end_inset
20171
20172  mit der LaTeX-Vorspannzeile
20173 \end_layout
20174
20175 \begin_layout Standard
20176
20177 \series bold
20178
20179 \backslash
20180 usepackage{fixmath}
20181 \end_layout
20182
20183 \begin_layout Standard
20184 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20185  kursiv ausgegeben.
20186 \end_layout
20187
20188 \begin_layout Subsection
20189 Fett gedruckte Buchstaben
20190 \begin_inset Index idx
20191 status collapsed
20192
20193 \begin_layout Plain Layout
20194 griechische Buchstaben ! fett gedruckte
20195 \end_layout
20196
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \begin_layout Standard
20203 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20204  Schriftstilen darstellen.
20205  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20206 \series bold
20207
20208 \backslash
20209 boldsymbol
20210 \series default
20211
20212 \begin_inset Index idx
20213 status collapsed
20214
20215 \begin_layout Plain Layout
20216 Befehle ! B ! 
20217 \backslash
20218 boldsymbol
20219 \end_layout
20220
20221 \end_inset
20222
20223  fett gedruckt auszugeben.
20224 \end_layout
20225
20226 \begin_layout Standard
20227 \align center
20228 \begin_inset Tabular
20229 <lyxtabular version="3" rows="3" columns="2">
20230 <features rotate="0" tabularvalignment="middle">
20231 <column alignment="center" valignment="top">
20232 <column alignment="center" valignment="top">
20233 <row>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 Befehl
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 Ergebnis
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 Upsilon
20261 \backslash
20262 boldsymbol
20263 \backslash
20264 Upsilon
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \backslash
20289 theta
20290 \backslash
20291 boldsymbol
20292 \backslash
20293 theta
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302 \begin_inset Formula $\theta\boldsymbol{\theta}$
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 </row>
20311 </lyxtabular>
20312
20313 \end_inset
20314
20315
20316 \end_layout
20317
20318 \begin_layout Section
20319 Symbole
20320 \begin_inset ERT
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324
20325
20326 \backslash
20327 texorpdfstring{
20328 \end_layout
20329
20330 \end_inset
20331
20332
20333 \begin_inset Foot
20334 status collapsed
20335
20336 \begin_layout Plain Layout
20337 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20338  
20339 \begin_inset CommandInset citation
20340 LatexCommand cite
20341 key "Symbole"
20342
20343 \end_inset
20344
20345 .
20346 \end_layout
20347
20348 \end_inset
20349
20350
20351 \begin_inset ERT
20352 status collapsed
20353
20354 \begin_layout Plain Layout
20355
20356 }{}
20357 \end_layout
20358
20359 \end_inset
20360
20361
20362 \begin_inset Note Note
20363 status collapsed
20364
20365 \begin_layout Plain Layout
20366
20367 \series bold
20368
20369 \backslash
20370 texorpdfstring
20371 \series default
20372  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20373 \end_layout
20374
20375 \begin_layout Plain Layout
20376 Näheres zu 
20377 \series bold
20378
20379 \backslash
20380 texorpdfstring
20381 \series default
20382  steht in Kapitel 
20383 \begin_inset CommandInset ref
20384 LatexCommand ref
20385 reference "sub:Formeln-in-Überschriften"
20386
20387 \end_inset
20388
20389 .
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \begin_inset Index idx
20396 status collapsed
20397
20398 \begin_layout Plain Layout
20399 Symbole
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Standard
20408 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20409
20410 leistenknöpfe 
20411 \begin_inset Info
20412 type  "icon"
20413 arg   "math-insert \\nabla"
20414 \end_inset
20415
20416  und 
20417 \begin_inset Info
20418 type  "icon"
20419 arg   "math-insert \\digamma"
20420 \end_inset
20421
20422  eingefügt werden.
20423 \end_layout
20424
20425 \begin_layout Subsection
20426 Mathematische Symbole
20427 \begin_inset CommandInset label
20428 LatexCommand label
20429 name "sub:Mathematische-Symbole"
20430
20431 \end_inset
20432
20433
20434 \begin_inset Index idx
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438 Symbole ! mathematische
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Standard
20447 \begin_inset space \hfill{}
20448 \end_inset
20449
20450
20451 \begin_inset Tabular
20452 <lyxtabular version="3" rows="10" columns="2">
20453 <features rotate="0" tabularvalignment="middle">
20454 <column alignment="center" valignment="top" width="0pt">
20455 <column alignment="center" valignment="top" width="0pt">
20456 <row>
20457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 Befehl
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 Ergebnis
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 <row>
20477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481
20482 \backslash
20483 neg
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492 \begin_inset Formula $\neg$
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \backslash
20508 Im
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517 \begin_inset Formula $\Im$
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row>
20527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \backslash
20533 Re
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Formula $\Re$
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \backslash
20558 aleph
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 \begin_inset Formula $\aleph$
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 </row>
20576 <row>
20577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581
20582 \backslash
20583 partial
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Formula $\partial$
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606
20607 \backslash
20608 infty
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617 \begin_inset Formula $\infty$
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row>
20627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \backslash
20633 wp
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 \begin_inset Formula $\wp$
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 </row>
20651 <row>
20652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656
20657 \backslash
20658 imath
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Formula $\imath$
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 </row>
20676 <row>
20677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681
20682 \backslash
20683 jmath
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692 \begin_inset Formula $\jmath$
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 </row>
20701 </lyxtabular>
20702
20703 \end_inset
20704
20705
20706 \begin_inset space \hfill{}
20707 \end_inset
20708
20709
20710 \begin_inset Tabular
20711 <lyxtabular version="3" rows="10" columns="2">
20712 <features rotate="0" tabularvalignment="middle">
20713 <column alignment="center" valignment="top" width="0pt">
20714 <column alignment="center" valignment="top" width="0pt">
20715 <row>
20716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 Befehl
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 Ergebnis
20730 \begin_inset Note Note
20731 status collapsed
20732
20733 \begin_layout Plain Layout
20734
20735 \series bold
20736
20737 \backslash
20738 raisebox
20739 \series default
20740  dient nur als Abstandhalter.
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 </row>
20751 <row>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756
20757 \backslash
20758 forall
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 \begin_inset Formula $\forall$
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 </row>
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781
20782 \backslash
20783 exists
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792 \begin_inset Formula $\exists$
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \backslash
20808 nexists
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Formula $\nexists$
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 emptyset
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\emptyset$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 varnothing
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\varnothing$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 dag
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\dag$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 ddag
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $\ddag$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \backslash
20933 complement
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 \begin_inset ERT
20943 status collapsed
20944
20945 \begin_layout Plain Layout
20946
20947
20948 \backslash
20949 raisebox{-0.8mm}{
20950 \end_layout
20951
20952 \end_inset
20953
20954
20955 \begin_inset Formula $\complement$
20956 \end_inset
20957
20958
20959 \begin_inset ERT
20960 status collapsed
20961
20962 \begin_layout Plain Layout
20963
20964 }
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 <row>
20976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980
20981 \backslash
20982 Bbbk
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 \begin_inset Formula $\Bbbk$
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 </row>
21000 </lyxtabular>
21001
21002 \end_inset
21003
21004
21005 \begin_inset space \hfill{}
21006 \end_inset
21007
21008
21009 \begin_inset Tabular
21010 <lyxtabular version="3" rows="10" columns="2">
21011 <features rotate="0" tabularvalignment="middle">
21012 <column alignment="center" valignment="top" width="0pt">
21013 <column alignment="center" valignment="top" width="0pt">
21014 <row>
21015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 Befehl
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 Ergebnis
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 <row>
21035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039
21040 \backslash
21041 prime
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 \begin_inset Formula $\prime$
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 <row>
21060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064
21065 \backslash
21066 backprime
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 \begin_inset Formula $\backprime$
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 </row>
21084 <row>
21085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089
21090 \backslash
21091 mho
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 \begin_inset Formula $\mho$
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 </row>
21109 <row>
21110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114
21115 \backslash
21116 triangle
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 \begin_inset Formula $\triangle$
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 </row>
21134 <row>
21135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139
21140 \backslash
21141 angle
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 \begin_inset Formula $\angle$
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 </row>
21159 <row>
21160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164
21165 \backslash
21166 measuredangle
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 \begin_inset Formula $\measuredangle$
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 </row>
21184 <row>
21185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189
21190 \backslash
21191 sphericalangle
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 \begin_inset Formula $\sphericalangle$
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 </row>
21209 <row>
21210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214
21215 \backslash
21216 top
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $\top$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 <row>
21235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239
21240 \backslash
21241 bot
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\bot$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 </lyxtabular>
21260
21261 \end_inset
21262
21263
21264 \begin_inset space \hfill{}
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Subsection
21271 Sonstige Symbole
21272 \begin_inset CommandInset label
21273 LatexCommand label
21274 name "sub:Sonstige-Symbole"
21275
21276 \end_inset
21277
21278
21279 \begin_inset Index idx
21280 status collapsed
21281
21282 \begin_layout Plain Layout
21283 Symbole ! sonstige
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Standard
21292 \begin_inset VSpace -7mm
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \begin_layout Standard
21299 \noindent
21300 \align center
21301 \begin_inset Tabular
21302 <lyxtabular version="3" rows="10" columns="2">
21303 <features rotate="0" tabularvalignment="middle">
21304 <column alignment="center" valignment="top" width="0pt">
21305 <column alignment="center" valignment="top" width="0pt">
21306 <row>
21307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 Befehl
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 Ergebnis
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \backslash
21333 flat
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\flat$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 natural
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\natural$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \backslash
21383 sharp
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $\sharp$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 </row>
21401 <row>
21402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406
21407 \backslash
21408 surd
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Formula $\surd$
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 </row>
21426 <row>
21427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431
21432 \backslash
21433 checkmark
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\checkmark$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \backslash
21458 yen
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 \begin_inset Formula $\yen$
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 pounds
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\pounds$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 $
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 \begin_inset Formula $\$$
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 </row>
21524 <row>
21525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 §
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $§$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 </lyxtabular>
21548
21549 \end_inset
21550
21551
21552 \begin_inset Tabular
21553 <lyxtabular version="3" rows="10" columns="2">
21554 <features rotate="0" tabularvalignment="middle">
21555 <column alignment="center" valignment="top">
21556 <column alignment="center" valignment="top">
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 Befehl
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 Ergebnis
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 hbar
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\hbar$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 hslash
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\hslash$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 clubsuit
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\clubsuit$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 spadesuit
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\spadesuit$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 bigstar
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\bigstar$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 blacklozenge
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\blacklozenge$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 blacktriangle
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\blacktriangle$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 blacktiangledown
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\blacktriangledown$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 bullet
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\bullet$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 </lyxtabular>
21803
21804 \end_inset
21805
21806
21807 \begin_inset Tabular
21808 <lyxtabular version="3" rows="10" columns="2">
21809 <features rotate="0" tabularvalignment="middle">
21810 <column alignment="center" valignment="top" width="0pt">
21811 <column alignment="center" valignment="top" width="0pt">
21812 <row>
21813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21814 \begin_inset Text
21815
21816 \begin_layout Plain Layout
21817 Befehl
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 Ergebnis
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 diamondsuit
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\diamondsuit$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 <row>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862
21863 \backslash
21864 Diamond
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873 \begin_inset Formula $\Diamond$
21874 \end_inset
21875
21876
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 </row>
21882 <row>
21883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \backslash
21889 heartsuit
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 \begin_inset Formula $\heartsuit$
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \end_inset
21905 </cell>
21906 </row>
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912
21913 \backslash
21914 P
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923 \begin_inset Formula $\P$
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930 </cell>
21931 </row>
21932 <row>
21933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937
21938 \backslash
21939 copyright
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 \begin_inset Formula $\copyright$
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 <row>
21958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962
21963 \backslash
21964 circledR
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 \begin_inset Formula $\circledR$
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 </row>
21982 <row>
21983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987
21988 \backslash
21989 maltese
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 \begin_inset Formula $\maltese$
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 </row>
22007 <row>
22008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012
22013 \backslash
22014 diagup
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023 \begin_inset Formula $\diagup$
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 </row>
22032 <row>
22033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037
22038 \backslash
22039 diagdown
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 \begin_inset Formula $\diagdown$
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 </row>
22057 </lyxtabular>
22058
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \begin_layout Standard
22065 \begin_inset VSpace medskip
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22073  
22074 \begin_inset CommandInset ref
22075 LatexCommand ref
22076 reference "sub:Schriftgrößen"
22077
22078 \end_inset
22079
22080 .
22081 \end_layout
22082
22083 \begin_layout Subsection
22084 Das Euro-Symbol €
22085 \begin_inset Index idx
22086 status collapsed
22087
22088 \begin_layout Plain Layout
22089 Symbole ! Euro-Symbol
22090 \end_layout
22091
22092 \end_inset
22093
22094
22095 \begin_inset Index idx
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099
22100 \backslash
22101 @
22102 \begin_inset ERT
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106
22107
22108 \backslash
22109 officialeuro
22110 \end_layout
22111
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \begin_layout Standard
22123 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22124
22125 \series bold
22126 eurosym
22127 \series default
22128
22129 \begin_inset Index idx
22130 status collapsed
22131
22132 \begin_layout Plain Layout
22133 Pakete ! eurosym
22134 \end_layout
22135
22136 \end_inset
22137
22138  installieren und dieses mit der LaTeX-Vorspannzeile
22139 \end_layout
22140
22141 \begin_layout Standard
22142
22143 \series bold
22144
22145 \backslash
22146 usepackage[gennarrow]{eurosym}
22147 \end_layout
22148
22149 \begin_layout Standard
22150 aktivieren.
22151  Das Euro-Symbol kann man nun mit dem Befehl 
22152 \series bold
22153
22154 \backslash
22155 euro
22156 \series default
22157
22158 \begin_inset Index idx
22159 status collapsed
22160
22161 \begin_layout Plain Layout
22162 Befehle ! E ! 
22163 \backslash
22164 euro
22165 \end_layout
22166
22167 \end_inset
22168
22169  aufrufen.
22170 \end_layout
22171
22172 \begin_layout Standard
22173 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22174  eingeben, ohne 
22175 \series bold
22176 eurosym
22177 \series default
22178  installiert zu haben.
22179  Ist 
22180 \series bold
22181 eurosym
22182 \series default
22183  installiert, kann man 
22184 \series bold
22185
22186 \backslash
22187 euro
22188 \series default
22189  auch im TeX-Modus eingeben.
22190  Das offizielle Währungssymbol erhält man dann über den Befehl 
22191 \series bold
22192
22193 \backslash
22194 officialeuro
22195 \series default
22196
22197 \begin_inset Index idx
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201 Befehle ! O ! 
22202 \backslash
22203 officialeuro
22204 \end_layout
22205
22206 \end_inset
22207
22208 , der nur im TeX-Modus verfügbar ist.
22209 \end_layout
22210
22211 \begin_layout Standard
22212 \begin_inset ERT
22213 status collapsed
22214
22215 \begin_layout Plain Layout
22216
22217
22218 \backslash
22219 ifeurosym 
22220 \end_layout
22221
22222 \end_inset
22223
22224
22225 \begin_inset Note Note
22226 status open
22227
22228 \begin_layout Plain Layout
22229 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22230 \series bold
22231 eurosym
22232 \series default
22233  installiert ist:
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \begin_layout Standard
22242 Eine Übersicht der verschiedenen Euro-Symbole:
22243 \end_layout
22244
22245 \begin_layout Standard
22246 \align center
22247 \begin_inset Tabular
22248 <lyxtabular version="3" rows="4" columns="3">
22249 <features rotate="0" tabularvalignment="middle">
22250 <column alignment="center" valignment="top" width="0pt">
22251 <column alignment="center" valignment="top" width="0pt">
22252 <column alignment="center" valignment="top" width="0pt">
22253 <row>
22254 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 Befehl 
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 Ergebnis
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 <row>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 Formel
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \backslash
22298 euro
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Formula $\euro$
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 <row>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 mathematischer Text
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Formula $\mbox{€}$
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353 TeX-Modus
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362
22363 \backslash
22364 officialeuro
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 \begin_inset ERT
22374 status collapsed
22375
22376 \begin_layout Plain Layout
22377
22378
22379 \backslash
22380 officialeuro
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 </lyxtabular>
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset ERT
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403
22404
22405 \backslash
22406 else 
22407 \end_layout
22408
22409 \end_inset
22410
22411
22412 \begin_inset Note Note
22413 status open
22414
22415 \begin_layout Plain Layout
22416 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22417 \series bold
22418 eurosym
22419 \series default
22420  nicht installiert ist:
22421 \end_layout
22422
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \begin_layout Standard
22429 Das LaTeX-Paket 
22430 \series bold
22431 eurosym 
22432 \series default
22433 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22434 \end_layout
22435
22436 \begin_layout Standard
22437 \begin_inset ERT
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441
22442
22443 \backslash
22444 fi 
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \begin_layout Section
22453 Relationen
22454 \begin_inset CommandInset label
22455 LatexCommand label
22456 name "sec:Relationen"
22457
22458 \end_inset
22459
22460
22461 \begin_inset Index idx
22462 status collapsed
22463
22464 \begin_layout Plain Layout
22465 Relationen
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \begin_inset Index idx
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475 Vergleiche|see
22476 \begin_inset ERT
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480
22481 {
22482 \end_layout
22483
22484 \end_inset
22485
22486 Relationen
22487 \begin_inset ERT
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491
22492 }
22493 \end_layout
22494
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \begin_layout Standard
22506 Alle folgenden Relationen können auch über den Mathe-Werkzeugleistenknopf
22507  
22508 \begin_inset Info
22509 type  "icon"
22510 arg   "math-insert \\leq"
22511 \end_inset
22512
22513  eingefügt werden.
22514 \end_layout
22515
22516 \begin_layout Standard
22517 \begin_inset space \hfill{}
22518 \end_inset
22519
22520
22521 \begin_inset Tabular
22522 <lyxtabular version="3" rows="17" columns="2">
22523 <features rotate="0" tabularvalignment="middle">
22524 <column alignment="center" valignment="top" width="0pt">
22525 <column alignment="center" valignment="top" width="0pt">
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 Befehl
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 Ergebnis
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 </row>
22546 <row>
22547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 <
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 \begin_inset Formula $<$
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 <row>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574
22575 \backslash
22576 le
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 \begin_inset Formula $\le$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 <row>
22595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599
22600 \backslash
22601 ll
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 \begin_inset Formula $\ll$
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 </row>
22619 <row>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624
22625 \backslash
22626 prec
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635 \begin_inset Formula $\prec$
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 </row>
22644 <row>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649
22650 \backslash
22651 preceq
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 \begin_inset Formula $\preceq$
22661 \end_inset
22662
22663
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 </row>
22669 <row>
22670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674
22675 \backslash
22676 subset
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 \begin_inset Formula $\subset$
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 </row>
22694 <row>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \backslash
22701 subseteq
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 \begin_inset Formula $\subseteq$
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 </row>
22719 <row>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724
22725 \backslash
22726 sqsubseteq
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Formula $\sqsubseteq$
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 </row>
22744 <row>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749
22750 \backslash
22751 in
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Formula $\in$
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 </row>
22769 <row>
22770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774
22775 \backslash
22776 vdash
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Formula $\vdash$
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 </row>
22794 <row>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799
22800 \backslash
22801 smile
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 \begin_inset Formula $\smile$
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 </row>
22819 <row>
22820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824
22825 \backslash
22826 lhd
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 \begin_inset Formula $\lhd$
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 </row>
22844 <row>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849
22850 \backslash
22851 unlhd
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 \begin_inset Formula $\unlhd$
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 </row>
22869 <row>
22870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874
22875 \backslash
22876 gtrless
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 \begin_inset Formula $\gtrless$
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 <row>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \backslash
22901 mid
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 \begin_inset Formula $\mid$
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 </row>
22919 <row>
22920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924
22925 \backslash
22926 nmid
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 \begin_inset Formula $\nmid$
22936 \end_inset
22937
22938
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 </row>
22944 </lyxtabular>
22945
22946 \end_inset
22947
22948
22949 \begin_inset space \hfill{}
22950 \end_inset
22951
22952
22953 \begin_inset Tabular
22954 <lyxtabular version="3" rows="17" columns="2">
22955 <features rotate="0" tabularvalignment="middle">
22956 <column alignment="center" valignment="top" width="0pt">
22957 <column alignment="center" valignment="top" width="0pt">
22958 <row>
22959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 Befehl
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 Ergebnis
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 =
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Formula $=$
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006
23007 \backslash
23008 not=
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Formula $\not=$
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 <row>
23027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \backslash
23033 equiv
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042 \begin_inset Formula $\equiv$
23043 \end_inset
23044
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \backslash
23058 sim
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 \begin_inset Formula $\sim$
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 <row>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 simeq
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset Formula $\simeq$
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 <row>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \backslash
23108 approx
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 \begin_inset Formula $\approx$
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 </row>
23126 <row>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131
23132 \backslash
23133 cong
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 \begin_inset Formula $\cong$
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 </row>
23151 <row>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156
23157 \backslash
23158 bowtie
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167 \begin_inset Formula $\bowtie$
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 </row>
23176 <row>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \backslash
23183 notin
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 \begin_inset Formula $\notin$
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \backslash
23208 perp
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 \begin_inset Formula $\perp$
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \backslash
23233 propto
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 \begin_inset Formula $\propto$
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \backslash
23258 asymp
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 \begin_inset Formula $\asymp$
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 </row>
23276 <row>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \backslash
23283 doteq
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset Formula $\doteq$
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 </row>
23301 <row>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306
23307 \backslash
23308 circeq
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Formula $\circeq$
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \backslash
23333 models
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Formula $\models$
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 widehat=
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\widehat{=}$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 </lyxtabular>
23377
23378 \end_inset
23379
23380
23381 \begin_inset space \hfill{}
23382 \end_inset
23383
23384
23385 \begin_inset Tabular
23386 <lyxtabular version="3" rows="17" columns="2">
23387 <features rotate="0" tabularvalignment="middle">
23388 <column alignment="center" valignment="top" width="0pt">
23389 <column alignment="center" valignment="top" width="0pt">
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 Befehl
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 Ergebnis
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 >
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $>$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 ge
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\ge$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 <row>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \backslash
23465 gg
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Formula $\gg$
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \backslash
23490 succ
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 \begin_inset Formula $\succ$
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 </row>
23508 <row>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513
23514 \backslash
23515 succeq
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $\succeq$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \backslash
23540 supset
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\supset$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \backslash
23565 supseteq
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 \begin_inset Formula $\supseteq$
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 </row>
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \backslash
23590 sqsupseteq
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 \begin_inset Formula $\sqsupseteq$
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 </row>
23608 <row>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \backslash
23615 ni
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $\ni$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 dashv
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\dashv$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 frown
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\frown$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 rhd
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\rhd$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 unrhd
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\unrhd$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 lessgtr
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\lessgtr$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 parallel
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\parallel$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 nparallel
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\nparallel$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 </lyxtabular>
23809
23810 \end_inset
23811
23812
23813 \begin_inset space \hfill{}
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \begin_layout Standard
23820 \begin_inset VSpace medskip
23821 \end_inset
23822
23823 Die Zeichen 
23824 \series bold
23825
23826 \backslash
23827 lhd
23828 \series default
23829  bzw.
23830 \begin_inset space \space{}
23831 \end_inset
23832
23833
23834 \series bold
23835
23836 \backslash
23837 rhd
23838 \series default
23839  sind größer als die gleich aussehenden Operatoren
23840 \begin_inset Newline linebreak
23841 \end_inset
23842
23843
23844 \series bold
23845
23846 \backslash
23847 triangleleft
23848 \series default
23849  bzw.
23850 \begin_inset space \space{}
23851 \end_inset
23852
23853
23854 \series bold
23855
23856 \backslash
23857 triangleright
23858 \series default
23859 .
23860 \end_layout
23861
23862 \begin_layout Standard
23863 LyX unterstützt auch viele spezielle Relationen.
23864  Drücken Sie den Mathe-Werkzeugleistenknopf 
23865 \begin_inset Info
23866 type  "icon"
23867 arg   "math-insert \\leqq"
23868 \end_inset
23869
23870  um eine Liste dieser Relationen zu sehen.
23871 \end_layout
23872
23873 \begin_layout Standard
23874 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23875 \end_layout
23876
23877 \begin_layout Standard
23878 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23879 \series bold
23880
23881 \backslash
23882 stackrel
23883 \series default
23884
23885 \begin_inset Index idx
23886 status collapsed
23887
23888 \begin_layout Plain Layout
23889 Befehle ! S ! 
23890 \backslash
23891 stackrel
23892 \end_layout
23893
23894 \end_inset
23895
23896  erstellt werden:
23897 \end_layout
23898
23899 \begin_layout Standard
23900 \align center
23901 \begin_inset Tabular
23902 <lyxtabular version="3" rows="2" columns="2">
23903 <features rotate="0" tabularvalignment="middle">
23904 <column alignment="center" valignment="top">
23905 <column alignment="center" valignment="top">
23906 <row>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 Befehl
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 Ergebnis
23921 \begin_inset Note Note
23922 status collapsed
23923
23924 \begin_layout Plain Layout
23925
23926 \series bold
23927
23928 \backslash
23929 raisebox
23930 \series default
23931  dient nur als Abstandhalter.
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 </row>
23942 <row>
23943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 A(r)
23948 \backslash
23949 stackrel
23950 \begin_inset space \textvisiblespace{}
23951 \end_inset
23952
23953 r
23954 \backslash
23955 to
23956 \backslash
23957 infty
23958 \begin_inset space \textvisiblespace{}
23959 \end_inset
23960
23961
23962 \begin_inset Formula $\downarrow$
23963 \end_inset
23964
23965
23966 \backslash
23967 approx
23968 \begin_inset space \textvisiblespace{}
23969 \end_inset
23970
23971
23972 \begin_inset space \textvisiblespace{}
23973 \end_inset
23974
23975 B
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 </lyxtabular>
23994
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \begin_layout Section
24001 Funktionen
24002 \end_layout
24003
24004 \begin_layout Subsection
24005 Vordefinierte Funktionen
24006 \begin_inset CommandInset label
24007 LatexCommand label
24008 name "sub:Vordefinierte-Funktionen"
24009
24010 \end_inset
24011
24012
24013 \begin_inset Index idx
24014 status collapsed
24015
24016 \begin_layout Plain Layout
24017 Funktionen ! vordefinierte
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \begin_layout Standard
24026 Allgemein werden in mathematischen Ausdrücken Variablen 
24027 \shape italic
24028 kursiv
24029 \shape default
24030  gesetzt, Funktionsnamen hingegen nicht, denn 
24031 \begin_inset Formula $sin$
24032 \end_inset
24033
24034  könnte als 
24035 \begin_inset Formula $s\cdot i\cdot n$
24036 \end_inset
24037
24038  missverstanden werden.
24039  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24040 en etwas abgesetzt sind.
24041  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24042 \end_layout
24043
24044 \begin_layout Standard
24045 \align center
24046 \begin_inset Tabular
24047 <lyxtabular version="3" rows="2" columns="4">
24048 <features rotate="0" tabularvalignment="middle">
24049 <column alignment="center" valignment="top" width="0pt">
24050 <column alignment="center" valignment="top" width="0pt">
24051 <column alignment="center" valignment="top" width="0pt">
24052 <column alignment="center" valignment="top" width="0pt">
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 Befehl
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067 Ergebnis
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 Befehl
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 Ergebnis
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096 Asin(x)+B
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $Asin(x)+B$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 A
24118 \backslash
24119 sin(x)+B
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 \begin_inset Formula $A\sin(x)+B$
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 </lyxtabular>
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Standard
24145 Folgende Funktionen sind vordefiniert:
24146 \end_layout
24147
24148 \begin_layout Standard
24149 \begin_inset VSpace -2mm
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 \align center
24157 \begin_inset Tabular
24158 <lyxtabular version="3" rows="9" columns="4">
24159 <features rotate="0" tabularvalignment="middle">
24160 <column alignment="center" valignment="top" width="0pt">
24161 <column alignment="center" valignment="top" width="0pt">
24162 <column alignment="center" valignment="top" width="0pt">
24163 <column alignment="center" valignment="top" width="0pt">
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 Befehl
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 Befehl
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 Befehl
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 Befehl
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 sin
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 sinh
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 arcsin
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 sup
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 cos
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 cosh
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 arccos
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 inf
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 </row>
24294 <row>
24295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299
24300 \backslash
24301 tan
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 tanh
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 arctan
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 lim
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 </row>
24340 <row>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 cot
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 coth
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 arg
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 liminf
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 sec
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 min
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 deg
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 limsup
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 csc
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 max
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 det
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 Pr
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 </row>
24478 <row>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 ln
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 exp
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 dim
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 hom
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \backslash
24531 lg
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 log
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 ker
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 gcd
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 </lyxtabular>
24571
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Sie können auch über den Mathe-Werkzeugleistenknopf 
24579 \begin_inset Graphics
24580         filename ../../images/math/functions.png
24581         scale 85
24582
24583 \end_inset
24584
24585  eingefügt werden.
24586 \end_layout
24587
24588 \begin_layout Subsection
24589 Selbst definierte Funktionen
24590 \begin_inset Index idx
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594 Funktionen ! selbstdefinierte
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24604 \begin_inset space \thinspace{}
24605 \end_inset
24606
24607 B.
24608  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24609 \end_layout
24610
24611 \begin_layout Itemize
24612 Man definiert die Funktion selbst.
24613  Dazu gibt man im LaTeX-Vorspann die Zeile
24614 \begin_inset Newline newline
24615 \end_inset
24616
24617
24618 \begin_inset VSpace -3mm
24619 \end_inset
24620
24621
24622 \begin_inset Newline newline
24623 \end_inset
24624
24625
24626 \series bold
24627
24628 \backslash
24629 DeclareMathOperator{
24630 \backslash
24631 sgn}{sgn}
24632 \series default
24633
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 Befehle ! D ! 
24639 \backslash
24640 dbinom@
24641 \backslash
24642 DeclareMathOperator
24643 \end_layout
24644
24645 \end_inset
24646
24647
24648 \begin_inset Newline newline
24649 \end_inset
24650
24651
24652 \begin_inset VSpace -2mm
24653 \end_inset
24654
24655
24656 \begin_inset Newline newline
24657 \end_inset
24658
24659 ein
24660 \begin_inset Foot
24661 status collapsed
24662
24663 \begin_layout Plain Layout
24664 Näheres zu 
24665 \series bold
24666
24667 \backslash
24668 DeclareMathOperator
24669 \series default
24670  siehe 
24671 \begin_inset CommandInset ref
24672 LatexCommand ref
24673 reference "sub:Selbstdefinierte-Operatoren"
24674
24675 \end_inset
24676
24677 .
24678 \end_layout
24679
24680 \end_inset
24681
24682 .
24683  Nun kann man mit dem Befehl 
24684 \series bold
24685
24686 \backslash
24687 sgn
24688 \series default
24689  die neu definierte Funktion aufrufen.
24690 \end_layout
24691
24692 \begin_layout Itemize
24693 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24694  Beispiel die Buchstaben 
24695 \emph on
24696 sgn
24697 \emph default
24698 , und wandelt ihn in in mathematischen Text um.
24699  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24700 \end_layout
24701
24702 \begin_layout Standard
24703 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24704  Funktion
24705 \begin_inset Foot
24706 status collapsed
24707
24708 \begin_layout Plain Layout
24709 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24710 \end_layout
24711
24712 \end_inset
24713
24714 :
24715 \end_layout
24716
24717 \begin_layout Standard
24718 \align center
24719 \begin_inset Tabular
24720 <lyxtabular version="3" rows="3" columns="2">
24721 <features rotate="0" tabularvalignment="middle">
24722 <column alignment="center" valignment="top" width="0pt">
24723 <column alignment="center" valignment="top" width="0pt">
24724 <row>
24725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 Befehl
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738 Ergebnis
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 </row>
24744 <row>
24745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 A
24750 \backslash
24751 sgn(x)+B
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760 \begin_inset Formula $A\sgn(x)+B$
24761 \end_inset
24762
24763
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 </row>
24769 <row>
24770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 A
24775 \backslash
24776 ,
24777 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24778 \end_inset
24779
24780 (x)+B
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24786 \begin_inset Text
24787
24788 \begin_layout Plain Layout
24789 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 </lyxtabular>
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Standard
24806 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24807  mehrfach verwendet werden soll.
24808 \end_layout
24809
24810 \begin_layout Subsection
24811 Grenzwerte
24812 \begin_inset Index idx
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816 Grenzwerte
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \begin_layout Standard
24825 Für Grenzwerte sind außer 
24826 \series bold
24827
24828 \backslash
24829 lim
24830 \series default
24831
24832 \begin_inset Index idx
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 Befehle ! L ! 
24837 \backslash
24838 lim
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \series bold
24845
24846 \backslash
24847 liminf
24848 \series default
24849  und 
24850 \series bold
24851
24852 \backslash
24853 limsup
24854 \series default
24855  noch folgende Funktionen definiert:
24856 \end_layout
24857
24858 \begin_layout Standard
24859 \align center
24860 \begin_inset Tabular
24861 <lyxtabular version="3" rows="5" columns="2">
24862 <features rotate="0" tabularvalignment="middle">
24863 <column alignment="center" valignment="top">
24864 <column alignment="center" valignment="top">
24865 <row>
24866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 Befehl
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 Ergebnis
24880 \begin_inset Note Note
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884
24885 \series bold
24886
24887 \backslash
24888 raisebox
24889 \series default
24890  dient nur als Abstandhalter.
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 </row>
24901 <row>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906
24907 \backslash
24908 varliminf
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 \begin_inset Formula $\varliminf$
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 </row>
24926 <row>
24927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \backslash
24933 varlimsup
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942 \begin_inset Formula $\varlimsup$
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 </row>
24951 <row>
24952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \backslash
24958 varprojlim
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 \begin_inset Formula $\varprojlim$
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 </row>
24976 <row>
24977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \backslash
24983 varinjlim
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 \begin_inset Formula $\varinjlim$
24993 \end_inset
24994
24995
24996 \begin_inset Formula $\raisebox{-2.5mm}{}$
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 </lyxtabular>
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Standard
25013 \begin_inset VSpace medskip
25014 \end_inset
25015
25016 Der Grenzwert wird durch Tiefstellen erzeugt.
25017  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \align center
25022 \begin_inset Tabular
25023 <lyxtabular version="3" rows="2" columns="2">
25024 <features rotate="0" tabularvalignment="middle">
25025 <column alignment="center" valignment="top" width="0pt">
25026 <column alignment="center" valignment="top" width="0pt">
25027 <row>
25028 <cell alignment="center" valignment="top" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032 Befehl
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041 \begin_inset space \hspace{}
25042 \length 1cm
25043 \end_inset
25044
25045 Ergebnis
25046 \begin_inset Note Note
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050 Der Leerraum und 
25051 \series bold
25052
25053 \backslash
25054 raisebox
25055 \series default
25056  dienen nur als Abstandhalter.
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 </row>
25067 <row>
25068 <cell alignment="center" valignment="top" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072
25073 \backslash
25074 lim_x
25075 \backslash
25076 to
25077 \begin_inset space \textvisiblespace{}
25078 \end_inset
25079
25080 A
25081 \begin_inset space \textvisiblespace{}
25082 \end_inset
25083
25084 x=B
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 </row>
25102 </lyxtabular>
25103
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \begin_layout Standard
25110 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25111 \begin_inset Formula 
25112 \[
25113 \lim_{x\to A}x=B
25114 \]
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \begin_layout Standard
25122 \begin_inset VSpace medskip
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \begin_layout Standard
25129 Wie man den Schriftsatz von Grenzen einstellt, ist in 
25130 \begin_inset CommandInset ref
25131 LatexCommand ref
25132 reference "sub:Operatorgrenzen"
25133
25134 \end_inset
25135
25136  erklärt.
25137 \end_layout
25138
25139 \begin_layout Subsection
25140 Modulo-Funktionen
25141 \begin_inset Index idx
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 Funktionen ! Modulo-
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25155  Varianten.
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Die Varianten in einer abgesetzten Formel:
25160 \begin_inset Formula 
25161 \begin{align*}
25162 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25163 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25164 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25165 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25166 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25167 \end{align*}
25168
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \begin_layout Standard
25175 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25176  weniger Leerraum gesetzt.
25177  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
25178  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
25179 \begin_inset Formula 
25180 \begin{align*}
25181 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25182 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25183 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25184 \end{align*}
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Section
25192 Sonderzeichen
25193 \begin_inset Index idx
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 Sonderzeichen
25198 \end_layout
25199
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \begin_layout Subsection
25206 Sonderzeichen im mathematischen Text
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25211  verwendet werden:
25212 \end_layout
25213
25214 \begin_layout Standard
25215 \begin_inset space \hfill{}
25216 \end_inset
25217
25218
25219 \begin_inset Tabular
25220 <lyxtabular version="3" rows="8" columns="2">
25221 <features rotate="0" tabularvalignment="middle">
25222 <column alignment="block" valignment="top">
25223 <column alignment="block" valignment="top">
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" rightline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238 Ergebnis
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 </row>
25244 <row>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \backslash
25251 oe
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 \begin_inset Formula $\textrm{œ}$
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 <row>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 OE
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 \begin_inset Formula $\textrm{Œ}$
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 ae
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 \begin_inset Formula $\textrm{æ}$
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row>
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 AE
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 \begin_inset Formula $\textrm{Æ}$
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 </row>
25344 <row>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 aa
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360 \begin_inset Formula $\textrm{\aa}$
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 AA
25377 \begin_inset Index idx
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381
25382 \backslash
25383 @
25384 \begin_inset ERT
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388
25389
25390 \backslash
25391 textrm{
25392 \backslash
25393 AA}
25394 \end_layout
25395
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 \begin_inset Formula $\textrm{Å}$
25413 \end_inset
25414
25415
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 </row>
25421 <row>
25422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25423 \begin_inset Text
25424
25425 \begin_layout Plain Layout
25426
25427 \backslash
25428 i
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 \begin_inset Formula $\textrm{ı}$
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 </row>
25446 </lyxtabular>
25447
25448 \end_inset
25449
25450
25451 \begin_inset space \hfill{}
25452 \end_inset
25453
25454
25455 \begin_inset Tabular
25456 <lyxtabular version="3" rows="8" columns="2">
25457 <features rotate="0" tabularvalignment="middle">
25458 <column alignment="block" valignment="top">
25459 <column alignment="center" valignment="top">
25460 <row>
25461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465 Befehl
25466 \begin_inset Note Note
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470 Der Leerraum von 0
25471 \begin_inset space \thinspace{}
25472 \end_inset
25473
25474 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25475 \begin_inset space \space{}
25476 \end_inset
25477
25478 ¿ erscheinen würde.
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492 Ergebnis
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \backslash
25505 o
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\textrm{ø}$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 <row>
25524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528
25529 \backslash
25530 O
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539 \begin_inset Formula $\textrm{Ø}$
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \end_inset
25546 </cell>
25547 </row>
25548 <row>
25549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25550 \begin_inset Text
25551
25552 \begin_layout Plain Layout
25553
25554 \backslash
25555 l
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 \begin_inset Formula $\textrm{ł}$
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 <row>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 L
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 \begin_inset Formula $\textrm{Ł}$
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 </row>
25598 <row>
25599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603 !
25604 \begin_inset space \hspace{}
25605 \length 0mm
25606 \end_inset
25607
25608 `
25609 \begin_inset space \textvisiblespace{}
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 \begin_inset Formula $\textrm{!`}$
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 </row>
25630 <row>
25631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25632 \begin_inset Text
25633
25634 \begin_layout Plain Layout
25635 ?
25636 \begin_inset space \hspace{}
25637 \length 0mm
25638 \end_inset
25639
25640 `
25641 \begin_inset space \textvisiblespace{}
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 \begin_inset Formula $\textrm{?`}$
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 </row>
25662 <row>
25663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667
25668 \backslash
25669 j
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 \begin_inset Formula $\textrm{ȷ}$
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 </lyxtabular>
25688
25689 \end_inset
25690
25691
25692 \begin_inset space \hfill{}
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Die Zeichen 
25700 \begin_inset Formula $\textrm{\textrm{Å}}$
25701 \end_inset
25702
25703  und 
25704 \begin_inset Formula $\textrm{\textrm{Ø}}$
25705 \end_inset
25706
25707  können auch über den Mathe-Werkzeugleistenknopf 
25708 \begin_inset Graphics
25709         filename ../../images/math/digamma.png
25710         scale 85
25711
25712 \end_inset
25713
25714  eingefügt werden.
25715 \end_layout
25716
25717 \begin_layout Standard
25718 Eine Ausnahme bilden die Befehle 
25719 \series bold
25720 !
25721 \begin_inset space \hspace{}
25722 \length 0mm
25723 \end_inset
25724
25725 `
25726 \series default
25727  und 
25728 \series bold
25729 ?
25730 \begin_inset space \hspace{}
25731 \length 0mm
25732 \end_inset
25733
25734 `
25735 \series default
25736 , denn man kann sie in LyX direkt in den Text eingeben.
25737 \end_layout
25738
25739 \begin_layout Subsection
25740 Akzente im Text
25741 \begin_inset CommandInset label
25742 LatexCommand label
25743 name "sub:Sonderzeichen-Akzente"
25744
25745 \end_inset
25746
25747
25748 \begin_inset Index idx
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752 Akzente ! im Text
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \begin_layout Standard
25761 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25762  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset space \hfill{}
25767 \end_inset
25768
25769
25770 \begin_inset Tabular
25771 <lyxtabular version="3" rows="8" columns="2">
25772 <features rotate="0" tabularvalignment="middle">
25773 <column alignment="block" valignment="top">
25774 <column alignment="block" valignment="top">
25775 <row>
25776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780 Befehl
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Plain Layout
25789 Ergebnis
25790 \end_layout
25791
25792 \end_inset
25793 </cell>
25794 </row>
25795 <row>
25796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25797 \begin_inset Text
25798
25799 \begin_layout Plain Layout
25800
25801 \backslash
25802
25803 \begin_inset Quotes grd
25804 \end_inset
25805
25806 e
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset ERT
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819
25820
25821 \backslash
25822 "e
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row>
25834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 `e
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849 \begin_inset ERT
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853
25854
25855 \backslash
25856 `e
25857 \end_layout
25858
25859 \end_inset
25860
25861
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 </row>
25867 <row>
25868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872
25873 \backslash
25874 ^
25875 \begin_inset space \textvisiblespace{}
25876 \end_inset
25877
25878 e
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 ^e
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 </row>
25905 <row>
25906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25907 \begin_inset Text
25908
25909 \begin_layout Plain Layout
25910
25911 \backslash
25912 =e
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 \begin_inset ERT
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925
25926
25927 \backslash
25928 =e
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 </row>
25939 <row>
25940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944
25945 \backslash
25946 u
25947 \begin_inset space \textvisiblespace{}
25948 \end_inset
25949
25950 e
25951 \end_layout
25952
25953 \end_inset
25954 </cell>
25955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959 \begin_inset ERT
25960 status collapsed
25961
25962 \begin_layout Plain Layout
25963
25964
25965 \backslash
25966 u e
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 b
25985 \begin_inset space \textvisiblespace{}
25986 \end_inset
25987
25988 e
25989 \end_layout
25990
25991 \end_inset
25992 </cell>
25993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 \begin_inset ERT
25998 status collapsed
25999
26000 \begin_layout Plain Layout
26001
26002
26003 \backslash
26004 b e
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 </row>
26015 <row>
26016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020
26021 \backslash
26022 t
26023 \begin_inset space \textvisiblespace{}
26024 \end_inset
26025
26026 ee
26027 \end_layout
26028
26029 \end_inset
26030 </cell>
26031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 \begin_inset ERT
26036 status collapsed
26037
26038 \begin_layout Plain Layout
26039
26040
26041 \backslash
26042 t ee
26043 \end_layout
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 </lyxtabular>
26054
26055 \end_inset
26056
26057
26058 \begin_inset space \hfill{}
26059 \end_inset
26060
26061
26062 \begin_inset Tabular
26063 <lyxtabular version="3" rows="8" columns="2">
26064 <features rotate="0" tabularvalignment="middle">
26065 <column alignment="block" valignment="top">
26066 <column alignment="center" valignment="top">
26067 <row>
26068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072 Befehl
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081 Ergebnis
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 </row>
26087 <row>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092
26093 \backslash
26094 H
26095 \begin_inset space \textvisiblespace{}
26096 \end_inset
26097
26098 e
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset ERT
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111
26112
26113 \backslash
26114 H e
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 </row>
26125 <row>
26126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130
26131 \backslash
26132 'e
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141 \begin_inset ERT
26142 status collapsed
26143
26144 \begin_layout Plain Layout
26145
26146
26147 \backslash
26148 'e
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 </row>
26159 <row>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164
26165 \backslash
26166 ~e
26167 \begin_inset Index idx
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171 Tilde
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 \begin_inset ERT
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189
26190
26191 \backslash
26192 ~e
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 .e
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 .e
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 </row>
26237 <row>
26238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242
26243 \backslash
26244 v
26245 \begin_inset space \textvisiblespace{}
26246 \end_inset
26247
26248 e
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 v e
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 </row>
26275 <row>
26276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280
26281 \backslash
26282 d
26283 \begin_inset space \textvisiblespace{}
26284 \end_inset
26285
26286 e
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset ERT
26296 status collapsed
26297
26298 \begin_layout Plain Layout
26299
26300
26301 \backslash
26302 d e
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 </row>
26313 <row>
26314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26315 \begin_inset Text
26316
26317 \begin_layout Plain Layout
26318
26319 \backslash
26320 c
26321 \begin_inset space \textvisiblespace{}
26322 \end_inset
26323
26324 e
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 \begin_inset ERT
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337
26338
26339 \backslash
26340 c e
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \end_inset
26349 </cell>
26350 </row>
26351 </lyxtabular>
26352
26353 \end_inset
26354
26355
26356 \begin_inset space \hfill{}
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 \begin_inset VSpace medskip
26364 \end_inset
26365
26366 Mit dem Befehl 
26367 \series bold
26368
26369 \backslash
26370 t
26371 \series default
26372  können auch zwei verschiedene Zeichen akzentuiert werden.
26373  Der Befehl 
26374 \series bold
26375
26376 \backslash
26377 t
26378 \begin_inset space \textvisiblespace{}
26379 \end_inset
26380
26381 sz
26382 \series default
26383  ergibt: 
26384 \begin_inset ERT
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388
26389
26390 \backslash
26391 t sz
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Standard
26400 Die Akzente 
26401 \series bold
26402 `
26403 \series default
26404  , 
26405 \series bold
26406 '
26407 \series default
26408  und 
26409 \series bold
26410 ^
26411 \series default
26412  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26413  werden ohne den TeX-Modus zu benutzen.
26414  Dasselbe gilt für die Tilde
26415 \begin_inset Foot
26416 status collapsed
26417
26418 \begin_layout Plain Layout
26419 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26420 \end_layout
26421
26422 \end_inset
26423
26424  
26425 \series bold
26426 ~
26427 \series default
26428  in Verbindung mit 
26429 \emph on
26430 a
26431 \emph default
26432  , 
26433 \emph on
26434 n
26435 \emph default
26436  oder 
26437 \emph on
26438 o
26439 \emph default
26440 .
26441 \end_layout
26442
26443 \begin_layout Standard
26444 Die Befehle 
26445 \series bold
26446
26447 \backslash
26448 b
26449 \series default
26450  , 
26451 \series bold
26452
26453 \backslash
26454 c
26455 \series default
26456  , 
26457 \series bold
26458
26459 \backslash
26460 d
26461 \series default
26462  , 
26463 \series bold
26464
26465 \backslash
26466 H
26467 \series default
26468  , 
26469 \series bold
26470
26471 \backslash
26472 t
26473 \series default
26474  , 
26475 \series bold
26476
26477 \backslash
26478 u
26479 \series default
26480  , 
26481 \series bold
26482
26483 \backslash
26484 v
26485 \series default
26486  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26487  Textmodus verfügbar.
26488  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26489  
26490 \begin_inset CommandInset ref
26491 LatexCommand ref
26492 reference "sub:Akzente-für-ein"
26493
26494 \end_inset
26495
26496 .
26497 \end_layout
26498
26499 \begin_layout Standard
26500 \begin_inset VSpace bigskip
26501 \end_inset
26502
26503 Des Weiteren kann man mit dem Befehl 
26504 \series bold
26505
26506 \backslash
26507 textcircled
26508 \series default
26509
26510 \begin_inset Index idx
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514 Befehle ! T ! 
26515 \backslash
26516 textcircled
26517 \end_layout
26518
26519 \end_inset
26520
26521 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26522  Kreis setzen, quasi mit einem Kreis akzentuieren.
26523 \end_layout
26524
26525 \begin_layout Standard
26526 \align center
26527 \begin_inset Tabular
26528 <lyxtabular version="3" rows="3" columns="2">
26529 <features rotate="0" tabularvalignment="middle">
26530 <column alignment="center" valignment="top">
26531 <column alignment="center" valignment="top">
26532 <row>
26533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 Befehl
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 Ergebnis
26547 \begin_inset Note Note
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551
26552 \series bold
26553
26554 \backslash
26555 raisebox
26556 \series default
26557  in der Formel dient nur als Abstandhalter.
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 <row>
26569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26570 \begin_inset Text
26571
26572 \begin_layout Plain Layout
26573
26574 \backslash
26575 textcircled{w}
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588
26589
26590 \backslash
26591 textcircled{w}
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 </row>
26602 <row>
26603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607
26608 \backslash
26609 Large 
26610 \backslash
26611 textcircled{
26612 \backslash
26613 normalsize
26614 \backslash
26615 protect
26616 \backslash
26617 raisebox{-1.5pt}{W}}
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26623 \begin_inset Text
26624
26625 \begin_layout Plain Layout
26626 \begin_inset Formula $\raisebox{4.5mm}{}$
26627 \end_inset
26628
26629
26630 \begin_inset ERT
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634
26635
26636 \backslash
26637 Large 
26638 \backslash
26639 textcircled{
26640 \backslash
26641 normalsize
26642 \backslash
26643 protect
26644 \backslash
26645 raisebox{-1.5pt}W}
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \begin_inset Formula $\raisebox{-2mm}{}$
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 </row>
26660 </lyxtabular>
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Standard
26668 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26669  
26670 \series bold
26671
26672 \backslash
26673 Large
26674 \series default
26675
26676 \begin_inset Foot
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680 siehe 
26681 \begin_inset CommandInset ref
26682 LatexCommand ref
26683 reference "sub:Schriftgrößen"
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \end_inset
26691
26692  bestimmt dabei die Größe des Kreises.
26693  Mit Hilfe von 
26694 \series bold
26695
26696 \backslash
26697 raisebox
26698 \series default
26699
26700 \begin_inset Foot
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704 siehe 
26705 \begin_inset CommandInset ref
26706 LatexCommand ref
26707 reference "sub:Boxen-ohne-Rahmen"
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715
26716  kann man das Zeichen zentrieren.
26717 \end_layout
26718
26719 \begin_layout Subsection
26720 Minuskelziffern
26721 \begin_inset Index idx
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725 Minuskelziffern
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \begin_layout Standard
26734 Minuskelziffern werden mit dem Befehl 
26735 \series bold
26736
26737 \backslash
26738 oldstylenums
26739 \series default
26740
26741 \begin_inset Index idx
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 Befehle ! O ! 
26746 \backslash
26747 oldstylenums
26748 \end_layout
26749
26750 \end_inset
26751
26752  erzeugt.
26753  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26754  Das Befehlsschema lautet:
26755 \end_layout
26756
26757 \begin_layout Standard
26758
26759 \series bold
26760
26761 \backslash
26762 oldstylenums{Ziffer}
26763 \end_layout
26764
26765 \begin_layout Standard
26766 Der Befehl 
26767 \series bold
26768
26769 \backslash
26770 oldstylenums{0123456789
26771 \series default
26772  ergibt: 
26773 \begin_inset Formula $\oldstylenums{0123456789}$
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Section
26780 Formelstile
26781 \begin_inset CommandInset label
26782 LatexCommand label
26783 name "sec:Formelstile"
26784
26785 \end_inset
26786
26787
26788 \begin_inset Index idx
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792 Formel ! Stile
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Itemize
26801 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26802 \end_layout
26803
26804 \begin_deeper
26805 \begin_layout Description
26806 Zentriert ist der voreingestellte Standard
26807 \end_layout
26808
26809 \begin_layout Description
26810 Eingerückt dazu muss im Menü 
26811 \family sans
26812 Dokument\SpecialChar \menuseparator
26813 Einstellungen
26814 \family default
26815  unter 
26816 \family sans
26817 Dokumentklasse
26818 \family default
26819  die Option 
26820 \series bold
26821 fleqn
26822 \series default
26823  eingeben werden
26824 \end_layout
26825
26826 \begin_layout Standard
26827 Wird 
26828 \series bold
26829 Eingerückt
26830 \series default
26831  verwendet, kann mit der Länge 
26832 \series bold
26833
26834 \backslash
26835 mathindent
26836 \series default
26837
26838 \begin_inset Index idx
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Befehle ! M ! 
26843 \backslash
26844 mathindent
26845 \end_layout
26846
26847 \end_inset
26848
26849  die Einrückung eingestellt werden.
26850  Soll der Abstand 15
26851 \begin_inset space \thinspace{}
26852 \end_inset
26853
26854 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26855 \end_layout
26856
26857 \begin_layout Standard
26858
26859 \series bold
26860
26861 \backslash
26862 setlength{
26863 \backslash
26864 mathindent}{15mm}
26865 \end_layout
26866
26867 \begin_layout Standard
26868 ein.
26869  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26870 \begin_inset space \thinspace{}
26871 \end_inset
26872
26873 pt verwendet.
26874 \end_layout
26875
26876 \end_deeper
26877 \begin_layout Itemize
26878 Und zwei verschiedene Nummerierungsstile:
26879 \end_layout
26880
26881 \begin_deeper
26882 \begin_layout Description
26883 Rechts ist der voreingestellte Standard
26884 \end_layout
26885
26886 \begin_layout Description
26887 Links dazu muss im Menü 
26888 \family sans
26889 Dokument\SpecialChar \menuseparator
26890 Einstellungen
26891 \family default
26892  unter 
26893 \family sans
26894 Dokumentklasse
26895 \family default
26896  die Option 
26897 \series bold
26898 leqno
26899 \series default
26900  eingeben werden
26901 \end_layout
26902
26903 \end_deeper
26904 \begin_layout Standard
26905
26906 \series bold
26907 fleqn
26908 \series default
26909  und 
26910 \series bold
26911 leqno
26912 \series default
26913  können auch gemeinsam verwendet werden.
26914  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26915 n.
26916 \end_layout
26917
26918 \begin_layout Standard
26919 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26920  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26921  ausgerichtete Formeln setzen, verwendet man den Stil 
26922 \series bold
26923 Zentriert
26924 \series default
26925 .
26926  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26927  
26928 \begin_inset CommandInset ref
26929 LatexCommand ref
26930 reference "sub:Flalign-Umgebung"
26931
26932 \end_inset
26933
26934 .
26935 \end_layout
26936
26937 \begin_layout Section
26938 Mehrzeilige Formeln
26939 \begin_inset CommandInset label
26940 LatexCommand label
26941 name "sec:Mehrzeilige-Formeln"
26942
26943 \end_inset
26944
26945
26946 \begin_inset Index idx
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 Formel ! mehrzeilige
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \begin_layout Subsection
26959 Allgemeines
26960 \end_layout
26961
26962 \begin_layout Standard
26963 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26964 \family sans
26965 \series bold
26966 Strg+Enter
26967 \family default
26968 \series default
26969  drückt.
26970  Dies erzeugt entweder eine 
26971 \series bold
26972 eqnarray-Umgebung
26973 \series default
26974 , die in 
26975 \begin_inset CommandInset ref
26976 LatexCommand ref
26977 reference "sub:Eqnarray-Umgebung"
26978
26979 \end_inset
26980
26981  beschrieben ist oder, wenn die Option 
26982 \family sans
26983 AMS-Mathe-Paket verwenden
26984 \family default
26985  in den Dokumenteinstellungen gewählt ist, eine 
26986 \series bold
26987 align-Umgebung
26988 \series default
26989 , die in 
26990 \begin_inset CommandInset ref
26991 LatexCommand ref
26992 reference "sub:Standard-align-Umgebung"
26993
26994 \end_inset
26995
26996  beschrieben ist.
26997  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
26998  jedem Fall typographisch korrekt in der Ausgabe.
26999 \end_layout
27000
27001 \begin_layout Standard
27002 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27003 \family sans
27004 Einfügen\SpecialChar \menuseparator
27005 Mathe
27006 \family default
27007  erstellt werden können.
27008  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27009 \end_layout
27010
27011 \begin_layout Standard
27012 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27013  man 
27014 \family sans
27015 Strg+Enter
27016 \family default
27017  drückt.
27018  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27019 fe 
27020 \begin_inset Graphics
27021         filename ../../images/tabular-feature_append-row.png
27022         scale 85
27023
27024 \end_inset
27025
27026  bzw.
27027 \begin_inset space \space{}
27028 \end_inset
27029
27030
27031 \begin_inset Graphics
27032         filename ../../images/tabular-feature_delete-row.png
27033         scale 85
27034
27035 \end_inset
27036
27037  oder das Menü 
27038 \family sans
27039 Bearbeiten\SpecialChar \menuseparator
27040 Zeilen & Spalten
27041 \family default
27042  verwendet werden.
27043 \end_layout
27044
27045 \begin_layout Subsubsection
27046 Zeilenabstand
27047 \begin_inset CommandInset label
27048 LatexCommand label
27049 name "sub:Zeilenabstand"
27050
27051 \end_inset
27052
27053
27054 \begin_inset Index idx
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058 Formel ! mehrzeilige ! Zeilenabstand
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27068 \begin_inset Formula 
27069 \begin{eqnarray*}
27070 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}\\
27071 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
27072 \end{eqnarray*}
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Standard
27080 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27081 chbefehls angegeben.
27082  Dies ist in LyX aber nicht möglich
27083 \begin_inset Foot
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087 siehe 
27088 \begin_inset CommandInset href
27089 LatexCommand href
27090 name "LyX-Fehler #1505"
27091 target "http://www.lyx.org/trac/ticket/1505"
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099
27100 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27101  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27102  Zeile den Befehl 
27103 \series bold
27104
27105 \backslash
27106
27107 \backslash
27108 [3mm]
27109 \series default
27110  ein.
27111  Damit erhält man: 
27112 \begin_inset ERT
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116
27117
27118 \backslash
27119 begin{eqnarray*}
27120 \end_layout
27121
27122 \begin_layout Plain Layout
27123
27124 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27125  = & 
27126 \backslash
27127 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27128 \backslash
27129
27130 \backslash
27131 [3mm]
27132 \end_layout
27133
27134 \begin_layout Plain Layout
27135
27136 4x^{2}
27137 \backslash
27138 left(B^{2}+x_{0}^{2}
27139 \backslash
27140 right)+4x_{0}x
27141 \backslash
27142 left(D-B^{2}
27143 \backslash
27144 right)+B^{2}
27145 \backslash
27146 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27147 \backslash
27148 right) & = & 0
27149 \end_layout
27150
27151 \begin_layout Plain Layout
27152
27153
27154 \backslash
27155 end{eqnarray*}
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset VSpace bigskip
27165 \end_inset
27166
27167 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27168  man die Länge 
27169 \series bold
27170
27171 \backslash
27172 jot
27173 \series default
27174
27175 \begin_inset Index idx
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 Befehle ! J ! 
27180 \backslash
27181 jot
27182 \end_layout
27183
27184 \end_inset
27185
27186 .
27187  Es gilt 
27188 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27189 \end_inset
27190
27191 .
27192  Voreingestellt ist für 
27193 \series bold
27194
27195 \backslash
27196 jot
27197 \series default
27198  der Wert 3
27199 \begin_inset space \thinspace{}
27200 \end_inset
27201
27202 pt.
27203  Um wie im vorigen Beispiel 3
27204 \begin_inset space \thinspace{}
27205 \end_inset
27206
27207 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27208 \end_layout
27209
27210 \begin_layout Standard
27211
27212 \series bold
27213
27214 \backslash
27215 setlength{
27216 \backslash
27217 jot}{3mm+3pt}
27218 \end_layout
27219
27220 \begin_layout Standard
27221 im TeX-Modus vor der Formel ein.
27222  Das setzt voraus, dass das LaTeX-Paket 
27223 \series bold
27224 calc
27225 \series default
27226
27227 \begin_inset Foot
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232 \series bold
27233 calc
27234 \series default
27235  ist Teil jeder LaTeX-Standardinstallation.
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \begin_inset Index idx
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245 Pakete ! calc
27246 \end_layout
27247
27248 \end_inset
27249
27250  im LaTeX-Vorspann mit der Zeile
27251 \end_layout
27252
27253 \begin_layout Standard
27254
27255 \series bold
27256
27257 \backslash
27258 usepackage{calc}
27259 \end_layout
27260
27261 \begin_layout Standard
27262 geladen wurde.
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Man erhält: 
27267 \begin_inset ERT
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 setlength{
27275 \backslash
27276 jot}{3mm+3pt}
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \begin_inset Formula 
27283 \begin{eqnarray*}
27284 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}\\
27285 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
27286 \end{eqnarray*}
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset ERT
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298
27299
27300 \backslash
27301 setlength{
27302 \backslash
27303 jot}{3pt}
27304 \end_layout
27305
27306 \end_inset
27307
27308  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27309 \series bold
27310
27311 \backslash
27312 jot
27313 \series default
27314  auf den Wert 3
27315 \begin_inset space \thinspace{}
27316 \end_inset
27317
27318 pt.
27319 \end_layout
27320
27321 \begin_layout Subsubsection
27322 Spaltenabstand
27323 \begin_inset CommandInset label
27324 LatexCommand label
27325 name "sub:Spaltenabstand"
27326
27327 \end_inset
27328
27329
27330 \begin_inset Index idx
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334 Formel ! mehrzeilige ! Spaltenabstand
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Mehrzeilige Formeln bilden eine Matrix.
27344  Eine Formel in der Eqnarray-Umgebung ist z.
27345 \begin_inset space \thinspace{}
27346 \end_inset
27347
27348 B.
27349  eine dreispaltige Matrix.
27350  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27351  neben den Relationszeichen ändern.
27352 \end_layout
27353
27354 \begin_layout Standard
27355 Der Spaltenabstand wird mit der Länge 
27356 \series bold
27357
27358 \backslash
27359 arraycolsep
27360 \series default
27361
27362 \begin_inset Index idx
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366 Befehle ! A ! 
27367 \backslash
27368 arraycolsep
27369 \end_layout
27370
27371 \end_inset
27372
27373  festgelegt, wobei gilt:
27374 \begin_inset Newline newline
27375 \end_inset
27376
27377 Spaltenabstand = 2
27378 \begin_inset space \thinspace{}
27379 \end_inset
27380
27381
27382 \series bold
27383
27384 \backslash
27385 arraycolsep
27386 \series default
27387 .
27388 \begin_inset Newline newline
27389 \end_inset
27390
27391 Der im TeX-Modus eingegebene Befehl
27392 \end_layout
27393
27394 \begin_layout Standard
27395
27396 \series bold
27397
27398 \backslash
27399 setlength{
27400 \backslash
27401 arraycolsep}{1cm}
27402 \end_layout
27403
27404 \begin_layout Standard
27405 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27406 \begin_inset space \thinspace{}
27407 \end_inset
27408
27409 cm.
27410  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27411 \series bold
27412
27413 \backslash
27414 arraycolsep
27415 \series default
27416  auf 5
27417 \begin_inset space \thinspace{}
27418 \end_inset
27419
27420 pt.
27421 \end_layout
27422
27423 \begin_layout Standard
27424 Eine Formel mit 2
27425 \begin_inset space \thinspace{}
27426 \end_inset
27427
27428 cm Spaltenabstand:
27429 \begin_inset ERT
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433
27434
27435 \backslash
27436 setlength{
27437 \backslash
27438 arraycolsep}{1cm}
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \begin_inset Formula 
27445 \begin{eqnarray*}
27446 A & = & B\\
27447 C & \ne & A
27448 \end{eqnarray*}
27449
27450 \end_inset
27451
27452 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 pt:
27457 \begin_inset ERT
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 setlength{
27465 \backslash
27466 arraycolsep}{5pt}
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \begin_inset Formula 
27473 \begin{eqnarray*}
27474 A & = & B\\
27475 C & \ne & A
27476 \end{eqnarray*}
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Subsubsection
27484 Lange Formeln
27485 \begin_inset Index idx
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 Formel ! lange
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \begin_layout Standard
27498 Lange Formeln kann man wie folgt setzen:
27499 \end_layout
27500
27501 \begin_layout Itemize
27502 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27503  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27504 \begin_inset Formula 
27505 \begin{eqnarray}
27506 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 \\
27507  &  & -\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}
27508 \end{eqnarray}
27509
27510 \end_inset
27511
27512 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27513  als Operator, da es das erste Zeichen der Zeile ist.
27514  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27515  Bruchstrich unterscheiden.
27516  Um das zu verhindern, wurde mit dem Befehl 
27517 \series bold
27518
27519 \backslash
27520 hspace
27521 \series default
27522  3
27523 \begin_inset space \thinspace{}
27524 \end_inset
27525
27526 pt Leerraum hinter das Minuszeichen eingefügt.
27527 \begin_inset Foot
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531 mehr zu 
27532 \series bold
27533
27534 \backslash
27535 hspace
27536 \series default
27537  siehe 
27538 \begin_inset CommandInset ref
27539 LatexCommand ref
27540 reference "sub:Variabler-Leerraum"
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \begin_inset Index idx
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Befehle ! H ! 
27555 \backslash
27556 hspace
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Itemize
27565 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27566 \series bold
27567
27568 \backslash
27569 lefteqn
27570 \series default
27571
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 Befehle ! L ! 
27577 \backslash
27578 lefteqn
27579 \end_layout
27580
27581 \end_inset
27582
27583 .
27584  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27585  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27586 \begin_inset Formula 
27587 \begin{eqnarray}
27588 \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 \\
27589  &  & -\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 \\
27590  &  & =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}
27591 \end{eqnarray}
27592
27593 \end_inset
27594
27595 Nachdem man 
27596 \series bold
27597
27598 \backslash
27599 lefteqn
27600 \series default
27601  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27602  das gegenüber dem blauen leicht verschoben ist.
27603  In dieses wird die Formel eingegeben.
27604 \begin_inset Newline newline
27605 \end_inset
27606
27607 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27608  eingegeben.
27609  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27610  Einrückung.
27611 \begin_inset VSpace medskip
27612 \end_inset
27613
27614
27615 \begin_inset Newline newline
27616 \end_inset
27617
27618
27619 \begin_inset Note Greyedout
27620 status open
27621
27622 \begin_layout Plain Layout
27623 Bei der Verwendung von 
27624 \series bold
27625
27626 \backslash
27627 lefteqn
27628 \series default
27629  ist Folgendes zu beachten:
27630 \end_layout
27631
27632 \begin_layout Itemize
27633 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27634  Würde man in obigem Beispiel der ersten Zeile den Term 
27635 \begin_inset Formula $-B^{2}$
27636 \end_inset
27637
27638  anfügen, befände sich dieser außerhalb des Seitenrands.
27639  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27640  Leerraum einfügen.
27641 \end_layout
27642
27643 \begin_layout Itemize
27644 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27645  erste Zeile gesetzt werden.
27646 \begin_inset Foot
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 \begin_inset CommandInset href
27651 LatexCommand href
27652 name "LyX-Fehler #1429"
27653 target "http://www.lyx.org/trac/ticket/1429"
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \end_inset
27661
27662  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27663  Pfeiltasten bewegen.
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Itemize
27672 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27673 \begin_inset CommandInset ref
27674 LatexCommand ref
27675 reference "sub:Multline-Umgebung"
27676
27677 \end_inset
27678
27679  und 
27680 \begin_inset CommandInset ref
27681 LatexCommand ref
27682 reference "sub:Mehrzeilige-Formelteile"
27683
27684 \end_inset
27685
27686  beschriebenen Umgebungen.
27687 \end_layout
27688
27689 \begin_layout Subsubsection
27690 Mehrzeilige Klammern
27691 \begin_inset CommandInset label
27692 LatexCommand label
27693 name "sub:Mehrzeilige-Klammern"
27694
27695 \end_inset
27696
27697
27698 \begin_inset Index idx
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 Klammern ! mehrzeilige
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \end_layout
27709
27710 \begin_layout Standard
27711 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27712 \begin_inset Formula 
27713 \begin{eqnarray*}
27714 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27715  &  & \left.\cdots+B-D\right]
27716 \end{eqnarray*}
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \begin_layout Standard
27724 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27725  Größe dürfen nicht über mehrere Zeilen gehen.
27726 \end_layout
27727
27728 \begin_layout Standard
27729 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27730  erste Zeile mit 
27731 \series bold
27732
27733 \backslash
27734 right.
27735 \series default
27736
27737 \begin_inset Index idx
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741 Befehle ! R ! 
27742 \backslash
27743 right
27744 \end_layout
27745
27746 \end_inset
27747
27748  und beginnt die zweite Zeile mit 
27749 \series bold
27750
27751 \backslash
27752 left.
27753 \begin_inset Foot
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757 mehr zu 
27758 \series bold
27759
27760 \backslash
27761 left
27762 \series default
27763  und 
27764 \series bold
27765
27766 \backslash
27767 right
27768 \series default
27769  siehe 
27770 \begin_inset CommandInset ref
27771 LatexCommand ref
27772 reference "sub:Automatische-Klammergrößen"
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \series default
27783
27784 \begin_inset Index idx
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 Befehle ! L ! 
27789 \backslash
27790 left
27791 \end_layout
27792
27793 \end_inset
27794
27795 .
27796  Nach 
27797 \series bold
27798
27799 \backslash
27800 left.
27801
27802 \series default
27803  gibt man den Befehl 
27804 \series bold
27805
27806 \backslash
27807 vphantom
27808 \series default
27809
27810 \begin_inset space \textvisiblespace{}
27811 \end_inset
27812
27813
27814 \series bold
27815
27816 \backslash
27817 prod
27818 \series default
27819 ^
27820 \begin_inset space \textvisiblespace{}
27821 \end_inset
27822
27823
27824 \series bold
27825
27826 \backslash
27827 infty
27828 \series default
27829
27830 \begin_inset space \textvisiblespace{}
27831 \end_inset
27832
27833
27834 \series bold
27835
27836 \begin_inset Formula $\downarrow$
27837 \end_inset
27838
27839 _R=1}
27840 \series default
27841
27842 \begin_inset Index idx
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 Befehle ! V ! 
27847 \backslash
27848 vphantom
27849 \end_layout
27850
27851 \end_inset
27852
27853  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27854  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 Das Ergebnis sieht so aus:
27859 \begin_inset Formula 
27860 \begin{eqnarray*}
27861 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27862  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27863 \end{eqnarray*}
27864
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \begin_layout Subsection
27871 Align-Umgebungen
27872 \end_layout
27873
27874 \begin_layout Standard
27875 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27876  werden.
27877  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27878 \end_layout
27879
27880 \begin_layout Standard
27881 Align-Umgebungen bestehen aus Spalten.
27882  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27883  ausgerichtet.
27884  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27885 \end_layout
27886
27887 \begin_layout Standard
27888 Align-Umgebung werden über das Menü 
27889 \family sans
27890 Einfügen\SpecialChar \menuseparator
27891 Mathe
27892 \family default
27893  erstellt.
27894  Über das Menü 
27895 \family sans
27896 Bearbeiten\SpecialChar \menuseparator
27897 Mathe\SpecialChar \menuseparator
27898 Formelart
27899 \begin_inset space ~
27900 \end_inset
27901
27902 ändern
27903 \family default
27904  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27905 \end_layout
27906
27907 \begin_layout Standard
27908 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27909
27910 \begin_inset Graphics
27911         filename ../../images/tabular-feature_append-column.png
27912         scale 85
27913
27914 \end_inset
27915
27916  bzw.
27917 \begin_inset space \space{}
27918 \end_inset
27919
27920
27921 \begin_inset Graphics
27922         filename ../../images/tabular-feature_delete-column.png
27923         scale 85
27924
27925 \end_inset
27926
27927  oder das Menü 
27928 \family sans
27929 Bearbeiten\SpecialChar \menuseparator
27930 Zeilen & Spalten
27931 \family default
27932  verwendet werden.
27933 \end_layout
27934
27935 \begin_layout Subsubsection
27936 Standard align-Umgebung
27937 \begin_inset CommandInset label
27938 LatexCommand label
27939 name "sub:Standard-align-Umgebung"
27940
27941 \end_inset
27942
27943
27944 \begin_inset Index idx
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 Formel ! mehrzeilige ! align-Umgebung
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Standard
27957 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27958 \family sans
27959 Strg+Enter
27960 \family default
27961  drückt oder das Menü 
27962 \family sans
27963 Einfügen\SpecialChar \menuseparator
27964 Mathe\SpecialChar \menuseparator
27965 AMS align-Umge\SpecialChar \-
27966 bung
27967 \family default
27968  aufruft.
27969 \end_layout
27970
27971 \begin_layout Standard
27972 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27973 n align-Umgebung erzeugt wurden:
27974 \begin_inset Formula 
27975 \begin{align*}
27976 A & =\sin(B) & C & =D\\
27977 C & \ne A & B & \ne D
27978 \end{align*}
27979
27980 \end_inset
27981
27982 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
27983  würde sich vor der ersten und hinter jeder geraden Spalte ein 
27984 \series bold
27985
27986 \backslash
27987 hfill
27988 \begin_inset Foot
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 mehr zu 
27993 \series bold
27994
27995 \backslash
27996 hfill
27997 \series default
27998  siehe 
27999 \begin_inset CommandInset ref
28000 LatexCommand ref
28001 reference "sub:Variabler-Leerraum"
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \series default
28012  befinden.
28013  Ist der Formelstil 
28014 \series bold
28015 Eingerückt
28016 \begin_inset Foot
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020 Formelstile siehe 
28021 \begin_inset CommandInset ref
28022 LatexCommand ref
28023 reference "sec:Formelstile"
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \series default
28034  gewählt, wird die Formel ohne den 
28035 \series bold
28036
28037 \backslash
28038 hfill
28039 \series default
28040  vor der ersten Spalte gesetzt.
28041 \end_layout
28042
28043 \begin_layout Subsubsection
28044 Alignat-Umgebung
28045 \begin_inset Index idx
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049 Formel ! mehrzeilige ! alignat-Umgebung
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Standard
28058 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28059  Man kann ihn manuell durch die in 
28060 \begin_inset CommandInset ref
28061 LatexCommand ref
28062 reference "sub:Leerraum"
28063
28064 \end_inset
28065
28066  beschriebenen Leerräume einfügen.
28067 \end_layout
28068
28069 \begin_layout Standard
28070 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28071  Formel 1
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075 cm Leerraum eingefügt wurde:
28076 \begin_inset Formula 
28077 \begin{alignat*}{2}
28078 A & =\sin(B) & \hspace{1cm}C & =D\\
28079 C & \ne A & B & \ne D
28080 \end{alignat*}
28081
28082 \end_inset
28083
28084 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28085  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28086  Formeln.
28087 \end_layout
28088
28089 \begin_layout Subsubsection
28090 Flalign-Umgebung
28091 \begin_inset CommandInset label
28092 LatexCommand label
28093 name "sub:Flalign-Umgebung"
28094
28095 \end_inset
28096
28097
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Formel ! mehrzeilige ! flalign-Umgebung
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Standard
28111 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28112  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28113  Dazu ein Beispiel:
28114 \begin_inset Formula 
28115 \begin{flalign*}
28116 A & =1 & B & =2 & C & =3\\
28117 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28118 \end{flalign*}
28119
28120 \end_inset
28121
28122
28123 \end_layout
28124
28125 \begin_layout Standard
28126 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28127  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28128  im Dokument links setzen obwohl der Formelstil 
28129 \series bold
28130 Zentriert
28131 \series default
28132  eingestellt ist.
28133  Als Beispiel die eingerückte ausgerichtete Formel 
28134 \begin_inset CommandInset ref
28135 LatexCommand eqref
28136 reference "eq:VolInt"
28137
28138 \end_inset
28139
28140 :
28141 \begin_inset Formula 
28142 \begin{flalign}
28143 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28144 \end{flalign}
28145
28146 \end_inset
28147
28148 In den ersten beiden Spalten befindet sich die Formel.
28149  Damit sie wie beim Formelstil 
28150 \series bold
28151 Eingerückt
28152 \series default
28153  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28154 \begin_inset space \thinspace{}
28155 \end_inset
28156
28157 pt Leerraum eingefügt.
28158 \end_layout
28159
28160 \begin_layout Subsection
28161 Eqnarray-Umgebung
28162 \begin_inset CommandInset label
28163 LatexCommand label
28164 name "sub:Eqnarray-Umgebung"
28165
28166 \end_inset
28167
28168
28169 \begin_inset Index idx
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Formel ! mehrzeilige ! Eqnarray-Umgebung
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28183  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28184  ausgerichtet.
28185  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28186  da dieses Kästchen nur für Relationzeichen gedacht ist.
28187 \begin_inset Formula 
28188 \begin{eqnarray*}
28189 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28190 AB & AB & AB\\
28191 A & = & A
28192 \end{eqnarray*}
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Subsection
28200 Gather-Umgebung
28201 \begin_inset Index idx
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 Formel ! mehrzeilige ! Gather-Umgebung
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28215  Jede Zeile kann nummeriert werden.
28216 \begin_inset Formula 
28217 \begin{gather}
28218 A=1\\
28219 X=\textrm{-}1
28220 \end{gather}
28221
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \begin_layout Subsection
28228 Multline-Umgebung
28229 \begin_inset CommandInset label
28230 LatexCommand label
28231 name "sub:Multline-Umgebung"
28232
28233 \end_inset
28234
28235
28236 \begin_inset Index idx
28237 status collapsed
28238
28239 \begin_layout Plain Layout
28240 Formel ! mehrzeilige ! Multline-Umgebung
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Standard
28249 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28250  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28251  Alle anderen Zeilen sind zentriert.
28252  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28253  Als Beispiel Formel 
28254 \begin_inset CommandInset ref
28255 LatexCommand eqref
28256 reference "eq:lefteqn"
28257
28258 \end_inset
28259
28260  in der multline-Umgebung:
28261 \begin_inset Formula 
28262 \begin{multline}
28263 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}\\
28264 -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}\\
28265 =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}}
28266 \end{multline}
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Standard
28274 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28275  nummeriert, wenn rechts (links) nummeriert wird.
28276 \begin_inset Foot
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 Nummerierungsstile siehe 
28281 \begin_inset CommandInset ref
28282 LatexCommand ref
28283 reference "sec:Formelstile"
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Mit den Befehlen 
28297 \series bold
28298
28299 \backslash
28300 shoveright
28301 \series default
28302
28303 \begin_inset Index idx
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307 Befehle ! S ! 
28308 \backslash
28309 shoveright
28310 \end_layout
28311
28312 \end_inset
28313
28314  und 
28315 \series bold
28316
28317 \backslash
28318 shoveleft
28319 \series default
28320
28321 \begin_inset Index idx
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 Befehle ! S ! 
28326 \backslash
28327 shoveleft
28328 \end_layout
28329
28330 \end_inset
28331
28332  kann eine zentrierte Zeile rechts bzw.
28333 \begin_inset space \space{}
28334 \end_inset
28335
28336 links ausgerichtet werden.
28337  Die Befehle werden folgendermaßen verwendet:
28338 \end_layout
28339
28340 \begin_layout Standard
28341
28342 \series bold
28343
28344 \backslash
28345 shoveright{Zeileninhalt}
28346 \series default
28347  bzw.
28348 \begin_inset space \space{}
28349 \end_inset
28350
28351
28352 \series bold
28353
28354 \backslash
28355 shoveleft{Zeileninhalt}
28356 \end_layout
28357
28358 \begin_layout Standard
28359 \begin_inset VSpace medskip
28360 \end_inset
28361
28362 Die Länge 
28363 \series bold
28364
28365 \backslash
28366 multlinegap
28367 \series default
28368
28369 \begin_inset Index idx
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373 Befehle ! M ! 
28374 \backslash
28375 multlinegap
28376 \end_layout
28377
28378 \end_inset
28379
28380  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28381  Voreingestellt ist die Länge 0
28382 \begin_inset space \thinspace{}
28383 \end_inset
28384
28385 pt.
28386 \end_layout
28387
28388 \begin_layout Standard
28389 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28390 \end_layout
28391
28392 \begin_layout Standard
28393
28394 \series bold
28395
28396 \backslash
28397 setlength{
28398 \backslash
28399 multlinegap}{2cm}
28400 \end_layout
28401
28402 \begin_layout Standard
28403 eingegeben wurde:
28404 \begin_inset ERT
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408
28409
28410 \backslash
28411 setlength{
28412 \backslash
28413 multlinegap}{2cm}
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \begin_inset Formula 
28420 \begin{multline}
28421 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}\\
28422 \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}}\\
28423 =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}}
28424 \end{multline}
28425
28426 \end_inset
28427
28428
28429 \begin_inset ERT
28430 status collapsed
28431
28432 \begin_layout Plain Layout
28433
28434
28435 \backslash
28436 setlength{
28437 \backslash
28438 multlinegap}{0pt}
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Standard
28447 Die zweite Zeile wurde mit 
28448 \series bold
28449
28450 \backslash
28451 shoveleft
28452 \series default
28453  linksbündig ausgerichtet.
28454 \end_layout
28455
28456 \begin_layout Subsection
28457 Mehrzeilige Formelteile
28458 \begin_inset CommandInset label
28459 LatexCommand label
28460 name "sub:Mehrzeilige-Formelteile"
28461
28462 \end_inset
28463
28464
28465 \begin_inset Index idx
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469 Formel ! mehrzeilige ! Formelteile
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28479  der folgenden Umgebungen: 
28480 \series bold
28481 aligned
28482 \series default
28483
28484 \series bold
28485 alignedat
28486 \series default
28487
28488 \series bold
28489 gathered
28490 \series default
28491  oder 
28492 \series bold
28493 split
28494 \series default
28495 .
28496  Sie können über das Menü 
28497 \family sans
28498 Einfügen\SpecialChar \menuseparator
28499 Mathe
28500 \family default
28501  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28502 \end_layout
28503
28504 \begin_layout Standard
28505 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28506 n Formel\SpecialChar \-
28507 umgebungen.
28508  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28509  Dazu ein Beispiel:
28510 \begin_inset Formula 
28511 \[
28512 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28513 \Delta E\Delta t & \ge\frac{\hbar}{2}
28514 \end{aligned}
28515 \right\} \textrm{Unbestimmtheitsrelationen}
28516 \]
28517
28518 \end_inset
28519
28520
28521 \end_layout
28522
28523 \begin_layout Standard
28524 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28525  der Befehl 
28526 \series bold
28527
28528 \backslash
28529 aligned
28530 \series default
28531
28532 \begin_inset Index idx
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536 Befehle ! A ! 
28537 \backslash
28538 aligned
28539 \end_layout
28540
28541 \end_inset
28542
28543  eingegeben wird.
28544  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28545  und Zeilen hinzufügen kann.
28546  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28547  gesetzt werden.
28548 \end_layout
28549
28550 \begin_layout Standard
28551 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28552  ausgerichtet sind.
28553  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28554  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28555  Als Beispiel Formel 
28556 \begin_inset CommandInset ref
28557 LatexCommand eqref
28558 reference "eq:kurzlang"
28559
28560 \end_inset
28561
28562  in der aligned-Umgebung:
28563 \begin_inset Formula 
28564 \begin{equation}
28565 \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}|}\\
28566  & -\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}|}
28567 \end{aligned}
28568 \end{equation}
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \begin_layout Standard
28576 Möchte man die Umgebung 
28577 \series bold
28578 alignedat
28579 \series default
28580
28581 \series bold
28582 gathered
28583 \series default
28584  oder 
28585 \series bold
28586 split
28587 \series default
28588  verwenden, gibt man den Befehl 
28589 \series bold
28590
28591 \backslash
28592 alignedat
28593 \series default
28594 ,
28595 \begin_inset Index idx
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599 Befehle ! A ! 
28600 \backslash
28601 alignedat
28602 \end_layout
28603
28604 \end_inset
28605
28606  
28607 \series bold
28608
28609 \backslash
28610 gathered
28611 \series default
28612
28613 \begin_inset Index idx
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617 Befehle ! G ! 
28618 \backslash
28619 gathered
28620 \end_layout
28621
28622 \end_inset
28623
28624  bzw.
28625 \begin_inset space \space{}
28626 \end_inset
28627
28628
28629 \series bold
28630
28631 \backslash
28632 split
28633 \series default
28634
28635 \begin_inset Index idx
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639 Befehle ! S ! 
28640 \backslash
28641 split
28642 \end_layout
28643
28644 \end_inset
28645
28646  ein.
28647  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28648  jedoch darf sie nur zwei Spalten enthalten.
28649 \end_layout
28650
28651 \begin_layout Subsection
28652 Text in mehrzeiligen Formeln
28653 \begin_inset CommandInset label
28654 LatexCommand label
28655 name "sub:Text-in-mehrzeiligen"
28656
28657 \end_inset
28658
28659
28660 \begin_inset Index idx
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664 Text ! in Formeln
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \begin_inset Index idx
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Formel ! mehrzeilige ! Text
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \end_layout
28681
28682 \begin_layout Standard
28683 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28684  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28685  die Ausrichtung der Spalten nicht beeinflusst.
28686  Dazu wird der Befehl 
28687 \series bold
28688
28689 \backslash
28690 intertext
28691 \begin_inset Index idx
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Befehle ! I ! 
28696 \backslash
28697 intertext
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \series default
28704  nach folgendem Schema benutzt:
28705 \end_layout
28706
28707 \begin_layout Standard
28708
28709 \series bold
28710
28711 \backslash
28712 intertext{Text}
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28717  werden kann.
28718  Weil LyX 
28719 \series bold
28720
28721 \backslash
28722 intertext
28723 \series default
28724  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28725  Text.
28726  
28727 \series bold
28728
28729 \backslash
28730 intertext
28731 \series default
28732  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28733  dieser Zeile.
28734  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28735 \begin_inset Formula 
28736 \begin{align}
28737 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28738 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28739 \end{align}
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Section
28747 Formelnummerierung
28748 \begin_inset Index idx
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752 Formelnummerierung
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \begin_inset Index idx
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Formel ! Nummerierung|see
28763 \begin_inset ERT
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767
28768 {
28769 \end_layout
28770
28771 \end_inset
28772
28773 Formelnummerierung
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779 }
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \end_layout
28791
28792 \begin_layout Subsection
28793 Allgemeines
28794 \end_layout
28795
28796 \begin_layout Standard
28797 Nummerierte Formeln können mit dem Menü 
28798 \family sans
28799 Einfügen\SpecialChar \menuseparator
28800 Mathe\SpecialChar \menuseparator
28801 Nummerierte
28802 \begin_inset space ~
28803 \end_inset
28804
28805 Formel
28806 \family default
28807  (Tastenkürzel 
28808 \family sans
28809 Strg+Alt
28810 \begin_inset space ~
28811 \end_inset
28812
28813 N
28814 \family default
28815 ) erstellt, bestehende Formeln über das Menü 
28816 \family sans
28817 Bearbeiten\SpecialChar \menuseparator
28818 Mathe\SpecialChar \menuseparator
28819 Nummerierung
28820 \begin_inset space ~
28821 \end_inset
28822
28823 an/aus
28824 \family default
28825  (Tastenkürzel 
28826 \family sans
28827 Alt+M
28828 \begin_inset space ~
28829 \end_inset
28830
28831 N
28832 \family default
28833 ) nummeriert werden.
28834  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28835  Klammern.
28836  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28837 \end_layout
28838
28839 \begin_layout Standard
28840 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28841  Zeilen nummeriert.
28842  Man kann jedoch über das Menü 
28843 \family sans
28844 Bearbeiten\SpecialChar \menuseparator
28845 Mathe\SpecialChar \menuseparator
28846 Zeilennummerierung an/aus
28847 \family default
28848  (Tastenkürzel 
28849 \family sans
28850 Alt+M
28851 \begin_inset space ~
28852 \end_inset
28853
28854 Shift+N
28855 \family default
28856 ) für jede Zeile die Nummerierung festlegen.
28857 \end_layout
28858
28859 \begin_layout Standard
28860 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28861  werden, siehe 
28862 \begin_inset CommandInset ref
28863 LatexCommand ref
28864 reference "sec:Formelstile"
28865
28866 \end_inset
28867
28868 .
28869 \end_layout
28870
28871 \begin_layout Subsection
28872 Querverweise
28873 \begin_inset Index idx
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877 Querverweise ! auf Formeln
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \begin_layout Standard
28886 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28887  Eine Marke wird mit dem Menü 
28888 \family sans
28889 Einfügen\SpecialChar \menuseparator
28890 Marke
28891 \family default
28892  oder dem Werkzeugleistenknopf 
28893 \begin_inset Graphics
28894         filename ../../images/label-insert.png
28895         scale 85
28896
28897 \end_inset
28898
28899  gesetzt.
28900  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28901  Alternativ klickt man mit rechts auf die Formel und wählt 
28902 \family sans
28903 Formelmarke
28904 \family default
28905 .
28906  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28907 \series bold
28908 eq:
28909 \series default
28910 , nachdem der eigentliche Markenname eingegeben wird.
28911  Der voreingestellte Eintrag steht für 
28912 \begin_inset Quotes gld
28913 \end_inset
28914
28915 equation
28916 \begin_inset Quotes grd
28917 \end_inset
28918
28919  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28920  einer Formel und nicht zu einem Kapitel gehört.
28921  Um eine Marke zu ändern, wählt man wieder das Menü 
28922 \family sans
28923 Einfügen\SpecialChar \menuseparator
28924 Marke
28925 \family default
28926  oder man klickt mit rechts auf eine Formel und dann auf 
28927 \family sans
28928 Formelmarke
28929 \family default
28930 .
28931 \end_layout
28932
28933 \begin_layout Standard
28934 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28935  Eine Formel mit Marke wird immer nummeriert.
28936 \end_layout
28937
28938 \begin_layout Standard
28939 Querverweise werden mit dem Menü 
28940 \family sans
28941 Einfügen\SpecialChar \menuseparator
28942 Querverweis
28943 \family default
28944  oder dem Werkzeugleistenknopf 
28945 \begin_inset Graphics
28946         filename ../../images/dialog-show-new-inset_ref.png
28947         scale 85
28948
28949 \end_inset
28950
28951  eingefügt.
28952  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28953  Wenn man im Querverweis Dialogfenster das Format 
28954 \series bold
28955 (<Querverweis>)
28956 \series default
28957  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28958 \begin_inset Newline newline
28959 \end_inset
28960
28961 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28962  man zur Formel auf die verwiesen wird.
28963 \end_layout
28964
28965 \begin_layout Standard
28966 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28967 \begin_inset Note Note
28968 status open
28969
28970 \begin_layout Plain Layout
28971 Man beachte die unterschiedlichen Querverweistypen.
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 Die Gleichungen 
28981 \begin_inset CommandInset ref
28982 LatexCommand eqref
28983 reference "eq:tag"
28984
28985 \end_inset
28986
28987  und 
28988 \begin_inset CommandInset ref
28989 LatexCommand eqref
28990 reference "eq:c"
28991
28992 \end_inset
28993
28994  sind äquivalent.
28995  In (
28996 \begin_inset CommandInset ref
28997 LatexCommand ref
28998 reference "eq:Lat"
28999
29000 \end_inset
29001
29002 ) werden im Gegensatz zu (
29003 \begin_inset CommandInset ref
29004 LatexCommand ref
29005 reference "eq:Roem"
29006
29007 \end_inset
29008
29009 ) große lateinische Buchstaben zur Nummerierung verwendet.
29010 \end_layout
29011
29012 \begin_layout Standard
29013 \begin_inset VSpace medskip
29014 \end_inset
29015
29016 Ist im Argument von 
29017 \series bold
29018
29019 \backslash
29020 tag
29021 \begin_inset Foot
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026 \series bold
29027
29028 \backslash
29029 tag
29030 \series default
29031  ist in 
29032 \begin_inset CommandInset ref
29033 LatexCommand ref
29034 reference "sub:Benutzerdefinierte-Nummerierung"
29035
29036 \end_inset
29037
29038  beschrieben.
29039 \end_layout
29040
29041 \end_inset
29042
29043
29044 \series default
29045  wie in 
29046 \begin_inset CommandInset ref
29047 LatexCommand ref
29048 reference "sub:Absatzboxen"
29049
29050 \end_inset
29051
29052  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29053 \end_layout
29054
29055 \begin_layout Subsection
29056 Unternummerierung
29057 \begin_inset Index idx
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061 Formelnummerierung ! Unternummerierung
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29071  
29072 \begin_inset Newline newline
29073 \end_inset
29074
29075
29076 \series bold
29077
29078 \backslash
29079 begin{subequations}
29080 \series default
29081  und 
29082 \series bold
29083
29084 \backslash
29085 end{subequations}
29086 \series default
29087  erreichen.
29088  Beide Befehle werden im TeX-Modus eingegeben.
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Dazu ein Beispiel:
29093 \begin_inset Formula 
29094 \begin{equation}
29095 A=C-B\label{eq:a}
29096 \end{equation}
29097
29098 \end_inset
29099
29100
29101 \begin_inset ERT
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105
29106
29107 \backslash
29108 addtocounter{equation}{-1}
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \begin_inset ERT
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118
29119
29120 \backslash
29121 begin{subequations}
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \begin_inset VSpace -5mm
29128 \end_inset
29129
29130
29131 \begin_inset Formula 
29132 \begin{equation}
29133 B=C-A\label{eq:b}
29134 \end{equation}
29135
29136 \end_inset
29137
29138
29139 \begin_inset Formula 
29140 \begin{equation}
29141 C=A+B\label{eq:c}
29142 \end{equation}
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 \begin_inset ERT
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154
29155
29156 \backslash
29157 end{subequations}
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \begin_layout Standard
29166 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29167 \end_layout
29168
29169 \begin_layout Enumerate
29170 erste Formel eingeben
29171 \end_layout
29172
29173 \begin_layout Enumerate
29174
29175 \series bold
29176
29177 \backslash
29178 addtocounter{equation}{-1} 
29179 \backslash
29180 begin{subequations}
29181 \begin_inset Index idx
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Befehle ! A ! 
29186 \backslash
29187 addtocounter
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \begin_inset Newline newline
29194 \end_inset
29195
29196
29197 \series default
29198 nach der ersten Formel einfügen
29199 \end_layout
29200
29201 \begin_layout Enumerate
29202 zweite Formel eingeben
29203 \end_layout
29204
29205 \begin_layout Enumerate
29206 dritte Formel eingeben
29207 \end_layout
29208
29209 \begin_layout Enumerate
29210
29211 \series bold
29212
29213 \backslash
29214 end{subequations}
29215 \series default
29216  nach der dritten Formel einfügen
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Jede Formel, die zwischen den Befehlen 
29221 \series bold
29222
29223 \backslash
29224 begin
29225 \series default
29226  und 
29227 \series bold
29228
29229 \backslash
29230 end
29231 \series default
29232  steht, wird mit a, b, c, \SpecialChar \ldots{}
29233  untergliedert.
29234  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29235  Alle untergliederten Formeln gelten als 
29236 \emph on
29237 eine
29238 \emph default
29239  nummerierte Formel.
29240  Da jede nummerierte Formel den Formelzähler 
29241 \series bold
29242 equation
29243 \series default
29244  um Eins erhöht, ist der Befehl 
29245 \series bold
29246
29247 \backslash
29248 addtocounter
29249 \series default
29250  notwendig um den Zähler wieder zu erniedrigen.
29251  Ansonsten würden die Formeln 
29252 \begin_inset CommandInset ref
29253 LatexCommand eqref
29254 reference "eq:a"
29255
29256 \end_inset
29257
29258
29259 \begin_inset CommandInset ref
29260 LatexCommand eqref
29261 reference "eq:b"
29262
29263 \end_inset
29264
29265
29266 \begin_inset CommandInset ref
29267 LatexCommand eqref
29268 reference "eq:c"
29269
29270 \end_inset
29271
29272  als 
29273 \begin_inset CommandInset ref
29274 LatexCommand eqref
29275 reference "eq:a"
29276
29277 \end_inset
29278
29279
29280 \begin_inset CommandInset ref
29281 LatexCommand eqref
29282 reference "eq:d"
29283
29284 \end_inset
29285
29286
29287 \begin_inset CommandInset ref
29288 LatexCommand eqref
29289 reference "eq:f"
29290
29291 \end_inset
29292
29293  nummeriert werden.
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29298  Formeln automatisch etwas Leerraum erstellt.
29299  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29300 \series bold
29301
29302 \backslash
29303 begin{subequations}
29304 \series default
29305  -5
29306 \begin_inset space \thinspace{}
29307 \end_inset
29308
29309 mm vertikalen Leerraum ein.
29310  Ist der Formelstil 
29311 \series bold
29312 Eingerückt
29313 \begin_inset Foot
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Formelstile siehe 
29318 \begin_inset CommandInset ref
29319 LatexCommand ref
29320 reference "sec:Formelstile"
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \series default
29331  gewählt, fügt man -7
29332 \begin_inset space \thinspace{}
29333 \end_inset
29334
29335 mm Leerraum ein.
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29340  der zweiten Zeile abgeschaltet wurde:
29341 \begin_inset ERT
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345
29346
29347 \backslash
29348 begin{subequations}
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \begin_inset Formula 
29355 \begin{eqnarray}
29356 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29357  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29358  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29359 \end{eqnarray}
29360
29361 \end_inset
29362
29363
29364 \begin_inset ERT
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368
29369
29370 \backslash
29371 end{subequations}
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Subsection
29380 Benutzerdefinierte Nummerierung
29381 \begin_inset CommandInset label
29382 LatexCommand label
29383 name "sub:Benutzerdefinierte-Nummerierung"
29384
29385 \end_inset
29386
29387
29388 \begin_inset Index idx
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392 Formelnummerierung ! benutzerdefinierte
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Standard
29401 \begin_inset Index idx
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405 Formelnummerierung ! eigene Klammern
29406 \end_layout
29407
29408 \end_inset
29409
29410 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29411  gesetzt.
29412  Will man diese Klammern z.
29413 \begin_inset space \thinspace{}
29414 \end_inset
29415
29416 B.
29417  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29418  an:
29419 \end_layout
29420
29421 \begin_layout Standard
29422
29423 \series bold
29424
29425 \backslash
29426 def
29427 \backslash
29428 tagform@#1{
29429 \backslash
29430 maketag@@@{|#1|}}
29431 \series default
29432
29433 \begin_inset Note Note
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29438  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29439  werden.
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \end_layout
29446
29447 \begin_layout Standard
29448 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29449 \series bold
29450 #1
29451 \series default
29452  durch ein oder mehrere gewünschte Zeichen.
29453  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29454 \end_layout
29455
29456 \begin_layout Standard
29457 \begin_inset VSpace bigskip
29458 \end_inset
29459
29460 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29461  hinter der Formel stehen, benutzt man den Befehl 
29462 \series bold
29463
29464 \backslash
29465 tag
29466 \series default
29467
29468 \begin_inset Index idx
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472 Befehle ! T ! 
29473 \backslash
29474 tag
29475 \end_layout
29476
29477 \end_inset
29478
29479 :
29480 \begin_inset Formula 
29481 \begin{equation}
29482 A+B=C\tag{etwas}\label{eq:tag}
29483 \end{equation}
29484
29485 \end_inset
29486
29487  In diesem Beispiel wurde in der Formel der Befehl 
29488 \series bold
29489
29490 \backslash
29491 tag
29492 \series default
29493
29494 \begin_inset space \textvisiblespace{}
29495 \end_inset
29496
29497
29498 \series bold
29499 etwas
29500 \series default
29501  eingegeben.
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Gibt man stattdessen 
29506 \series bold
29507
29508 \backslash
29509 tag*
29510 \series default
29511
29512 \begin_inset space \textvisiblespace{}
29513 \end_inset
29514
29515
29516 \series bold
29517 etwas
29518 \series default
29519  ein, verhindert der Stern die Klammern um den Ausdruck:
29520 \begin_inset Formula 
29521 \[
29522 A+B=C\tag*{etwas}
29523 \]
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Standard
29531 \begin_inset VSpace bigskip
29532 \end_inset
29533
29534 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29535  oder 
29536 \begin_inset ERT
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540
29541
29542 \backslash
29543 mbox{
29544 \end_layout
29545
29546 \end_inset
29547
29548 -abschnitt
29549 \begin_inset ERT
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553
29554 }
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \begin_inset Note Note
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564 Der Befehl 
29565 \series bold
29566
29567 \backslash
29568 mbox
29569 \series default
29570  verhindert, dass am Bindestrich umgebrochen wird.
29571 \end_layout
29572
29573 \end_inset
29574
29575  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29576 \end_layout
29577
29578 \begin_layout Standard
29579
29580 \series bold
29581
29582 \backslash
29583 @addtoreset{equation}{part}
29584 \series default
29585
29586 \begin_inset Index idx
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 Befehle ! 
29591 \begin_inset ERT
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595
29596 "
29597 \end_layout
29598
29599 \end_inset
29600
29601 @
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607 "
29608 \end_layout
29609
29610 \end_inset
29611
29612  ! 
29613 \backslash
29614
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620 "
29621 \end_layout
29622
29623 \end_inset
29624
29625 @
29626 \begin_inset ERT
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630
29631 "
29632 \end_layout
29633
29634 \end_inset
29635
29636 addtoreset
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \begin_inset Newline newline
29643 \end_inset
29644
29645 bzw.
29646 \begin_inset Newline newline
29647 \end_inset
29648
29649
29650 \series bold
29651
29652 \backslash
29653 @addtoreset{equation}{section}
29654 \end_layout
29655
29656 \begin_layout Standard
29657 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29658 \begin_inset Quotes gld
29659 \end_inset
29660
29661 @
29662 \begin_inset Quotes grd
29663 \end_inset
29664
29665  Zeichen für LaTeX mit dem Befehl 
29666 \series bold
29667
29668 \backslash
29669 makeatletter
29670 \series default
29671  
29672 \begin_inset Quotes gld
29673 \end_inset
29674
29675 aktiv
29676 \begin_inset Quotes grd
29677 \end_inset
29678
29679  gemacht werden.
29680  Der Befehl 
29681 \series bold
29682
29683 \backslash
29684 makeatother
29685 \series default
29686  macht dies wieder rückgängig.
29687  Daher ist die Befehlssequenz im TeX-Modus:
29688 \end_layout
29689
29690 \begin_layout Standard
29691
29692 \series bold
29693
29694 \backslash
29695 makeatletter
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699
29700 \backslash
29701 @addtoreset{equation}{section}
29702 \begin_inset Newline newline
29703 \end_inset
29704
29705
29706 \backslash
29707 makeatother
29708 \end_layout
29709
29710 \begin_layout Standard
29711 Im LaTeX-Vorspann können 
29712 \series bold
29713
29714 \backslash
29715 makeatletter
29716 \series default
29717  und 
29718 \series bold
29719
29720 \backslash
29721 makeatother
29722 \series default
29723  weggelassen werden, da LyX sie automatisch intern einfügt.
29724 \end_layout
29725
29726 \begin_layout Standard
29727 Um 
29728 \series bold
29729
29730 \backslash
29731 @addtoreset
29732 \series default
29733  rückgängig zu machen, muss die Datei 
29734 \series bold
29735 remreset.sty
29736 \series default
29737
29738 \begin_inset Foot
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743 \series bold
29744 remreset
29745 \series default
29746  ist Teil des LaTeX-Paketes 
29747 \series bold
29748 carlisle
29749 \series default
29750
29751 \begin_inset Index idx
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755 Pakete ! carlisle
29756 \end_layout
29757
29758 \end_inset
29759
29760 , das Teil jeder LaTeX-Standardinstallation ist.
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \begin_inset Index idx
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Pakete ! remreset
29771 \end_layout
29772
29773 \end_inset
29774
29775  im LaTeX-Vorspann mit der Zeile
29776 \end_layout
29777
29778 \begin_layout Standard
29779
29780 \series bold
29781
29782 \backslash
29783 usepackage{remreset}
29784 \end_layout
29785
29786 \begin_layout Standard
29787 geladen werden.
29788  Dann kann der Befehl 
29789 \series bold
29790
29791 \backslash
29792 @removefromreset
29793 \series default
29794
29795 \begin_inset Index idx
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 Befehle ! 
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805 "
29806 \end_layout
29807
29808 \end_inset
29809
29810 @
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816 "
29817 \end_layout
29818
29819 \end_inset
29820
29821  ! 
29822 \backslash
29823
29824 \begin_inset ERT
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828
29829 "
29830 \end_layout
29831
29832 \end_inset
29833
29834 @
29835 \begin_inset ERT
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839
29840 "
29841 \end_layout
29842
29843 \end_inset
29844
29845 removefromreset
29846 \end_layout
29847
29848 \end_inset
29849
29850  mit dem selben Schema wie 
29851 \series bold
29852
29853 \backslash
29854 @addtoreset
29855 \series default
29856  benutzt werden.
29857 \end_layout
29858
29859 \begin_layout Standard
29860 \begin_inset VSpace bigskip
29861 \end_inset
29862
29863 Oftmals möchte man Formeln in folgender Art nummerieren:
29864 \end_layout
29865
29866 \begin_layout Standard
29867
29868 \family typewriter
29869 (Kapitelnummer.Formelnummer)
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29874 \end_layout
29875
29876 \begin_layout Standard
29877 Für diesen Fall gibt es den Befehl 
29878 \series bold
29879
29880 \backslash
29881 numberwithin
29882 \series default
29883
29884 \begin_inset Index idx
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888 Befehle ! N ! 
29889 \backslash
29890 numberwithin
29891 \end_layout
29892
29893 \end_inset
29894
29895 , der nach folgendem Schema benutzt wird:
29896 \end_layout
29897
29898 \begin_layout Standard
29899
29900 \series bold
29901
29902 \backslash
29903 numberwithin{Zähler}{Gliederung}
29904 \end_layout
29905
29906 \begin_layout Standard
29907 Zähler gibt an, welche Nummerierung betroffen ist.
29908  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29909 \end_layout
29910
29911 \begin_layout Standard
29912 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29913  ein:
29914 \end_layout
29915
29916 \begin_layout Standard
29917
29918 \series bold
29919
29920 \backslash
29921 numberwithin{equation}{section}
29922 \end_layout
29923
29924 \begin_layout Standard
29925 Das ist das Ergebnis:
29926 \begin_inset ERT
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930
29931
29932 \backslash
29933 numberwithin{equation}{section}
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \begin_inset Formula 
29940 \begin{equation}
29941 A+B=C
29942 \end{equation}
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Möchte man z.
29951 \begin_inset space \thinspace{}
29952 \end_inset
29953
29954 B.
29955  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29956  gibt man 
29957 \series bold
29958
29959 \backslash
29960 numberwithin{table}{part}
29961 \series default
29962  ein.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29967 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29968  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29969 \end_layout
29970
29971 \begin_layout Standard
29972
29973 \series bold
29974
29975 \backslash
29976 renewcommand{
29977 \backslash
29978 theequation}{
29979 \backslash
29980 arabic{equation}}
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Befehle ! A ! 
29986 \backslash
29987 arabic
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \series default
29994
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000
30001 \backslash
30002 renewcommand{
30003 \backslash
30004 theequation}{
30005 \backslash
30006 arabic{equation}}
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \series bold
30013
30014 \begin_inset Newline newline
30015 \end_inset
30016
30017
30018 \series default
30019 bzw.
30020 \series bold
30021
30022 \begin_inset Newline newline
30023 \end_inset
30024
30025
30026 \backslash
30027 renewcommand{
30028 \backslash
30029 thetable}{
30030 \backslash
30031 arabic{table}}
30032 \end_layout
30033
30034 \begin_layout Standard
30035
30036 \series bold
30037
30038 \backslash
30039 numberwithin
30040 \series default
30041  benutzt intern den oben beschriebenen Befehl 
30042 \series bold
30043
30044 \backslash
30045 @addtoreset
30046 \series default
30047 , der ebenfalls rückgängig gemacht werden muss.
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 makeatletter
30056 \end_layout
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 @removefromreset{equation}{section}
30063 \end_layout
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 makeatother
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Subsection
30078 Nummerierung mit römischen Zahlen und Buchstaben
30079 \begin_inset Index idx
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083 Formelnummerierung ! mit Buchstaben
30084 \end_layout
30085
30086 \end_inset
30087
30088
30089 \begin_inset Index idx
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Formelnummerierung ! mit römischen Zahlen
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30103  werden.
30104  Um z.
30105 \begin_inset space \thinspace{}
30106 \end_inset
30107
30108 B.
30109  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30110  TeX-Modus den Befehl
30111 \end_layout
30112
30113 \begin_layout Standard
30114
30115 \series bold
30116
30117 \backslash
30118 renewcommand{
30119 \backslash
30120 theequation}{
30121 \backslash
30122 roman{equation}}
30123 \end_layout
30124
30125 \begin_layout Standard
30126 ein.
30127  
30128 \series bold
30129
30130 \backslash
30131 renewcommand
30132 \series default
30133
30134 \begin_inset Index idx
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 Befehle ! R ! 
30139 \backslash
30140 renewcommand
30141 \end_layout
30142
30143 \end_inset
30144
30145  weist dem vordefinierten Befehl 
30146 \series bold
30147
30148 \backslash
30149 theequation
30150 \series default
30151  den Befehl
30152 \begin_inset Newline linebreak
30153 \end_inset
30154
30155
30156 \series bold
30157
30158 \backslash
30159 roman{equation}
30160 \series default
30161  zu.
30162 \begin_inset Foot
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Der Befehl 
30167 \series bold
30168
30169 \backslash
30170 renewcommand
30171 \series default
30172  besitzt dasselbe Schema wie der in 
30173 \begin_inset CommandInset ref
30174 LatexCommand ref
30175 reference "sub:Der-Befehl-newcommand"
30176
30177 \end_inset
30178
30179  beschriebene Befehl
30180 \begin_inset Newline newline
30181 \end_inset
30182
30183
30184 \series bold
30185
30186 \backslash
30187 newcommand
30188 \series default
30189 .
30190 \end_layout
30191
30192 \end_inset
30193
30194  
30195 \series bold
30196 equation
30197 \series default
30198  ist der Formelzähler.
30199  Stellt man einem Zähler den Befehl 
30200 \series bold
30201
30202 \backslash
30203 the
30204 \series default
30205  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30206  wird.
30207  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30208  
30209 \series bold
30210
30211 \backslash
30212 theequation
30213 \series default
30214  hinter die Formel.
30215  
30216 \series bold
30217
30218 \backslash
30219 roman{equation}
30220 \begin_inset Index idx
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224 Befehle ! R ! 
30225 \backslash
30226 roman
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \series default
30233  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Alle Formeln nach dem 
30238 \series bold
30239
30240 \backslash
30241 renewcommand
30242 \series default
30243 -Befehl werden nun römisch nummeriert.
30244  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30245  den Befehl erneut ein, ersetzt aber 
30246 \series bold
30247
30248 \backslash
30249 roman
30250 \series default
30251  durch 
30252 \series bold
30253
30254 \backslash
30255 Roman
30256 \series default
30257
30258 \begin_inset Index idx
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 Befehle ! R ! 
30263 \backslash
30264 roman@
30265 \backslash
30266 Roman
30267 \end_layout
30268
30269 \end_inset
30270
30271 .
30272  Für die 
30273 \begin_inset Quotes gld
30274 \end_inset
30275
30276 Nummerierung
30277 \begin_inset Quotes grd
30278 \end_inset
30279
30280  mit lateinischen Buchstaben gibt es den Befehl 
30281 \series bold
30282
30283 \backslash
30284 alph
30285 \series default
30286
30287 \begin_inset Index idx
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291 Befehle ! A ! 
30292 \backslash
30293 alph
30294 \end_layout
30295
30296 \end_inset
30297
30298  für kleine und 
30299 \series bold
30300
30301 \backslash
30302 Alph
30303 \series default
30304
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 Befehle ! A ! 
30310 \backslash
30311 alph@
30312 \backslash
30313 Alph
30314 \end_layout
30315
30316 \end_inset
30317
30318  für große Buchstaben.
30319 \end_layout
30320
30321 \begin_layout Standard
30322 \begin_inset Note Greyedout
30323 status open
30324
30325 \begin_layout Plain Layout
30326
30327 \series bold
30328 \color none
30329 Achtung:
30330 \series default
30331  Es können nur maximal 26
30332 \begin_inset space ~
30333 \end_inset
30334
30335 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 renewcommand{
30352 \backslash
30353 theequation}{
30354 \backslash
30355 roman{equation}}
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset Formula 
30365 \begin{equation}
30366 A=\textrm{römisch}
30367 \end{equation}
30368
30369 \end_inset
30370
30371
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377
30378 \backslash
30379 renewcommand{
30380 \backslash
30381 theequation}{
30382 \backslash
30383 Roman{equation}}
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \begin_inset Formula 
30390 \begin{equation}
30391 B=\textrm{Römisch}\label{eq:Roem}
30392 \end{equation}
30393
30394 \end_inset
30395
30396
30397 \begin_inset ERT
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401
30402
30403 \backslash
30404 renewcommand{
30405 \backslash
30406 theequation}{
30407 \backslash
30408 alph{equation}}
30409 \end_layout
30410
30411 \end_inset
30412
30413
30414 \begin_inset Formula 
30415 \begin{equation}
30416 C=\textrm{lateinisch}
30417 \end{equation}
30418
30419 \end_inset
30420
30421
30422 \begin_inset ERT
30423 status collapsed
30424
30425 \begin_layout Plain Layout
30426
30427
30428 \backslash
30429 renewcommand{
30430 \backslash
30431 theequation}{
30432 \backslash
30433 Alph{equation}}
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \begin_inset Formula 
30440 \begin{equation}
30441 D=\textrm{Lateinisch}\label{eq:Lat}
30442 \end{equation}
30443
30444 \end_inset
30445
30446
30447 \end_layout
30448
30449 \begin_layout Standard
30450 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30451  ein:
30452 \end_layout
30453
30454 \begin_layout Standard
30455
30456 \series bold
30457
30458 \backslash
30459 renewcommand{
30460 \backslash
30461 theequation}{
30462 \backslash
30463 arabic{equation}}
30464 \begin_inset Index idx
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 Befehle ! A ! 
30469 \backslash
30470 arabic
30471 \end_layout
30472
30473 \end_inset
30474
30475
30476 \end_layout
30477
30478 \begin_layout Standard
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 renewcommand{
30487 \backslash
30488 theequation}{
30489 \backslash
30490 arabic{equation}}
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset Formula 
30497 \begin{equation}
30498 E=\textrm{arabisch}
30499 \end{equation}
30500
30501 \end_inset
30502
30503
30504 \end_layout
30505
30506 \begin_layout Standard
30507 \begin_inset VSpace medskip
30508 \end_inset
30509
30510 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30511 riert.
30512  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30513  beginnen, müssen neue Formelzähler angelegt werden.
30514  Eine Beschreibung dazu findet man in der Datei 
30515 \begin_inset CommandInset href
30516 LatexCommand href
30517 name "Formelnummerierung.lyx"
30518 target "run:Formelnummerierung.lyx"
30519
30520 \end_inset
30521
30522 .
30523 \end_layout
30524
30525 \begin_layout Section
30526 Chemische Symbole und Reaktionsgleichungen
30527 \begin_inset CommandInset label
30528 LatexCommand label
30529 name "sub:Chemische-Symbole-und"
30530
30531 \end_inset
30532
30533
30534 \begin_inset Index idx
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 chemische Zeichen ! Symbole
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Index idx
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548 Reaktionsgleichungen
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \begin_inset Index idx
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558 Symbole ! chemische
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Ein Beispieltext aus der Chemie:
30568 \end_layout
30569
30570 \begin_layout Quote
30571 Das 
30572 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30573 \end_inset
30574
30575 -Ion verbindet sich mit zwei 
30576 \begin_inset Formula $\mathrm{Na^{+}}$
30577 \end_inset
30578
30579 -Ionen zu Natriumsulfat 
30580 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30581 \end_inset
30582
30583 .
30584  Die Reaktionsgleichung dazu lautet:
30585 \begin_inset Formula 
30586 \begin{equation}
30587 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30588 \end{equation}
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30597  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30598  in der Formel und wandelt diese mit der Tastenkombination 
30599 \family sans
30600 Alt+Z
30601 \begin_inset space ~
30602 \end_inset
30603
30604 R
30605 \family default
30606  in den aufrechten Schriftstil um.
30607 \begin_inset Foot
30608 status collapsed
30609
30610 \begin_layout Plain Layout
30611 Schriftstile siehe 
30612 \begin_inset CommandInset ref
30613 LatexCommand ref
30614 reference "sub:Schriftstile"
30615
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \end_layout
30625
30626 \begin_layout Standard
30627 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30628 \series bold
30629  
30630 \backslash
30631 ce
30632 \series default
30633
30634 \begin_inset Index idx
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 Befehle ! C ! 
30639 \backslash
30640 ce
30641 \end_layout
30642
30643 \end_inset
30644
30645  zu benutzen.
30646  Dieser ist verfügbar, wenn das LaTeX-Paket 
30647 \series bold
30648 mhchem
30649 \series default
30650
30651 \begin_inset Index idx
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Pakete ! mhchem
30656 \end_layout
30657
30658 \end_inset
30659
30660  installiert ist.
30661  Nachdem 
30662 \series bold
30663
30664 \backslash
30665 ce
30666 \series default
30667  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30668  Formeln in intuitiver Weise eingegeben werden können.
30669 \end_layout
30670
30671 \begin_layout Standard
30672 \align center
30673 \begin_inset Tabular
30674 <lyxtabular version="3" rows="9" columns="2">
30675 <features rotate="0" tabularvalignment="middle">
30676 <column alignment="center" valignment="top">
30677 <column alignment="center" valignment="top">
30678 <row>
30679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683 Befehl
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30689 \begin_inset Text
30690
30691 \begin_layout Plain Layout
30692 Ergebnis
30693 \begin_inset Note Note
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698 \series bold
30699
30700 \backslash
30701 raisebox
30702 \series default
30703  dient nur als Abstandhalter.
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 </row>
30714 <row>
30715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30716 \begin_inset Text
30717
30718 \begin_layout Plain Layout
30719
30720 \backslash
30721 ce
30722 \begin_inset space \textvisiblespace{}
30723 \end_inset
30724
30725 H2CO3
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 </row>
30743 <row>
30744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30745 \begin_inset Text
30746
30747 \begin_layout Plain Layout
30748
30749 \backslash
30750 ce
30751 \begin_inset space \textvisiblespace{}
30752 \end_inset
30753
30754 SO4^2-
30755 \end_layout
30756
30757 \end_inset
30758 </cell>
30759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30760 \begin_inset Text
30761
30762 \begin_layout Plain Layout
30763 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 </row>
30772 <row>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777
30778 \backslash
30779 ce
30780 \begin_inset space \textvisiblespace{}
30781 \end_inset
30782
30783 (NH4)2S
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30789 \begin_inset Text
30790
30791 \begin_layout Plain Layout
30792 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \end_inset
30799 </cell>
30800 </row>
30801 <row>
30802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806
30807 \backslash
30808 ce
30809 \begin_inset space \textvisiblespace{}
30810 \end_inset
30811
30812 KCr(SO4)2.12H2O
30813 \end_layout
30814
30815 \end_inset
30816 </cell>
30817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 </row>
30830 <row>
30831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout Plain Layout
30835
30836 \backslash
30837 ce
30838 \begin_inset space \textvisiblespace{}
30839 \end_inset
30840
30841 A-B
30842 \backslash
30843 dbond
30844 \begin_inset space \textvisiblespace{}
30845 \end_inset
30846
30847 C
30848 \backslash
30849 tbond
30850 \begin_inset space \textvisiblespace{}
30851 \end_inset
30852
30853 D
30854 \end_layout
30855
30856 \end_inset
30857 </cell>
30858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30859 \begin_inset Text
30860
30861 \begin_layout Plain Layout
30862 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \end_inset
30869 </cell>
30870 </row>
30871 <row>
30872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876
30877 \backslash
30878 ce
30879 \begin_inset space \textvisiblespace{}
30880 \end_inset
30881
30882 ^227
30883 \begin_inset Formula $\downarrow$
30884 \end_inset
30885
30886 _90
30887 \begin_inset Formula $\to$
30888 \end_inset
30889
30890 Th+
30891 \end_layout
30892
30893 \end_inset
30894 </cell>
30895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30896 \begin_inset Text
30897
30898 \begin_layout Plain Layout
30899 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \end_inset
30906 </cell>
30907 </row>
30908 <row>
30909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30910 \begin_inset Text
30911
30912 \begin_layout Plain Layout
30913
30914 \backslash
30915 ce
30916 \begin_inset space \textvisiblespace{}
30917 \end_inset
30918
30919 CO2
30920 \begin_inset space \textvisiblespace{}
30921 \end_inset
30922
30923 +
30924 \begin_inset space \textvisiblespace{}
30925 \end_inset
30926
30927 C
30928 \begin_inset space \textvisiblespace{}
30929 \end_inset
30930
30931 <=>
30932 \begin_inset space \textvisiblespace{}
30933 \end_inset
30934
30935 2CO
30936 \end_layout
30937
30938 \end_inset
30939 </cell>
30940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30941 \begin_inset Text
30942
30943 \begin_layout Plain Layout
30944 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \end_inset
30951 </cell>
30952 </row>
30953 <row>
30954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958
30959 \backslash
30960 ce
30961 \begin_inset space \textvisiblespace{}
30962 \end_inset
30963
30964 CO2
30965 \begin_inset space \textvisiblespace{}
30966 \end_inset
30967
30968 +
30969 \begin_inset space \textvisiblespace{}
30970 \end_inset
30971
30972 C
30973 \begin_inset space \textvisiblespace{}
30974 \end_inset
30975
30976 ->[
30977 \backslash
30978 alpha][
30979 \backslash
30980 beta]
30981 \begin_inset space \textvisiblespace{}
30982 \end_inset
30983
30984 2CO}
30985 \end_layout
30986
30987 \end_inset
30988 </cell>
30989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30990 \begin_inset Text
30991
30992 \begin_layout Plain Layout
30993 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30994 \end_inset
30995
30996
30997 \end_layout
30998
30999 \end_inset
31000 </cell>
31001 </row>
31002 </lyxtabular>
31003
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \begin_layout Standard
31010 \begin_inset Note Greyedout
31011 status open
31012
31013 \begin_layout Plain Layout
31014
31015 \series bold
31016 \color none
31017 Achtung:
31018 \series default
31019  Wenn eine Formel in eine 
31020 \series bold
31021
31022 \backslash
31023 ce
31024 \series default
31025 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
31026  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
31027 \begin_inset space \thinspace{}
31028 \end_inset
31029
31030 B.
31031  für
31032 \begin_inset Newline newline
31033 \end_inset
31034
31035
31036 \series bold
31037
31038 \backslash
31039 ce{$
31040 \backslash
31041 mu
31042 \backslash
31043 hyphen$Cl}
31044 \series default
31045
31046 \begin_inset ERT
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050
31051
31052 \backslash
31053 ce{$
31054 \backslash
31055 mu
31056 \backslash
31057 hyphen$Cl}
31058 \end_layout
31059
31060 \end_inset
31061
31062  
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Standard
31071 \begin_inset Note Greyedout
31072 status open
31073
31074 \begin_layout Plain Layout
31075
31076 \series bold
31077 \color none
31078 Achtung:
31079 \series default
31080  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
31081  oben zu bekommen, wie es im 
31082 \series bold
31083 mhchem
31084 \series default
31085 -Handbuch steht.
31086  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
31087  Befehl 
31088 \series bold
31089
31090 \backslash
31091 uparrow
31092 \series default
31093 :
31094 \begin_inset Newline newline
31095 \end_inset
31096
31097
31098 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31099 \end_inset
31100
31101
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \end_layout
31108
31109 \begin_layout Standard
31110 Wird 
31111 \series bold
31112
31113 \backslash
31114 ce
31115 \series default
31116  benutzt, lautet der Befehl für Gleichung
31117 \begin_inset space ~
31118 \end_inset
31119
31120
31121 \begin_inset CommandInset ref
31122 LatexCommand eqref
31123 reference "eq:chemische-Reaktion"
31124
31125 \end_inset
31126
31127 :
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \series bold
31133  
31134 \backslash
31135 ce
31136 \series default
31137
31138 \begin_inset space \textvisiblespace{}
31139 \end_inset
31140
31141
31142 \series bold
31143 2Na+
31144 \series default
31145
31146 \begin_inset space \textvisiblespace{}
31147 \end_inset
31148
31149
31150 \series bold
31151 +
31152 \series default
31153
31154 \begin_inset space \textvisiblespace{}
31155 \end_inset
31156
31157
31158 \series bold
31159 SO4^2-
31160 \series default
31161
31162 \begin_inset space \textvisiblespace{}
31163 \end_inset
31164
31165
31166 \begin_inset space \textvisiblespace{}
31167 \end_inset
31168
31169
31170 \series bold
31171 ->
31172 \series default
31173
31174 \begin_inset space \textvisiblespace{}
31175 \end_inset
31176
31177
31178 \series bold
31179 Na2SO4
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
31184  Formel erstellt, wie in 
31185 \begin_inset CommandInset ref
31186 LatexCommand ref
31187 reference "sec:Mehrzeilige-Formeln"
31188
31189 \end_inset
31190
31191  beschrieben.
31192  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
31193 \series bold
31194
31195 \backslash
31196 ce
31197 \series default
31198  verwendet.
31199  
31200 \begin_inset CommandInset ref
31201 LatexCommand eqref
31202 reference "eq:TEOS-Reaktion-1"
31203
31204 \end_inset
31205
31206  und 
31207 \begin_inset CommandInset ref
31208 LatexCommand eqref
31209 reference "eq:TEOS-Reaktion-2"
31210
31211 \end_inset
31212
31213  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
31214  Gleichung eine eigene Nummer hat.
31215 \begin_inset Formula 
31216 \begin{eqnarray}
31217 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
31218 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
31219 \end{eqnarray}
31220
31221 \end_inset
31222
31223
31224 \end_layout
31225
31226 \begin_layout Standard
31227 Außer 
31228 \series bold
31229
31230 \backslash
31231 ce
31232 \series default
31233  bietet das Paket 
31234 \series bold
31235 mhchem
31236 \series default
31237  noch den Befehl 
31238 \series bold
31239
31240 \backslash
31241 cf
31242 \series default
31243
31244 \begin_inset Index idx
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248 Befehle ! C ! 
31249 \backslash
31250 cf
31251 \end_layout
31252
31253 \end_inset
31254
31255  für spezielle Fälle.
31256  Mehr über 
31257 \series bold
31258
31259 \backslash
31260 cf
31261 \series default
31262  und weitere Beispiele sind in der Dokumentation von 
31263 \series bold
31264 mhchem
31265 \series default
31266  zu finden, 
31267 \begin_inset CommandInset citation
31268 LatexCommand cite
31269 key "mhchem"
31270
31271 \end_inset
31272
31273 .
31274 \end_layout
31275
31276 \begin_layout Section
31277 Diagramme
31278 \end_layout
31279
31280 \begin_layout Standard
31281 LyX unterstützt zwei Typen kommutativer Diagramme: 
31282 \series bold
31283 amscd
31284 \series default
31285  und 
31286 \series bold
31287 xymatrix
31288 \series default
31289 , die im Folgenden erläutert sind.
31290 \end_layout
31291
31292 \begin_layout Subsection
31293 amscd Diagramme
31294 \begin_inset Index idx
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Diagramme ! amscd
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31308  Linien oder Pfeilen dar:
31309 \begin_inset Formula 
31310 \[
31311 \begin{CD}A@>>>B@>>>C\\
31312 @AAA@.@VVV\\
31313 F@<<<E@<<<D
31314 \end{CD}
31315 \]
31316
31317 \end_inset
31318
31319
31320 \end_layout
31321
31322 \begin_layout Standard
31323 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31324 \series bold
31325
31326 \backslash
31327 CD
31328 \begin_inset Index idx
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332 Befehle ! C ! 
31333 \backslash
31334 CD
31335 \end_layout
31336
31337 \end_inset
31338
31339
31340 \series default
31341  ein.
31342  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31343  man die weiteren Befehle eingibt.
31344  Mit 
31345 \series bold
31346
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 mbox{
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \family sans
31361 \series default
31362 Strg+Enter
31363 \family default
31364 \series bold
31365
31366 \begin_inset ERT
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370
31371 }
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \series default
31378  wird eine neue Zeile erstellt.
31379  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31380  Zeilen der Formel eingegeben.
31381 \end_layout
31382
31383 \begin_layout Standard
31384 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31385 \end_layout
31386
31387 \begin_layout Itemize
31388
31389 \series bold
31390 @<<<
31391 \series default
31392  erstellt einen Linkspfeil, 
31393 \series bold
31394 @>>>
31395 \series default
31396  einen Rechtspfeil und 
31397 \series bold
31398 @=
31399 \series default
31400  ein langes Gleichheitszeichen
31401 \end_layout
31402
31403 \begin_layout Itemize
31404
31405 \series bold
31406 @AAA
31407 \series default
31408  erstellt einen Pfeil nach oben, 
31409 \series bold
31410 @VVV
31411 \series default
31412  einen Pfeil nach unten und 
31413 \series bold
31414 @|
31415 \series default
31416  ein senkrechtes Gleichheitszeichen
31417 \end_layout
31418
31419 \begin_layout Itemize
31420
31421 \series bold
31422 @.
31423
31424 \series default
31425  dient als Platzhalter für nicht vorhandene Beziehungen
31426 \end_layout
31427
31428 \begin_layout Standard
31429 Alle Pfeile sind wie folgt beschriftbar:
31430 \end_layout
31431
31432 \begin_layout Itemize
31433 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31434 \begin_inset space \space{}
31435 \end_inset
31436
31437 > Text eingegeben, erscheint er über dem Pfeil.
31438  Wird der Text zwischen dem zweiten und dritten < bzw.
31439 \begin_inset space \space{}
31440 \end_inset
31441
31442 > eingegeben, erscheint er unter dem Pfeil.
31443 \end_layout
31444
31445 \begin_layout Itemize
31446 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31447 \begin_inset space \space{}
31448 \end_inset
31449
31450 V eingegeben, erscheint er links neben dem Pfeil.
31451  Bei Eingabe zwischen zweitem und drittem A bzw.
31452 \begin_inset space \space{}
31453 \end_inset
31454
31455 V erscheint er rechts daneben.
31456  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31457  gesetzt werden.
31458 \end_layout
31459
31460 \begin_layout Standard
31461 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31462 \end_layout
31463
31464 \begin_layout Standard
31465 \begin_inset Formula 
31466 \[
31467 \begin{CD}A@>j>>B@>>k>C@=F\\
31468 @AmAA@.@VV{V}V@|\\
31469 D@<<j<E@>k>>F@=C
31470 \end{CD}
31471 \]
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Standard
31479 Der Befehl dazu lautet:
31480 \begin_inset Newline newline
31481 \end_inset
31482
31483
31484 \series bold
31485
31486 \backslash
31487 CD
31488 \begin_inset space \textvisiblespace{}
31489 \end_inset
31490
31491 A@>j>>B@>>k>C@=F Strg+Enter
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \begin_inset Phantom HPhantom
31497 status open
31498
31499 \begin_layout Plain Layout
31500
31501 \series bold
31502
31503 \backslash
31504 CD
31505 \begin_inset space \textvisiblespace{}
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \end_inset
31512
31513 @AmAA@.@VV
31514 \backslash
31515 {V
31516 \series default
31517
31518 \begin_inset Formula $\to$
31519 \end_inset
31520
31521
31522 \series bold
31523 V@| Strg+Enter
31524 \begin_inset Newline newline
31525 \end_inset
31526
31527
31528 \begin_inset Phantom HPhantom
31529 status open
31530
31531 \begin_layout Plain Layout
31532
31533 \series bold
31534
31535 \backslash
31536 CD
31537 \begin_inset space \textvisiblespace{}
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \end_inset
31544
31545 D@<<j<E@>k>>F@=C
31546 \end_layout
31547
31548 \begin_layout Subsection
31549 xymatrix Diagramme
31550 \begin_inset Index idx
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554 Diagramme ! xymatrix
31555 \end_layout
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Standard
31563 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31564 \series bold
31565 xypic
31566 \series default
31567  installiert sein.
31568  Eine Xymatrix wird erstellt, indem der Befehl 
31569 \series bold
31570
31571 \backslash
31572 xymatrix
31573 \series default
31574  in eine Formel eingegeben wird.
31575  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31576  hinzufügen, siehe 
31577 \begin_inset CommandInset ref
31578 LatexCommand ref
31579 reference "sec:Matrizen"
31580
31581 \end_inset
31582
31583 .
31584 \end_layout
31585
31586 \begin_layout Standard
31587 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31588  gekrümmte Pfeile und vieles mehr.
31589  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31590  sind im Detail im 
31591 \emph on
31592 XY-pic-Handbuch
31593 \emph default
31594  erklärt, dass im Menü 
31595 \family sans
31596 Hilfe\SpecialChar \menuseparator
31597 Spezielle
31598 \begin_inset space ~
31599 \end_inset
31600
31601 Handbücher
31602 \family default
31603  zu finden ist.
31604 \end_layout
31605
31606 \begin_layout Subsection
31607
31608 \noun on
31609 Feynman
31610 \noun default
31611  Diagramme
31612 \begin_inset Index idx
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616 Diagramme ! Feynman
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 Um 
31626 \noun on
31627 Feynman-
31628 \noun default
31629 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31630 \series bold
31631 feyn
31632 \series default
31633  installiert sein.
31634  Ein 
31635 \noun on
31636 Feynman-
31637 \noun default
31638 Diagramm wird erstellt, indem der Befehl 
31639 \series bold
31640
31641 \backslash
31642 Diagram
31643 \series default
31644  in eine Formel eingegeben wird.
31645  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31646  hinzufügen, siehe 
31647 \begin_inset CommandInset ref
31648 LatexCommand ref
31649 reference "sec:Matrizen"
31650
31651 \end_inset
31652
31653 .
31654 \end_layout
31655
31656 \begin_layout Standard
31657 Beispiele wie man in LyX 
31658 \noun on
31659 Feynman-
31660 \noun default
31661 Diagramme erstellt sind im 
31662 \emph on
31663 Feynman-Diagramm Handbuch
31664 \emph default
31665  gegeben, dass im Menü 
31666 \family sans
31667 Hilfe\SpecialChar \menuseparator
31668 Spezielle
31669 \begin_inset space ~
31670 \end_inset
31671
31672 Handbücher
31673 \family default
31674  zu finden ist.
31675 \end_layout
31676
31677 \begin_layout Standard
31678 \begin_inset Newpage newpage
31679 \end_inset
31680
31681
31682 \end_layout
31683
31684 \begin_layout Section
31685 Benutzerdefinierte Befehle
31686 \begin_inset CommandInset label
31687 LatexCommand label
31688 name "sec:Benutzerdefinierte-Befehle"
31689
31690 \end_inset
31691
31692
31693 \begin_inset Index idx
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 benutzerdefinierte Befehle
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset Note Greyedout
31707 status open
31708
31709 \begin_layout Plain Layout
31710
31711 \series bold
31712 Achtung: 
31713 \series default
31714 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31715 n Buchstaben bestehen.
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Subsection
31724 Der Befehl 
31725 \backslash
31726 newcommand
31727 \begin_inset CommandInset label
31728 LatexCommand label
31729 name "sub:Der-Befehl-newcommand"
31730
31731 \end_inset
31732
31733
31734 \begin_inset Index idx
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 benutzerdefinierte Befehle ! 
31739 \backslash
31740 newcommand
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset Index idx
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 Befehle ! N ! 
31751 \backslash
31752 newcommand
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Standard
31761 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31762  Man kann sich aber mit dem Befehl 
31763 \series bold
31764
31765 \backslash
31766 newcommand
31767 \series default
31768  neue kürzere Befehle definieren.
31769 \end_layout
31770
31771 \begin_layout Standard
31772 Das Befehlsschema von 
31773 \series bold
31774
31775 \backslash
31776 newcommand
31777 \series default
31778  lautet:
31779 \end_layout
31780
31781 \begin_layout Standard
31782
31783 \series bold
31784
31785 \backslash
31786 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31787 \series default
31788  
31789 \series bold
31790 Wert]
31791 \begin_inset Newline newline
31792 \end_inset
31793
31794
31795 \begin_inset Phantom HPhantom
31796 status open
31797
31798 \begin_layout Plain Layout
31799
31800 \series bold
31801
31802 \backslash
31803 newcommand
31804 \end_layout
31805
31806 \end_inset
31807
31808 {Befehlsdefinition}
31809 \end_layout
31810
31811 \begin_layout Standard
31812 \begin_inset Note Greyedout
31813 status open
31814
31815 \begin_layout Plain Layout
31816
31817 \series bold
31818 Achtung:
31819 \series default
31820  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31821  oder von benutzten LaTeX-Paketen verwendet wird.
31822  Definiert man beispielsweise für 
31823 \series bold
31824
31825 \backslash
31826 Leftarrow
31827 \series default
31828  den Befehl 
31829 \series bold
31830
31831 \backslash
31832 le
31833 \series default
31834 , erhält man eine Fehlermeldung, denn 
31835 \series bold
31836
31837 \backslash
31838 le
31839 \series default
31840  ist schon für 
31841 \begin_inset Quotes gld
31842 \end_inset
31843
31844
31845 \begin_inset Formula $\le$
31846 \end_inset
31847
31848
31849 \begin_inset Quotes grd
31850 \end_inset
31851
31852  definiert.
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \end_layout
31859
31860 \begin_layout Standard
31861 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31862 \begin_inset space \thinspace{}
31863 \end_inset
31864
31865 -
31866 \begin_inset space \thinspace{}
31867 \end_inset
31868
31869 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31870  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31871  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31872 \emph on
31873 erste
31874 \emph default
31875  Argument des neuen Befehls ein optionales ist.
31876 \end_layout
31877
31878 \begin_layout Standard
31879 Es folgen einige Beispiele:
31880 \end_layout
31881
31882 \begin_layout Itemize
31883 Will man für 
31884 \series bold
31885
31886 \backslash
31887 Longrightarrow
31888 \series default
31889  den Befehl 
31890 \series bold
31891
31892 \backslash
31893 gr
31894 \series default
31895  definieren, lautet die LaTeX-Vor\SpecialChar \-
31896 spannzeile:
31897 \begin_inset VSpace medskip
31898 \end_inset
31899
31900
31901 \begin_inset Newline newline
31902 \end_inset
31903
31904
31905 \series bold
31906
31907 \backslash
31908 newcommand{
31909 \backslash
31910 gr}{
31911 \backslash
31912 Longrightarrow}
31913 \end_layout
31914
31915 \begin_layout Itemize
31916 Um für den Befehl 
31917 \series bold
31918
31919 \backslash
31920 underline
31921 \series default
31922  den Befehl 
31923 \series bold
31924
31925 \backslash
31926 us
31927 \series default
31928  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31929  werden.
31930  Dazu sieht die Vorspannzeile wie folgt aus:
31931 \begin_inset VSpace medskip
31932 \end_inset
31933
31934
31935 \begin_inset Newline newline
31936 \end_inset
31937
31938
31939 \series bold
31940
31941 \backslash
31942 newcommand{
31943 \backslash
31944 us}[1]{
31945 \backslash
31946 underline{#1}}
31947 \series default
31948
31949 \begin_inset VSpace medskip
31950 \end_inset
31951
31952
31953 \begin_inset Newline newline
31954 \end_inset
31955
31956 Das Zeichen 
31957 \series bold
31958 #
31959 \series default
31960  fungiert als Argumentplatzhalter, die 
31961 \series bold
31962 1
31963 \series default
31964  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31965 \end_layout
31966
31967 \begin_layout Itemize
31968 Für 
31969 \series bold
31970
31971 \backslash
31972 framebox
31973 \series default
31974  kann man z.
31975 \begin_inset space \thinspace{}
31976 \end_inset
31977
31978 B.
31979  den Befehl 
31980 \series bold
31981
31982 \backslash
31983 fb
31984 \series default
31985  definieren:
31986 \begin_inset VSpace medskip
31987 \end_inset
31988
31989
31990 \begin_inset Newline newline
31991 \end_inset
31992
31993
31994 \series bold
31995
31996 \backslash
31997 newcommand{
31998 \backslash
31999 fb}[3]{
32000 \backslash
32001 framebox#1#2{$#3$}}
32002 \series default
32003
32004 \begin_inset VSpace medskip
32005 \end_inset
32006
32007
32008 \begin_inset Newline newline
32009 \end_inset
32010
32011 Die beiden Dollarzeichen erstellen hierbei die für 
32012 \series bold
32013
32014 \backslash
32015 framebox
32016 \series default
32017  geforderte weitere Formel, siehe 
32018 \begin_inset CommandInset ref
32019 LatexCommand ref
32020 reference "sub:Boxen-mit-Rahmen"
32021
32022 \end_inset
32023
32024 .
32025 \end_layout
32026
32027 \begin_layout Itemize
32028 Um einen neuen Befehl für 
32029 \series bold
32030
32031 \backslash
32032 fcolorbox
32033 \series default
32034  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
32035  definiert man das Argument für die Farbe als optional:
32036 \begin_inset VSpace medskip
32037 \end_inset
32038
32039
32040 \begin_inset Newline newline
32041 \end_inset
32042
32043
32044 \series bold
32045
32046 \backslash
32047 newcommand{
32048 \backslash
32049 cb}[3][white]{
32050 \backslash
32051 fcolorbox{#2}{#1}{$#3$}}
32052 \series default
32053
32054 \begin_inset VSpace medskip
32055 \end_inset
32056
32057
32058 \begin_inset Newline newline
32059 \end_inset
32060
32061 Gibt man bei der Verwendung von 
32062 \series bold
32063
32064 \backslash
32065 cb
32066 \series default
32067  die Farbe nicht an, wird die voreingestellte Farbe 
32068 \series bold
32069 white
32070 \series default
32071  verwendet.
32072 \end_layout
32073
32074 \begin_layout Standard
32075 Ein Test der neu definierten Befehle:
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \align center
32080 \begin_inset Tabular
32081 <lyxtabular version="3" rows="6" columns="2">
32082 <features rotate="0" tabularvalignment="middle">
32083 <column alignment="center" valignment="top">
32084 <column alignment="center" valignment="top">
32085 <row>
32086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32087 \begin_inset Text
32088
32089 \begin_layout Plain Layout
32090 Befehl
32091 \end_layout
32092
32093 \end_inset
32094 </cell>
32095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32096 \begin_inset Text
32097
32098 \begin_layout Plain Layout
32099 Ergebnis
32100 \begin_inset Note Note
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105 \series bold
32106
32107 \backslash
32108 raisebox
32109 \series default
32110  dient nur als Abstandhalter.
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 </row>
32121 <row>
32122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 A
32127 \backslash
32128 gr
32129 \begin_inset space \textvisiblespace{}
32130 \end_inset
32131
32132 B
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141 \begin_inset Formula $A\gr B$
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 </row>
32150 <row>
32151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155
32156 \backslash
32157 us{ABcd
32158 \end_layout
32159
32160 \end_inset
32161 </cell>
32162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32163 \begin_inset Text
32164
32165 \begin_layout Plain Layout
32166 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 </row>
32175 <row>
32176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32177 \begin_inset Text
32178
32179 \begin_layout Plain Layout
32180
32181 \backslash
32182 fb{[2cm]
32183 \begin_inset Formula $\to$
32184 \end_inset
32185
32186
32187 \backslash
32188 {
32189 \begin_inset Formula $\to$
32190 \end_inset
32191
32192
32193 \backslash
32194 {
32195 \backslash
32196 int
32197 \begin_inset space \textvisiblespace{}
32198 \end_inset
32199
32200 A=B
32201 \end_layout
32202
32203 \end_inset
32204 </cell>
32205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32206 \begin_inset Text
32207
32208 \begin_layout Plain Layout
32209 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \end_inset
32216 </cell>
32217 </row>
32218 <row>
32219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32220 \begin_inset Text
32221
32222 \begin_layout Plain Layout
32223
32224 \backslash
32225 cb{red
32226 \begin_inset Formula $\to$
32227 \end_inset
32228
32229
32230 \backslash
32231 {
32232 \backslash
32233 int
32234 \begin_inset space \textvisiblespace{}
32235 \end_inset
32236
32237 A=B
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 </row>
32255 <row>
32256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260
32261 \backslash
32262 cb[green]
32263 \backslash
32264 {red
32265 \begin_inset Formula $\to$
32266 \end_inset
32267
32268
32269 \backslash
32270 {
32271 \backslash
32272 int
32273 \begin_inset space \textvisiblespace{}
32274 \end_inset
32275
32276 A=B
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \end_inset
32292 </cell>
32293 </row>
32294 </lyxtabular>
32295
32296 \end_inset
32297
32298
32299 \end_layout
32300
32301 \begin_layout Subsection
32302 Mathe-Makros
32303 \begin_inset Index idx
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307 benutzerdefinierte Befehle ! Mathe-Makros
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \begin_inset Index idx
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 Makros
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \end_layout
32324
32325 \begin_layout Standard
32326 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
32327  Hat man es in einem Dokument z.
32328 \begin_inset space \thinspace{}
32329 \end_inset
32330
32331 B.
32332  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
32333  auf.
32334  Die allgemeine Form einer quadratischen Gleichung ist
32335 \begin_inset Formula 
32336 \[
32337 0=\lambda^{2}+p\lambda+q
32338 \]
32339
32340 \end_inset
32341
32342 Die allgemeine Form der Lösung lautet
32343 \begin_inset Formula 
32344 \[
32345 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32346 \]
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
32355  drei Parameter 
32356 \begin_inset Formula $\lambda$
32357 \end_inset
32358
32359
32360 \begin_inset Formula $p$
32361 \end_inset
32362
32363  und 
32364 \begin_inset Formula $q$
32365 \end_inset
32366
32367  angegeben werden müssen und der Index von 
32368 \begin_inset Formula $\lambda$
32369 \end_inset
32370
32371  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
32372 \begin_inset Newline newline
32373 \end_inset
32374
32375
32376 \series bold
32377
32378 \backslash
32379 newcommand{
32380 \backslash
32381 qG}[4][1,
32382 \backslash
32383 ,2]{#2_{#1}=-
32384 \backslash
32385 frac{#3}{2}
32386 \backslash
32387 pm
32388 \begin_inset Newline newline
32389 \end_inset
32390
32391
32392 \begin_inset Phantom HPhantom
32393 status open
32394
32395 \begin_layout Plain Layout
32396
32397 \series bold
32398
32399 \backslash
32400 newcommand
32401 \end_layout
32402
32403 \end_inset
32404
32405
32406 \backslash
32407 sqrt{
32408 \backslash
32409 frac{#3^{2}}{4}-#4}}
32410 \end_layout
32411
32412 \begin_layout Standard
32413 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
32414  
32415 \begin_inset Newline newline
32416 \end_inset
32417
32418
32419 \series bold
32420
32421 \backslash
32422 qG{
32423 \backslash
32424 lambda
32425 \begin_inset Formula $\to$
32426 \end_inset
32427
32428
32429 \backslash
32430 {p
32431 \begin_inset Formula $\to$
32432 \end_inset
32433
32434
32435 \backslash
32436 {q 
32437 \series default
32438 ein.
32439 \end_layout
32440
32441 \begin_layout Standard
32442 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
32443  aller verwendeten LaTeX-Befehle kennen, z.
32444 \begin_inset space \thinspace{}
32445 \end_inset
32446
32447 B.
32448  dass ein Bruch in LaTeX mit 
32449 \series bold
32450
32451 \backslash
32452 frac{Zähler}
32453 \begin_inset Newline linebreak
32454 \end_inset
32455
32456 {Nenner}
32457 \series default
32458  eingegeben wird.
32459  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
32460  in LyX nicht sehen, was der neue Befehl macht.
32461  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
32462  Mathe-Makros statt den Befehl 
32463 \series bold
32464
32465 \backslash
32466 newcommand
32467 \series default
32468  zu verwenden.
32469 \end_layout
32470
32471 \begin_layout Standard
32472 Ein Mathe-Makro wird erstellt, indem man das Menü 
32473 \family sans
32474 Einfügen\SpecialChar \menuseparator
32475 Mathe\SpecialChar \menuseparator
32476 Makro
32477 \family default
32478  oder den Werkzeugleistenknopf 
32479 \begin_inset Graphics
32480         filename ../../images/math-macro_newmacroname_newcommand.png
32481         scale 85
32482
32483 \end_inset
32484
32485  verwendet.
32486  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32487  Makro definiert wird:
32488 \begin_inset Newline newline
32489 \end_inset
32490
32491
32492 \begin_inset space \hspace*{\fill}
32493 \end_inset
32494
32495
32496 \begin_inset Graphics
32497         filename ../clipart/macrobox.png
32498
32499 \end_inset
32500
32501
32502 \begin_inset space \hspace*{\fill}
32503 \end_inset
32504
32505
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \begin_inset FormulaMacro
32511 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32512 \end_inset
32513
32514
32515 \backslash
32516 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32517  geändert werden sollte.
32518  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32519  Einen Argumentplatzhalter fügt man mit dem Befehl 
32520 \series bold
32521
32522 \backslash
32523 #Argumentnummer
32524 \series default
32525  ein, z.
32526 \begin_inset space \thinspace{}
32527 \end_inset
32528
32529 B.
32530  
32531 \series bold
32532
32533 \backslash
32534 #1
32535 \series default
32536  oder man verwendet den Makro-Werkzeugleistenknopf 
32537 \begin_inset Graphics
32538         filename ../../images/math-macro-add-param.png
32539         scale 85
32540
32541 \end_inset
32542
32543 .
32544  Argumentplatzhalter werden rot dargestellt.
32545  Es sind maximal 9
32546 \begin_inset space ~
32547 \end_inset
32548
32549 Argumente möglich.
32550  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32551 \begin_inset Graphics
32552         filename ../../images/math-macro-add-optional-param.png
32553         scale 85
32554
32555 \end_inset
32556
32557  erstellt.
32558  Mit dem Werkzeugleistenknopf 
32559 \begin_inset Graphics
32560         filename ../../images/math-macro-make-optional.png
32561         scale 85
32562
32563 \end_inset
32564
32565  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32566  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32567  werden soll.
32568  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32569  Kästchen leer lässt.
32570  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32571  einnimmt, kann man in das Kästchen z.
32572 \begin_inset space \thinspace{}
32573 \end_inset
32574
32575 B.
32576 \begin_inset Newline newline
32577 \end_inset
32578
32579
32580 \series bold
32581 qG: 
32582 \backslash
32583 #1
32584 \series default
32585  
32586 \series bold
32587 ,
32588 \series default
32589  
32590 \series bold
32591
32592 \backslash
32593 #2
32594 \series default
32595  
32596 \series bold
32597 ,
32598 \series default
32599  
32600 \series bold
32601
32602 \backslash
32603 #3, 
32604 \backslash
32605 #4
32606 \begin_inset Newline newline
32607 \end_inset
32608
32609
32610 \series default
32611 eingeben.
32612  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32613  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32614  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32615  wurde.
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32620  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32621 \family sans
32622 Ansicht\SpecialChar \menuseparator
32623 Mathe-Makro
32624 \begin_inset space ~
32625 \end_inset
32626
32627 auf/zuklappen
32628 \family default
32629  verwendet.
32630 \end_layout
32631
32632 \begin_layout Standard
32633 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32634  ein, in unserem Fall 
32635 \series bold
32636
32637 \backslash
32638 qG
32639 \series default
32640 .
32641  Unser Makro sieht in LyX folgendermaßen aus:
32642 \begin_inset Newline newline
32643 \end_inset
32644
32645
32646 \begin_inset space \hspace*{\fill}
32647 \end_inset
32648
32649
32650 \begin_inset Graphics
32651         filename ../clipart/macrouse.png
32652
32653 \end_inset
32654
32655
32656 \begin_inset space \hspace*{\fill}
32657 \end_inset
32658
32659
32660 \begin_inset Newline newline
32661 \end_inset
32662
32663 Hier ist unser Makro-Beispiel mit den Argumenten 
32664 \begin_inset Formula $x$
32665 \end_inset
32666
32667
32668 \begin_inset Formula $\ln(x)$
32669 \end_inset
32670
32671  und 
32672 \begin_inset Formula $B$
32673 \end_inset
32674
32675 :
32676 \end_layout
32677
32678 \begin_layout Standard
32679 \begin_inset Formula 
32680 \[
32681 \qG x{\ln(x)}B
32682 \]
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Standard
32690 LyX bietet im Menü 
32691 \family sans
32692 Werkzeuge\SpecialChar \menuseparator
32693 Einstellungen\SpecialChar \menuseparator
32694 Bearbeiten\SpecialChar \menuseparator
32695 Kontrolle
32696 \family default
32697  verschiedene Bearbeitungsstile für Makros an.
32698  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32699  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32700  zu sehen.
32701 \end_layout
32702
32703 \begin_layout Standard
32704 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32705 \series bold
32706
32707 \backslash
32708 new\SpecialChar \-
32709 command
32710 \series default
32711 -Befehl umgewandelt.
32712  Der 
32713 \series bold
32714
32715 \backslash
32716 newcommand
32717 \series default
32718 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32719  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32720  Makrodefinitionsbox befinden.
32721 \end_layout
32722
32723 \begin_layout Standard
32724 Mathe-Makros können auch direkt aus einem 
32725 \series bold
32726
32727 \backslash
32728 newcommand
32729 \series default
32730 -Befehl erstellt werden.
32731  Schreibt man z.
32732 \begin_inset space \thinspace{}
32733 \end_inset
32734
32735 B.
32736  den Befehl
32737 \series bold
32738
32739 \begin_inset Newline newline
32740 \end_inset
32741
32742
32743 \backslash
32744 newcommand{
32745 \backslash
32746 larrow}[2]{
32747 \backslash
32748 xleftarrow[#2]{#1}}
32749 \begin_inset Newline newline
32750 \end_inset
32751
32752
32753 \series default
32754 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32755 zel 
32756 \family sans
32757 Strg+M
32758 \family default
32759 , wird der Befehl in ein Mathe-Makro umgewandelt.
32760  Bei dieser Methode muss man jedoch aufpassen, dass der 
32761 \series bold
32762
32763 \backslash
32764 newcommand
32765 \series default
32766 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32767  erstellt, dass später LaTeX-Fehler hervorruft.
32768 \end_layout
32769
32770 \begin_layout Standard
32771 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32772  Makrodefinition fehlerhaft behandelt werden.
32773  Dadurch kann das Beispiel 
32774 \series bold
32775
32776 \backslash
32777 fb
32778 \series default
32779  aus 
32780 \begin_inset CommandInset ref
32781 LatexCommand ref
32782 reference "sub:Der-Befehl-newcommand"
32783
32784 \end_inset
32785
32786  nicht als Makro erzeugt werden.
32787 \end_layout
32788
32789 \begin_layout Standard
32790 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32791  in LyX angezeigt:
32792 \end_layout
32793
32794 \begin_layout Standard
32795 \begin_inset VSpace defskip
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Standard
32802 \begin_inset Graphics
32803         filename ../clipart/MacroToolbar.png
32804
32805 \end_inset
32806
32807
32808 \begin_inset Index idx
32809 status collapsed
32810
32811 \begin_layout Plain Layout
32812 Makros ! Werkzeugleiste
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Standard
32821 \begin_inset VSpace defskip
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Standard
32828 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32829 \end_layout
32830
32831 \begin_layout Standard
32832 \begin_inset VSpace defskip
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 \begin_inset Tabular
32840 <lyxtabular version="3" rows="9" columns="2">
32841 <features rotate="0" islongtable="true" longtabularalignment="center">
32842 <column alignment="left" valignment="top">
32843 <column alignment="left" valignment="top" width="85col%">
32844 <row interlinespace="2.5mm">
32845 <cell alignment="center" valignment="top" usebox="none">
32846 \begin_inset Text
32847
32848 \begin_layout Plain Layout
32849 \begin_inset Graphics
32850         filename ../../images/math-macro-remove-param.png
32851         rotateOrigin center
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \end_inset
32859 </cell>
32860 <cell alignment="center" valignment="top" usebox="none">
32861 \begin_inset Text
32862
32863 \begin_layout Plain Layout
32864
32865 \family sans
32866 Bearbeiten\SpecialChar \menuseparator
32867 Mathe\SpecialChar \menuseparator
32868 Makro-Definition\SpecialChar \menuseparator
32869 Letztes Argument entfernen
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 </row>
32875 <row interlinespace="2.5mm">
32876 <cell alignment="center" valignment="top" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 \begin_inset Graphics
32881         filename ../../images/math-macro-add-param.png
32882         rotateOrigin center
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 <cell alignment="center" valignment="top" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895
32896 \family sans
32897 Bearbeiten\SpecialChar \menuseparator
32898 Mathe\SpecialChar \menuseparator
32899 Makro-Definition\SpecialChar \menuseparator
32900 Argument hinzufügen
32901 \end_layout
32902
32903 \end_inset
32904 </cell>
32905 </row>
32906 <row interlinespace="2.5mm">
32907 <cell alignment="center" valignment="top" usebox="none">
32908 \begin_inset Text
32909
32910 \begin_layout Plain Layout
32911 \begin_inset Graphics
32912         filename ../../images/math-macro-make-optional.png
32913         rotateOrigin center
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926
32927 \family sans
32928 Bearbeiten\SpecialChar \menuseparator
32929 Mathe\SpecialChar \menuseparator
32930 Makro-Definition\SpecialChar \menuseparator
32931 Das erste nicht-optionale
32932 \begin_inset Newline newline
32933 \end_inset
32934
32935
32936 \begin_inset Phantom HPhantom
32937 status open
32938
32939 \begin_layout Plain Layout
32940
32941 \family sans
32942 Bearbeiten\SpecialChar \menuseparator
32943 Mathe\SpecialChar \menuseparator
32944 Makro-Definition\SpecialChar \menuseparator
32945
32946 \end_layout
32947
32948 \end_inset
32949
32950 Argument in einen optionales
32951 \begin_inset Newline newline
32952 \end_inset
32953
32954
32955 \begin_inset Phantom HPhantom
32956 status open
32957
32958 \begin_layout Plain Layout
32959
32960 \family sans
32961 Bearbeiten\SpecialChar \menuseparator
32962 Mathe\SpecialChar \menuseparator
32963 Makro-Definition\SpecialChar \menuseparator
32964
32965 \end_layout
32966
32967 \end_inset
32968
32969 ändern
32970 \end_layout
32971
32972 \end_inset
32973 </cell>
32974 </row>
32975 <row interlinespace="2.5mm">
32976 <cell alignment="center" valignment="top" usebox="none">
32977 \begin_inset Text
32978
32979 \begin_layout Plain Layout
32980 \begin_inset Graphics
32981         filename ../../images/math-macro-make-nonoptional.png
32982         rotateOrigin center
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995
32996 \family sans
32997 Bearbeiten\SpecialChar \menuseparator
32998 Mathe\SpecialChar \menuseparator
32999 Makro-Definition\SpecialChar \menuseparator
33000 Das letzte optionale Argument in
33001 \begin_inset Newline newline
33002 \end_inset
33003
33004
33005 \begin_inset Phantom HPhantom
33006 status open
33007
33008 \begin_layout Plain Layout
33009
33010 \family sans
33011 Bearbeiten\SpecialChar \menuseparator
33012 Mathe\SpecialChar \menuseparator
33013 Makro-Definition\SpecialChar \menuseparator
33014
33015 \end_layout
33016
33017 \end_inset
33018
33019 einen nicht-optionales ändern
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 </row>
33025 <row interlinespace="2.5mm">
33026 <cell alignment="center" valignment="top" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Plain Layout
33030 \begin_inset Graphics
33031         filename ../../images/math-macro-remove-optional-param.png
33032         rotateOrigin center
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 <cell alignment="center" valignment="top" usebox="none">
33042 \begin_inset Text
33043
33044 \begin_layout Plain Layout
33045
33046 \family sans
33047 Bearbeiten\SpecialChar \menuseparator
33048 Mathe\SpecialChar \menuseparator
33049 Makro-Definition\SpecialChar \menuseparator
33050 Optionales Argument entfernen
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 </row>
33056 <row interlinespace="2.5mm">
33057 <cell alignment="center" valignment="top" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 \begin_inset Graphics
33062         filename ../../images/math-macro-add-optional-param.png
33063         rotateOrigin center
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076
33077 \family sans
33078 Bearbeiten\SpecialChar \menuseparator
33079 Mathe\SpecialChar \menuseparator
33080 Makro-Definition\SpecialChar \menuseparator
33081 Optionales Argument einfügen
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 </row>
33087 <row interlinespace="2.5mm">
33088 <cell alignment="center" valignment="top" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 \begin_inset Graphics
33093         filename ../../images/math-macro-remove-greedy-param.png
33094         rotateOrigin center
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107
33108 \family sans
33109 Bearbeiten\SpecialChar \menuseparator
33110 Mathe\SpecialChar \menuseparator
33111 Makro-Definition\SpecialChar \menuseparator
33112 Letztes Argument rechts entfernen
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 </row>
33118 <row interlinespace="2.5mm">
33119 <cell alignment="center" valignment="top" usebox="none">
33120 \begin_inset Text
33121
33122 \begin_layout Plain Layout
33123 \begin_inset Graphics
33124         filename ../../images/math-macro-append-greedy-param.png
33125         rotateOrigin center
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 <cell alignment="center" valignment="top" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138
33139 \family sans
33140 Bearbeiten\SpecialChar \menuseparator
33141 Mathe\SpecialChar \menuseparator
33142 Makro-Definition\SpecialChar \menuseparator
33143 Argument von rechts hinzufügen
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 </row>
33149 <row interlinespace="2.5mm">
33150 <cell alignment="center" valignment="top" usebox="none">
33151 \begin_inset Text
33152
33153 \begin_layout Plain Layout
33154 \begin_inset Graphics
33155         filename ../../images/math-macro-add-greedy-optional-param.png
33156         rotateOrigin center
33157
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 <cell alignment="center" valignment="top" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169
33170 \family sans
33171 Bearbeiten\SpecialChar \menuseparator
33172 Mathe\SpecialChar \menuseparator
33173 Makro-Definition\SpecialChar \menuseparator
33174 Optionales Argument von rechts
33175 \begin_inset Newline newline
33176 \end_inset
33177
33178
33179 \begin_inset Phantom HPhantom
33180 status open
33181
33182 \begin_layout Plain Layout
33183
33184 \family sans
33185 Bearbeiten\SpecialChar \menuseparator
33186 Mathe\SpecialChar \menuseparator
33187 Makro-Definition\SpecialChar \menuseparator
33188
33189 \end_layout
33190
33191 \end_inset
33192
33193 hinzufügen
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 </lyxtabular>
33200
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \begin_layout Section
33207 Computeralgebrasysteme
33208 \end_layout
33209
33210 \begin_layout Standard
33211 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
33212  oder benutzerdefinierten Skripten auszutauschen.
33213  Momentan werden folgende Anwendungen unterstützt: 
33214 \family typewriter
33215 Maple
33216 \family default
33217
33218 \family typewriter
33219 Mathematica
33220 \family default
33221
33222 \family typewriter
33223 Maxima
33224 \family default
33225  und 
33226 \family typewriter
33227 Octave
33228 \family default
33229 .
33230  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
33231  sehr einfache Fälle beschränkt sind.
33232 \end_layout
33233
33234 \begin_layout Subsection
33235 Verwendung
33236 \end_layout
33237
33238 \begin_layout Standard
33239 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
33240 \family sans
33241 Bearbeiten\SpecialChar \menuseparator
33242 Mathe\SpecialChar \menuseparator
33243 Computer-Algebra-System verwenden
33244 \family default
33245  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
33246  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
33247  mit dem 
33248 \begin_inset Quotes gld
33249 \end_inset
33250
33251 =
33252 \begin_inset Quotes grd
33253 \end_inset
33254
33255  Operator erscheinen.
33256 \end_layout
33257
33258 \begin_layout Standard
33259 Hier sind ein paar einfache Beispiele (mit Resultaten von 
33260 \family typewriter
33261 Maxima
33262 \family default
33263 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
33264 \end_layout
33265
33266 \begin_layout Itemize
33267 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \begin_layout Itemize
33274 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33275 \end_inset
33276
33277
33278 \end_layout
33279
33280 \begin_layout Itemize
33281 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Itemize
33288 \begin_inset Formula $\det\left[\begin{array}{ccc}
33289 1 & 6 & 7\\
33290 2 & 5 & 8\\
33291 3 & 4 & 17
33292 \end{array}\right]=-56$
33293 \end_inset
33294
33295
33296 \end_layout
33297
33298 \begin_layout Itemize
33299 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Subsection
33306 Tastenkürzel
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
33311  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
33312 \family sans
33313 math-extern
33314 \family default
33315  verknüpfen (siehe das 
33316 \emph on
33317 LyX-Funktionen
33318 \emph default
33319  Handbuch).
33320  Man kann z.
33321 \begin_inset space \thinspace{}
33322 \end_inset
33323
33324 B.
33325  die 
33326 \family sans
33327 Enter
33328 \family default
33329 -Taste in Formeln verknüpfen.
33330  Um sie mit 
33331 \family typewriter
33332 Maxima
33333 \family default
33334  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
33335 \end_layout
33336
33337 \begin_layout Standard
33338
33339 \series bold
33340 command-alternatives break-paragraph;math-extern maxima
33341 \end_layout
33342
33343 \begin_layout Section
33344 Verschiedenes
33345 \begin_inset Index idx
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 Verschiedenes
33350 \end_layout
33351
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \begin_layout Subsection
33358 Negative Zahlen
33359 \begin_inset Index idx
33360 status collapsed
33361
33362 \begin_layout Plain Layout
33363 Zahlen ! negative
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33373  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33374  dargestellt.
33375  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33376  Minuszeichen korrekt.
33377 \end_layout
33378
33379 \begin_layout Standard
33380 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33381  nicht mehr auf.
33382 \end_layout
33383
33384 \begin_layout Standard
33385 Ein Beispiel zur Veranschaulichung der Problematik:
33386 \end_layout
33387
33388 \begin_layout Standard
33389 \align center
33390 \begin_inset Tabular
33391 <lyxtabular version="3" rows="3" columns="2">
33392 <features rotate="0" tabularvalignment="middle">
33393 <column alignment="right" valignment="top">
33394 <column alignment="left" valignment="top">
33395 <row>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 normaler Text:
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409 x = -2
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 </row>
33415 <row>
33416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33417 \begin_inset Text
33418
33419 \begin_layout Plain Layout
33420 Formelmodus:
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 \begin_inset Formula $x=-2$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 Lösung:
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 \begin_inset Formula $x=\textrm{-}2$
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 </lyxtabular>
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Subsection
33469 Komma als Dezimaltrennzeichen
33470 \begin_inset Index idx
33471 status collapsed
33472
33473 \begin_layout Plain Layout
33474 Komma
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \begin_layout Standard
33483 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33484  als Gruppentrennzeichen.
33485  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33486  eingefügt.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33491  Text um (Tastenkürzel 
33492 \family sans
33493 Alt+M
33494 \begin_inset space ~
33495 \end_inset
33496
33497 M
33498 \family default
33499 ).
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33504  lädt man die Datei 
33505 \series bold
33506 icomma.sty
33507 \series default
33508
33509 \begin_inset Foot
33510 status collapsed
33511
33512 \begin_layout Plain Layout
33513
33514 \series bold
33515 icomma
33516 \series default
33517  ist Teil des LaTeX-Paketes 
33518 \series bold
33519 was
33520 \series default
33521
33522 \begin_inset Index idx
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 Pakete ! was
33527 \begin_inset ERT
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531
33532
33533 \backslash
33534 vspace{4mm}
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \end_inset
33543
33544 .
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \begin_inset Index idx
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554 Pakete ! icomma
33555 \end_layout
33556
33557 \end_inset
33558
33559  mit der LaTeX-Vorspannzeile
33560 \end_layout
33561
33562 \begin_layout Standard
33563
33564 \series bold
33565
33566 \backslash
33567 usepackage{icomma}
33568 \end_layout
33569
33570 \begin_layout Subsection
33571 Physikalische Vektoren
33572 \begin_inset CommandInset label
33573 LatexCommand label
33574 name "sub:Physikalische-Vektoren"
33575
33576 \end_inset
33577
33578
33579 \begin_inset Index idx
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583 Vektoren ! physikalische
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Standard
33592 Vordefinierte Vektoren bietet das LaTeX-Paket 
33593 \series bold
33594 braket
33595 \series default
33596
33597 \begin_inset Index idx
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 Pakete ! braket
33602 \end_layout
33603
33604 \end_inset
33605
33606 , das mit der LaTeX-Vorspannzeile
33607 \end_layout
33608
33609 \begin_layout Standard
33610
33611 \series bold
33612
33613 \backslash
33614 usepackage{braket}
33615 \end_layout
33616
33617 \begin_layout Standard
33618 geladen wird.
33619 \begin_inset ERT
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623
33624
33625 \backslash
33626 ifbraket 
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \begin_inset Note Note
33633 status open
33634
33635 \begin_layout Plain Layout
33636 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33637 \series bold
33638 braket
33639 \series default
33640  installiert ist:
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Standard
33649 Folgende Befehle sind definiert:
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \align center
33654 \begin_inset Tabular
33655 <lyxtabular version="3" rows="4" columns="2">
33656 <features rotate="0" tabularvalignment="middle">
33657 <column alignment="center" valignment="top">
33658 <column alignment="center" valignment="top">
33659 <row>
33660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664 Befehl
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 Ergebnis
33674 \end_layout
33675
33676 \end_inset
33677 </cell>
33678 </row>
33679 <row>
33680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Plain Layout
33684
33685 \backslash
33686 Bra{
33687 \backslash
33688 psi
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33694 \begin_inset Text
33695
33696 \begin_layout Plain Layout
33697 \begin_inset Formula $\Bra{\psi}$
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 <row>
33707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711
33712 \backslash
33713 Ket{
33714 \backslash
33715 psi
33716 \end_layout
33717
33718 \end_inset
33719 </cell>
33720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33721 \begin_inset Text
33722
33723 \begin_layout Plain Layout
33724 \begin_inset Formula $\Ket{\psi}$
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \end_inset
33731 </cell>
33732 </row>
33733 <row>
33734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33735 \begin_inset Text
33736
33737 \begin_layout Plain Layout
33738
33739 \backslash
33740 Braket{
33741 \backslash
33742 psi|
33743 \backslash
33744 phi
33745 \end_layout
33746
33747 \end_inset
33748 </cell>
33749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753 \begin_inset Formula $\Braket{\psi|\phi}$
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \end_inset
33760 </cell>
33761 </row>
33762 </lyxtabular>
33763
33764 \end_inset
33765
33766
33767 \end_layout
33768
33769 \begin_layout Standard
33770 Der Befehl 
33771 \series bold
33772
33773 \backslash
33774 Braket
33775 \series default
33776  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33777  Klammern gesetzt werden:
33778 \begin_inset Formula 
33779 \[
33780 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33781 \]
33782
33783 \end_inset
33784
33785
33786 \begin_inset ERT
33787 status collapsed
33788
33789 \begin_layout Plain Layout
33790
33791
33792 \backslash
33793 else 
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \begin_inset Note Note
33800 status open
33801
33802 \begin_layout Plain Layout
33803 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33804 \series bold
33805 braket
33806 \series default
33807  nicht installiert ist:
33808 \end_layout
33809
33810 \end_inset
33811
33812
33813 \end_layout
33814
33815 \begin_layout Standard
33816 Das LaTeX-Paket 
33817 \series bold
33818 braket 
33819 \series default
33820 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33821 \end_layout
33822
33823 \begin_layout Standard
33824 \begin_inset ERT
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828
33829
33830 \backslash
33831 fi 
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Standard
33840 Der Effekt von 
33841 \series bold
33842
33843 \backslash
33844 Braket
33845 \series default
33846  kann auch mit dem Befehl 
33847 \series bold
33848
33849 \backslash
33850 middle
33851 \series default
33852  erzielt werden, der in 
33853 \begin_inset CommandInset ref
33854 LatexCommand ref
33855 reference "sub:Automatische-Klammergrößen"
33856
33857 \end_inset
33858
33859  beschrieben ist.
33860 \end_layout
33861
33862 \begin_layout Subsection
33863 Selbst definierte Brüche
33864 \begin_inset CommandInset label
33865 LatexCommand label
33866 name "sub:Selbstdefinierte-Brüche"
33867
33868 \end_inset
33869
33870
33871 \begin_inset Index idx
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875 Brüche ! selbstdefinierte
33876 \end_layout
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Standard
33884 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33885 \series bold
33886
33887 \backslash
33888 genfrac
33889 \series default
33890
33891 \begin_inset Index idx
33892 status collapsed
33893
33894 \begin_layout Plain Layout
33895 Befehle ! G ! 
33896 \backslash
33897 genfrac
33898 \end_layout
33899
33900 \end_inset
33901
33902  in folgendem Schema:
33903 \end_layout
33904
33905 \begin_layout Standard
33906
33907 \series bold
33908
33909 \backslash
33910 genfrac{linke
33911 \series default
33912  
33913 \series bold
33914 Klammer}{rechte
33915 \series default
33916  
33917 \series bold
33918 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33919 \begin_inset Newline newline
33920 \end_inset
33921
33922
33923 \begin_inset Phantom HPhantom
33924 status open
33925
33926 \begin_layout Plain Layout
33927
33928 \series bold
33929
33930 \backslash
33931 genfrac
33932 \end_layout
33933
33934 \end_inset
33935
33936 {Zähler}{Nenner}
33937 \end_layout
33938
33939 \begin_layout Standard
33940 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33941 \begin_inset space \thinspace{}
33942 \end_inset
33943
33944 -
33945 \begin_inset space \thinspace{}
33946 \end_inset
33947
33948 3 angegeben.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 \align center
33953 \begin_inset Tabular
33954 <lyxtabular version="3" rows="5" columns="2">
33955 <features rotate="0" tabularvalignment="middle">
33956 <column alignment="center" valignment="top">
33957 <column alignment="center" valignment="top">
33958 <row>
33959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33960 \begin_inset Text
33961
33962 \begin_layout Plain Layout
33963 Nummer
33964 \end_layout
33965
33966 \end_inset
33967 </cell>
33968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33969 \begin_inset Text
33970
33971 \begin_layout Plain Layout
33972 Ansichtsstil
33973 \end_layout
33974
33975 \end_inset
33976 </cell>
33977 </row>
33978 <row>
33979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33980 \begin_inset Text
33981
33982 \begin_layout Plain Layout
33983 0
33984 \end_layout
33985
33986 \end_inset
33987 </cell>
33988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33989 \begin_inset Text
33990
33991 \begin_layout Plain Layout
33992 abgesetzte Formel
33993 \end_layout
33994
33995 \end_inset
33996 </cell>
33997 </row>
33998 <row>
33999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34000 \begin_inset Text
34001
34002 \begin_layout Plain Layout
34003 1
34004 \end_layout
34005
34006 \end_inset
34007 </cell>
34008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34009 \begin_inset Text
34010
34011 \begin_layout Plain Layout
34012 eingebettete Formel
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 </row>
34018 <row>
34019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34020 \begin_inset Text
34021
34022 \begin_layout Plain Layout
34023 2
34024 \end_layout
34025
34026 \end_inset
34027 </cell>
34028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 klein
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 </row>
34038 <row>
34039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043 3
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 winzig
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 </row>
34058 </lyxtabular>
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Standard
34066 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34067  
34068 \series bold
34069
34070 \backslash
34071 frac
34072 \series default
34073  der Umgebung an.
34074 \end_layout
34075
34076 \begin_layout Standard
34077 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34078  0.4
34079 \begin_inset space \thinspace{}
34080 \end_inset
34081
34082 pt verwendet.
34083 \end_layout
34084
34085 \begin_layout Standard
34086 \begin_inset VSpace medskip
34087 \end_inset
34088
34089 Zum Beispiel sind die Befehle 
34090 \series bold
34091
34092 \backslash
34093 dfrac
34094 \series default
34095  und 
34096 \series bold
34097
34098 \backslash
34099 tbinom
34100 \series default
34101  aus 
34102 \begin_inset CommandInset ref
34103 LatexCommand ref
34104 reference "sub:Brüche"
34105
34106 \end_inset
34107
34108  folgendermaßen definiert:
34109 \end_layout
34110
34111 \begin_layout Standard
34112
34113 \series bold
34114
34115 \backslash
34116 newcommand{
34117 \backslash
34118 dfrac}[2]{
34119 \backslash
34120 genfrac{}{}{}{0}{#1}{#2}}
34121 \end_layout
34122
34123 \begin_layout Standard
34124 und
34125 \end_layout
34126
34127 \begin_layout Standard
34128
34129 \series bold
34130
34131 \backslash
34132 newcommand{
34133 \backslash
34134 tbinom}[2]{
34135 \backslash
34136 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \begin_inset VSpace medskip
34141 \end_inset
34142
34143 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34144  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34145 \end_layout
34146
34147 \begin_layout Standard
34148
34149 \series bold
34150
34151 \backslash
34152 newcommand{
34153 \backslash
34154 fracS}[3][]{
34155 \backslash
34156 genfrac{}{}{#1}{}{#2}{#3}}
34157 \end_layout
34158
34159 \begin_layout Standard
34160 Dazu ein Test:
34161 \begin_inset Formula 
34162 \begin{align*}
34163 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34164 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34165 \end{align*}
34166
34167 \end_inset
34168
34169 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34170  in etwa der dreifachen Strichdicke.
34171 \end_layout
34172
34173 \begin_layout Subsection
34174 Durchgestrichene Formeln
34175 \begin_inset Index idx
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 Formel ! durchgestrichene
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \begin_layout Standard
34188 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
34189 \end_layout
34190
34191 \begin_layout Standard
34192 \begin_inset ERT
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196
34197
34198 \backslash
34199 ifcancel 
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \begin_inset Note Note
34206 status open
34207
34208 \begin_layout Plain Layout
34209 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34210 \series bold
34211 cancel
34212 \series default
34213  installiert ist:
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \align center
34223 \begin_inset Tabular
34224 <lyxtabular version="3" rows="5" columns="2">
34225 <features rotate="0" tabularvalignment="middle">
34226 <column alignment="center" valignment="top">
34227 <column alignment="center" valignment="top">
34228 <row>
34229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233 Befehl
34234 \end_layout
34235
34236 \end_inset
34237 </cell>
34238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34239 \begin_inset Text
34240
34241 \begin_layout Plain Layout
34242 Ergebnis
34243 \begin_inset Note Note
34244 status collapsed
34245
34246 \begin_layout Plain Layout
34247 Der Leerraum und 
34248 \series bold
34249
34250 \backslash
34251 raisebox
34252 \series default
34253  dienen nur als Abstandhalter.
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 </row>
34264 <row>
34265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269
34270 \backslash
34271 cancel
34272 \begin_inset space \textvisiblespace{}
34273 \end_inset
34274
34275
34276 \backslash
34277 int
34278 \begin_inset space \textvisiblespace{}
34279 \end_inset
34280
34281 A=B
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 </row>
34299 <row>
34300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304
34305 \backslash
34306 bcancel
34307 \begin_inset space \textvisiblespace{}
34308 \end_inset
34309
34310
34311 \backslash
34312 int
34313 \begin_inset space \textvisiblespace{}
34314 \end_inset
34315
34316 A=B
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34326 \end_inset
34327
34328
34329 \end_layout
34330
34331 \end_inset
34332 </cell>
34333 </row>
34334 <row>
34335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34336 \begin_inset Text
34337
34338 \begin_layout Plain Layout
34339
34340 \backslash
34341 xcancel
34342 \begin_inset space \textvisiblespace{}
34343 \end_inset
34344
34345
34346 \backslash
34347 int
34348 \begin_inset space \textvisiblespace{}
34349 \end_inset
34350
34351 A=B
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34357 \begin_inset Text
34358
34359 \begin_layout Plain Layout
34360 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \end_inset
34367 </cell>
34368 </row>
34369 <row>
34370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374
34375 \backslash
34376 cancelto
34377 \begin_inset space \textvisiblespace{}
34378 \end_inset
34379
34380
34381 \backslash
34382 int
34383 \begin_inset space \textvisiblespace{}
34384 \end_inset
34385
34386 A=B
34387 \begin_inset Formula $\to$
34388 \end_inset
34389
34390 1
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34396 \begin_inset Text
34397
34398 \begin_layout Plain Layout
34399 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 </row>
34408 </lyxtabular>
34409
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \begin_layout Standard
34416
34417 \series bold
34418
34419 \backslash
34420 cancelto
34421 \series default
34422  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34423  will:
34424 \begin_inset Formula 
34425 \[
34426 \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}}}
34427 \]
34428
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \begin_layout Standard
34435 Um die Größe des 
34436 \begin_inset Quotes gld
34437 \end_inset
34438
34439 hochgestellten
34440 \begin_inset Quotes grd
34441 \end_inset
34442
34443  Werts von 
34444 \series bold
34445
34446 \backslash
34447 cancelto
34448 \series default
34449  zu ändern, kann man die LaTeX-Vorspannzeile
34450 \end_layout
34451
34452 \begin_layout Standard
34453
34454 \series bold
34455
34456 \backslash
34457 PassOptionsToPackage{Option}{cancel}
34458 \end_layout
34459
34460 \begin_layout Standard
34461 hinzufügen.
34462  
34463 \series bold
34464 Option
34465 \series default
34466  ist entweder 
34467 \series bold
34468 samesize
34469 \series default
34470 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
34471  
34472 \series bold
34473 Smaller
34474 \series default
34475 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34476 \end_layout
34477
34478 \begin_layout Standard
34479 Um den Durchstrich zu färben, verwendet man den Befehl
34480 \end_layout
34481
34482 \begin_layout Standard
34483
34484 \series bold
34485
34486 \backslash
34487 renewcommand{
34488 \backslash
34489 CancelColor}{
34490 \backslash
34491 color{red}}
34492 \end_layout
34493
34494 \begin_layout Standard
34495 als TeX-Code.
34496  
34497 \series bold
34498 red
34499 \series default
34500  kann durch eine Farbe der Wahl ersetzt werden.
34501 \end_layout
34502
34503 \begin_layout Standard
34504 \begin_inset ERT
34505 status collapsed
34506
34507 \begin_layout Plain Layout
34508
34509
34510 \backslash
34511 renewcommand{
34512 \backslash
34513 CancelColor}{
34514 \backslash
34515 color{red}}
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \begin_layout Standard
34524 \begin_inset Formula 
34525 \[
34526 \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}}}
34527 \]
34528
34529 \end_inset
34530
34531
34532 \end_layout
34533
34534 \begin_layout Standard
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 renewcommand{
34543 \backslash
34544 CancelColor}{
34545 \backslash
34546 color{black}}
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \begin_inset Note Note
34553 status open
34554
34555 \begin_layout Plain Layout
34556 Farbe zurücksetzen
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Standard
34565 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34566 \series bold
34567 cancel
34568 \series default
34569
34570 \begin_inset CommandInset citation
34571 LatexCommand cite
34572 key "cancel"
34573
34574 \end_inset
34575
34576 .
34577 \begin_inset Index idx
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581 Pakete ! cancel
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590 \begin_inset ERT
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594
34595
34596 \backslash
34597 else 
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \begin_inset Note Note
34604 status open
34605
34606 \begin_layout Plain Layout
34607 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34608 \series bold
34609 cancel
34610 \series default
34611  nicht installiert ist:
34612 \end_layout
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Das LaTeX-Paket 
34621 \series bold
34622 cancel 
34623 \series default
34624 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34625 \end_layout
34626
34627 \begin_layout Standard
34628 \begin_inset ERT
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632
34633
34634 \backslash
34635 fi 
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Subsection
34644 Formeln in Überschriften
34645 \begin_inset CommandInset label
34646 LatexCommand label
34647 name "sub:Formeln-in-Überschriften"
34648
34649 \end_inset
34650
34651
34652 \begin_inset Index idx
34653 status collapsed
34654
34655 \begin_layout Plain Layout
34656 Formel ! in Überschriften
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Standard
34665 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34666 \end_layout
34667
34668 \begin_layout Standard
34669 \begin_inset Note Greyedout
34670 status open
34671
34672 \begin_layout Plain Layout
34673 Verwendet man 
34674 \series bold
34675 hyperref
34676 \series default
34677
34678 \begin_inset Index idx
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682 Pakete ! hyperref
34683 \end_layout
34684
34685 \end_inset
34686
34687  Unterstützung im den Dokumenteinstellungen unter 
34688 \family sans
34689 PDF-Eigenschaften
34690 \family default
34691 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34692  erzeugt.
34693  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34694  dargestellt.
34695  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \begin_layout Standard
34704 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34705  Kurztitel über das Menü 
34706 \family sans
34707 Einfügen\SpecialChar \menuseparator
34708 Kurztitel
34709 \family default
34710  einfügt.
34711  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34712  um das Inhaltsverzeichnis übersichtlich zu halten.
34713  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34714 chen.
34715 \end_layout
34716
34717 \begin_layout Standard
34718 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34719 \series bold
34720 hyperref
34721 \series default
34722 , verwendet man im TeX-Modus den Befehl
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728
34729 \backslash
34730 texorpdfstring{Teil}{Alternative}
34731 \begin_inset Index idx
34732 status collapsed
34733
34734 \begin_layout Plain Layout
34735 Befehle ! T ! 
34736 \backslash
34737 texorpdfstring
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34747  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34748  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34749  soll.
34750 \end_layout
34751
34752 \begin_layout Standard
34753 Es folgen zwei Beispielüberschriften:
34754 \begin_inset VSpace -3mm
34755 \end_inset
34756
34757
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763
34764 \backslash
34765 boldmath 
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Subsubsection
34774 Überschrift ohne Formel im Inhaltsverzeichnis 
34775 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34776 \end_inset
34777
34778
34779 \begin_inset Argument 1
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783 Überschrift ohne Formel im Inhaltsverzeichnis
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Subsubsection
34792 Überschrift mit Formel im Inhaltsverzeichnis
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798
34799 \backslash
34800 texorpdfstring{
34801 \end_layout
34802
34803 \end_inset
34804
34805  
34806 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34807 \end_inset
34808
34809
34810 \begin_inset ERT
34811 status collapsed
34812
34813 \begin_layout Plain Layout
34814
34815 }{}
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Standard
34824 \begin_inset ERT
34825 status collapsed
34826
34827 \begin_layout Plain Layout
34828
34829
34830 \backslash
34831 unboldmath 
34832 \end_layout
34833
34834 \end_inset
34835
34836 In der ersten Überschrift wurde ein Kurztitel verwendet.
34837  In der zweiten 
34838 \series bold
34839
34840 \backslash
34841 texorpdfstring
34842 \series default
34843 .
34844 \end_layout
34845
34846 \begin_layout Standard
34847 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34848  die komplette Überschrift in eine 
34849 \series bold
34850 boldmath
34851 \series default
34852 -Umgebung
34853 \begin_inset Foot
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 siehe 
34858 \begin_inset CommandInset ref
34859 LatexCommand ref
34860 reference "sub:Fett-gedruckte-Formeln"
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \end_inset
34868
34869  gesetzt.
34870 \end_layout
34871
34872 \begin_layout Subsection
34873 Formeln im mehrspaltigen Text
34874 \begin_inset Index idx
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878 Formel ! im mehrspaltigen Text
34879 \end_layout
34880
34881 \end_inset
34882
34883
34884 \end_layout
34885
34886 \begin_layout Standard
34887 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34888  müssen daher über die gesamte Seitenbreite gesetzt werden.
34889  Dazu verwendet man das LaTeX-Paket 
34890 \series bold
34891 multicol
34892 \series default
34893
34894 \begin_inset Foot
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899 \series bold
34900 multicol
34901 \series default
34902  ist Teil jeder LaTeX-Standardinstallation.
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \begin_inset Index idx
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912 Pakete ! multicol
34913 \end_layout
34914
34915 \end_inset
34916
34917 , das mit der LaTeX-Vorspannzeile
34918 \end_layout
34919
34920 \begin_layout Standard
34921
34922 \series bold
34923
34924 \backslash
34925 usepackage{multicol}
34926 \end_layout
34927
34928 \begin_layout Standard
34929 geladen wird.
34930 \end_layout
34931
34932 \begin_layout Standard
34933 \begin_inset Note Greyedout
34934 status open
34935
34936 \begin_layout Plain Layout
34937 Dabei ist zu beachten, dass im Menü 
34938 \family sans
34939 Dokument\SpecialChar \menuseparator
34940 Einstellungen
34941 \family default
34942  unter 
34943 \family sans
34944 Textformat
34945 \family default
34946  
34947 \emph on
34948 nicht
34949 \emph default
34950  
34951 \family sans
34952 Zweispaltiges
34953 \begin_inset space ~
34954 \end_inset
34955
34956 Dokument
34957 \family default
34958  ausgewählt sein darf.
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Standard
34967 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34968 \end_layout
34969
34970 \begin_layout Standard
34971
34972 \series bold
34973
34974 \backslash
34975 begin{multicols}{Spaltenanzahl}
34976 \end_layout
34977
34978 \begin_layout Standard
34979 wobei die Spaltenanzahl eine Zahl im Bereich 2
34980 \begin_inset space \thinspace{}
34981 \end_inset
34982
34983 -
34984 \begin_inset space \thinspace{}
34985 \end_inset
34986
34987 10 ist.
34988  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34989 \end_layout
34990
34991 \begin_layout Standard
34992
34993 \series bold
34994
34995 \backslash
34996 end{multicols}
34997 \end_layout
34998
34999 \begin_layout Standard
35000 der im TeX-Modus eingegeben wird.
35001 \end_layout
35002
35003 \begin_layout Standard
35004 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35005  Um dies rückgängig zu machen, fügt man vor der Formel -6
35006 \begin_inset space \thinspace{}
35007 \end_inset
35008
35009 mm vertikalen Leerraum ein.
35010  Ist der Formelstil 
35011 \series bold
35012 Eingerückt
35013 \begin_inset Foot
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 Formelstile siehe 
35018 \begin_inset CommandInset ref
35019 LatexCommand ref
35020 reference "sec:Formelstile"
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \series default
35031  gewählt, fügt man stattdessen -9
35032 \begin_inset space \thinspace{}
35033 \end_inset
35034
35035 mm Leerraum ein.
35036 \end_layout
35037
35038 \begin_layout Standard
35039 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \begin_inset ERT
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048
35049 \backslash
35050 begin{multicols}{2}
35051 \end_layout
35052
35053 \end_inset
35054
35055 Das Spektrum wird fouriertransformiert.
35056  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35057 , Lösungsmittel) zu trennen.
35058  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35059  nun das Aussehen des Ausgangssignals.
35060  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35061  über alle Phasen integrieren muss.
35062  Sei nun 
35063 \begin_inset Formula $S$
35064 \end_inset
35065
35066  unser normiertes Ausgangssignal und 
35067 \begin_inset Formula $P$
35068 \end_inset
35069
35070  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076
35077 \backslash
35078 end{multicols}
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \begin_inset VSpace -6mm
35085 \end_inset
35086
35087
35088 \begin_inset Formula 
35089 \begin{equation}
35090 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35091 \end{equation}
35092
35093 \end_inset
35094
35095
35096 \begin_inset ERT
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100
35101
35102 \backslash
35103 begin{multicols}{2}
35104 \end_layout
35105
35106 \end_inset
35107
35108 wobei 
35109 \begin_inset Formula $S_{0}$
35110 \end_inset
35111
35112  das Signal ohne Gradient ist und die Normierungsbedingung 
35113 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35114 \end_inset
35115
35116  gilt.
35117  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35118  Direkt nach dem 
35119 \begin_inset Formula $\nicefrac{\pi}{2}$
35120 \end_inset
35121
35122
35123 \begin_inset space \thinspace{}
35124 \end_inset
35125
35126 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35127  das Signal zusätzlich abschwächt.
35128  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35129  
35130 \begin_inset Formula $T_{2}$
35131 \end_inset
35132
35133 -Zeit.
35134 \end_layout
35135
35136 \begin_layout Standard
35137 \begin_inset ERT
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141
35142
35143 \backslash
35144 end{multicols}
35145 \end_layout
35146
35147 \end_inset
35148
35149  
35150 \end_layout
35151
35152 \begin_layout Subsection
35153 Formeln mit Beschreibung der Variablen
35154 \begin_inset Index idx
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158 Formel ! mit Variablenbeschreibung
35159 \end_layout
35160
35161 \end_inset
35162
35163
35164 \end_layout
35165
35166 \begin_layout Standard
35167 Möchte man wie in Formel 
35168 \begin_inset CommandInset ref
35169 LatexCommand eqref
35170 reference "eq:innerhalb"
35171
35172 \end_inset
35173
35174 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35175 \series bold
35176 ×
35177 \series default
35178
35179 \begin_inset Formula $n$
35180 \end_inset
35181
35182
35183 \begin_inset space ~
35184 \end_inset
35185
35186 Matrix mit links ausgerichteten Spalten für die verwendeten 
35187 \begin_inset Formula $n$
35188 \end_inset
35189
35190  Variablen.
35191 \begin_inset Foot
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195 Matrizen siehe 
35196 \begin_inset CommandInset ref
35197 LatexCommand ref
35198 reference "sec:Matrizen"
35199
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \end_inset
35206
35207  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35208 \begin_inset space \thinspace{}
35209 \end_inset
35210
35211 B.
35212  den Befehl 
35213 \series bold
35214
35215 \backslash
35216 footnotesize
35217 \series default
35218  ein.
35219 \begin_inset Foot
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223 Schriftgrößen siehe 
35224 \begin_inset CommandInset ref
35225 LatexCommand ref
35226 reference "sub:Schriftgrößen"
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Standard
35239 Wird der Formelstil 
35240 \series bold
35241 Eingerückt
35242 \begin_inset Foot
35243 status collapsed
35244
35245 \begin_layout Plain Layout
35246 Formelstile siehe 
35247 \begin_inset CommandInset ref
35248 LatexCommand ref
35249 reference "sec:Formelstile"
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \series default
35260  verwendet, fügt man vor und nach der Matrix ein 
35261 \series bold
35262
35263 \backslash
35264 hfill
35265 \series default
35266
35267 \begin_inset Foot
35268 status collapsed
35269
35270 \begin_layout Plain Layout
35271
35272 \series bold
35273
35274 \backslash
35275 hfill
35276 \series default
35277  wirkt nur in Formeln mit dem Stil 
35278 \series bold
35279 Eingerückt
35280 \series default
35281 , siehe 
35282 \begin_inset CommandInset ref
35283 LatexCommand ref
35284 reference "sub:Variabler-Leerraum"
35285
35286 \end_inset
35287
35288 .
35289 \end_layout
35290
35291 \end_inset
35292
35293  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35294  gleich ist.
35295 \end_layout
35296
35297 \begin_layout Standard
35298 Ist der Formelstil 
35299 \series bold
35300 Zentriert
35301 \series default
35302  gewählt, nutzt man die in 
35303 \begin_inset CommandInset ref
35304 LatexCommand ref
35305 reference "sub:Flalign-Umgebung"
35306
35307 \end_inset
35308
35309  beschriebene Möglichkeit, Formeln einzurücken.
35310  Formel 
35311 \begin_inset CommandInset ref
35312 LatexCommand eqref
35313 reference "eq:innerhalb"
35314
35315 \end_inset
35316
35317  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35318  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35319 \begin_inset Formula 
35320 \begin{flalign}
35321 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35322 \rho & \textrm{Dichte}\\
35323 V & \textrm{Volumen}\\
35324 g & \textrm{Fallbeschleunigung}
35325 \end{array} &  & {}\label{eq:innerhalb}
35326 \end{flalign}
35327
35328 \end_inset
35329
35330
35331 \end_layout
35332
35333 \begin_layout Subsection
35334 Aufrechte kleine griechische Buchstaben
35335 \begin_inset CommandInset label
35336 LatexCommand label
35337 name "sub:Aufrechte-kleine-griechische"
35338
35339 \end_inset
35340
35341
35342 \begin_inset Index idx
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346 griechische Buchstaben ! aufrechte
35347 \end_layout
35348
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \begin_layout Standard
35355 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35356  zur Verfügung.
35357  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35358  aufrechte griechische Buchstaben benötigt.
35359  Die Datei 
35360 \series bold
35361 upgreek.sty
35362 \series default
35363
35364 \begin_inset Foot
35365 status collapsed
35366
35367 \begin_layout Plain Layout
35368
35369 \series bold
35370 upgreek
35371 \series default
35372  ist Teil des LaTeX-Paketes 
35373 \series bold
35374 was
35375 \series default
35376
35377 \begin_inset Index idx
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 Pakete ! was
35382 \begin_inset ERT
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386
35387
35388 \backslash
35389 vspace{4mm}
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \end_inset
35398
35399 .
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \begin_inset Index idx
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409 Pakete ! upgreek
35410 \end_layout
35411
35412 \end_inset
35413
35414 , die mit der LaTeX-Vorspannzeile
35415 \end_layout
35416
35417 \begin_layout Standard
35418
35419 \series bold
35420
35421 \backslash
35422 usepackage{upgreek}
35423 \end_layout
35424
35425 \begin_layout Standard
35426 geladen wird, stellt diese Buchstaben zur Verfügung.
35427  
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 ifupgreek 
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \begin_inset Note Note
35442 status open
35443
35444 \begin_layout Plain Layout
35445 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35446 \series bold
35447 upgreek
35448 \series default
35449  installiert ist:
35450 \end_layout
35451
35452 \end_inset
35453
35454  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35455  
35456 \series bold
35457 up
35458 \series default
35459  begonnen wird.
35460  So erzeugt z.
35461 \begin_inset space \thinspace{}
35462 \end_inset
35463
35464 B.
35465  der Befehl 
35466 \series bold
35467
35468 \backslash
35469 uptau
35470 \series default
35471  dies: 
35472 \begin_inset Formula $\uptau$
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Standard
35479 Damit kann man Elementarteilchenreaktionen erstellen:
35480 \begin_inset Formula 
35481 \[
35482 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35483 \]
35484
35485 \end_inset
35486
35487
35488 \end_layout
35489
35490 \begin_layout Standard
35491 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35492  Sie sollten daher nicht für Einheiten wie 
35493 \begin_inset Quotes gld
35494 \end_inset
35495
35496 µm
35497 \begin_inset Quotes grd
35498 \end_inset
35499
35500  verwendet werden.
35501 \end_layout
35502
35503 \begin_layout Standard
35504 \begin_inset ERT
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508
35509
35510 \backslash
35511 else 
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \begin_inset Note Note
35518 status open
35519
35520 \begin_layout Plain Layout
35521 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35522 \series bold
35523 upgreek
35524 \series default
35525  nicht installiert ist:
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Das LaTeX-Paket 
35535 \series bold
35536 upgreek 
35537 \series default
35538 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35539 \end_layout
35540
35541 \begin_layout Standard
35542 \begin_inset ERT
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546
35547
35548 \backslash
35549 fi 
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \begin_layout Subsection
35558 Textzeichen in Formeln
35559 \begin_inset CommandInset label
35560 LatexCommand label
35561 name "sub:Textzeichen-in-Formeln"
35562
35563 \end_inset
35564
35565
35566 \begin_inset Index idx
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570 Text ! in Formeln
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \begin_layout Standard
35579 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35580  Benötigt man z.
35581 \begin_inset space \thinspace{}
35582 \end_inset
35583
35584 B.
35585  den mittigen Punkt · in Formeln wie 
35586 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35587 \end_inset
35588
35589 , müsste man dafür jedes Mal den Befehl 
35590 \series bold
35591
35592 \backslash
35593 cdot
35594 \series default
35595  eingeben
35596 \begin_inset Foot
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600 siehe 
35601 \begin_inset CommandInset ref
35602 LatexCommand ref
35603 reference "sub:Binäre-Operatoren"
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \end_inset
35611
35612 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35613  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35614 \end_layout
35615
35616 \begin_layout Standard
35617
35618 \series bold
35619
35620 \backslash
35621 DeclareInputText{183}{
35622 \backslash
35623 ifmmode
35624 \backslash
35625 cdot
35626 \backslash
35627 else
35628 \backslash
35629 textperiodcentered
35630 \backslash
35631 f\SpecialChar \textcompwordmark{}
35632 i}
35633 \end_layout
35634
35635 \begin_layout Standard
35636 Die Zeichenkodierung (Menü 
35637 \family sans
35638 Dokument\SpecialChar \menuseparator
35639 Einstellungen\SpecialChar \menuseparator
35640 Sprache
35641 \family default
35642 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35643  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35644 \series bold
35645
35646 \backslash
35647 textperiodcentered
35648 \series default
35649  verwendet.
35650  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35651  LaTeX-Fehlern kommen würde.
35652  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35653  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35654  nicht.
35655 \end_layout
35656
35657 \begin_layout Standard
35658 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35659  Z.
35660 \begin_inset space \thinspace{}
35661 \end_inset
35662
35663 B.
35664  ist die Kodierung 
35665 \series bold
35666 latin9
35667 \series default
35668  in der Datei 
35669 \series bold
35670 latin9.def
35671 \series default
35672  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35673  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35674 eien geändert werden.
35675  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35676  nicht ohne Weiteres bearbeitet werden.
35677 \end_layout
35678
35679 \begin_layout Standard
35680 \begin_inset VSpace medskip
35681 \end_inset
35682
35683 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35684  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35685  Formel eingegeben werden können:
35686 \end_layout
35687
35688 \begin_layout Standard
35689
35690 \series bold
35691
35692 \backslash
35693 DeclareInputText{176}{
35694 \backslash
35695 ifmmode^
35696 \backslash
35697 circ
35698 \backslash
35699 else
35700 \backslash
35701 textdegree
35702 \backslash
35703 f\SpecialChar \textcompwordmark{}
35704 i}
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \begin_inset Newpage newpage
35709 \end_inset
35710
35711
35712 \end_layout
35713
35714 \begin_layout Section
35715 \start_of_appendix
35716 Typographische Hinweise
35717 \begin_inset Index idx
35718 status collapsed
35719
35720 \begin_layout Plain Layout
35721 Typographische Hinweise
35722 \end_layout
35723
35724 \end_inset
35725
35726
35727 \end_layout
35728
35729 \begin_layout Standard
35730 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35731  Regeln, die teilweise auch im Duden 
35732 \begin_inset CommandInset citation
35733 LatexCommand cite
35734 key "Duden"
35735
35736 \end_inset
35737
35738  unter 
35739 \family typewriter
35740 Textverarbeitung
35741 \family default
35742  aufgelistet sind.
35743  Weitere Regeln sind in 
35744 \begin_inset CommandInset citation
35745 LatexCommand cite
35746 key "Checklist"
35747
35748 \end_inset
35749
35750  zu finden.
35751 \end_layout
35752
35753 \begin_layout Itemize
35754 Physikalische Einheiten werden 
35755 \emph on
35756 immer
35757 \emph default
35758  aufrecht gesetzt
35759 \begin_inset Foot
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763 wird durch Schriftstile erreicht, siehe 
35764 \begin_inset CommandInset ref
35765 LatexCommand ref
35766 reference "sub:Schriftstile"
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \end_inset
35774
35775 , egal ob sie sich in einem kursiven Text befinden: 30
35776 \begin_inset space \thinspace{}
35777 \end_inset
35778
35779 km/h
35780 \begin_inset Newline newline
35781 \end_inset
35782
35783 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35784 \begin_inset CommandInset ref
35785 LatexCommand ref
35786 reference "sub:Vordefinierter-Leerraum"
35787
35788 \end_inset
35789
35790 .
35791 \begin_inset Newline newline
35792 \end_inset
35793
35794 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35795 \series bold
35796
35797 \backslash
35798 unittwo
35799 \series default
35800  verwendet.
35801  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35802  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35803  erhält wie oben: 
35804 \begin_inset Formula $\unit[30]{km/h}$
35805 \end_inset
35806
35807
35808 \begin_inset space \thinspace{}
35809 \end_inset
35810
35811 .
35812  Zu beachten ist, dass 
35813 \series bold
35814
35815 \backslash
35816 unittwo
35817 \series default
35818  kein echter LaTeX-Befehl, sondern der Befehl 
35819 \series bold
35820
35821 \backslash
35822 unit[Wert]{Einheit}
35823 \series default
35824  ist, daher kann man ihn nicht im TeX-Code benutzen.
35825 \end_layout
35826
35827 \begin_layout Itemize
35828 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35829 \begin_inset Newline newline
35830 \end_inset
35831
35832 1,2
35833 \begin_inset space \thinspace{}
35834 \end_inset
35835
35836 ‰ Alkohol im Blut
35837 \begin_inset Newline newline
35838 \end_inset
35839
35840 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35841  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35842 \end_layout
35843
35844 \begin_layout Itemize
35845 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35846  wird in einer Einheit verwendet: 15
35847 \begin_inset space \thinspace{}
35848 \end_inset
35849
35850 °C
35851 \end_layout
35852
35853 \begin_layout Itemize
35854 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35855  Ziffer der kleinste Leerraum eingefügt: 18
35856 \begin_inset space \thinspace{}
35857 \end_inset
35858
35859 473
35860 \begin_inset space \thinspace{}
35861 \end_inset
35862
35863 588
35864 \end_layout
35865
35866 \begin_layout Itemize
35867 Für Bemaßungen wie z.
35868 \begin_inset space \thinspace{}
35869 \end_inset
35870
35871 B.
35872  120×90×40
35873 \begin_inset space \thinspace{}
35874 \end_inset
35875
35876 cm, verwendet man das gelegte Kreuz 
35877 \begin_inset Quotes gld
35878 \end_inset
35879
35880 ×
35881 \begin_inset Quotes grd
35882 \end_inset
35883
35884 , dass entweder über den Befehl 
35885 \series bold
35886
35887 \backslash
35888 times
35889 \series default
35890  oder über das Menü 
35891 \family sans
35892 Einfügen\SpecialChar \menuseparator
35893 Sonderzeichen\SpecialChar \menuseparator
35894 Symbole
35895 \family default
35896  verfügbar ist.
35897 \end_layout
35898
35899 \begin_layout Itemize
35900 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35901  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35902 \begin_inset space \thinspace{}
35903 \end_inset
35904
35905 6.
35906 \begin_inset space ~
35907 \end_inset
35908
35909 1979
35910 \end_layout
35911
35912 \begin_layout Itemize
35913 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35914  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35915 \begin_inset CommandInset ref
35916 LatexCommand ref
35917 reference "sub:Vordefinierte-Funktionen"
35918
35919 \end_inset
35920
35921 .
35922 \end_layout
35923
35924 \begin_layout Itemize
35925 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35926  
35927 \begin_inset Formula $E_{\mathrm{kin}}$
35928 \end_inset
35929
35930
35931 \begin_inset Newline newline
35932 \end_inset
35933
35934 Komponenten von Matrizen werden kursiv gesetzt: 
35935 \begin_inset Formula $\hat{H}_{kl}$
35936 \end_inset
35937
35938
35939 \end_layout
35940
35941 \begin_layout Itemize
35942 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35943  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35944  Variablen zu verwechseln.
35945 \end_layout
35946
35947 \begin_layout Itemize
35948 Das Symbol für eine 
35949 \noun on
35950 Fourier
35951 \noun default
35952 -Transformation kann entweder mit dem Befehl 
35953 \series bold
35954
35955 \backslash
35956 mathscr
35957 \begin_inset space \textvisiblespace{}
35958 \end_inset
35959
35960 F
35961 \series default
35962  oder über das Menü 
35963 \family sans
35964 Einfügen\SpecialChar \menuseparator
35965 Sonderzeichen\SpecialChar \menuseparator
35966 Symbole\SpecialChar \menuseparator
35967 Buchsta\SpecialChar \-
35968 benähnliche Symbole
35969 \family default
35970  eingefügt werden: 
35971 \begin_inset Formula $\mathscr{F}$
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978 \begin_inset Newpage newpage
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Section
35985 Synonyme
35986 \begin_inset Index idx
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990 Synonyme
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \end_layout
35997
35998 \begin_layout Standard
35999 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36000  Hier ist eine Übersicht der Synonymbefehle:
36001 \end_layout
36002
36003 \begin_layout Standard
36004 \begin_inset VSpace bigskip
36005 \end_inset
36006
36007
36008 \begin_inset space \hfill{}
36009 \end_inset
36010
36011
36012 \begin_inset Tabular
36013 <lyxtabular version="3" rows="12" columns="2">
36014 <features rotate="0" tabularvalignment="middle">
36015 <column alignment="center" valignment="top" width="0pt">
36016 <column alignment="center" valignment="top" width="0pt">
36017 <row>
36018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36019 \begin_inset Text
36020
36021 \begin_layout Plain Layout
36022 Befehl
36023 \end_layout
36024
36025 \end_inset
36026 </cell>
36027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031 äquivalent zu
36032 \begin_inset Note Note
36033 status collapsed
36034
36035 \begin_layout Plain Layout
36036
36037 \series bold
36038
36039 \backslash
36040 raisebox
36041 \series default
36042  dient nur als Abstandhalter.
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 </row>
36053 <row>
36054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36055 \begin_inset Text
36056
36057 \begin_layout Plain Layout
36058
36059 \backslash
36060 ast
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36066 \begin_inset Text
36067
36068 \begin_layout Plain Layout
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074
36075 \backslash
36076 raisebox{-1.2mm}{
36077 \end_layout
36078
36079 \end_inset
36080
36081 *
36082 \begin_inset ERT
36083 status collapsed
36084
36085 \begin_layout Plain Layout
36086
36087 }
36088 \end_layout
36089
36090 \end_inset
36091
36092
36093 \end_layout
36094
36095 \end_inset
36096 </cell>
36097 </row>
36098 <row>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103
36104 \backslash
36105 choose
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114
36115 \backslash
36116 binom
36117 \end_layout
36118
36119 \end_inset
36120 </cell>
36121 </row>
36122 <row>
36123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36124 \begin_inset Text
36125
36126 \begin_layout Plain Layout
36127
36128 \backslash
36129 geq
36130 \end_layout
36131
36132 \end_inset
36133 </cell>
36134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36135 \begin_inset Text
36136
36137 \begin_layout Plain Layout
36138
36139 \backslash
36140 ge
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 </row>
36146 <row>
36147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36148 \begin_inset Text
36149
36150 \begin_layout Plain Layout
36151
36152 \backslash
36153 lbrace
36154 \end_layout
36155
36156 \end_inset
36157 </cell>
36158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36159 \begin_inset Text
36160
36161 \begin_layout Plain Layout
36162 {
36163 \end_layout
36164
36165 \end_inset
36166 </cell>
36167 </row>
36168 <row>
36169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36170 \begin_inset Text
36171
36172 \begin_layout Plain Layout
36173
36174 \backslash
36175 lbracket
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36181 \begin_inset Text
36182
36183 \begin_layout Plain Layout
36184 [
36185 \end_layout
36186
36187 \end_inset
36188 </cell>
36189 </row>
36190 <row>
36191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36192 \begin_inset Text
36193
36194 \begin_layout Plain Layout
36195
36196 \backslash
36197 leftarrow
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36203 \begin_inset Text
36204
36205 \begin_layout Plain Layout
36206
36207 \backslash
36208 gets
36209 \end_layout
36210
36211 \end_inset
36212 </cell>
36213 </row>
36214 <row>
36215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Plain Layout
36219
36220 \backslash
36221 leq
36222 \end_layout
36223
36224 \end_inset
36225 </cell>
36226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230
36231 \backslash
36232 le
36233 \end_layout
36234
36235 \end_inset
36236 </cell>
36237 </row>
36238 <row>
36239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36240 \begin_inset Text
36241
36242 \begin_layout Plain Layout
36243
36244 \backslash
36245 lor
36246 \end_layout
36247
36248 \end_inset
36249 </cell>
36250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36251 \begin_inset Text
36252
36253 \begin_layout Plain Layout
36254
36255 \backslash
36256 vee
36257 \end_layout
36258
36259 \end_inset
36260 </cell>
36261 </row>
36262 <row>
36263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36264 \begin_inset Text
36265
36266 \begin_layout Plain Layout
36267
36268 \backslash
36269 neq
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36275 \begin_inset Text
36276
36277 \begin_layout Plain Layout
36278
36279 \backslash
36280 not=
36281 \end_layout
36282
36283 \end_inset
36284 </cell>
36285 </row>
36286 <row>
36287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291
36292 \backslash
36293 slash
36294 \end_layout
36295
36296 \end_inset
36297 </cell>
36298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36299 \begin_inset Text
36300
36301 \begin_layout Plain Layout
36302 /
36303 \end_layout
36304
36305 \end_inset
36306 </cell>
36307 </row>
36308 <row>
36309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36310 \begin_inset Text
36311
36312 \begin_layout Plain Layout
36313
36314 \backslash
36315 vert
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36321 \begin_inset Text
36322
36323 \begin_layout Plain Layout
36324 |
36325 \end_layout
36326
36327 \end_inset
36328 </cell>
36329 </row>
36330 </lyxtabular>
36331
36332 \end_inset
36333
36334
36335 \begin_inset space \hfill{}
36336 \end_inset
36337
36338
36339 \begin_inset Tabular
36340 <lyxtabular version="3" rows="12" columns="2">
36341 <features rotate="0" tabularvalignment="middle">
36342 <column alignment="center" valignment="top" width="0pt">
36343 <column alignment="center" valignment="top" width="0pt">
36344 <row>
36345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 Befehl
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36355 \begin_inset Text
36356
36357 \begin_layout Plain Layout
36358 äquivalent zu
36359 \end_layout
36360
36361 \end_inset
36362 </cell>
36363 </row>
36364 <row>
36365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36366 \begin_inset Text
36367
36368 \begin_layout Plain Layout
36369
36370 \backslash
36371 backslash
36372 \end_layout
36373
36374 \end_inset
36375 </cell>
36376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36377 \begin_inset Text
36378
36379 \begin_layout Plain Layout
36380
36381 \backslash
36382
36383 \backslash
36384
36385 \end_layout
36386
36387 \end_inset
36388 </cell>
36389 </row>
36390 <row>
36391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36392 \begin_inset Text
36393
36394 \begin_layout Plain Layout
36395
36396 \backslash
36397 dasharrow
36398 \end_layout
36399
36400 \end_inset
36401 </cell>
36402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36403 \begin_inset Text
36404
36405 \begin_layout Plain Layout
36406
36407 \backslash
36408 dashrightarrow
36409 \end_layout
36410
36411 \end_inset
36412 </cell>
36413 </row>
36414 <row>
36415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36416 \begin_inset Text
36417
36418 \begin_layout Plain Layout
36419
36420 \backslash
36421 land
36422 \end_layout
36423
36424 \end_inset
36425 </cell>
36426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36427 \begin_inset Text
36428
36429 \begin_layout Plain Layout
36430
36431 \backslash
36432 wedge
36433 \end_layout
36434
36435 \end_inset
36436 </cell>
36437 </row>
36438 <row>
36439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36440 \begin_inset Text
36441
36442 \begin_layout Plain Layout
36443
36444 \backslash
36445 rbrace
36446 \end_layout
36447
36448 \end_inset
36449 </cell>
36450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36451 \begin_inset Text
36452
36453 \begin_layout Plain Layout
36454 }
36455 \end_layout
36456
36457 \end_inset
36458 </cell>
36459 </row>
36460 <row>
36461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36462 \begin_inset Text
36463
36464 \begin_layout Plain Layout
36465
36466 \backslash
36467 rbracket
36468 \end_layout
36469
36470 \end_inset
36471 </cell>
36472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36473 \begin_inset Text
36474
36475 \begin_layout Plain Layout
36476 ]
36477 \end_layout
36478
36479 \end_inset
36480 </cell>
36481 </row>
36482 <row>
36483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36484 \begin_inset Text
36485
36486 \begin_layout Plain Layout
36487
36488 \backslash
36489 rightarrow
36490 \end_layout
36491
36492 \end_inset
36493 </cell>
36494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36495 \begin_inset Text
36496
36497 \begin_layout Plain Layout
36498
36499 \backslash
36500 to
36501 \end_layout
36502
36503 \end_inset
36504 </cell>
36505 </row>
36506 <row>
36507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36508 \begin_inset Text
36509
36510 \begin_layout Plain Layout
36511
36512 \backslash
36513 lnot
36514 \end_layout
36515
36516 \end_inset
36517 </cell>
36518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36519 \begin_inset Text
36520
36521 \begin_layout Plain Layout
36522
36523 \backslash
36524 neg
36525 \end_layout
36526
36527 \end_inset
36528 </cell>
36529 </row>
36530 <row>
36531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36532 \begin_inset Text
36533
36534 \begin_layout Plain Layout
36535
36536 \backslash
36537 ne
36538 \end_layout
36539
36540 \end_inset
36541 </cell>
36542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36543 \begin_inset Text
36544
36545 \begin_layout Plain Layout
36546
36547 \backslash
36548 not=
36549 \end_layout
36550
36551 \end_inset
36552 </cell>
36553 </row>
36554 <row>
36555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36556 \begin_inset Text
36557
36558 \begin_layout Plain Layout
36559
36560 \backslash
36561 owns
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Plain Layout
36570
36571 \backslash
36572 ni
36573 \end_layout
36574
36575 \end_inset
36576 </cell>
36577 </row>
36578 <row>
36579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36580 \begin_inset Text
36581
36582 \begin_layout Plain Layout
36583
36584 \backslash
36585 square
36586 \end_layout
36587
36588 \end_inset
36589 </cell>
36590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36591 \begin_inset Text
36592
36593 \begin_layout Plain Layout
36594
36595 \backslash
36596 Box
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 </row>
36602 <row>
36603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36604 \begin_inset Text
36605
36606 \begin_layout Plain Layout
36607
36608 \backslash
36609 Vert
36610 \end_layout
36611
36612 \end_inset
36613 </cell>
36614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618
36619 \backslash
36620 |
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 </row>
36626 </lyxtabular>
36627
36628 \end_inset
36629
36630
36631 \begin_inset space \hfill{}
36632 \end_inset
36633
36634
36635 \end_layout
36636
36637 \begin_layout Standard
36638 \begin_inset Newpage newpage
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \begin_layout Bibliography
36645 \begin_inset CommandInset bibitem
36646 LatexCommand bibitem
36647 key "TLC2"
36648
36649 \end_inset
36650
36651
36652 \shape smallcaps
36653 Mittelbach, F.
36654  ; Goossens, M.
36655 \shape default
36656
36657 \shape italic
36658 The LaTeX Companion
36659 \shape default
36660 .
36661  Addison Wesley, 2004
36662 \end_layout
36663
36664 \begin_layout Bibliography
36665 \begin_inset CommandInset bibitem
36666 LatexCommand bibitem
36667 key "Mathmode"
36668
36669 \end_inset
36670
36671
36672 \begin_inset CommandInset href
36673 LatexCommand href
36674 name "Beschreibung"
36675 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36676
36677 \end_inset
36678
36679  der mathematischen Fähigkeiten von LaTeX
36680 \end_layout
36681
36682 \begin_layout Bibliography
36683 \begin_inset CommandInset bibitem
36684 LatexCommand bibitem
36685 key "AMS"
36686
36687 \end_inset
36688
36689
36690 \begin_inset CommandInset href
36691 LatexCommand href
36692 name "Beschreibung"
36693 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36694
36695 \end_inset
36696
36697  von 
36698 \begin_inset ERT
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702
36703
36704 \backslash
36705 AmS
36706 \end_layout
36707
36708 \end_inset
36709
36710 -LaTeX
36711 \end_layout
36712
36713 \begin_layout Bibliography
36714 \begin_inset CommandInset bibitem
36715 LatexCommand bibitem
36716 key "Symbole"
36717
36718 \end_inset
36719
36720
36721 \begin_inset CommandInset href
36722 LatexCommand href
36723 name "Auflistung"
36724 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36725
36726 \end_inset
36727
36728  aller über LaTeX-Pakete verfügbare Symbole
36729 \end_layout
36730
36731 \begin_layout Bibliography
36732 \begin_inset CommandInset bibitem
36733 LatexCommand bibitem
36734 key "cancel"
36735
36736 \end_inset
36737
36738
36739 \begin_inset CommandInset href
36740 LatexCommand href
36741 name "Dokumentation"
36742 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36743
36744 \end_inset
36745
36746  des LaTeX-Pakets 
36747 \series bold
36748 cancel
36749 \series default
36750
36751 \begin_inset Index idx
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 Pakete ! cancel
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \begin_layout Bibliography
36764 \begin_inset CommandInset bibitem
36765 LatexCommand bibitem
36766 key "hyperref"
36767
36768 \end_inset
36769
36770
36771 \begin_inset CommandInset href
36772 LatexCommand href
36773 name "Dokumentation"
36774 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36775
36776 \end_inset
36777
36778  des LaTeX-Pakets 
36779 \series bold
36780 hyperref
36781 \series default
36782
36783 \begin_inset Index idx
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787 Pakete ! hyperref
36788 \end_layout
36789
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Bibliography
36796 \begin_inset CommandInset bibitem
36797 LatexCommand bibitem
36798 key "mhchem"
36799
36800 \end_inset
36801
36802
36803 \begin_inset CommandInset href
36804 LatexCommand href
36805 name "Dokumentation"
36806 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36807
36808 \end_inset
36809
36810  des LaTeX-Pakets 
36811 \series bold
36812 mhchem
36813 \series default
36814
36815 \begin_inset Index idx
36816 status collapsed
36817
36818 \begin_layout Plain Layout
36819 Pakete ! mhchem
36820 \end_layout
36821
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \begin_layout Bibliography
36828 \begin_inset CommandInset bibitem
36829 LatexCommand bibitem
36830 key "Mathclap"
36831
36832 \end_inset
36833
36834
36835 \begin_inset CommandInset href
36836 LatexCommand href
36837 name "Beschreibung"
36838 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36839
36840 \end_inset
36841
36842  des in 
36843 \begin_inset CommandInset ref
36844 LatexCommand ref
36845 reference "sub:Operatorgrenzen"
36846
36847 \end_inset
36848
36849  vorgestellten Befehls 
36850 \series bold
36851
36852 \backslash
36853 mathclap
36854 \series default
36855
36856 \begin_inset Index idx
36857 status collapsed
36858
36859 \begin_layout Plain Layout
36860 Befehle ! M ! 
36861 \backslash
36862 mathclap
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \begin_layout Bibliography
36871 \begin_inset CommandInset bibitem
36872 LatexCommand bibitem
36873 key "Duden"
36874
36875 \end_inset
36876
36877
36878 \emph on
36879 Duden Band 1
36880 \emph default
36881 .
36882  22.
36883  Auflage, Duden Verlag 2001
36884 \end_layout
36885
36886 \begin_layout Bibliography
36887 \begin_inset CommandInset bibitem
36888 LatexCommand bibitem
36889 key "Checklist"
36890
36891 \end_inset
36892
36893
36894 \begin_inset CommandInset href
36895 LatexCommand href
36896 name "Prüfliste"
36897 target "http://physics.nist.gov/Document/checklist.pdf"
36898
36899 \end_inset
36900
36901  für das Rezensieren von Manuskripten
36902 \end_layout
36903
36904 \begin_layout Standard
36905 \begin_inset Note Note
36906 status collapsed
36907
36908 \begin_layout Plain Layout
36909 Damit der Index den Namen 
36910 \begin_inset Quotes gld
36911 \end_inset
36912
36913 Stichwortverzeichnis
36914 \begin_inset Quotes grd
36915 \end_inset
36916
36917  erhält, wurde im LaTeX-Vorspann
36918 \end_layout
36919
36920 \begin_layout Plain Layout
36921
36922 \series bold
36923
36924 \backslash
36925 addto
36926 \backslash
36927 captionsngerman{
36928 \backslash
36929 renewcommand{
36930 \backslash
36931 indexname}{Stichwortverzeichnis}}
36932 \end_layout
36933
36934 \begin_layout Plain Layout
36935 eingefügt.
36936 \end_layout
36937
36938 \begin_layout Plain Layout
36939 Das Paket 
36940 \series bold
36941 babel
36942 \series default
36943  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36944  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36945  Außerdem wird 
36946 \series bold
36947 babel
36948 \series default
36949  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36950  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36951 che verwendet wurde.
36952 \end_layout
36953
36954 \begin_layout Plain Layout
36955 Möchte man andere Beschriftungen ändern, ersetzt man 
36956 \series bold
36957
36958 \backslash
36959 indexname
36960 \series default
36961  durch 
36962 \series bold
36963
36964 \backslash
36965 <Beschriftungs>name
36966 \series default
36967 .
36968  Eine Auflistung der möglichen Namen findet man unter
36969 \end_layout
36970
36971 \begin_layout Plain Layout
36972
36973 \family typewriter
36974 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36975 \end_layout
36976
36977 \begin_layout Plain Layout
36978 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36979 \series bold
36980 ngerman
36981 \series default
36982  durch die Dokumentsprache und
36983 \end_layout
36984
36985 \begin_layout Plain Layout
36986
36987 \series bold
36988
36989 \backslash
36990 captionsgerman
36991 \series default
36992  durch 
36993 \series bold
36994
36995 \backslash
36996 captions<Dokumentsprache>
36997 \series default
36998 .
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \begin_inset CommandInset index_print
37005 LatexCommand printindex
37006 type "idx"
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \end_body
37014 \end_document