]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: add info about decorated matrix column limit and how to increase it.
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasngerman{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
50 }
51
52 % Makros damit Pakete nicht doppelt geladen werden.
53 % siehe erste Fußnote in Kap. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
57 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % benutzt in Kap. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % für Mehrfachzeilen, benutzt in Kap. 23.7
81 \usepackage{multicol}
82
83 % benutzt in Kap. 19.4
84 \usepackage{remreset}
85
86 % für das Fourier-Transformationssymbol
87 \usepackage{mathrsfs}
88
89 % Farbdefinition aus Kap. 9.3
90 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
93 \DeclareMathOperator*{\Raute}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\leer}{\textvisiblespace}
97
98 % Beispielbefehle aus Kap. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % Beispielmakro aus Kap. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % Makro aus Kap. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % Damit der Index einen anderen Namen erhält.
114 \addto\captionsngerman
115 {\renewcommand{\indexname}
116 {Stichwort- und Befehlsverzeichnis}}
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % testen ob das Paket eurosym installiert ist
123 % wird benutzt für das Euro-Symbol
124 \newboolean{eurosym}
125 \IfFileExists{eurosym.sty}
126  {\usepackage[gennarrow]{eurosym}
127   \setboolean{eurosym}{true}}
128  {\setboolean{eurosym}{false}}
129
130 % testen ob Paket braket installiert ist
131 % benötigt für physikalische Vektoren
132 \newboolean{braket}
133 \IfFileExists{braket.sty}
134  {\usepackage{braket}
135   \setboolean{braket}{true}}
136  {\setboolean{braket}{false}}
137
138 % testen ob Paket cancel installiert ist
139 \newboolean{cancel}
140 \IfFileExists{cancel.sty}
141  {\usepackage{cancel}
142   \setboolean{cancel}{true}}
143  {\setboolean{cancel}{false}}
144
145 % testen ob Paket upgreek installiert ist
146 \newboolean{upgreek}
147 \IfFileExists{upgreek.sty}
148  {\usepackage{upgreek}
149   \setboolean{upgreek}{true}}
150  {\setboolean{upgreek}{false}}
151
152 % benötigt für Kommas in Formeln, siehe Kap. 22.3
153 \IfFileExists{icomma.sty}
154  {\usepackage{icomma}}{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
157 \use_default_options false
158 \maintain_unincluded_children false
159 \language ngerman
160 \language_package default
161 \inputencoding auto
162 \fontencoding global
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \use_non_tex_fonts false
168 \font_sc false
169 \font_osf false
170 \font_sf_scale 100
171 \font_tt_scale 100
172
173 \graphics default
174 \default_output_format default
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyXs Mathehandbuch"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
184 \pdf_keywords "LyX, Mathed"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize a4paper
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 1
199 \use_mhchem 1
200 \use_mathdots 1
201 \cite_engine basic
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
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.0.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,
300 \series default
301  
302 \series bold
303 mhchem
304 \series default
305  und 
306 \series bold
307 was
308 \series default
309  installiert sein.
310  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
311  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
312  nicht im Ausdruck.
313  Eine Ausnahme ist 
314 \series bold
315 mhchem
316 \series default
317 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
318 \end_layout
319
320 \begin_layout Plain Layout
321 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
328 \end_layout
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset Newpage newpage
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Section
343 Einleitung
344 \end_layout
345
346 \begin_layout Standard
347 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
348  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
349  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
350 tten.
351  Das setzt voraus, dass bereits das Kapitel 
352 \family typewriter
353 Mathematische
354 \family default
355  
356 \family typewriter
357 Formeln
358 \family default
359  des Benutzerhandbuchs gelesen worden ist.
360 \end_layout
361
362 \begin_layout Standard
363 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
364 \family sans
365 Einfügen
366 \series bold
367 \SpecialChar \menuseparator
368
369 \series default
370 Mathe
371 \family default
372  oder die 
373 \family sans
374 Mathe-Werkzeugleiste
375 \family default
376  aufrufbar.
377  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
378  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
379  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
380  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
381 \end_layout
382
383 \begin_layout Standard
384 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
385  LyX verfügbar.
386  Um alle Befehle nutzen zu können, muss die Option 
387 \family sans
388 AMS-Mathe-Paket verwenden
389 \family default
390  im Menü 
391 \family sans
392 Dokument\SpecialChar \menuseparator
393 Einstellungen\SpecialChar \menuseparator
394 Mathe Optionen
395 \family default
396  aktiviert sein.
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 Die 
402 \family sans
403 Option
404 \family default
405  
406 \family sans
407 AMS-Mathe-Paket automatisch verwenden
408 \family default
409  verwendet 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
423  LyX unterstützt.
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Standard
432 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
433 listung
434  aller 
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -Mathe Befehle
448 \begin_inset Foot
449 status collapsed
450
451 \begin_layout Plain Layout
452 Eine Liste mit allen 
453 \begin_inset ERT
454 status collapsed
455
456 \begin_layout Plain Layout
457
458
459 \backslash
460 AmS
461 \end_layout
462
463 \end_inset
464
465 -Mathe Befehlen findet sich in der Datei 
466 \family sans
467
468 \begin_inset CommandInset href
469 LatexCommand href
470 name "amsguide.ps"
471 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
472
473 \end_inset
474
475
476 \family default
477 , die Teil jeder LaTeX-Standardinstallation ist.
478 \end_layout
479
480 \end_inset
481
482  verzichtet.
483 \end_layout
484
485 \begin_layout Section
486 Allgemeine Hinweise
487 \end_layout
488
489 \begin_layout Standard
490 Um eine in einer Textzeile eingebettete Formel
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 Formel ! eingebettete
496 \end_layout
497
498 \end_inset
499
500  zu erstellen, drückt man 
501 \family sans
502 Strg+M
503 \family default
504  oder den Werkzeugleistenknopf 
505 \begin_inset Graphics
506         filename ../../images/math-mode.png
507         scale 85
508
509 \end_inset
510
511 .
512 \begin_inset Newline newline
513 \end_inset
514
515 Um eine abgesetzte Formel
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formel ! abgesetzte
521 \end_layout
522
523 \end_inset
524
525  zu erstellen, drückt man 
526 \family sans
527 Strg+Shift+M
528 \family default
529 .
530 \end_layout
531
532 \begin_layout Standard
533 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
534  Cursor in die Formel und drückt 
535 \family sans
536 Strg+Shift+M
537 \family default
538  oder benutzt das Menü 
539 \family sans
540 Bearbeiten\SpecialChar \menuseparator
541 Mathe\SpecialChar \menuseparator
542
543 \begin_inset Newline linebreak
544 \end_inset
545
546 Formelart ändern
547 \family default
548 .
549  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
550  umwandeln.
551 \end_layout
552
553 \begin_layout Standard
554 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
555  gibt man in die Formel den Befehl 
556 \series bold
557
558 \backslash
559 displaystyle
560 \series default
561
562 \begin_inset Index idx
563 status collapsed
564
565 \begin_layout Plain Layout
566 Befehle ! D ! 
567 \backslash
568 displaystyle
569 \end_layout
570
571 \end_inset
572
573  ein.
574  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
575  wird.
576 \end_layout
577
578 \begin_layout Standard
579 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
580 \end_layout
581
582 \begin_layout Standard
583 Die 
584 \family sans
585 Mathe-Werkzeugleiste
586 \family default
587  kann über das Menü 
588 \family sans
589 Ansicht\SpecialChar \menuseparator
590 Werkzeugleisten
591 \family default
592  eingeblendet werden.
593  Wenn dort auf 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Mathe
598 \begin_inset Quotes erd
599 \end_inset
600
601  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
602  diese Einstellung wird durch ein Häkchen im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  angezeigt.
607  Wenn nun im Menü 
608 \family sans
609 Werkzeugleisten
610 \family default
611  nochmal auf 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Mathe
616 \begin_inset Quotes erd
617 \end_inset
618
619  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
620  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
621  des Menüeintrags von 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset Quotes erd
627 \end_inset
628
629  zu 
630 \begin_inset Quotes eld
631 \end_inset
632
633 Mathe
634 \begin_inset space ~
635 \end_inset
636
637 (automatisch)
638 \begin_inset Quotes erd
639 \end_inset
640
641  angezeigt.
642 \end_layout
643
644 \begin_layout Standard
645 In den TeX-Modus
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 T@TeX-Modus
651 \end_layout
652
653 \end_inset
654
655  gelangt man über den Werkzeugleistenknopf 
656 \begin_inset Graphics
657         filename ../../images/ert-insert.png
658         scale 85
659
660 \end_inset
661
662  oder das Menü 
663 \family sans
664 Einfügen\SpecialChar \menuseparator
665 Te
666 \begin_inset ERT
667 status collapsed
668
669 \begin_layout Plain Layout
670
671 {}
672 \end_layout
673
674 \end_inset
675
676 X
677 \begin_inset space ~
678 \end_inset
679
680 Code
681 \family default
682  (Tastenkürzel 
683 \family sans
684 Strg+L
685 \family default
686 ).
687 \begin_inset Note Note
688 status collapsed
689
690 \begin_layout Plain Layout
691 In LyX gibt es drei 
692 \begin_inset Quotes gld
693 \end_inset
694
695 Eigennamen
696 \begin_inset Quotes grd
697 \end_inset
698
699 , die im Ausdruck mit hoch bzw.
700  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
701 \end_layout
702
703 \begin_layout Plain Layout
704 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
705  man ein TeX-Klammerpaar ein.
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 In den LaTeX-Vorspann
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 L@LaTeX-Vorspann
720 \end_layout
721
722 \end_inset
723
724  gelangt man über das Menü 
725 \family sans
726 Dokument\SpecialChar \menuseparator
727 Einstellungen\SpecialChar \menuseparator
728 LaT
729 \begin_inset ERT
730 status collapsed
731
732 \begin_layout Plain Layout
733
734 {}
735 \end_layout
736
737 \end_inset
738
739 eX-Vorspann
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
746 en Formeln kann man die Menüs 
747 \family sans
748 Bearbeiten\SpecialChar \menuseparator
749 Mathe
750 \family default
751  und 
752 \family sans
753 Bearbeiten\SpecialChar \menuseparator
754 Zeilen
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Spalten
763 \family default
764  oder die 
765 \family sans
766 Tabellen-Werkzeugleiste
767 \family default
768  verwenden.
769  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
770  die Spalte bzw.
771  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773  darunter liegenden Zeile vertauscht.
774  Befindet sich der Cursor in der letzten Spalte bzw.
775  Zeile, wird mit der links daneben stehenden Spalte bzw.
776  darüber liegenden Zeile vertauscht.
777 \end_layout
778
779 \begin_layout Standard
780 Zum Schreiben von Text in einer Formel
781 \begin_inset Foot
782 status collapsed
783
784 \begin_layout Plain Layout
785 Bei mehrzeiligen Formeln wird der Befehl 
786 \series bold
787
788 \backslash
789 intertext
790 \series default
791  verwendet, siehe 
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sub:Text-in-mehrzeiligen"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \end_inset
802
803  verwendet man den 
804 \emph on
805 mathematischen Textmodus
806 \emph default
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Text ! in Formeln
813 \end_layout
814
815 \end_inset
816
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Mathematischer Textmodus
823 \end_layout
824
825 \end_inset
826
827 , in den man mit dem Tastenkürzel 
828 \family sans
829 Alt+M
830 \begin_inset space ~
831 \end_inset
832
833 M
834 \family default
835  oder durch Eingabe des Befehls 
836 \series bold
837
838 \backslash
839 text
840 \begin_inset Index idx
841 status collapsed
842
843 \begin_layout Plain Layout
844 Befehle ! T ! 
845 \backslash
846 text
847 \end_layout
848
849 \end_inset
850
851
852 \series default
853  gelangt.
854  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
855  Formel unterscheiden.
856  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
857  anderen Zeichen einer Formel nicht kursiv.
858 \end_layout
859
860 \begin_layout Subsection*
861 Befehlsschema
862 \end_layout
863
864 \begin_layout Standard
865 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
866  Schema:
867 \end_layout
868
869 \begin_layout Standard
870
871 \series bold
872
873 \backslash
874 Befehlsname[optionales
875 \series default
876  
877 \series bold
878 Argument]{anzugebendes
879 \series default
880  
881 \series bold
882 Argument}
883 \end_layout
884
885 \begin_layout Standard
886 Ein Befehl muss immer mit einem Backslash 
887 \begin_inset Quotes gld
888 \end_inset
889
890
891 \series bold
892
893 \backslash
894
895 \series default
896
897 \begin_inset Quotes grd
898 \end_inset
899
900  beginnen.
901  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
902  eckigen Klammern weggelassen werden.
903  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
904 \begin_inset Index idx
905 status collapsed
906
907 \begin_layout Plain Layout
908 T@TeX-Klammern
909 \end_layout
910
911 \end_inset
912
913  bezeichnet.
914  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
915  an, erzeugt LyX automatisch eine TeX-Klammer.
916  Ansonsten werden sie in Formeln mit dem Befehl 
917 \series bold
918
919 \backslash
920 {
921 \series default
922  erzeugt.
923  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
924  Klammern, die blau erscheinen.
925  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
926  TeX-Klammern erscheinen nicht im Ausdruck.
927 \end_layout
928
929 \begin_layout Standard
930 Werden Befehle ohne Argumente, wie z.
931 \begin_inset space \thinspace{}
932 \end_inset
933
934 B.
935  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
936 \emph on
937 immer
938 \emph default
939  ein Leerzeichen folgen um ihn zu beenden.
940  Dieses Leerzeichen erscheint nicht im Ausdruck.
941  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
942  normalen Text ein geschütztes Leerzeichen folgen.
943 \end_layout
944
945 \begin_layout Standard
946 Ein geschütztes Leerzeichen gibt man mit 
947 \family sans
948 Strg+Leertaste
949 \family default
950  ein.
951 \end_layout
952
953 \begin_layout Subsection*
954 Zeichenerklärung
955 \end_layout
956
957 \begin_layout Itemize
958 Das Symbol
959 \begin_inset Foot
960 status collapsed
961
962 \begin_layout Plain Layout
963 Dieses sichtbare Leerzeichen erhält man über den Befehl 
964 \series bold
965
966 \backslash
967 textvisiblespace
968 \series default
969
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 Befehle ! T ! 
975 \backslash
976 textvisiblespace
977 \end_layout
978
979 \end_inset
980
981 , der im TeX-Modus einzugeben ist.
982 \end_layout
983
984 \end_inset
985
986  
987 \begin_inset ERT
988 status collapsed
989
990 \begin_layout Plain Layout
991
992
993 \backslash
994 leer 
995 \end_layout
996
997 \end_inset
998
999
1000 \begin_inset space ~
1001 \end_inset
1002
1003 steht für ein einzugebendes Leerzeichen.
1004 \end_layout
1005
1006 \begin_layout Itemize
1007 Ein Pfeil wie z.
1008 \begin_inset space \thinspace{}
1009 \end_inset
1010
1011 B.
1012  
1013 \begin_inset Formula $\to$
1014 \end_inset
1015
1016  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1017 \end_layout
1018
1019 \begin_layout Subsection*
1020 Verfügbare Einheiten
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \align center
1025 \begin_inset Float table
1026 placement H
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \align center
1033 \begin_inset Caption
1034
1035 \begin_layout Plain Layout
1036 \begin_inset CommandInset label
1037 LatexCommand label
1038 name "tab:Verfügbare-Einheiten"
1039
1040 \end_inset
1041
1042 Verfügbare Einheiten
1043 \end_layout
1044
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \begin_layout Plain Layout
1051 \align center
1052 \begin_inset Tabular
1053 <lyxtabular version="3" rows="13" columns="2">
1054 <features tabularvalignment="middle">
1055 <column alignment="center" valignment="top" width="0">
1056 <column alignment="center" valignment="top" width="0">
1057 <row>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Einheit
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 Name / Beschreibung
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 mm
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Millimeter
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 cm
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Zentimeter
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 in
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Inch / Zoll (1
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 in = 2,54
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 cm)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pt
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Punkt (72,27
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pt = 1
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 in)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 pc
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 Pica (1
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pc = 12
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 sp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 scaled point (65536
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 sp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 pt)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 bp
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 big point (72
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 bp = 1
1248 \begin_inset space \thinspace{}
1249 \end_inset
1250
1251 in)
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 </row>
1257 <row>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 dd
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 Didot (1
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 dd 
1276 \begin_inset Formula $\approx$
1277 \end_inset
1278
1279  0,376
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 mm)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 cc
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Cicero (1
1304 \begin_inset space \thinspace{}
1305 \end_inset
1306
1307 cc = 12
1308 \begin_inset space \thinspace{}
1309 \end_inset
1310
1311 dd)
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 </row>
1317 <row>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 ex
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 Höhe des Buchstabens 
1332 \emph on
1333 x
1334 \emph default
1335  in der aktuellen Schrift
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 <row>
1342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 em
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 Breite des Buchstabens 
1356 \emph on
1357 M
1358 \emph default
1359  in der aktuellen Schrift
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 <row>
1366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 mu
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Plain Layout
1379 math unit (1
1380 \begin_inset space \thinspace{}
1381 \end_inset
1382
1383 mu = 
1384 \begin_inset Formula $\nicefrac{1}{18}$
1385 \end_inset
1386
1387
1388 \begin_inset space \thinspace{}
1389 \end_inset
1390
1391 em)
1392 \end_layout
1393
1394 \end_inset
1395 </cell>
1396 </row>
1397 </lyxtabular>
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Standard
1410 \begin_inset Newpage newpage
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Section
1417 Grundlegende Funktionen
1418 \end_layout
1419
1420 \begin_layout Subsection
1421 Exponenten
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Exponenten
1427 \end_layout
1428
1429 \end_inset
1430
1431  und Indizes
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Indizes
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \begin_inset Index idx
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 Hochstellen|see
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 {
1453 \end_layout
1454
1455 \end_inset
1456
1457 Exponenten
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 }
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 Tiefstellen|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Indizes
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \begin_layout Standard
1509 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Graphics
1512         filename ../../images/math-subscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1518  
1519 \begin_inset Graphics
1520         filename ../../images/math-superscript.png
1521         scale 85
1522
1523 \end_inset
1524
1525  erzeugt.
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="2">
1532 <features tabularvalignment="middle">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <column alignment="center" valignment="top" width="0pt">
1535 <row>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Befehl
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
1545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 Ergebnis
1550 \begin_inset Note Note
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 \series bold
1556
1557 \backslash
1558 raisebox
1559 \series default
1560  dient nur als Abstandhalter.
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 B_V
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 \begin_inset Formula $B_{V}$
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 </row>
1594 <row>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 B^V
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 </row>
1617 <row>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 B^
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628
1629 \backslash
1630 leer 
1631 \end_layout
1632
1633 \end_inset
1634
1635 A
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 </row>
1653 </lyxtabular>
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1662 llt
1663 \begin_inset Foot
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1668 \end_layout
1669
1670 \end_inset
1671
1672 .
1673  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1674  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1675 \end_layout
1676
1677 \begin_layout Subsection
1678 Brüche
1679 \begin_inset CommandInset label
1680 LatexCommand label
1681 name "sub:Brüche"
1682
1683 \end_inset
1684
1685
1686 \begin_inset Index idx
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690 Brüche
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Brüche werden mit dem Befehl 
1700 \series bold
1701
1702 \backslash
1703 frac
1704 \series default
1705
1706 \begin_inset Index idx
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Befehle ! F ! 
1711 \backslash
1712 frac
1713 \end_layout
1714
1715 \end_inset
1716
1717  oder mit dem Mathe-Werkzeugleistenknopf 
1718 \begin_inset Graphics
1719         filename ../../images/math/frac.png
1720         scale 50
1721
1722 \end_inset
1723
1724  erstellt.
1725  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1726  in einer eingebetteten oder abgesetzten Formel befindet.
1727  Mit dem Mathe-Werkzeugleistenknopf 
1728 \begin_inset Graphics
1729         filename ../../images/math/frac-square.png
1730         scale 85
1731
1732 \end_inset
1733
1734  können verschieden Bruchtypen gewählt werden.
1735 \end_layout
1736
1737 \begin_layout Standard
1738 Mit dem Befehl 
1739 \series bold
1740
1741 \backslash
1742 dfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! D ! 
1750 \backslash
1751 dfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1757  Formel erscheint.
1758  Mit 
1759 \series bold
1760
1761 \backslash
1762 tfrac
1763 \series default
1764
1765 \begin_inset Index idx
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Befehle ! T ! 
1770 \backslash
1771 tfrac
1772 \end_layout
1773
1774 \end_inset
1775
1776  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1777  Ein Beispiel:
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Eine Zeile mit dem Bruch 
1782 \begin_inset Formula $\frac{1}{2}$
1783 \end_inset
1784
1785 , der mit dem Befehl 
1786 \series bold
1787
1788 \backslash
1789 frac
1790 \series default
1791  erstellt wurde.
1792 \end_layout
1793
1794 \begin_layout Standard
1795 Eine Zeile mit dem Bruch 
1796 \begin_inset Formula $\dfrac{1}{2}$
1797 \end_inset
1798
1799 , der mit dem Befehl 
1800 \series bold
1801
1802 \backslash
1803 dfrac
1804 \series default
1805  erstellt wurde.
1806 \end_layout
1807
1808 \begin_layout Standard
1809 \align center
1810 \begin_inset Tabular
1811 <lyxtabular version="3" rows="4" columns="2">
1812 <features tabularvalignment="middle">
1813 <column alignment="center" valignment="top" width="0pt">
1814 <column alignment="center" valignment="top" width="0pt">
1815 <row>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820 Befehl
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 Ergebnis
1830 \begin_inset Note Note
1831 status collapsed
1832
1833 \begin_layout Plain Layout
1834
1835 \series bold
1836
1837 \backslash
1838 raisebox
1839 \series default
1840  dient nur als Abstandhalter.
1841 \end_layout
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \backslash
1858 frac
1859 \begin_inset ERT
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863
1864
1865 \backslash
1866 leer 
1867 \end_layout
1868
1869 \end_inset
1870
1871 A
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 B
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \backslash
1900 dfrac
1901 \begin_inset ERT
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905
1906
1907 \backslash
1908 leer 
1909 \end_layout
1910
1911 \end_inset
1912
1913 A
1914 \begin_inset Formula $\downarrow$
1915 \end_inset
1916
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \backslash
1942 dfrac
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 leer 
1951 \end_layout
1952
1953 \end_inset
1954
1955 e^
1956 \begin_inset ERT
1957 status collapsed
1958
1959 \begin_layout Plain Layout
1960
1961
1962 \backslash
1963 leer 
1964 \end_layout
1965
1966 \end_inset
1967
1968
1969 \backslash
1970 frac
1971 \begin_inset ERT
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975
1976
1977 \backslash
1978 leer 
1979 \end_layout
1980
1981 \end_inset
1982
1983 1
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 2
1988 \begin_inset Formula $\downarrow\downarrow$
1989 \end_inset
1990
1991 3
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 </row>
2009 </lyxtabular>
2010
2011 \end_inset
2012
2013
2014 \end_layout
2015
2016 \begin_layout Standard
2017 \begin_inset VSpace bigskip
2018 \end_inset
2019
2020
2021 \begin_inset Newpage newpage
2022 \end_inset
2023
2024 Für Mehrfachbrüche gibt es den Befehl 
2025 \series bold
2026
2027 \backslash
2028 cfrac
2029 \series default
2030
2031 \begin_inset Index idx
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035 Befehle ! C ! 
2036 \backslash
2037 cfrac
2038 \end_layout
2039
2040 \end_inset
2041
2042 .
2043  Dazu ein Beispiel:
2044 \begin_inset VSpace -3mm
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset Formula 
2052 \begin{align*}
2053 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2054 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2055 \end{align*}
2056
2057 \end_inset
2058
2059
2060 \end_layout
2061
2062 \begin_layout Standard
2063 Der Befehl für obiges Beispiel lautet:
2064 \end_layout
2065
2066 \begin_layout Standard
2067
2068 \series bold
2069
2070 \backslash
2071 cfrac
2072 \begin_inset ERT
2073 status collapsed
2074
2075 \begin_layout Plain Layout
2076
2077
2078 \backslash
2079 leer 
2080 \end_layout
2081
2082 \end_inset
2083
2084 A
2085 \begin_inset Formula $\downarrow$
2086 \end_inset
2087
2088 B+
2089 \backslash
2090 cfrac
2091 \begin_inset ERT
2092 status collapsed
2093
2094 \begin_layout Plain Layout
2095
2096
2097 \backslash
2098 leer 
2099 \end_layout
2100
2101 \end_inset
2102
2103 C+
2104 \backslash
2105 cfrac
2106 \begin_inset ERT
2107 status collapsed
2108
2109 \begin_layout Plain Layout
2110
2111
2112 \backslash
2113 leer 
2114 \end_layout
2115
2116 \end_inset
2117
2118 E
2119 \begin_inset Formula $\downarrow$
2120 \end_inset
2121
2122 F
2123 \begin_inset Formula $\downarrow$
2124 \end_inset
2125
2126 D
2127 \end_layout
2128
2129 \begin_layout Standard
2130 \begin_inset VSpace medskip
2131 \end_inset
2132
2133
2134 \end_layout
2135
2136 \begin_layout Standard
2137
2138 \series bold
2139
2140 \backslash
2141 cfrac
2142 \series default
2143  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2144  auch wenn er selbst Teil eines Bruches ist.
2145 \end_layout
2146
2147 \begin_layout Standard
2148 Es ist möglich die Ausrichtung des Zählers einzustellen.
2149  Der Befehl 
2150 \series bold
2151
2152 \backslash
2153 cfracleft
2154 \series default
2155  richtet ihn links, der Befehl 
2156 \series bold
2157
2158 \backslash
2159 cfracright
2160 \series default
2161  rechts aus.
2162  
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168  zentriert den Zähler.
2169  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2170 \end_layout
2171
2172 \begin_layout Standard
2173
2174 \series bold
2175 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2176 \end_inset
2177
2178
2179 \begin_inset Formula $\cfrac{A}{B+C}$
2180 \end_inset
2181
2182
2183 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \begin_layout Standard
2190 \begin_inset Note Greyedout
2191 status open
2192
2193 \begin_layout Plain Layout
2194
2195 \series bold
2196 Achtung:
2197 \series default
2198  
2199 \series bold
2200
2201 \backslash
2202 cfracleft
2203 \series default
2204  und
2205 \series bold
2206  
2207 \backslash
2208 cfracright
2209 \series default
2210  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2211 \series bold
2212
2213 \backslash
2214 cfrac[Ausrichtung]{Zähler}{Nenner}
2215 \series default
2216  dar.
2217  Daher kann man sie nicht im TeX-Code benutzen.
2218 \end_layout
2219
2220 \end_inset
2221
2222
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset VSpace medskip
2227 \end_inset
2228
2229 Oftmals ist es am günstigsten 
2230 \series bold
2231
2232 \backslash
2233 cfrac
2234 \series default
2235  und 
2236 \series bold
2237
2238 \backslash
2239 frac
2240 \series default
2241  zu kombinieren:
2242 \begin_inset Formula 
2243 \[
2244 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2245 \]
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \begin_layout Standard
2253 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2254 \series bold
2255
2256 \backslash
2257 nicefrac
2258 \series default
2259
2260 \begin_inset Index idx
2261 status collapsed
2262
2263 \begin_layout Plain Layout
2264 Befehle ! N ! 
2265 \backslash
2266 nicefrac
2267 \end_layout
2268
2269 \end_inset
2270
2271
2272 \begin_inset Formula $\nicefrac{5}{31}$
2273 \end_inset
2274
2275  oder 
2276 \series bold
2277
2278 \backslash
2279 unitfrac
2280 \series default
2281
2282 \begin_inset Index idx
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 Befehle! U ! 
2287 \backslash
2288 unitfrac
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \begin_inset Formula $\unitfrac{5}{31}$
2295 \end_inset
2296
2297  benutzt werden.
2298  Des Weiteren gibt es den Befehl 
2299 \series bold
2300
2301 \backslash
2302 unitfracthree
2303 \series default
2304  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2305 \begin_inset Formula $\unitfrac[2]{1}{3}$
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 \begin_inset Note Greyedout
2313 status open
2314
2315 \begin_layout Plain Layout
2316
2317 \series bold
2318 Achtung:
2319 \series default
2320  
2321 \series bold
2322
2323 \backslash
2324 unitfracthree
2325 \series default
2326  ist kein echter LaTeX-Befehl, sondern der Befehl
2327 \begin_inset Newline newline
2328 \end_inset
2329
2330
2331 \series bold
2332
2333 \backslash
2334 unitfrac[Zahl]{Zähler}{Nenner}
2335 \series default
2336  .
2337  Daher kann man ihn nicht im TeX-Code benutzen.
2338 \end_layout
2339
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_layout Standard
2346 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2347  in 
2348 \begin_inset CommandInset ref
2349 LatexCommand ref
2350 reference "sub:Selbstdefinierte-Brüche"
2351
2352 \end_inset
2353
2354  erklärt.
2355 \end_layout
2356
2357 \begin_layout Subsection
2358 Wurzeln
2359 \begin_inset Index idx
2360 status collapsed
2361
2362 \begin_layout Plain Layout
2363 Wurzeln
2364 \end_layout
2365
2366 \end_inset
2367
2368
2369 \end_layout
2370
2371 \begin_layout Standard
2372 Quadratwurzeln werden mit 
2373 \series bold
2374
2375 \backslash
2376 sqrt
2377 \series default
2378
2379 \begin_inset Index idx
2380 status collapsed
2381
2382 \begin_layout Plain Layout
2383 Befehle ! S ! 
2384 \backslash
2385 sqrt
2386 \end_layout
2387
2388 \end_inset
2389
2390  oder dem Mathe-Werkzeugleistenknopf 
2391 \begin_inset Graphics
2392         filename ../../images/math/sqrt.png
2393         scale 85
2394
2395 \end_inset
2396
2397  gesetzt, alle anderen Wurzeln mit dem Befehl 
2398 \series bold
2399
2400 \backslash
2401 root
2402 \series default
2403
2404 \begin_inset Index idx
2405 status collapsed
2406
2407 \begin_layout Plain Layout
2408 Befehle ! R ! 
2409 \backslash
2410 root
2411 \end_layout
2412
2413 \end_inset
2414
2415  oder dem Mathe-Werkzeugleistenknopf 
2416 \begin_inset Graphics
2417         filename ../../images/math/root.png
2418         scale 85
2419
2420 \end_inset
2421
2422 .
2423 \end_layout
2424
2425 \begin_layout Standard
2426 \align center
2427 \begin_inset Tabular
2428 <lyxtabular version="3" rows="3" columns="2">
2429 <features tabularvalignment="middle">
2430 <column alignment="center" valignment="top" width="0pt">
2431 <column alignment="center" valignment="top" width="0pt">
2432 <row>
2433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 Befehl
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446 Ergebnis
2447 \begin_inset Note Note
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451
2452 \series bold
2453
2454 \backslash
2455 raisebox
2456 \series default
2457  dient nur als Abstandhalter.
2458 \end_layout
2459
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 </row>
2468 <row>
2469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2470 \begin_inset Text
2471
2472 \begin_layout Plain Layout
2473
2474 \backslash
2475 sqrt
2476 \begin_inset ERT
2477 status collapsed
2478
2479 \begin_layout Plain Layout
2480
2481
2482 \backslash
2483 leer 
2484 \end_layout
2485
2486 \end_inset
2487
2488 A-B
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Plain Layout
2497 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2498 \end_inset
2499
2500
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 </row>
2506 <row>
2507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2508 \begin_inset Text
2509
2510 \begin_layout Plain Layout
2511
2512 \backslash
2513 root
2514 \begin_inset ERT
2515 status collapsed
2516
2517 \begin_layout Plain Layout
2518
2519
2520 \backslash
2521 leer 
2522 \end_layout
2523
2524 \end_inset
2525
2526 3
2527 \begin_inset Formula $\downarrow$
2528 \end_inset
2529
2530 A-B
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2540 \end_inset
2541
2542
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 </row>
2548 </lyxtabular>
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Standard
2556 Eine Quadratwurzel kann man auch mit 
2557 \series bold
2558
2559 \backslash
2560 root
2561 \series default
2562  erstellen, indem man das Feld über der Wurzel frei lässt.
2563 \end_layout
2564
2565 \begin_layout Standard
2566 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2567  Formel: 
2568 \begin_inset Formula $\sqrt[\beta]{B}$
2569 \end_inset
2570
2571
2572 \begin_inset Newline newline
2573 \end_inset
2574
2575 Das 
2576 \begin_inset Formula $\beta$
2577 \end_inset
2578
2579  berührt die Wurzel.
2580  Um dies zu verhindern, verwendet man die Befehle 
2581 \series bold
2582
2583 \backslash
2584 leftroot
2585 \series default
2586
2587 \begin_inset Index idx
2588 status collapsed
2589
2590 \begin_layout Plain Layout
2591 Befehle ! L ! 
2592 \backslash
2593 leftroot
2594 \end_layout
2595
2596 \end_inset
2597
2598  und 
2599 \series bold
2600
2601 \backslash
2602 uproot
2603 \series default
2604
2605 \begin_inset Index idx
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Befehle ! U ! 
2610 \backslash
2611 uproot
2612 \end_layout
2613
2614 \end_inset
2615
2616 , die folgendes Schema besitzen:
2617 \end_layout
2618
2619 \begin_layout Standard
2620
2621 \series bold
2622
2623 \backslash
2624 leftroot{Abstand}
2625 \series default
2626  bzw.
2627  
2628 \series bold
2629
2630 \backslash
2631 uproot{Abstand}
2632 \end_layout
2633
2634 \begin_layout Standard
2635 Abstand ist die Anzahl der Big Points (Einheit bp; 
2636 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2637 \end_inset
2638
2639 ), um die der Index nach links bzw.
2640  nach oben verschoben werden soll.
2641  Die Befehle werden in den Index geschrieben.
2642  So ergibt der Befehl
2643 \begin_inset Newline newline
2644 \end_inset
2645
2646
2647 \series bold
2648
2649 \backslash
2650 root
2651 \backslash
2652 leftroot{-1
2653 \begin_inset Formula $\to$
2654 \end_inset
2655
2656
2657 \backslash
2658 uproot{2
2659 \begin_inset Formula $\to$
2660 \end_inset
2661
2662
2663 \backslash
2664 beta
2665 \begin_inset ERT
2666 status collapsed
2667
2668 \begin_layout Plain Layout
2669
2670
2671 \backslash
2672 leer 
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \begin_inset Formula $\to$
2679 \end_inset
2680
2681 B
2682 \begin_inset Newline newline
2683 \end_inset
2684
2685
2686 \series default
2687 eine korrekt gesetzte Formel: 
2688 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \begin_layout Subsection
2695 Binomialkoeffizienten
2696 \begin_inset Index idx
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 Binomialkoeffizienten
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \begin_layout Standard
2709 Binomialkoeffizienten können mit dem Befehl 
2710 \series bold
2711
2712 \backslash
2713 binom
2714 \series default
2715
2716 \begin_inset Index idx
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Befehle ! B ! 
2721 \backslash
2722 binom
2723 \end_layout
2724
2725 \end_inset
2726
2727  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2728 \begin_inset Graphics
2729         filename ../../images/math/frac-square.png
2730         scale 85
2731
2732 \end_inset
2733
2734 eingefügt werden.
2735  Analog zu Brüchen (
2736 \series bold
2737
2738 \backslash
2739 frac
2740 \series default
2741 ) gibt es außer 
2742 \series bold
2743
2744 \backslash
2745 binom
2746 \series default
2747  noch die Befehle 
2748 \series bold
2749
2750 \backslash
2751 dbinom
2752 \series default
2753
2754 \begin_inset Index idx
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 Befehle ! D ! 
2759 \backslash
2760 dbinom
2761 \end_layout
2762
2763 \end_inset
2764
2765  und 
2766 \series bold
2767
2768 \backslash
2769 tbinom
2770 \series default
2771
2772 \begin_inset Index idx
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 Befehle ! T ! 
2777 \backslash
2778 tbinom
2779 \end_layout
2780
2781 \end_inset
2782
2783 .
2784  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2785 \series bold
2786
2787 \backslash
2788 brace
2789 \series default
2790
2791 \begin_inset Index idx
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795 Befehle ! B ! 
2796 \backslash
2797 brace
2798 \end_layout
2799
2800 \end_inset
2801
2802  und 
2803 \series bold
2804
2805 \backslash
2806 brack
2807 \series default
2808
2809 \begin_inset Index idx
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813 Befehle ! B ! 
2814 \backslash
2815 brack
2816 \end_layout
2817
2818 \end_inset
2819
2820 .
2821 \end_layout
2822
2823 \begin_layout Standard
2824 \align center
2825 \begin_inset Tabular
2826 <lyxtabular version="3" rows="6" columns="2">
2827 <features tabularvalignment="middle">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <column alignment="center" valignment="top" width="0pt">
2830 <row>
2831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 Befehl
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844 Ergebnis
2845 \begin_inset Note Note
2846 status collapsed
2847
2848 \begin_layout Plain Layout
2849
2850 \series bold
2851
2852 \backslash
2853 raisebox
2854 \series default
2855  dient nur als Abstandhalter.
2856 \end_layout
2857
2858 \end_inset
2859
2860
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 </row>
2866 <row>
2867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871
2872 \backslash
2873 binom
2874 \begin_inset ERT
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878
2879
2880 \backslash
2881 leer 
2882 \end_layout
2883
2884 \end_inset
2885
2886 A
2887 \begin_inset Formula $\downarrow$
2888 \end_inset
2889
2890 B
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 </row>
2908 <row>
2909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913
2914 \backslash
2915 dbinom
2916 \begin_inset ERT
2917 status collapsed
2918
2919 \begin_layout Plain Layout
2920
2921
2922 \backslash
2923 leer 
2924 \end_layout
2925
2926 \end_inset
2927
2928 A
2929 \begin_inset Formula $\downarrow$
2930 \end_inset
2931
2932 B
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row>
2951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \backslash
2957 tbinom
2958 \begin_inset ERT
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962
2963
2964 \backslash
2965 leer 
2966 \end_layout
2967
2968 \end_inset
2969
2970 A
2971 \begin_inset Formula $\downarrow$
2972 \end_inset
2973
2974 B
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 </row>
2992 <row>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \backslash
2999 brack
3000 \begin_inset ERT
3001 status collapsed
3002
3003 \begin_layout Plain Layout
3004
3005
3006 \backslash
3007 leer 
3008 \end_layout
3009
3010 \end_inset
3011
3012 A
3013 \begin_inset Formula $\downarrow$
3014 \end_inset
3015
3016 B
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \backslash
3041 brace
3042 \begin_inset ERT
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046
3047
3048 \backslash
3049 leer 
3050 \end_layout
3051
3052 \end_inset
3053
3054 A
3055 \begin_inset Formula $\downarrow$
3056 \end_inset
3057
3058 B
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 </lyxtabular>
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Subsection
3084 Fallunterscheidungen
3085 \begin_inset Index idx
3086 status collapsed
3087
3088 \begin_layout Plain Layout
3089 Fallunterscheidungen
3090 \end_layout
3091
3092 \end_inset
3093
3094
3095 \end_layout
3096
3097 \begin_layout Standard
3098 \align center
3099 \begin_inset Tabular
3100 <lyxtabular version="3" rows="3" columns="2">
3101 <features tabularvalignment="middle">
3102 <column alignment="center" valignment="top" width="0pt">
3103 <column alignment="center" valignment="top" width="0pt">
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Befehl
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 Ergebnis
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 cases
3132 \begin_inset ERT
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136
3137
3138 \backslash
3139 leer 
3140 \end_layout
3141
3142 \end_inset
3143
3144 A
3145 \begin_inset Formula $\to$
3146 \end_inset
3147
3148 B>0
3149 \begin_inset Index idx
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153 Befehle ! C ! 
3154 \backslash
3155 cases
3156 \end_layout
3157
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 \begin_inset Formula $\begin{cases}
3170 A & B>0\end{cases}$
3171 \end_inset
3172
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \backslash
3186 cases
3187 \begin_inset ERT
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191
3192
3193 \backslash
3194 leer 
3195 \end_layout
3196
3197 \end_inset
3198
3199 Strg+Enter
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 \begin_inset Formula $\begin{cases}
3209 A & \textrm{für }x>0\\
3210 B & \textrm{für }x=0
3211 \end{cases}$
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 </lyxtabular>
3221
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \begin_layout Standard
3228 Nach der Eingabe von 
3229 \series bold
3230
3231 \backslash
3232 cases
3233 \series default
3234  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3235 \begin_inset Graphics
3236         filename ../../images/math/cases.png
3237         scale 85
3238
3239 \end_inset
3240
3241  können mit 
3242 \family sans
3243 Strg+Enter
3244 \family default
3245  oder dem Tabellen-Werkzeugleistenknopf 
3246 \begin_inset Graphics
3247         filename ../../images/tabular-feature_append-row.png
3248         scale 85
3249
3250 \end_inset
3251
3252  neue Zeilen erstellt werden.
3253 \begin_inset Foot
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3258 \begin_inset CommandInset ref
3259 LatexCommand ref
3260 reference "sub:Akzente-für-ein"
3261
3262 \end_inset
3263
3264  beschrieben.
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \begin_layout Standard
3273 Der Befehl 
3274 \series bold
3275
3276 \backslash
3277 cases
3278 \series default
3279  ist auch über das Menü 
3280 \family sans
3281 Einfügen\SpecialChar \menuseparator
3282 Mathe\SpecialChar \menuseparator
3283 Cases-Umgebung
3284 \family default
3285  verfügbar.
3286 \end_layout
3287
3288 \begin_layout Subsection
3289 Verneinungen
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Verneinungen
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \end_layout
3301
3302 \begin_layout Standard
3303 Durch die Eingabe von 
3304 \series bold
3305
3306 \backslash
3307 not
3308 \series default
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Befehle ! N ! 
3315 \backslash
3316 not
3317 \end_layout
3318
3319 \end_inset
3320
3321  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3322  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3323 \end_layout
3324
3325 \begin_layout Standard
3326 \align center
3327 \begin_inset Tabular
3328 <lyxtabular version="3" rows="4" columns="2">
3329 <features tabularvalignment="middle">
3330 <column alignment="center" valignment="top" width="0pt">
3331 <column alignment="center" valignment="top" width="0pt">
3332 <row>
3333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Befehl
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 Ergebnis
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \backslash
3359 not=
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 \begin_inset Formula $\not=$
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \backslash
3384 not 
3385 \backslash
3386 le
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 \begin_inset Formula $\not\le$
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \backslash
3411 not 
3412 \backslash
3413 parallel
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 \begin_inset Formula $\not\parallel$
3423 \end_inset
3424
3425
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 </lyxtabular>
3432
3433 \end_inset
3434
3435
3436 \end_layout
3437
3438 \begin_layout Standard
3439 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3440  Deswegen gibt es für Einige spezielle Befehle (siehe 
3441 \begin_inset CommandInset ref
3442 LatexCommand ref
3443 reference "sub:Mathematische-Symbole"
3444
3445 \end_inset
3446
3447  und 
3448 \begin_inset CommandInset ref
3449 LatexCommand ref
3450 reference "sec:Relationen"
3451
3452 \end_inset
3453
3454 ).
3455 \end_layout
3456
3457 \begin_layout Subsection
3458 Platzhalter
3459 \begin_inset CommandInset label
3460 LatexCommand label
3461 name "sub:Platzhalter"
3462
3463 \end_inset
3464
3465
3466 \begin_inset Index idx
3467 status collapsed
3468
3469 \begin_layout Plain Layout
3470 Platzhalter
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \begin_inset Index idx
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480 chemische Zeichen ! Isotope
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \begin_inset Index idx
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 Isotope|see
3491 \begin_inset ERT
3492 status collapsed
3493
3494 \begin_layout Plain Layout
3495
3496 {
3497 \end_layout
3498
3499 \end_inset
3500
3501 chemische Zeichen
3502 \begin_inset ERT
3503 status collapsed
3504
3505 \begin_layout Plain Layout
3506
3507 }
3508 \end_layout
3509
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \end_inset
3516
3517
3518 \end_layout
3519
3520 \begin_layout Standard
3521 Möchte man z.
3522 \begin_inset space \thinspace{}
3523 \end_inset
3524
3525 B.
3526  Isotope
3527 \begin_inset Foot
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3532 \begin_inset CommandInset ref
3533 LatexCommand ref
3534 reference "sub:Chemische-Symbole-und"
3535
3536 \end_inset
3537
3538  beschrieben.
3539 \end_layout
3540
3541 \end_inset
3542
3543  darstellen, tritt folgendes Problem auf:
3544 \end_layout
3545
3546 \begin_layout Standard
3547 \align center
3548 \begin_inset Tabular
3549 <lyxtabular version="3" rows="2" columns="2">
3550 <features tabularvalignment="middle">
3551 <column alignment="center" valignment="top" width="0pt">
3552 <column alignment="center" valignment="top" width="0pt">
3553 <row>
3554 <cell alignment="center" valignment="top" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 durch Hoch- und Tiefstellen erzeugte Indizes:
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 korrekte Indizes:
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3591 \end_inset
3592
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 </lyxtabular>
3600
3601 \end_inset
3602
3603
3604 \begin_inset Note Note
3605 status collapsed
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610
3611 \backslash
3612 raisebox
3613 \series default
3614  dient nur
3615 \end_layout
3616
3617 \begin_layout Plain Layout
3618 als Abstandhalter.
3619 \end_layout
3620
3621 \end_inset
3622
3623
3624 \end_layout
3625
3626 \begin_layout Standard
3627 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3628  längeren Index gesetzt.
3629  Um das zu verhindern gibt es den Befehl 
3630 \series bold
3631
3632 \backslash
3633 phantom
3634 \series default
3635
3636 \begin_inset Index idx
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640 Befehle ! P ! 
3641 \backslash
3642 phantom
3643 \end_layout
3644
3645 \end_inset
3646
3647  oder den Mathe-Werkzeugleistenknopf
3648 \begin_inset space \thinspace{}
3649 \end_inset
3650
3651
3652 \begin_inset Foot
3653 status collapsed
3654
3655 \begin_layout Plain Layout
3656 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3657 \begin_inset Graphics
3658         filename ../../images/math/space.png
3659         scale 85
3660
3661 \end_inset
3662
3663
3664 \end_layout
3665
3666 \end_inset
3667
3668  
3669 \begin_inset Graphics
3670         filename ../../images/math/phantom.png
3671         scale 85
3672
3673 \end_inset
3674
3675 , der ein oder mehrere Phantomzeichen erstellt.
3676  Wenn 
3677 \series bold
3678
3679 \backslash
3680 phantom
3681 \series default
3682  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3683  Pfeilen überlagert wird.
3684  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3685  als Leerraum erstellt wird.
3686  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3687  Zeichen.
3688 \end_layout
3689
3690 \begin_layout Standard
3691 \align center
3692 \begin_inset Tabular
3693 <lyxtabular version="3" rows="4" columns="2">
3694 <features tabularvalignment="middle">
3695 <column alignment="center" valignment="top" width="0">
3696 <column alignment="center" valignment="top" width="0">
3697 <row>
3698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Befehl
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Ergebnis
3712 \begin_inset Note Note
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718
3719 \backslash
3720 raisebox
3721 \series default
3722  dient nur als Abstandhalter.
3723 \end_layout
3724
3725 \end_inset
3726
3727
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 ^19
3739 \begin_inset ERT
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743
3744
3745 \backslash
3746 leer 
3747 \end_layout
3748
3749 \end_inset
3750
3751 _
3752 \backslash
3753 phantom
3754 \begin_inset ERT
3755 status collapsed
3756
3757 \begin_layout Plain Layout
3758
3759
3760 \backslash
3761 leer 
3762 \end_layout
3763
3764 \end_inset
3765
3766 1
3767 \begin_inset Formula $\to$
3768 \end_inset
3769
3770 9
3771 \begin_inset ERT
3772 status collapsed
3773
3774 \begin_layout Plain Layout
3775
3776
3777 \backslash
3778 leer 
3779 \end_layout
3780
3781 \end_inset
3782
3783 F
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3793 \end_inset
3794
3795
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 ^235
3807 \begin_inset ERT
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811
3812
3813 \backslash
3814 leer 
3815 \end_layout
3816
3817 \end_inset
3818
3819 _
3820 \backslash
3821 phantom
3822 \begin_inset ERT
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826
3827
3828 \backslash
3829 leer 
3830 \end_layout
3831
3832 \end_inset
3833
3834 23
3835 \begin_inset Formula $\to$
3836 \end_inset
3837
3838 9
3839 \begin_inset ERT
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843
3844
3845 \backslash
3846 leer 
3847 \end_layout
3848
3849 \end_inset
3850
3851 F
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3861 \end_inset
3862
3863
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \backslash
3876 Lambda^
3877 \begin_inset ERT
3878 status collapsed
3879
3880 \begin_layout Plain Layout
3881
3882
3883 \backslash
3884 leer 
3885 \end_layout
3886
3887 \end_inset
3888
3889
3890 \backslash
3891 phantom
3892 \begin_inset ERT
3893 status collapsed
3894
3895 \begin_layout Plain Layout
3896
3897
3898 \backslash
3899 leer 
3900 \end_layout
3901
3902 \end_inset
3903
3904 ii
3905 \begin_inset Formula $\to$
3906 \end_inset
3907
3908 t
3909 \begin_inset ERT
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913
3914
3915 \backslash
3916 leer 
3917 \end_layout
3918
3919 \end_inset
3920
3921 _MMt
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3931 \end_inset
3932
3933
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 </lyxtabular>
3940
3941 \end_inset
3942
3943
3944 \end_layout
3945
3946 \begin_layout Standard
3947 Des Weiteren gibt es noch die Befehle 
3948 \series bold
3949
3950 \backslash
3951 vphantom
3952 \series default
3953
3954 \begin_inset Index idx
3955 status collapsed
3956
3957 \begin_layout Plain Layout
3958 Befehle ! V ! 
3959 \backslash
3960 vphantom
3961 \end_layout
3962
3963 \end_inset
3964
3965  (Werkzeugleistenknopf 
3966 \begin_inset space ~
3967 \end_inset
3968
3969
3970 \begin_inset Graphics
3971         filename ../../images/math/vphantom.png
3972         scale 85
3973
3974 \end_inset
3975
3976 ) und 
3977 \series bold
3978
3979 \backslash
3980 hphantom
3981 \series default
3982
3983 \begin_inset Index idx
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987 Befehle ! H ! 
3988 \backslash
3989 hphantom
3990 \end_layout
3991
3992 \end_inset
3993
3994  (Werkzeugleistenknopf 
3995 \begin_inset space ~
3996 \end_inset
3997
3998
3999 \begin_inset Graphics
4000         filename ../../images/math/hphantom.png
4001         scale 85
4002
4003 \end_inset
4004
4005 ).
4006  
4007 \series bold
4008
4009 \backslash
4010 hphantom
4011 \series default
4012  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4013  nicht jedoch für deren Breite.
4014  Bei 
4015 \series bold
4016
4017 \backslash
4018 vphantom
4019 \series default
4020  wird nur Platz mit der Breite des Kästchens erstellt.
4021  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4022 \end_layout
4023
4024 \begin_layout Standard
4025 Zum Beispiel erzeugt 
4026 \series bold
4027
4028 \backslash
4029 vphantom
4030 \series default
4031
4032 \begin_inset ERT
4033 status collapsed
4034
4035 \begin_layout Plain Layout
4036
4037
4038 \backslash
4039 leer 
4040 \end_layout
4041
4042 \end_inset
4043
4044
4045 \series bold
4046 a
4047 \backslash
4048 int
4049 \series default
4050  Platz der Höhe des Integralzeichens,
4051 \begin_inset Foot
4052 status collapsed
4053
4054 \begin_layout Plain Layout
4055 Der Befehl 
4056 \series bold
4057
4058 \backslash
4059 int
4060 \series default
4061  erzeugt ein Integralzeichen, siehe 
4062 \begin_inset CommandInset ref
4063 LatexCommand ref
4064 reference "sub:Große-Operatoren"
4065
4066 \end_inset
4067
4068 .
4069 \end_layout
4070
4071 \end_inset
4072
4073  da dieses das größere Zeichen ist.
4074  Eine Beispielanwendung ist in 
4075 \begin_inset CommandInset ref
4076 LatexCommand ref
4077 reference "sub:Mehrzeilige-Klammern"
4078
4079 \end_inset
4080
4081  zu finden.
4082 \end_layout
4083
4084 \begin_layout Standard
4085 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4086  
4087 \family sans
4088 Einfügen\SpecialChar \menuseparator
4089 Formatierung\SpecialChar \menuseparator
4090 Phantom
4091 \family default
4092  eingefügt werden:
4093 \end_layout
4094
4095 \begin_layout Standard
4096 Dies ist ein Satz.
4097 \begin_inset Newline newline
4098 \end_inset
4099
4100
4101 \begin_inset Phantom Phantom
4102 status open
4103
4104 \begin_layout Plain Layout
4105 Dies
4106 \end_layout
4107
4108 \end_inset
4109
4110  ist ein Satz.
4111 \end_layout
4112
4113 \begin_layout Subsection
4114 Linien
4115 \begin_inset Index idx
4116 status collapsed
4117
4118 \begin_layout Plain Layout
4119 Linien
4120 \end_layout
4121
4122 \end_inset
4123
4124
4125 \begin_inset Index idx
4126 status collapsed
4127
4128 \begin_layout Plain Layout
4129 Formel ! unterstrichene
4130 \end_layout
4131
4132 \end_inset
4133
4134
4135 \end_layout
4136
4137 \begin_layout Standard
4138 \align center
4139 \begin_inset Tabular
4140 <lyxtabular version="3" rows="4" columns="2">
4141 <features tabularvalignment="middle">
4142 <column alignment="center" valignment="top" width="0pt">
4143 <column alignment="center" valignment="top" width="0pt">
4144 <row>
4145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Befehl
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Ergebnis
4159 \begin_inset Note Note
4160 status collapsed
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165
4166 \backslash
4167 raisebox
4168 \series default
4169  dient nur als Abstandhalter.
4170 \end_layout
4171
4172 \end_inset
4173
4174
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \backslash
4187 overline
4188 \begin_inset ERT
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192
4193
4194 \backslash
4195 leer 
4196 \end_layout
4197
4198 \end_inset
4199
4200 A+B
4201 \begin_inset Index idx
4202 status collapsed
4203
4204 \begin_layout Plain Layout
4205 Befehle ! O ! 
4206 \backslash
4207 overline
4208 \end_layout
4209
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \backslash
4237 underline
4238 \begin_inset ERT
4239 status collapsed
4240
4241 \begin_layout Plain Layout
4242
4243
4244 \backslash
4245 leer 
4246 \end_layout
4247
4248 \end_inset
4249
4250 A+B
4251 \begin_inset Index idx
4252 status collapsed
4253
4254 \begin_layout Plain Layout
4255 Befehle ! U ! 
4256 \backslash
4257 underline
4258 \end_layout
4259
4260 \end_inset
4261
4262
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4272 \end_inset
4273
4274
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \backslash
4287 overline
4288 \begin_inset ERT
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292
4293
4294 \backslash
4295 leer 
4296 \end_layout
4297
4298 \end_inset
4299
4300
4301 \backslash
4302 underline
4303 \begin_inset ERT
4304 status collapsed
4305
4306 \begin_layout Plain Layout
4307
4308
4309 \backslash
4310 leer 
4311 \end_layout
4312
4313 \end_inset
4314
4315 A+B
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4325 \end_inset
4326
4327
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 </lyxtabular>
4334
4335 \end_inset
4336
4337
4338 \end_layout
4339
4340 \begin_layout Standard
4341 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4342 \series bold
4343
4344 \backslash
4345 overline
4346 \series default
4347  oder 
4348 \series bold
4349
4350 \backslash
4351 underline
4352 \series default
4353  eingibt.
4354 \end_layout
4355
4356 \begin_layout Standard
4357 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4358 \begin_inset Newline linebreak
4359 \end_inset
4360
4361
4362 \series bold
4363
4364 \backslash
4365 underline
4366 \series default
4367 .
4368 \end_layout
4369
4370 \begin_layout Standard
4371 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4372 \end_layout
4373
4374 \begin_layout Standard
4375 \begin_inset VSpace bigskip
4376 \end_inset
4377
4378 Benutzerdefinierte Linien können mit dem Befehl 
4379 \series bold
4380
4381 \backslash
4382 rule
4383 \series default
4384
4385 \begin_inset Index idx
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 Befehle! R ! 
4390 \backslash
4391 rule
4392 \end_layout
4393
4394 \end_inset
4395
4396  erstellt werden, der folgendes Schema besitzt:
4397 \end_layout
4398
4399 \begin_layout Standard
4400
4401 \series bold
4402
4403 \backslash
4404 rule[vertikaler Versatz]{Länge}{Dicke}
4405 \end_layout
4406
4407 \begin_layout Standard
4408 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4409  unten, wenn der Wert negativ ist).
4410  Die Einheiten, die in 
4411 \begin_inset CommandInset ref
4412 LatexCommand ref
4413 reference "tab:Verfügbare-Einheiten"
4414
4415 \end_inset
4416
4417  aufgelistet sind, können für die Werte benutzt werden.
4418  Hier sind zwei Beispiele, die mit den Befehlen
4419 \begin_inset Newline newline
4420 \end_inset
4421
4422
4423 \series bold
4424
4425 \backslash
4426 rule[-2ex]{3cm}{2pt}
4427 \series default
4428  und 
4429 \series bold
4430
4431 \backslash
4432 rule{2cm}{1pt}
4433 \series default
4434  erzeugt wurden:
4435 \end_layout
4436
4437 \begin_layout Standard
4438 Dies ist ein Satz 
4439 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4440 \end_inset
4441
4442  mit zwei Linien.
4443 \end_layout
4444
4445 \begin_layout Standard
4446
4447 \series bold
4448
4449 \backslash
4450 rule
4451 \series default
4452  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4453 \family sans
4454 Einfügen\SpecialChar \menuseparator
4455 Formatierung\SpecialChar \menuseparator
4456 Horizontale
4457 \begin_inset space ~
4458 \end_inset
4459
4460 Line
4461 \family default
4462  eingefügt wird:
4463 \end_layout
4464
4465 \begin_layout Standard
4466 Dies ist ein Satz 
4467 \begin_inset CommandInset line
4468 LatexCommand rule
4469 offset "0.5ex"
4470 width "3cm"
4471 height "1pt"
4472
4473 \end_inset
4474
4475  mit einer Linie.
4476 \end_layout
4477
4478 \begin_layout Subsection
4479 Fortsetzungspunkte
4480 \begin_inset CommandInset label
4481 LatexCommand label
4482 name "sub:Fortsetzungspunkte"
4483
4484 \end_inset
4485
4486
4487 \begin_inset Index idx
4488 status collapsed
4489
4490 \begin_layout Plain Layout
4491 Fortsetzungspunkte
4492 \end_layout
4493
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \begin_layout Standard
4500 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4501 \begin_inset Foot
4502 status collapsed
4503
4504 \begin_layout Plain Layout
4505 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4506 \begin_inset Graphics
4507         filename ../../images/math/ldots.png
4508         scale 85
4509
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \end_inset
4516
4517  Für Aufzählungen verwendet man unten sitzende Punkte (
4518 \series bold
4519
4520 \backslash
4521 ldots
4522 \series default
4523
4524 \begin_inset Index idx
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528 Befehle ! L ! 
4529 \backslash
4530 ldots
4531 \end_layout
4532
4533 \end_inset
4534
4535 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4536  die Operatoren sind (
4537 \series bold
4538
4539 \backslash
4540 cdots
4541 \series default
4542
4543 \begin_inset Index idx
4544 status collapsed
4545
4546 \begin_layout Plain Layout
4547 Befehle ! C ! 
4548 \backslash
4549 cdots
4550 \end_layout
4551
4552 \end_inset
4553
4554 ).
4555  Verwendet man den Befehl 
4556 \series bold
4557
4558 \backslash
4559 dots
4560 \series default
4561
4562 \begin_inset Index idx
4563 status collapsed
4564
4565 \begin_layout Plain Layout
4566 Befehle ! D ! 
4567 \backslash
4568 dots
4569 \end_layout
4570
4571 \end_inset
4572
4573 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4574  wird.
4575 \end_layout
4576
4577 \begin_layout Standard
4578 \align center
4579 \begin_inset Tabular
4580 <lyxtabular version="3" rows="9" columns="2">
4581 <features tabularvalignment="middle">
4582 <column alignment="center" valignment="top" width="0pt">
4583 <column alignment="center" valignment="top" width="0pt">
4584 <row>
4585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Befehl
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Ergebnis
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 A_1
4610 \begin_inset ERT
4611 status collapsed
4612
4613 \begin_layout Plain Layout
4614
4615
4616 \backslash
4617 leer 
4618 \end_layout
4619
4620 \end_inset
4621
4622 ,
4623 \backslash
4624 dots
4625 \begin_inset ERT
4626 status collapsed
4627
4628 \begin_layout Plain Layout
4629
4630
4631 \backslash
4632 leer 
4633 \end_layout
4634
4635 \end_inset
4636
4637 ,A_n
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 \begin_inset Formula $A_{1},\dots,A_{n}$
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 A_1
4661 \begin_inset ERT
4662 status collapsed
4663
4664 \begin_layout Plain Layout
4665
4666
4667 \backslash
4668 leer 
4669 \end_layout
4670
4671 \end_inset
4672
4673 +
4674 \backslash
4675 dots
4676 \begin_inset ERT
4677 status collapsed
4678
4679 \begin_layout Plain Layout
4680
4681
4682 \backslash
4683 leer 
4684 \end_layout
4685
4686 \end_inset
4687
4688 +A_n
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 \begin_inset Formula $A_{1}+\dots+A_{n}$
4698 \end_inset
4699
4700
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 A_1
4712 \begin_inset ERT
4713 status collapsed
4714
4715 \begin_layout Plain Layout
4716
4717
4718 \backslash
4719 leer 
4720 \end_layout
4721
4722 \end_inset
4723
4724 ,
4725 \backslash
4726 ldots
4727 \begin_inset ERT
4728 status collapsed
4729
4730 \begin_layout Plain Layout
4731
4732
4733 \backslash
4734 leer 
4735 \end_layout
4736
4737 \end_inset
4738
4739 ,A_n
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 \begin_inset Formula $A_{1},\ldots,A_{n}$
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 A_1
4763 \begin_inset ERT
4764 status collapsed
4765
4766 \begin_layout Plain Layout
4767
4768
4769 \backslash
4770 leer 
4771 \end_layout
4772
4773 \end_inset
4774
4775 +
4776 \backslash
4777 cdots
4778 \begin_inset ERT
4779 status collapsed
4780
4781 \begin_layout Plain Layout
4782
4783
4784 \backslash
4785 leer 
4786 \end_layout
4787
4788 \end_inset
4789
4790 +A_n
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4800 \end_inset
4801
4802
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \backslash
4815 vdots
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 \begin_inset Formula $\vdots$
4825 \end_inset
4826
4827
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \backslash
4840 ddots
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 \begin_inset Formula $\ddots$
4850 \end_inset
4851
4852
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \backslash
4865 iddots
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 \begin_inset Formula $\iddots$
4875 \end_inset
4876
4877
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 3
4889 \series bold
4890 ×
4891 \series default
4892 3
4893 \begin_inset space \thinspace{}
4894 \end_inset
4895
4896 Matrix mit obigen Befehlen
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 \begin_inset Formula $\begin{array}{ccc}
4906 A_{11} & \cdots & A_{1m}\\
4907 \vdots & \ddots & \vdots\\
4908 A_{n1} & \cdots & A_{nm}
4909 \end{array}$
4910 \end_inset
4911
4912
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 </lyxtabular>
4919
4920 \end_inset
4921
4922
4923 \end_layout
4924
4925 \begin_layout Standard
4926 Die im Menü 
4927 \family sans
4928 Einfügen\SpecialChar \menuseparator
4929 Sonderzeichen
4930 \family default
4931  verfügbaren Fortsetzungspunkte sind 
4932 \series bold
4933
4934 \backslash
4935 ldots
4936 \series default
4937 .
4938 \end_layout
4939
4940 \begin_layout Standard
4941
4942 \lang english
4943 \begin_inset VSpace medskip
4944 \end_inset
4945
4946
4947 \lang ngerman
4948 Um 
4949 \series bold
4950
4951 \backslash
4952 iddots
4953 \series default
4954  nutzen zu können, muss eine der Optionen 
4955 \family sans
4956 Mathdots Paket (automatisch) verwenden 
4957 \family default
4958 in den Dokumenteinstellungen unter 
4959 \family sans
4960 Mathe-Optionen
4961 \family default
4962  gewählt sein.
4963 \begin_inset Newline newline
4964 \end_inset
4965
4966 Die Option 
4967 \family sans
4968 Mathdots Paket verwenden
4969 \family default
4970  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4971  Schriftstil oder die Schriftgröße nicht Standard sind.
4972 \end_layout
4973
4974 \begin_layout Standard
4975 \begin_inset VSpace medskip
4976 \end_inset
4977
4978 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4979  Spalten erstrecken.
4980  Man erhält sie mit dem Befehl 
4981 \series bold
4982
4983 \backslash
4984 hdotsfor
4985 \series default
4986
4987 \begin_inset Index idx
4988 status collapsed
4989
4990 \begin_layout Plain Layout
4991 Befehle ! H ! 
4992 \backslash
4993 hdotsfor
4994 \end_layout
4995
4996 \end_inset
4997
4998 , der folgendes Schema besitzt:
4999 \end_layout
5000
5001 \begin_layout Standard
5002
5003 \series bold
5004
5005 \backslash
5006 hdotsfor[Abstand]{Anzahl der Spalten}
5007 \end_layout
5008
5009 \begin_layout Standard
5010 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5011  sollen.
5012  Abstand ist ein Faktor, der den Punktabstand festlegt.
5013 \end_layout
5014
5015 \begin_layout Standard
5016 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5017  
5018 \series bold
5019
5020 \backslash
5021 hdotsfor[2]{4}
5022 \series default
5023  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5024  beim Befehl 
5025 \series bold
5026
5027 \backslash
5028 dots
5029 \series default
5030  zu erhalten:
5031 \begin_inset Formula 
5032 \[
5033 \left(\begin{array}{cccc}
5034 A & B & C & D\\
5035 \hdotsfor[2]{4}\\
5036 q & w & e & r
5037 \end{array}\right)
5038 \]
5039
5040 \end_inset
5041
5042 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5043  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5044 \end_layout
5045
5046 \begin_layout Standard
5047 \begin_inset VSpace bigskip
5048 \end_inset
5049
5050 Des Weiteren kann man mit dem Befehl 
5051 \series bold
5052
5053 \backslash
5054 dotfill
5055 \series default
5056
5057 \begin_inset Index idx
5058 status collapsed
5059
5060 \begin_layout Plain Layout
5061 Befehle ! D ! 
5062 \backslash
5063 dotfill
5064 \end_layout
5065
5066 \end_inset
5067
5068  den Rest einer Zeile mit Punkten füllen.
5069  Die Wirkungsweise des Befehls entspricht der von 
5070 \series bold
5071
5072 \backslash
5073 hfill
5074 \series default
5075 , siehe 
5076 \begin_inset CommandInset ref
5077 LatexCommand ref
5078 reference "sub:Variabler-Leerraum"
5079
5080 \end_inset
5081
5082 .
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Z.
5087 \begin_inset space \thinspace{}
5088 \end_inset
5089
5090 B.
5091  ergibt der Befehl 
5092 \series bold
5093 A
5094 \backslash
5095 dotfill
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 leer 
5104 \end_layout
5105
5106 \end_inset
5107
5108 B
5109 \end_layout
5110
5111 \begin_layout Standard
5112 \begin_inset Formula $A\dotfill B$
5113 \end_inset
5114
5115
5116 \end_layout
5117
5118 \begin_layout Standard
5119 Analog dazu gibt es für eine Linie den Befehl 
5120 \series bold
5121
5122 \backslash
5123 hrulefill
5124 \series default
5125
5126 \begin_inset Index idx
5127 status collapsed
5128
5129 \begin_layout Plain Layout
5130 Befehle ! H ! 
5131 \backslash
5132 hrulefill
5133 \end_layout
5134
5135 \end_inset
5136
5137 :
5138 \end_layout
5139
5140 \begin_layout Standard
5141 \begin_inset Formula $A\hrulefill B$
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5149  werden.
5150 \end_layout
5151
5152 \begin_layout Section
5153 Matrizen
5154 \begin_inset CommandInset label
5155 LatexCommand label
5156 name "sec:Matrizen"
5157
5158 \end_inset
5159
5160
5161 \begin_inset Index idx
5162 status collapsed
5163
5164 \begin_layout Plain Layout
5165 Matrizen
5166 \end_layout
5167
5168 \end_inset
5169
5170
5171 \end_layout
5172
5173 \begin_layout Standard
5174 Matrizen können über den Mathe-Werkzeugleistenknopf
5175 \family sans
5176  
5177 \family default
5178
5179 \begin_inset Graphics
5180         filename ../../images/dialog-show_mathmatrix.png
5181         scale 85
5182
5183 \end_inset
5184
5185  oder das Menü 
5186 \family sans
5187 Einfügen\SpecialChar \menuseparator
5188 Mathe\SpecialChar \menuseparator
5189 Matrix
5190 \family default
5191  eingefügt werden.
5192  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5193  Verzierung gefragt.
5194  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5195  von Bedeutung:
5196 \end_layout
5197
5198 \begin_layout Standard
5199 Die erste Matrix ist oben 
5200 \begin_inset Formula $\begin{array}[t]{cccc}
5201 A & D & G & J\\
5202 B & E & H & K\\
5203 C & F & I & L
5204 \end{array}$
5205 \end_inset
5206
5207 , die zweite mittig 
5208 \begin_inset Formula $\begin{array}{cccc}
5209 A & D & G & J\\
5210 B & E & H & K\\
5211 C & F & I & L
5212 \end{array}$
5213 \end_inset
5214
5215  und die dritte unten 
5216 \begin_inset Formula $\begin{array}[b]{cccc}
5217 A & D & G & J\\
5218 B & E & H & K\\
5219 C & F & I & L
5220 \end{array}$
5221 \end_inset
5222
5223  ausgerichtet.
5224 \end_layout
5225
5226 \begin_layout Standard
5227 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5228  werden sollen.
5229  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5230  
5231 \emph on
5232 l
5233 \emph default
5234  steht für linksbündig, 
5235 \emph on
5236 c
5237 \emph default
5238  für mittig und 
5239 \emph on
5240 r
5241 \emph default
5242  für rechtsbündig.
5243  Möchte man z.
5244 \begin_inset space \thinspace{}
5245 \end_inset
5246
5247 B.
5248  eine 4
5249 \series bold
5250 ×
5251 \series default
5252 4
5253 \begin_inset space ~
5254 \end_inset
5255
5256 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5257  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5258  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5259 \series bold
5260 lccr
5261 \series default
5262  an.
5263  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5264  die Voreinstellung für jede Spalte ein 
5265 \series bold
5266 c
5267 \series default
5268  ist.
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Horizontale Ausrichtung:
5273 \end_layout
5274
5275 \begin_layout Standard
5276
5277 \series bold
5278 lll
5279 \series default
5280  : 
5281 \begin_inset Formula $\begin{array}{lll}
5282 10000 & D & G\\
5283 B & 10000 & H\\
5284 C & F & 10000
5285 \end{array}$
5286 \end_inset
5287
5288  , 
5289 \series bold
5290 ccc
5291 \series default
5292  : 
5293 \begin_inset Formula $\begin{array}{ccc}
5294 10000 & D & G\\
5295 B & 10000 & H\\
5296 C & F & 10000
5297 \end{array}$
5298 \end_inset
5299
5300  , 
5301 \series bold
5302 rrr
5303 \series default
5304  : 
5305 \begin_inset Formula $\begin{array}{rrr}
5306 10000 & D & G\\
5307 B & 10000 & H\\
5308 C & F & 10000
5309 \end{array}$
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \begin_layout Standard
5316 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5317  man die Mathe-Werkzeugleistenknöpfe 
5318 \begin_inset Graphics
5319         filename ../../images/tabular-feature_append-row.png
5320         scale 85
5321
5322 \end_inset
5323
5324
5325 \begin_inset Graphics
5326         filename ../../images/tabular-feature_delete-row.png
5327         scale 85
5328
5329 \end_inset
5330
5331 , usw.
5332 \begin_inset space \space{}
5333 \end_inset
5334
5335 oder das Menü 
5336 \family sans
5337 Bearbeiten\SpecialChar \menuseparator
5338 Zeilen & Spalten
5339 \family default
5340  verwenden.
5341  Neue Zeilen können auch mit 
5342 \family sans
5343 Strg+Enter
5344 \family default
5345  erstellt werden.
5346 \end_layout
5347
5348 \begin_layout Standard
5349 \begin_inset VSpace bigskip
5350 \end_inset
5351
5352 Die 
5353 \family sans
5354 Verzierung
5355 \family default
5356  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5357  Alternativ können Klammern entweder mit den Befehlen 
5358 \series bold
5359
5360 \backslash
5361 left
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Befehle ! L ! 
5369 \backslash
5370 left
5371 \end_layout
5372
5373 \end_inset
5374
5375  und 
5376 \series bold
5377
5378 \backslash
5379 right
5380 \series default
5381
5382 \begin_inset Index idx
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Befehle ! R ! 
5387 \backslash
5388 right
5389 \end_layout
5390
5391 \end_inset
5392
5393  erstellt werden (Tastenkürzel 
5394 \family sans
5395 Alt+M
5396 \begin_inset space ~
5397 \end_inset
5398
5399 Klammer
5400 \family default
5401 ), siehe 
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "sub:Automatische-Klammergrößen"
5405
5406 \end_inset
5407
5408 , oder man verwendet folgende Befehle:
5409 \begin_inset VSpace bigskip
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Standard
5416 \begin_inset space \hfill{}
5417 \end_inset
5418
5419
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="4" columns="2">
5422 <features tabularvalignment="middle">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Befehl
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Ergebnis
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \backslash
5452 bmatrix
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 leer 
5461 \end_layout
5462
5463 \end_inset
5464
5465 2
5466 \series bold
5467 ×
5468 \series default
5469 2
5470 \begin_inset space \thinspace{}
5471 \end_inset
5472
5473 Matrix
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5483 0 & \textrm{-}\mathrm{i}\\
5484 \mathrm{i} & 0
5485 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \backslash
5501 Bmatrix
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 leer 
5510 \end_layout
5511
5512 \end_inset
5513
5514 2
5515 \series bold
5516 ×
5517 \series default
5518 2
5519 \begin_inset space \thinspace{}
5520 \end_inset
5521
5522 Matrix
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5532 0 & \textrm{-}\mathrm{i}\\
5533 \mathrm{i} & 0
5534 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 <row>
5544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548
5549 \backslash
5550 pmatrix
5551 \begin_inset ERT
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555
5556
5557 \backslash
5558 leer 
5559 \end_layout
5560
5561 \end_inset
5562
5563 2
5564 \series bold
5565 ×
5566 \series default
5567 2
5568 \begin_inset space \thinspace{}
5569 \end_inset
5570
5571 Matrix
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5581 0 & \textrm{-}\mathrm{i}\\
5582 \mathrm{i} & 0
5583 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 </lyxtabular>
5593
5594 \end_inset
5595
5596
5597 \begin_inset space \hfill{}
5598 \end_inset
5599
5600
5601 \begin_inset Tabular
5602 <lyxtabular version="3" rows="4" columns="2">
5603 <features tabularvalignment="middle">
5604 <column alignment="center" valignment="top" width="0">
5605 <column alignment="center" valignment="top" width="0">
5606 <row>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 Befehl
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 Ergebnis
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \backslash
5633 vmatrix
5634 \begin_inset ERT
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638
5639
5640 \backslash
5641 leer 
5642 \end_layout
5643
5644 \end_inset
5645
5646 2
5647 \series bold
5648 ×
5649 \series default
5650 2
5651 \begin_inset space \thinspace{}
5652 \end_inset
5653
5654 Matrix
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5664 0 & \textrm{-}\mathrm{i}\\
5665 \mathrm{i} & 0
5666 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680
5681 \backslash
5682 Vmatrix
5683 \begin_inset ERT
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687
5688
5689 \backslash
5690 leer 
5691 \end_layout
5692
5693 \end_inset
5694
5695 2
5696 \series bold
5697 ×
5698 \series default
5699 2
5700 \begin_inset space \thinspace{}
5701 \end_inset
5702
5703 Matrix
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5713 0 & \textrm{-}\mathrm{i}\\
5714 \mathrm{i} & 0
5715 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729
5730 \backslash
5731 matrix
5732 \begin_inset ERT
5733 status collapsed
5734
5735 \begin_layout Plain Layout
5736
5737
5738 \backslash
5739 leer 
5740 \end_layout
5741
5742 \end_inset
5743
5744 2
5745 \series bold
5746 ×
5747 \series default
5748 2
5749 \begin_inset space \thinspace{}
5750 \end_inset
5751
5752 Matrix
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5762 0 & \textrm{-}\mathrm{i}\\
5763 \mathrm{i} & 0
5764 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 </lyxtabular>
5774
5775 \end_inset
5776
5777
5778 \begin_inset space \hfill{}
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \begin_layout Standard
5785 \begin_inset VSpace medskip
5786 \end_inset
5787
5788 Wurde z.
5789 \begin_inset space \thinspace{}
5790 \end_inset
5791
5792 B.
5793  
5794 \series bold
5795
5796 \backslash
5797 vmatrix
5798 \series default
5799  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5800  in das die Matrix eingefügt wird.
5801 \begin_inset Newline newline
5802 \end_inset
5803
5804 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5805 \end_layout
5806
5807 \begin_layout Standard
5808 \begin_inset Note Greyedout
5809 status open
5810
5811 \begin_layout Plain Layout
5812
5813 \series bold
5814 Achtung:
5815 \series default
5816  LaTeX limitiert die Anzahl der Matrizenspalten auf 10.
5817  Wenn man mehr als 10
5818 \begin_inset space \thinspace{}
5819 \end_inset
5820
5821 Spalten benötigt, muss folgende Zeile in die Dokument-Präambel eingefügt
5822  werden:
5823 \end_layout
5824
5825 \begin_layout Plain Layout
5826
5827 \series bold
5828
5829 \backslash
5830 setcounter{MaxMatrixCols}{Anzahl}
5831 \end_layout
5832
5833 \begin_layout Plain Layout
5834 wobei 
5835 \emph on
5836 Anzahl
5837 \emph default
5838  die Anzahl der Spalten zwischen 11 und 99 ist.
5839 \end_layout
5840
5841 \end_inset
5842
5843
5844 \end_layout
5845
5846 \begin_layout Standard
5847 \begin_inset VSpace bigskip
5848 \end_inset
5849
5850 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5851 \begin_inset CommandInset ref
5852 LatexCommand ref
5853 reference "sub:Spaltenabstand"
5854
5855 \end_inset
5856
5857  beschriebene Länge 
5858 \series bold
5859
5860 \backslash
5861 arraycolsep
5862 \series default
5863
5864 \begin_inset Index idx
5865 status collapsed
5866
5867 \begin_layout Plain Layout
5868 Befehle ! A ! 
5869 \backslash
5870 arraycolsep
5871 \end_layout
5872
5873 \end_inset
5874
5875  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5876 \end_layout
5877
5878 \begin_layout Standard
5879 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5880 \series bold
5881
5882 \backslash
5883 arraystretch
5884 \series default
5885
5886 \begin_inset Index idx
5887 status collapsed
5888
5889 \begin_layout Plain Layout
5890 Befehle ! A ! 
5891 \backslash
5892 arraystretch
5893 \end_layout
5894
5895 \end_inset
5896
5897 .
5898  Dieser wird folgendermaßen benutzt:
5899 \end_layout
5900
5901 \begin_layout Standard
5902
5903 \series bold
5904
5905 \backslash
5906 renewcommand{
5907 \backslash
5908 arraystretch}{Dehnungsfaktor}
5909 \begin_inset Index idx
5910 status collapsed
5911
5912 \begin_layout Plain Layout
5913 Befehle ! R ! 
5914 \backslash
5915 renewcommand
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \begin_layout Standard
5924 Der Befehl 
5925 \series bold
5926
5927 \backslash
5928 renewcommand
5929 \series default
5930  weist dabei dem vordefinierten Befehl 
5931 \series bold
5932
5933 \backslash
5934 arraystretch
5935 \series default
5936  den Dehnungsfaktor zu.
5937  Möchte man z.
5938 \begin_inset space \thinspace{}
5939 \end_inset
5940
5941 B.
5942  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5943  Dieser wird dann für alle folgenden Matrizen verwendet.
5944  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5945 \series bold
5946
5947 \backslash
5948 arraystretch
5949 \series default
5950  den Faktor 1 zu.
5951 \end_layout
5952
5953 \begin_layout Standard
5954 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5955 \series bold
5956
5957 \backslash
5958 smallmatrix
5959 \series default
5960
5961 \begin_inset Index idx
5962 status collapsed
5963
5964 \begin_layout Plain Layout
5965 Befehle ! S ! 
5966 \backslash
5967 smallmatrix
5968 \end_layout
5969
5970 \end_inset
5971
5972 .
5973  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5974  gestrichelten Linien.
5975  In dieses Kästchen wird die Matrix eingegeben.
5976  Man verwendet stattdessen das Menü 
5977 \family sans
5978 Bearbeiten\SpecialChar \menuseparator
5979 Zeilen
5980 \begin_inset space ~
5981 \end_inset
5982
5983 &
5984 \begin_inset space ~
5985 \end_inset
5986
5987 Spalten
5988 \family default
5989  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5990  Neue Zeilen können auch mit 
5991 \family sans
5992 Strg+Enter
5993 \family default
5994  erstellt werden.
5995 \end_layout
5996
5997 \begin_layout Standard
5998 Dies ist eine Matrix 
5999 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6000 C & D
6001 \end{smallmatrix}\right)$
6002 \end_inset
6003
6004  in einer Textzeile.
6005 \end_layout
6006
6007 \begin_layout Section
6008 Klammern und Begrenzungszeichen
6009 \begin_inset Index idx
6010 status collapsed
6011
6012 \begin_layout Plain Layout
6013 Klammern
6014 \end_layout
6015
6016 \end_inset
6017
6018
6019 \begin_inset Index idx
6020 status collapsed
6021
6022 \begin_layout Plain Layout
6023 Begrenzungszeichen
6024 \end_layout
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Subsection
6032 Vertikale Klammern und Begrenzungszeichen
6033 \begin_inset Index idx
6034 status collapsed
6035
6036 \begin_layout Plain Layout
6037 Klammern ! vertikale
6038 \end_layout
6039
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \begin_layout Standard
6046 \begin_inset space \hfill{}
6047 \end_inset
6048
6049
6050 \begin_inset Tabular
6051 <lyxtabular version="3" rows="9" columns="2">
6052 <features tabularvalignment="middle">
6053 <column alignment="center" valignment="top" width="0pt">
6054 <column alignment="center" valignment="top" width="0pt">
6055 <row>
6056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 Befehl
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 Ergebnis
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 <row>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 (
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 \begin_inset Formula $($
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 {
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 \begin_inset Formula $\{$
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 </row>
6121 <row>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 [
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $[$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \backslash
6151 langle
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Formula $\langle$
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \backslash
6176 lceil
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 \begin_inset Formula $\lceil$
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199
6200 \backslash
6201 lfloor
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 \begin_inset Formula $\lfloor$
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 <row>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 /
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Formula $/$
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 |
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 \begin_inset Formula $|$
6257 \end_inset
6258
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 </lyxtabular>
6266
6267 \end_inset
6268
6269
6270 \begin_inset space \hfill{}
6271 \end_inset
6272
6273
6274 \begin_inset Tabular
6275 <lyxtabular version="3" rows="9" columns="2">
6276 <features tabularvalignment="middle">
6277 <column alignment="center" valignment="top" width="0pt">
6278 <column alignment="center" valignment="top" width="0pt">
6279 <row>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 Befehl
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 Ergebnis
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 </row>
6299 <row>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 )
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 \begin_inset Formula $)$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 }
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 \begin_inset Formula $\}$
6337 \end_inset
6338
6339
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 ]
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 \begin_inset Formula $]$
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \backslash
6375 rangle
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 \begin_inset Formula $\rangle$
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398
6399 \backslash
6400 rceil
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\rceil$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \backslash
6425 rfloor
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 \begin_inset Formula $\rfloor$
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448
6449 \backslash
6450
6451 \backslash
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Formula $\backslash$
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \backslash
6477 |
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 \begin_inset Formula $\|$
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 </lyxtabular>
6496
6497 \end_inset
6498
6499
6500 \begin_inset space \hfill{}
6501 \end_inset
6502
6503
6504 \end_layout
6505
6506 \begin_layout Standard
6507
6508 \series medium
6509 \begin_inset Note Greyedout
6510 status open
6511
6512 \begin_layout Plain Layout
6513
6514 \series bold
6515 Achtung:
6516 \series default
6517  Im TeX-Modus muss für den Backslash der Befehl 
6518 \series bold
6519
6520 \backslash
6521 textbackslash
6522 \series default
6523
6524 \begin_inset Index idx
6525 status collapsed
6526
6527 \begin_layout Plain Layout
6528 Befehle ! T ! 
6529 \backslash
6530 textbackslash
6531 \end_layout
6532
6533 \end_inset
6534
6535  verwendet werden, denn der Befehl 
6536 \series bold
6537
6538 \backslash
6539
6540 \backslash
6541
6542 \series default
6543  steht dort für einen Zeilenumbruch.
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6553  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6554  Dabei können dann statt den Befehlen 
6555 \series bold
6556
6557 \backslash
6558 langle
6559 \series default
6560  und 
6561 \series bold
6562
6563 \backslash
6564 rangle
6565 \series default
6566  direkt die Zeichen < und > verwendet werden.
6567 \end_layout
6568
6569 \begin_layout Subsubsection
6570 Manuelle Klammergrößen
6571 \begin_inset CommandInset label
6572 LatexCommand label
6573 name "sub:Manuelle-Klammergrößen"
6574
6575 \end_inset
6576
6577
6578 \begin_inset Index idx
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582 Klammergrößen ! manuelle
6583 \end_layout
6584
6585 \end_inset
6586
6587
6588 \end_layout
6589
6590 \begin_layout Standard
6591 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6592  LaTeX-Befehle 
6593 \series bold
6594
6595 \backslash
6596 big
6597 \series default
6598
6599 \begin_inset Index idx
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603 Befehle ! B ! 
6604 \backslash
6605 big
6606 \end_layout
6607
6608 \end_inset
6609
6610
6611 \series bold
6612
6613 \backslash
6614 Big
6615 \series default
6616
6617 \series bold
6618
6619 \backslash
6620 bigg
6621 \series default
6622  und 
6623 \series bold
6624
6625 \backslash
6626 Bigg
6627 \series default
6628  tun.
6629  
6630 \series bold
6631
6632 \backslash
6633 big
6634 \series default
6635  steht hierbei für die kleinste und 
6636 \series bold
6637
6638 \backslash
6639 Bigg
6640 \series default
6641  für die größte Klammergröße.
6642 \end_layout
6643
6644 \begin_layout Standard
6645 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6646 \end_layout
6647
6648 \begin_layout Standard
6649 \align center
6650 \begin_inset Tabular
6651 <lyxtabular version="3" rows="2" columns="2">
6652 <features tabularvalignment="middle">
6653 <column alignment="center" valignment="top" width="0pt">
6654 <column alignment="center" valignment="top" width="0pt">
6655 <row>
6656 <cell alignment="center" valignment="top" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 einheitliche Klammergröße:
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 besser sieht das so aus:
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6693 \end_inset
6694
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 </row>
6701 </lyxtabular>
6702
6703 \end_inset
6704
6705
6706 \begin_inset Note Note
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710
6711 \series bold
6712
6713 \backslash
6714 raisebox
6715 \series default
6716  dient nur
6717 \end_layout
6718
6719 \begin_layout Plain Layout
6720 als Abstandhalter.
6721 \end_layout
6722
6723 \end_inset
6724
6725
6726 \end_layout
6727
6728 \begin_layout Standard
6729 Für die zweite Formel wurde der Befehl 
6730 \series bold
6731
6732 \backslash
6733 Big((A+B)(A-B)
6734 \backslash
6735 Big)^
6736 \begin_inset ERT
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740
6741
6742 \backslash
6743 leer 
6744 \end_layout
6745
6746 \end_inset
6747
6748 C
6749 \series default
6750  verwendet.
6751 \end_layout
6752
6753 \begin_layout Standard
6754 Hier alle Klammergrößen in der Übersicht:
6755 \end_layout
6756
6757 \begin_layout Standard
6758 \align center
6759
6760 \backslash
6761 Bigg(
6762 \backslash
6763 exp
6764 \backslash
6765 bigg<
6766 \backslash
6767 Big[
6768 \backslash
6769 big{
6770 \backslash
6771 ln(3x)
6772 \backslash
6773 big}^2
6774 \begin_inset ERT
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778
6779
6780 \backslash
6781 leer 
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \backslash
6788 sin(x)
6789 \backslash
6790 Big]^
6791 \begin_inset ERT
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795
6796
6797 \backslash
6798 leer 
6799 \end_layout
6800
6801 \end_inset
6802
6803 A
6804 \begin_inset ERT
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808
6809
6810 \backslash
6811 leer 
6812 \end_layout
6813
6814 \end_inset
6815
6816
6817 \backslash
6818 bigg>
6819 \backslash
6820 Bigg)^0,5
6821 \end_layout
6822
6823 \begin_layout Standard
6824 \align center
6825 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6826 \end_inset
6827
6828
6829 \end_layout
6830
6831 \begin_layout Standard
6832 Es gibt außer den 
6833 \series bold
6834
6835 \backslash
6836 big
6837 \series default
6838 -Befehlen noch die Variante 
6839 \series bold
6840
6841 \backslash
6842 bigm
6843 \series default
6844
6845 \begin_inset Index idx
6846 status collapsed
6847
6848 \begin_layout Plain Layout
6849 Befehle ! B ! 
6850 \backslash
6851 bigm
6852 \end_layout
6853
6854 \end_inset
6855
6856 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6857  die Variante 
6858 \series bold
6859
6860 \backslash
6861 bigl
6862 \series default
6863 -
6864 \series bold
6865
6866 \backslash
6867 bigr
6868 \series default
6869
6870 \begin_inset Index idx
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874 Befehle ! B ! 
6875 \backslash
6876 bigl - 
6877 \backslash
6878 bigr
6879 \end_layout
6880
6881 \end_inset
6882
6883 , die keinen zusätzlichen Leerraum erzeugt.
6884  Das 
6885 \emph on
6886 l
6887 \emph default
6888  am Ende des Befehls 
6889 \series bold
6890
6891 \backslash
6892 bigl
6893 \series default
6894  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6895  ein 
6896 \emph on
6897 r
6898 \emph default
6899  ersetzt.
6900  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6901  sein.
6902 \end_layout
6903
6904 \begin_layout Standard
6905 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \align center
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="5" columns="2">
6912 <features tabularvalignment="middle">
6913 <column alignment="center" valignment="middle" width="0">
6914 <column alignment="center" valignment="middle" width="0">
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Befehl
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 Ergebnis
6930 \begin_inset Note Note
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934
6935 \series bold
6936
6937 \backslash
6938 raisebox
6939 \series default
6940  dient nur als Abstandhalter.
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956
6957 \backslash
6958 Bigm(
6959 \backslash
6960 bigm(
6961 \backslash
6962 ln(3x)
6963 \backslash
6964 bigm)^2
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 leer 
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \backslash
6979 Bigm)
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \backslash
7004 Big(
7005 \backslash
7006 big(
7007 \backslash
7008 ln(3x)
7009 \backslash
7010 big)^2
7011 \begin_inset ERT
7012 status collapsed
7013
7014 \begin_layout Plain Layout
7015
7016
7017 \backslash
7018 leer 
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \backslash
7025 Big)
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 </row>
7043 <row>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048
7049 \backslash
7050 Bigl(
7051 \backslash
7052 bigl(
7053 \backslash
7054 ln(3x)
7055 \backslash
7056 bigr)^2
7057 \begin_inset ERT
7058 status collapsed
7059
7060 \begin_layout Plain Layout
7061
7062
7063 \backslash
7064 leer 
7065 \end_layout
7066
7067 \end_inset
7068
7069
7070 \backslash
7071 Bigr)
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7081 \end_inset
7082
7083
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094
7095 \backslash
7096 bigl)
7097 \backslash
7098 ln(3x)
7099 \backslash
7100 bigr(
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 </lyxtabular>
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \begin_layout Subsubsection
7126 Automatische Klammergrößen
7127 \begin_inset CommandInset label
7128 LatexCommand label
7129 name "sub:Automatische-Klammergrößen"
7130
7131 \end_inset
7132
7133
7134 \begin_inset Index idx
7135 status collapsed
7136
7137 \begin_layout Plain Layout
7138 Klammergrößen ! automatische
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \begin_layout Standard
7147 Klammern variabler Größe können mit den Befehlen 
7148 \series bold
7149
7150 \backslash
7151 left
7152 \series default
7153
7154 \begin_inset Index idx
7155 status collapsed
7156
7157 \begin_layout Plain Layout
7158 Befehle ! L ! 
7159 \backslash
7160 left
7161 \end_layout
7162
7163 \end_inset
7164
7165  und 
7166 \series bold
7167
7168 \backslash
7169 right
7170 \series default
7171
7172 \begin_inset Index idx
7173 status collapsed
7174
7175 \begin_layout Plain Layout
7176 Befehle ! R ! 
7177 \backslash
7178 right
7179 \end_layout
7180
7181 \end_inset
7182
7183  oder über den Mathe-Werkzeugleistenknopf
7184 \family sans
7185  
7186 \family default
7187
7188 \begin_inset Graphics
7189         filename ../../images/dialog-show_mathdelimiter.png
7190         scale 85
7191
7192 \end_inset
7193
7194  eingefügt werden.
7195  Auf 
7196 \series bold
7197
7198 \backslash
7199 left
7200 \series default
7201  und 
7202 \series bold
7203
7204 \backslash
7205 right
7206 \series default
7207  muss unmittelbar die gewünschte Klammer folgen.
7208  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7209 \end_layout
7210
7211 \begin_layout Standard
7212 \align center
7213 normale Klammer: Der Befehl 
7214 \series bold
7215
7216 \backslash
7217 ln(
7218 \backslash
7219 frac
7220 \begin_inset ERT
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225
7226 \backslash
7227 leer 
7228 \end_layout
7229
7230 \end_inset
7231
7232 A
7233 \begin_inset Formula $\downarrow$
7234 \end_inset
7235
7236 C
7237 \begin_inset ERT
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241
7242
7243 \backslash
7244 leer 
7245 \end_layout
7246
7247 \end_inset
7248
7249 )
7250 \series default
7251  ergibt
7252 \begin_inset Formula 
7253 \[
7254 \ln(\frac{A}{C})
7255 \]
7256
7257 \end_inset
7258
7259
7260 \end_layout
7261
7262 \begin_layout Standard
7263 \align center
7264 mehrzeilige Klammer: Der Befehl 
7265 \series bold
7266
7267 \backslash
7268 ln
7269 \backslash
7270 left(
7271 \backslash
7272 frac
7273 \begin_inset ERT
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277
7278
7279 \backslash
7280 leer 
7281 \end_layout
7282
7283 \end_inset
7284
7285 A
7286 \begin_inset Formula $\downarrow$
7287 \end_inset
7288
7289 C
7290 \begin_inset ERT
7291 status collapsed
7292
7293 \begin_layout Plain Layout
7294
7295
7296 \backslash
7297 leer 
7298 \end_layout
7299
7300 \end_inset
7301
7302
7303 \backslash
7304 right)
7305 \series default
7306  ergibt
7307 \begin_inset Formula 
7308 \[
7309 \ln\left(\frac{A}{C}\right)
7310 \]
7311
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \begin_layout Standard
7318 An Stelle von 
7319 \series bold
7320
7321 \backslash
7322 left
7323 \series default
7324  und 
7325 \series bold
7326
7327 \backslash
7328 right
7329 \series default
7330  kann man die Tastenkürzel 
7331 \family sans
7332 Alt+M
7333 \begin_inset space ~
7334 \end_inset
7335
7336 Klammer
7337 \family default
7338  verwenden.
7339  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7340  und dass die rechte Klammer gleich mit erstellt wird.
7341 \begin_inset Newline newline
7342 \end_inset
7343
7344 Der Befehl für das letzte Beispiel würde dann lauten: 
7345 \series bold
7346
7347 \backslash
7348 ln Alt+M
7349 \series default
7350  
7351 \series bold
7352 (
7353 \backslash
7354 frac
7355 \begin_inset ERT
7356 status collapsed
7357
7358 \begin_layout Plain Layout
7359
7360
7361 \backslash
7362 leer 
7363 \end_layout
7364
7365 \end_inset
7366
7367 A
7368 \begin_inset Formula $\downarrow$
7369 \end_inset
7370
7371 C
7372 \end_layout
7373
7374 \begin_layout Standard
7375 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7376  Klammer einen Punkt.
7377  So ergibt z.
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 B.
7382  der Befehl 
7383 \series bold
7384
7385 \backslash
7386 left.
7387 \backslash
7388 frac
7389 \begin_inset ERT
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393
7394
7395 \backslash
7396 leer 
7397 \end_layout
7398
7399 \end_inset
7400
7401 A
7402 \begin_inset Formula $\downarrow$
7403 \end_inset
7404
7405 B
7406 \begin_inset ERT
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410
7411
7412 \backslash
7413 leer 
7414 \end_layout
7415
7416 \end_inset
7417
7418
7419 \backslash
7420 right}
7421 \series default
7422
7423 \begin_inset space \thinspace{}
7424 \end_inset
7425
7426 :
7427 \series bold
7428
7429 \begin_inset Formula 
7430 \[
7431 \left.\frac{A}{B}\right\} 
7432 \]
7433
7434 \end_inset
7435
7436
7437 \series default
7438 Die Befehle 
7439 \series bold
7440
7441 \backslash
7442 left
7443 \series default
7444  und 
7445 \series bold
7446
7447 \backslash
7448 right
7449 \series default
7450  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7451  umgewandelt.
7452  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7453 \end_layout
7454
7455 \begin_layout Standard
7456 \begin_inset VSpace bigskip
7457 \end_inset
7458
7459 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7460  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7461  Befehl 
7462 \series bold
7463
7464 \backslash
7465 middle
7466 \series default
7467
7468 \begin_inset Index idx
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472 Befehle ! M ! 
7473 \backslash
7474 middle
7475 \end_layout
7476
7477 \end_inset
7478
7479  zur Verfügung.
7480  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7481  angepasst, was z.
7482 \begin_inset space \thinspace{}
7483 \end_inset
7484
7485 B.
7486  für physikalische Vektoren von Nutzen ist:
7487 \begin_inset Formula 
7488 \[
7489 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7490 \]
7491
7492 \end_inset
7493
7494 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7495 \begin_inset CommandInset ref
7496 LatexCommand ref
7497 reference "sub:Physikalische-Vektoren"
7498
7499 \end_inset
7500
7501  beschrieben ist.
7502 \end_layout
7503
7504 \begin_layout Subsection
7505 Horizontale Klammern
7506 \begin_inset Index idx
7507 status collapsed
7508
7509 \begin_layout Plain Layout
7510 Klammern ! horizontale
7511 \end_layout
7512
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \begin_layout Standard
7519 \align center
7520 \begin_inset Tabular
7521 <lyxtabular version="3" rows="4" columns="2">
7522 <features tabularvalignment="middle">
7523 <column alignment="center" valignment="top" width="0pt">
7524 <column alignment="center" valignment="top" width="0pt">
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 Befehl
7531 \begin_inset Note Note
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536 \series bold
7537
7538 \backslash
7539 raisebox
7540 \series default
7541  dient nur als Abstandhalter.
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 Ergebnis
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 </row>
7561 <row>
7562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 raisebox{2.3mm}{
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \backslash
7580 overbrace
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 leer 
7589 \end_layout
7590
7591 \end_inset
7592
7593 A+B
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599
7600 \backslash
7601 leer 
7602 \end_layout
7603
7604 \end_inset
7605
7606 ^
7607 \begin_inset ERT
7608 status collapsed
7609
7610 \begin_layout Plain Layout
7611
7612
7613 \backslash
7614 leer 
7615 \end_layout
7616
7617 \end_inset
7618
7619 3
7620 \begin_inset ERT
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624
7625 }
7626 \end_layout
7627
7628 \end_inset
7629
7630
7631 \begin_inset Index idx
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635 Befehle ! O ! 
7636 \backslash
7637 overbrace
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 \begin_inset Formula $\overbrace{A+B}^{3}$
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 \begin_inset ERT
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669
7670
7671 \backslash
7672 raisebox{-2.2mm}{
7673 \end_layout
7674
7675 \end_inset
7676
7677
7678 \backslash
7679 underbrace
7680 \begin_inset ERT
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684
7685
7686 \backslash
7687 leer 
7688 \end_layout
7689
7690 \end_inset
7691
7692 A+B
7693 \begin_inset ERT
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697
7698
7699 \backslash
7700 leer 
7701 \end_layout
7702
7703 \end_inset
7704
7705 _5
7706 \begin_inset ERT
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710
7711 }
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \begin_inset Index idx
7718 status collapsed
7719
7720 \begin_layout Plain Layout
7721 Befehle ! U ! 
7722 \backslash
7723 underbrace
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 \begin_inset Formula $\underbrace{A+B}_{5}$
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row>
7747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \backslash
7753 overbrace
7754 \begin_inset ERT
7755 status collapsed
7756
7757 \begin_layout Plain Layout
7758
7759
7760 \backslash
7761 leer 
7762 \end_layout
7763
7764 \end_inset
7765
7766
7767 \backslash
7768 underbrace
7769 \begin_inset ERT
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773
7774
7775 \backslash
7776 leer 
7777 \end_layout
7778
7779 \end_inset
7780
7781 A+B_w
7782 \begin_inset ERT
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786
7787
7788 \backslash
7789 leer 
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \begin_inset ERT
7796 status collapsed
7797
7798 \begin_layout Plain Layout
7799
7800
7801 \backslash
7802 leer 
7803 \end_layout
7804
7805 \end_inset
7806
7807 _7
7808 \begin_inset ERT
7809 status collapsed
7810
7811 \begin_layout Plain Layout
7812
7813
7814 \backslash
7815 leer 
7816 \end_layout
7817
7818 \end_inset
7819
7820
7821 \begin_inset ERT
7822 status collapsed
7823
7824 \begin_layout Plain Layout
7825
7826
7827 \backslash
7828 leer 
7829 \end_layout
7830
7831 \end_inset
7832
7833 ^
7834 \begin_inset ERT
7835 status collapsed
7836
7837 \begin_layout Plain Layout
7838
7839
7840 \backslash
7841 leer 
7842 \end_layout
7843
7844 \end_inset
7845
7846 C
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 </lyxtabular>
7865
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \begin_layout Standard
7872 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7873 \series bold
7874
7875 \backslash
7876 overbrace
7877 \series default
7878  oder 
7879 \series bold
7880
7881 \backslash
7882 underbrace
7883 \series default
7884  eingibt.
7885 \end_layout
7886
7887 \begin_layout Standard
7888 \begin_inset VSpace bigskip
7889 \end_inset
7890
7891 Benötigt man Klammern, die sich überschneiden, muss man die in 
7892 \begin_inset CommandInset ref
7893 LatexCommand ref
7894 reference "sec:Mehrzeilige-Formeln"
7895
7896 \end_inset
7897
7898  beschriebenen mehrzeiligen Formeln verwenden:
7899 \begin_inset Formula 
7900 \begin{eqnarray*}
7901 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7902  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7903 \end{eqnarray*}
7904
7905 \end_inset
7906
7907 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7908  Dabei ist es wichtig, dass vor dem ersten 
7909 \begin_inset Formula $d$
7910 \end_inset
7911
7912  der Abstandsbefehl
7913 \begin_inset Foot
7914 status collapsed
7915
7916 \begin_layout Plain Layout
7917 Abstandsbefehle sind in 
7918 \begin_inset CommandInset ref
7919 LatexCommand ref
7920 reference "sub:Vordefinierter-Leerraum"
7921
7922 \end_inset
7923
7924  erklärt.
7925 \end_layout
7926
7927 \end_inset
7928
7929  
7930 \series bold
7931
7932 \backslash
7933 :
7934 \series default
7935  eingegeben wird, denn die nach dem 
7936 \begin_inset Formula $q$
7937 \end_inset
7938
7939  endende Klammer verhindert, dass das nachfolgende 
7940 \begin_inset Quotes gld
7941 \end_inset
7942
7943 +
7944 \begin_inset Quotes grd
7945 \end_inset
7946
7947  von Leerraum umgeben ist.
7948 \begin_inset Foot
7949 status collapsed
7950
7951 \begin_layout Plain Layout
7952 weil eine Klammer nicht als Zeichen gilt, siehe 
7953 \begin_inset CommandInset ref
7954 LatexCommand ref
7955 reference "sub:Binäre-Operatoren"
7956
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963
7964  In die zweite Zeile wird die zweite Klammer eingegeben.
7965  Da sie vor dem 
7966 \begin_inset Formula $b$
7967 \end_inset
7968
7969  beginnen soll, gibt man zuerst 
7970 \series bold
7971
7972 \backslash
7973 hphantom{gggg+
7974 \backslash
7975 :}
7976 \series default
7977  ein.
7978 \begin_inset Foot
7979 status collapsed
7980
7981 \begin_layout Plain Layout
7982 mehr zu 
7983 \series bold
7984
7985 \backslash
7986 hphantom
7987 \series default
7988  siehe 
7989 \begin_inset CommandInset ref
7990 LatexCommand ref
7991 reference "sub:Platzhalter"
7992
7993 \end_inset
7994
7995 .
7996 \end_layout
7997
7998 \end_inset
7999
8000  Dieser Leerraum wird benötigt, weil das 
8001 \begin_inset Quotes gld
8002 \end_inset
8003
8004 +
8005 \begin_inset Quotes grd
8006 \end_inset
8007
8008  in der Formel auch von Leerraum umgeben ist.
8009  Die Klammer wird unter den Befehl 
8010 \series bold
8011
8012 \backslash
8013 hphantom{bbqq+dddd}
8014 \series default
8015  gesetzt.
8016 \end_layout
8017
8018 \begin_layout Standard
8019 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
8020 n, wie in folgendem Beispiel:
8021 \begin_inset ERT
8022 status collapsed
8023
8024 \begin_layout Plain Layout
8025
8026
8027 \backslash
8028 setlength{
8029 \backslash
8030 jot}{-6pt}
8031 \end_layout
8032
8033 \end_inset
8034
8035
8036 \begin_inset Formula 
8037 \begin{eqnarray*}
8038  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8039 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8040 \end{eqnarray*}
8041
8042 \end_inset
8043
8044
8045 \begin_inset ERT
8046 status collapsed
8047
8048 \begin_layout Plain Layout
8049
8050
8051 \backslash
8052 setlength{
8053 \backslash
8054 jot}{3pt}
8055 \end_layout
8056
8057 \end_inset
8058
8059 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8060  mit dem Unterschied, dass sich die Klammer oben befindet.
8061  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8062  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8063  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8064  werden.
8065  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8066 \begin_inset Foot
8067 status collapsed
8068
8069 \begin_layout Plain Layout
8070 \begin_inset CommandInset href
8071 LatexCommand href
8072 name "LyX-Fehler #1505"
8073 target "http://www.lyx.org/trac/ticket/1505"
8074
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \end_inset
8081
8082 .
8083  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8084 \series bold
8085
8086 \backslash
8087 jot
8088 \series default
8089
8090 \begin_inset Index idx
8091 status collapsed
8092
8093 \begin_layout Plain Layout
8094 Befehle ! J ! 
8095 \backslash
8096 jot
8097 \end_layout
8098
8099 \end_inset
8100
8101  vor der Formel mit dem Befehl 
8102 \series bold
8103
8104 \backslash
8105 setlength{
8106 \backslash
8107 jot}{-6pt}
8108 \series default
8109  im TeX-Modus auf den Wert -6
8110 \begin_inset space \thinspace{}
8111 \end_inset
8112
8113 pt geändert.
8114  Nach der Formel wird 
8115 \series bold
8116
8117 \backslash
8118 jot
8119 \series default
8120  mit demselben Befehl wieder auf den Standardwert 3
8121 \begin_inset space \thinspace{}
8122 \end_inset
8123
8124 pt zurückgesetzt.
8125  Genaueres zum Zeilenabstand in Formeln ist in 
8126 \begin_inset CommandInset ref
8127 LatexCommand ref
8128 reference "sub:Zeilenabstand"
8129
8130 \end_inset
8131
8132  erklärt.
8133 \end_layout
8134
8135 \begin_layout Standard
8136 \begin_inset Newpage newpage
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \begin_layout Section
8143 Pfeile
8144 \begin_inset Index idx
8145 status collapsed
8146
8147 \begin_layout Plain Layout
8148 Pfeile
8149 \end_layout
8150
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \begin_layout Standard
8157 Pfeile können über den Mathe-Werkzeugleistenknopf 
8158 \begin_inset Graphics
8159         filename ../../images/math/leftarrow.png
8160         scale 85
8161
8162 \end_inset
8163
8164  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8165  aufgelistet sind.
8166 \end_layout
8167
8168 \begin_layout Subsection
8169 Horizontale Pfeile
8170 \begin_inset Index idx
8171 status collapsed
8172
8173 \begin_layout Plain Layout
8174 Pfeile ! horizontale
8175 \end_layout
8176
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \begin_layout Standard
8183 \begin_inset space \hfill{}
8184 \end_inset
8185
8186
8187 \begin_inset Tabular
8188 <lyxtabular version="3" rows="8" columns="2">
8189 <features tabularvalignment="middle">
8190 <column alignment="center" valignment="top" width="0pt">
8191 <column alignment="center" valignment="top" width="0pt">
8192 <row>
8193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Befehl
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Ergebnis
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \backslash
8219 gets
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 \begin_inset Formula $\gets$
8229 \end_inset
8230
8231
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \backslash
8244 Leftarrow
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 \begin_inset Formula $\Leftarrow$
8254 \end_inset
8255
8256
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \backslash
8269 longleftarrow
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 \begin_inset Formula $\longleftarrow$
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \backslash
8294 Longleftarrow
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 \begin_inset Formula $\Longleftarrow$
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \backslash
8319 leftharpoonup
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 \begin_inset Formula $\leftharpoonup$
8329 \end_inset
8330
8331
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342
8343 \backslash
8344 leftharpoondown
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 \begin_inset Formula $\leftharpoondown$
8354 \end_inset
8355
8356
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \backslash
8369 hookleftarrow
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 \begin_inset Formula $\hookleftarrow$
8379 \end_inset
8380
8381
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 </lyxtabular>
8388
8389 \end_inset
8390
8391
8392 \begin_inset space \hfill{}
8393 \end_inset
8394
8395
8396 \begin_inset Tabular
8397 <lyxtabular version="3" rows="8" columns="2">
8398 <features tabularvalignment="middle">
8399 <column alignment="center" valignment="top" width="0pt">
8400 <column alignment="center" valignment="top" width="0pt">
8401 <row>
8402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Befehl
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 Ergebnis
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \backslash
8428 to
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 \begin_inset Formula $\to$
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \backslash
8453 Rightarrow
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 \begin_inset Formula $\Rightarrow$
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \backslash
8478 longrightarrow
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 \begin_inset Formula $\longrightarrow$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \backslash
8503 Longrightarrow
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $\Longrightarrow$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \backslash
8528 rightharpoonup
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 \begin_inset Formula $\rightharpoonup$
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \backslash
8553 rightharpoondown
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 \begin_inset Formula $\rightharpoondown$
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \backslash
8578 hookrightarrow
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 \begin_inset Formula $\hookrightarrow$
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 </lyxtabular>
8597
8598 \end_inset
8599
8600
8601 \begin_inset space \hfill{}
8602 \end_inset
8603
8604
8605 \end_layout
8606
8607 \begin_layout Standard
8608 \begin_inset space \hfill{}
8609 \end_inset
8610
8611
8612 \begin_inset Tabular
8613 <lyxtabular version="3" rows="6" columns="2">
8614 <features tabularvalignment="middle">
8615 <column alignment="center" valignment="top" width="0pt">
8616 <column alignment="center" valignment="top" width="0pt">
8617 <row>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Befehl
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Ergebnis
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \backslash
8644 leftrightarrow
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 \begin_inset Formula $\leftrightarrow$
8654 \end_inset
8655
8656
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \backslash
8669 Leftrightarrow
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 \begin_inset Formula $\Leftrightarrow$
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \backslash
8694 longleftrightarrow
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\longleftrightarrow$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \backslash
8719 Longleftrightarrow
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 \begin_inset Formula $\Longleftrightarrow$
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \backslash
8744 rightleftharpoons
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 \begin_inset Formula $\rightleftharpoons$
8754 \end_inset
8755
8756
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 </lyxtabular>
8763
8764 \end_inset
8765
8766
8767 \begin_inset space \hspace{}
8768 \length 25pt
8769 \end_inset
8770
8771
8772 \begin_inset space \hfill{}
8773 \end_inset
8774
8775
8776 \begin_inset Tabular
8777 <lyxtabular version="3" rows="5" columns="2">
8778 <features tabularvalignment="middle">
8779 <column alignment="center" valignment="top" width="0pt">
8780 <column alignment="center" valignment="top" width="0pt">
8781 <row>
8782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Befehl
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Ergebnis
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \backslash
8808 mapsto
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 \begin_inset Formula $\mapsto$
8818 \end_inset
8819
8820
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \backslash
8833 longmapsto
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 \begin_inset Formula $\longmapsto$
8843 \end_inset
8844
8845
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \backslash
8858 leadsto
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 \begin_inset Formula $\leadsto$
8868 \end_inset
8869
8870
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 <row>
8877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881
8882 \backslash
8883 dasharrow
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 \begin_inset Formula $\dasharrow$
8893 \end_inset
8894
8895
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 </lyxtabular>
8902
8903 \end_inset
8904
8905
8906 \begin_inset space \hfill{}
8907 \end_inset
8908
8909
8910 \end_layout
8911
8912 \begin_layout Standard
8913 \begin_inset VSpace medskip
8914 \end_inset
8915
8916 Als Akzent verwendete Pfeile, wie z.
8917 \begin_inset space \thinspace{}
8918 \end_inset
8919
8920 B.
8921  Vektorpfeile, sind in 
8922 \begin_inset CommandInset ref
8923 LatexCommand ref
8924 reference "sec:Akzente"
8925
8926 \end_inset
8927
8928  aufgelistet.
8929 \end_layout
8930
8931 \begin_layout Standard
8932 \begin_inset VSpace bigskip
8933 \end_inset
8934
8935 Des Weiteren gibt es die beschriftbaren Pfeile
8936 \begin_inset Index idx
8937 status collapsed
8938
8939 \begin_layout Plain Layout
8940 Pfeile ! beschriftbare
8941 \end_layout
8942
8943 \end_inset
8944
8945  
8946 \series bold
8947
8948 \backslash
8949 xleftarrow
8950 \series default
8951
8952 \begin_inset Index idx
8953 status collapsed
8954
8955 \begin_layout Plain Layout
8956 Befehle ! X ! 
8957 \backslash
8958 xleftarrow
8959 \end_layout
8960
8961 \end_inset
8962
8963  und 
8964 \series bold
8965
8966 \backslash
8967 xrightarrow
8968 \series default
8969
8970 \begin_inset Index idx
8971 status collapsed
8972
8973 \begin_layout Plain Layout
8974 Befehle ! X ! 
8975 \backslash
8976 xrightarrow
8977 \begin_inset ERT
8978 status collapsed
8979
8980 \begin_layout Plain Layout
8981
8982
8983 \backslash
8984 vspace{4mm}
8985 \end_layout
8986
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993
8994 .
8995  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8996  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8997  Die Pfeillänge passt sich der Breite der Beschriftung an.
8998 \end_layout
8999
9000 \begin_layout Standard
9001 \align center
9002 \begin_inset Tabular
9003 <lyxtabular version="3" rows="3" columns="2">
9004 <features tabularvalignment="middle">
9005 <column alignment="center" valignment="top" width="0pt">
9006 <column alignment="center" valignment="top" width="0pt">
9007 <row>
9008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Befehl
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Ergebnis
9022 \begin_inset Note Note
9023 status collapsed
9024
9025 \begin_layout Plain Layout
9026
9027 \series bold
9028
9029 \backslash
9030 raisebox
9031 \series default
9032  dient nur als Abstandhalter.
9033 \end_layout
9034
9035 \end_inset
9036
9037
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 F(a)
9049 \backslash
9050 xleftarrow
9051 \begin_inset ERT
9052 status collapsed
9053
9054 \begin_layout Plain Layout
9055
9056
9057 \backslash
9058 leer 
9059 \end_layout
9060
9061 \end_inset
9062
9063 x=a
9064 \begin_inset Formula $\downarrow$
9065 \end_inset
9066
9067 x>0
9068 \begin_inset Formula $\to$
9069 \end_inset
9070
9071 F(x)
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9081 \end_inset
9082
9083
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 F(x)
9095 \backslash
9096 xrightarrow
9097 \begin_inset ERT
9098 status collapsed
9099
9100 \begin_layout Plain Layout
9101
9102
9103 \backslash
9104 leer 
9105 \end_layout
9106
9107 \end_inset
9108
9109 x=a
9110 \begin_inset Formula $\downarrow$
9111 \end_inset
9112
9113 x>0
9114 \begin_inset Formula $\to$
9115 \end_inset
9116
9117 F(a)
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9127 \end_inset
9128
9129
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 </lyxtabular>
9136
9137 \end_inset
9138
9139
9140 \end_layout
9141
9142 \begin_layout Standard
9143 \begin_inset Newpage newpage
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Subsection
9150 Vertikale und diagonale Pfeile
9151 \begin_inset Index idx
9152 status collapsed
9153
9154 \begin_layout Plain Layout
9155 Pfeile ! diagonale
9156 \end_layout
9157
9158 \end_inset
9159
9160
9161 \begin_inset Index idx
9162 status collapsed
9163
9164 \begin_layout Plain Layout
9165 Pfeile ! vertikale
9166 \end_layout
9167
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \begin_layout Standard
9174 \begin_inset space \hfill{}
9175 \end_inset
9176
9177
9178 \begin_inset Tabular
9179 <lyxtabular version="3" rows="7" columns="2">
9180 <features tabularvalignment="middle">
9181 <column alignment="center" valignment="top" width="0pt">
9182 <column alignment="center" valignment="top" width="0pt">
9183 <row>
9184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Befehl
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Ergebnis
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \backslash
9210 uparrow
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\uparrow$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \backslash
9235 Uparrow
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 \begin_inset Formula $\Uparrow$
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \backslash
9260 updownarrow
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 \begin_inset Formula $\updownarrow$
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \backslash
9285 Updownarrow
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 \begin_inset Formula $\Updownarrow$
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row>
9304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \backslash
9310 Downarrow
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 \begin_inset Formula $\Downarrow$
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 downarrow
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 \begin_inset Formula $\downarrow$
9345 \end_inset
9346
9347
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 </lyxtabular>
9354
9355 \end_inset
9356
9357
9358 \begin_inset space \hfill{}
9359 \end_inset
9360
9361
9362 \begin_inset Tabular
9363 <lyxtabular version="3" rows="5" columns="2">
9364 <features tabularvalignment="middle">
9365 <column alignment="center" valignment="top" width="0pt">
9366 <column alignment="center" valignment="top" width="0pt">
9367 <row>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Befehl
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Ergebnis
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 </row>
9387 <row>
9388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \backslash
9394 nearrow
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 \begin_inset Formula $\nearrow$
9404 \end_inset
9405
9406
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \backslash
9419 searrow
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 \begin_inset Formula $\searrow$
9429 \end_inset
9430
9431
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 </row>
9437 <row>
9438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \backslash
9444 swarrow
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 \begin_inset Formula $\swarrow$
9454 \end_inset
9455
9456
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \backslash
9469 nwarrow
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 \begin_inset Formula $\nwarrow$
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 </lyxtabular>
9488
9489 \end_inset
9490
9491
9492 \begin_inset space \hfill{}
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \begin_layout Standard
9499 \begin_inset VSpace medskip
9500 \end_inset
9501
9502 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9503  
9504 \begin_inset CommandInset ref
9505 LatexCommand ref
9506 reference "sub:Manuelle-Klammergrößen"
9507
9508 \end_inset
9509
9510  und 
9511 \begin_inset CommandInset ref
9512 LatexCommand ref
9513 reference "sub:Automatische-Klammergrößen"
9514
9515 \end_inset
9516
9517  beschriebenen Befehlen verwendet werden.
9518 \end_layout
9519
9520 \begin_layout Section
9521 Akzente
9522 \begin_inset CommandInset label
9523 LatexCommand label
9524 name "sec:Akzente"
9525
9526 \end_inset
9527
9528
9529 \begin_inset Index idx
9530 status collapsed
9531
9532 \begin_layout Plain Layout
9533 Akzente
9534 \end_layout
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Standard
9542 Akzente können über den Mathe-Werkzeugleistenknopf 
9543 \begin_inset Graphics
9544         filename ../../images/math/hat.png
9545         scale 85
9546
9547 \end_inset
9548
9549  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9550  aufgelistet sind.
9551 \end_layout
9552
9553 \begin_layout Subsection
9554 Akzente für ein Zeichen
9555 \begin_inset ERT
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559
9560
9561 \backslash
9562 texorpdfstring{
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \begin_inset Foot
9569 status collapsed
9570
9571 \begin_layout Plain Layout
9572 Akzente im Text siehe 
9573 \begin_inset CommandInset ref
9574 LatexCommand ref
9575 reference "sub:Sonderzeichen-Akzente"
9576
9577 \end_inset
9578
9579
9580 \end_layout
9581
9582 \end_inset
9583
9584
9585 \begin_inset ERT
9586 status collapsed
9587
9588 \begin_layout Plain Layout
9589
9590 }{}
9591 \end_layout
9592
9593 \end_inset
9594
9595
9596 \begin_inset Note Note
9597 status collapsed
9598
9599 \begin_layout Plain Layout
9600
9601 \series bold
9602
9603 \backslash
9604 texorpdfstring
9605 \series default
9606  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9607 \end_layout
9608
9609 \begin_layout Plain Layout
9610 Näheres zu 
9611 \series bold
9612
9613 \backslash
9614 texorpdfstring
9615 \series default
9616  steht in Kapitel 
9617 \begin_inset CommandInset ref
9618 LatexCommand ref
9619 reference "sub:Formeln-in-Überschriften"
9620
9621 \end_inset
9622
9623 .
9624 \end_layout
9625
9626 \end_inset
9627
9628
9629 \begin_inset CommandInset label
9630 LatexCommand label
9631 name "sub:Akzente-für-ein"
9632
9633 \end_inset
9634
9635
9636 \begin_inset Index idx
9637 status collapsed
9638
9639 \begin_layout Plain Layout
9640 Akzente ! für ein Zeichen
9641 \end_layout
9642
9643 \end_inset
9644
9645
9646 \end_layout
9647
9648 \begin_layout Standard
9649 \begin_inset space \hfill{}
9650 \end_inset
9651
9652
9653 \begin_inset Tabular
9654 <lyxtabular version="3" rows="8" columns="2">
9655 <features tabularvalignment="middle">
9656 <column alignment="center" valignment="top" width="0pt">
9657 <column alignment="center" valignment="top" width="0pt">
9658 <row>
9659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 Befehl
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 Ergebnis
9673 \begin_inset Note Note
9674 status collapsed
9675
9676 \begin_layout Plain Layout
9677
9678 \series bold
9679
9680 \backslash
9681 raisebox
9682 \series default
9683  dient nur als Abstandhalter.
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \backslash
9701 dot
9702 \begin_inset ERT
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706
9707
9708 \backslash
9709 leer 
9710 \end_layout
9711
9712 \end_inset
9713
9714 A
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 </row>
9732 <row>
9733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737
9738 \backslash
9739 ddot
9740 \begin_inset ERT
9741 status collapsed
9742
9743 \begin_layout Plain Layout
9744
9745
9746 \backslash
9747 leer 
9748 \end_layout
9749
9750 \end_inset
9751
9752 A
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 dddot
9778 \begin_inset ERT
9779 status collapsed
9780
9781 \begin_layout Plain Layout
9782
9783
9784 \backslash
9785 leer 
9786 \end_layout
9787
9788 \end_inset
9789
9790 A
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row>
9809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \backslash
9815 ddddot
9816 \begin_inset ERT
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820
9821
9822 \backslash
9823 leer 
9824 \end_layout
9825
9826 \end_inset
9827
9828 A
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \backslash
9853 vec
9854 \begin_inset ERT
9855 status collapsed
9856
9857 \begin_layout Plain Layout
9858
9859
9860 \backslash
9861 leer 
9862 \end_layout
9863
9864 \end_inset
9865
9866 A
9867 \begin_inset Index idx
9868 status collapsed
9869
9870 \begin_layout Plain Layout
9871 Vektoren
9872 \end_layout
9873
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \backslash
9901 bar
9902 \begin_inset ERT
9903 status collapsed
9904
9905 \begin_layout Plain Layout
9906
9907
9908 \backslash
9909 leer 
9910 \end_layout
9911
9912 \end_inset
9913
9914 A
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row>
9933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \backslash
9939 mathring
9940 \begin_inset ERT
9941 status collapsed
9942
9943 \begin_layout Plain Layout
9944
9945
9946 \backslash
9947 leer 
9948 \end_layout
9949
9950 \end_inset
9951
9952 A
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 </lyxtabular>
9971
9972 \end_inset
9973
9974
9975 \begin_inset space \hfill{}
9976 \end_inset
9977
9978
9979 \begin_inset Tabular
9980 <lyxtabular version="3" rows="7" columns="2">
9981 <features tabularvalignment="middle">
9982 <column alignment="center" valignment="top" width="0pt">
9983 <column alignment="center" valignment="top" width="0pt">
9984 <row>
9985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Befehl
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 Ergebnis
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \backslash
10011 tilde
10012 \begin_inset ERT
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016
10017
10018 \backslash
10019 leer 
10020 \end_layout
10021
10022 \end_inset
10023
10024 A
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10034 \end_inset
10035
10036
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 </row>
10042 <row>
10043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \backslash
10049 hat
10050 \begin_inset ERT
10051 status collapsed
10052
10053 \begin_layout Plain Layout
10054
10055
10056 \backslash
10057 leer 
10058 \end_layout
10059
10060 \end_inset
10061
10062 A
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \backslash
10087 check
10088 \begin_inset ERT
10089 status collapsed
10090
10091 \begin_layout Plain Layout
10092
10093
10094 \backslash
10095 leer 
10096 \end_layout
10097
10098 \end_inset
10099
10100 A
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \backslash
10125 acute
10126 \begin_inset ERT
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130
10131
10132 \backslash
10133 leer 
10134 \end_layout
10135
10136 \end_inset
10137
10138 A
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \backslash
10163 grave
10164 \begin_inset ERT
10165 status collapsed
10166
10167 \begin_layout Plain Layout
10168
10169
10170 \backslash
10171 leer 
10172 \end_layout
10173
10174 \end_inset
10175
10176 A
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10186 \end_inset
10187
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \backslash
10201 breve
10202 \begin_inset ERT
10203 status collapsed
10204
10205 \begin_layout Plain Layout
10206
10207
10208 \backslash
10209 leer 
10210 \end_layout
10211
10212 \end_inset
10213
10214 A
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 </lyxtabular>
10233
10234 \end_inset
10235
10236
10237 \begin_inset space \hfill{}
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \begin_layout Standard
10244 \begin_inset VSpace bigskip
10245 \end_inset
10246
10247 Akzente wie z.B.
10248  é können direkt in Formeln eingegeben werden.
10249  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10250  Für Umlaute
10251 \begin_inset Index idx
10252 status collapsed
10253
10254 \begin_layout Plain Layout
10255 Umlaute
10256 \end_layout
10257
10258 \end_inset
10259
10260  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10261  Diese beiden Zeichen bilden dann für LaTeX 
10262 \emph on
10263 ein
10264 \emph default
10265  Zeichen.
10266  Im Gegensatz zu 
10267 \series bold
10268
10269 \backslash
10270 ddot
10271 \series default
10272  entstehen damit 
10273 \begin_inset Quotes gld
10274 \end_inset
10275
10276 echte
10277 \begin_inset Quotes grd
10278 \end_inset
10279
10280  Umlaute, was folgendes Beispiel zeigt:
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \begin_inset VSpace -2mm
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \begin_layout Standard
10291 \align center
10292 \begin_inset Tabular
10293 <lyxtabular version="3" rows="3" columns="2">
10294 <features tabularvalignment="middle">
10295 <column alignment="center" valignment="top" width="0">
10296 <column alignment="center" valignment="top" width="0">
10297 <row>
10298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Befehl
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Ergebnis
10312 \begin_inset Note Note
10313 status collapsed
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318
10319 \backslash
10320 raisebox
10321 \series default
10322  dient nur als Abstandhalter.
10323 \end_layout
10324
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 \begin_inset Quotes grd
10339 \end_inset
10340
10341 i
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 \begin_inset Formula $"i$
10351 \end_inset
10352
10353
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \backslash
10366 ddot
10367 \begin_inset ERT
10368 status collapsed
10369
10370 \begin_layout Plain Layout
10371
10372
10373 \backslash
10374 leer 
10375 \end_layout
10376
10377 \end_inset
10378
10379 i
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10389 \end_inset
10390
10391
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 </lyxtabular>
10398
10399 \end_inset
10400
10401
10402 \end_layout
10403
10404 \begin_layout Standard
10405 Ein weiterer Vorteil gegenüber 
10406 \series bold
10407
10408 \backslash
10409 ddot
10410 \series default
10411  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10412  denn die obigen Akzentbefehle sind 
10413 \emph on
10414 im mathematischen Text\SpecialChar \-
10415 modus nicht erlaubt
10416 \emph default
10417 .
10418  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10419  nur das Zeichen unter dem Akzent umgewandelt werden.
10420  Das gilt auch für alle anderen Umwandlungen wie z.
10421 \begin_inset space \thinspace{}
10422 \end_inset
10423
10424 B.
10425  in kursiv oder fett.
10426 \end_layout
10427
10428 \begin_layout Standard
10429 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10430  direkt eingegeben werden.
10431 \end_layout
10432
10433 \begin_layout Subsection
10434 Akzente für Operatoren
10435 \begin_inset Index idx
10436 status collapsed
10437
10438 \begin_layout Plain Layout
10439 Akzente ! für Operatoren
10440 \end_layout
10441
10442 \end_inset
10443
10444
10445 \end_layout
10446
10447 \begin_layout Standard
10448 Zum Akzentuieren von Operatoren gibt es die Befehle 
10449 \series bold
10450
10451 \backslash
10452 overset
10453 \series default
10454
10455 \begin_inset Index idx
10456 status collapsed
10457
10458 \begin_layout Plain Layout
10459 Befehle ! O ! 
10460 \backslash
10461 overset
10462 \end_layout
10463
10464 \end_inset
10465
10466  und 
10467 \series bold
10468
10469 \backslash
10470 underset
10471 \series default
10472
10473 \begin_inset Index idx
10474 status collapsed
10475
10476 \begin_layout Plain Layout
10477 Befehle ! U ! 
10478 \backslash
10479 underset
10480 \end_layout
10481
10482 \end_inset
10483
10484 , mit denen man Zeichen über bzw.
10485  unter einen Operator setzen kann.
10486  Mit dem Befehl 
10487 \series bold
10488
10489 \backslash
10490 sideset
10491 \series default
10492
10493 \begin_inset Index idx
10494 status collapsed
10495
10496 \begin_layout Plain Layout
10497 Befehle ! S ! 
10498 \backslash
10499 sideset
10500 \end_layout
10501
10502 \end_inset
10503
10504  können Zeichen vor und nach einen Operator gesetzt werden.
10505  Das Befehlsschema lautet:
10506 \end_layout
10507
10508 \begin_layout Standard
10509
10510 \series bold
10511
10512 \backslash
10513 sideset{Zeichen
10514 \series default
10515  
10516 \series bold
10517 davor}{Zeichen
10518 \series default
10519  
10520 \series bold
10521 dahinter}
10522 \end_layout
10523
10524 \begin_layout Standard
10525
10526 \series bold
10527
10528 \backslash
10529 sideset
10530 \series default
10531  muss immer vor dem zu akzentuierenden Operator stehen.
10532  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10533  Symbolen akzentuiert werden.
10534  Will man mit 
10535 \series bold
10536
10537 \backslash
10538 sideset
10539 \series default
10540  z.
10541 \begin_inset space \thinspace{}
10542 \end_inset
10543
10544 B.
10545  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10546  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10547 \end_layout
10548
10549 \begin_layout Standard
10550 Z.
10551 \begin_inset space \thinspace{}
10552 \end_inset
10553
10554 B.
10555  ergibt der Befehl 
10556 \series bold
10557
10558 \backslash
10559 sideset{
10560 \begin_inset Formula $\to$
10561 \end_inset
10562
10563
10564 \backslash
10565 {
10566 \series default
10567 '
10568 \series bold
10569
10570 \begin_inset Formula $\to$
10571 \end_inset
10572
10573
10574 \backslash
10575 sum_k=1
10576 \begin_inset ERT
10577 status collapsed
10578
10579 \begin_layout Plain Layout
10580
10581
10582 \backslash
10583 leer 
10584 \end_layout
10585
10586 \end_inset
10587
10588
10589 \series default
10590 ^
10591 \series bold
10592 n
10593 \series default
10594  :
10595 \begin_inset Formula 
10596 \[
10597 \sideset{}{'}\sum_{k=1}^{n}
10598 \]
10599
10600 \end_inset
10601
10602
10603 \end_layout
10604
10605 \begin_layout Standard
10606 Der Befehl 
10607 \series bold
10608
10609 \backslash
10610 overset
10611 \begin_inset ERT
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615
10616
10617 \backslash
10618 leer 
10619 \end_layout
10620
10621 \end_inset
10622
10623
10624 \backslash
10625 maltese
10626 \begin_inset ERT
10627 status collapsed
10628
10629 \begin_layout Plain Layout
10630
10631
10632 \backslash
10633 leer 
10634 \end_layout
10635
10636 \end_inset
10637
10638
10639 \series default
10640
10641 \begin_inset Formula $\uparrow$
10642 \end_inset
10643
10644
10645 \series bold
10646 a
10647 \series default
10648  ergibt:
10649 \begin_inset Formula 
10650 \[
10651 \overset{a}{\maltese}
10652 \]
10653
10654 \end_inset
10655
10656 Wie man am letzten Beispiel sieht, kann man mit 
10657 \series bold
10658
10659 \backslash
10660 overset
10661 \series default
10662  bzw.
10663  
10664 \series bold
10665
10666 \backslash
10667 underset
10668 \series default
10669  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10670 \series bold
10671
10672 \backslash
10673 sideset
10674 \series default
10675  ist dies nicht möglich.
10676 \end_layout
10677
10678 \begin_layout Subsection
10679 Akzente für mehrere Zeichen
10680 \begin_inset Index idx
10681 status collapsed
10682
10683 \begin_layout Plain Layout
10684 Akzente ! für mehrere Zeichen
10685 \end_layout
10686
10687 \end_inset
10688
10689
10690 \end_layout
10691
10692 \begin_layout Standard
10693 \begin_inset space \hfill{}
10694 \end_inset
10695
10696
10697 \begin_inset Tabular
10698 <lyxtabular version="3" rows="5" columns="2">
10699 <features tabularvalignment="middle">
10700 <column alignment="center" valignment="top" width="0pt">
10701 <column alignment="center" valignment="top" width="0pt">
10702 <row>
10703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Befehl
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 Ergebnis
10717 \begin_inset Note Note
10718 status collapsed
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723
10724 \backslash
10725 raisebox
10726 \series default
10727  dient nur als Abstandhalter.
10728 \end_layout
10729
10730 \end_inset
10731
10732
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \backslash
10745 overleftarrow
10746 \begin_inset ERT
10747 status collapsed
10748
10749 \begin_layout Plain Layout
10750
10751
10752 \backslash
10753 leer 
10754 \end_layout
10755
10756 \end_inset
10757
10758 A=B
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10768 \end_inset
10769
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \backslash
10783 underleftarrow
10784 \begin_inset ERT
10785 status collapsed
10786
10787 \begin_layout Plain Layout
10788
10789
10790 \backslash
10791 leer 
10792 \end_layout
10793
10794 \end_inset
10795
10796 A=B
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 </row>
10814 <row>
10815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10816 \begin_inset Text
10817
10818 \begin_layout Plain Layout
10819
10820 \backslash
10821 overleftrightarrow
10822 \begin_inset ERT
10823 status collapsed
10824
10825 \begin_layout Plain Layout
10826
10827
10828 \backslash
10829 leer 
10830 \end_layout
10831
10832 \end_inset
10833
10834 A=B
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 <row>
10853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \backslash
10859 underleftrightarrow
10860 \begin_inset ERT
10861 status collapsed
10862
10863 \begin_layout Plain Layout
10864
10865
10866 \backslash
10867 leer 
10868 \end_layout
10869
10870 \end_inset
10871
10872 A=B
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10882 \end_inset
10883
10884
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 </lyxtabular>
10891
10892 \end_inset
10893
10894
10895 \begin_inset space \hfill{}
10896 \end_inset
10897
10898
10899 \begin_inset Tabular
10900 <lyxtabular version="3" rows="5" columns="2">
10901 <features tabularvalignment="middle">
10902 <column alignment="center" valignment="top" width="0pt">
10903 <column alignment="center" valignment="top" width="0pt">
10904 <row>
10905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Befehl
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Ergebnis
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \backslash
10931 overrightarrow
10932 \begin_inset ERT
10933 status collapsed
10934
10935 \begin_layout Plain Layout
10936
10937
10938 \backslash
10939 leer 
10940 \end_layout
10941
10942 \end_inset
10943
10944 A=B
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10954 \end_inset
10955
10956
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967
10968 \backslash
10969 underrightarrow
10970 \begin_inset ERT
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974
10975
10976 \backslash
10977 leer 
10978 \end_layout
10979
10980 \end_inset
10981
10982 A=B
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \backslash
11007 widetilde
11008 \begin_inset ERT
11009 status collapsed
11010
11011 \begin_layout Plain Layout
11012
11013
11014 \backslash
11015 leer 
11016 \end_layout
11017
11018 \end_inset
11019
11020 A=B
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11030 \end_inset
11031
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \backslash
11045 widehat
11046 \begin_inset ERT
11047 status collapsed
11048
11049 \begin_layout Plain Layout
11050
11051
11052 \backslash
11053 leer 
11054 \end_layout
11055
11056 \end_inset
11057
11058 A=B
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 </lyxtabular>
11077
11078 \end_inset
11079
11080
11081 \begin_inset space \hfill{}
11082 \end_inset
11083
11084
11085 \end_layout
11086
11087 \begin_layout Standard
11088 \begin_inset VSpace medskip
11089 \end_inset
11090
11091 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11092  Die Akzente
11093 \begin_inset Newline linebreak
11094 \end_inset
11095
11096
11097 \series bold
11098
11099 \backslash
11100 widetilde
11101 \series default
11102  und 
11103 \series bold
11104
11105 \backslash
11106 widehat
11107 \series default
11108  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11109  was folgendes Beispiel verdeutlicht:
11110 \begin_inset Formula 
11111 \[
11112 \widetilde{A+B=C-D}
11113 \]
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \begin_layout Standard
11121 Mit den im vorigen Kapitel beschriebenen Befehlen 
11122 \series bold
11123
11124 \backslash
11125 overset
11126 \series default
11127
11128 \begin_inset Index idx
11129 status collapsed
11130
11131 \begin_layout Plain Layout
11132 Befehle ! O ! 
11133 \backslash
11134 overset
11135 \end_layout
11136
11137 \end_inset
11138
11139  und 
11140 \series bold
11141
11142 \backslash
11143 underset
11144 \series default
11145
11146 \begin_inset Index idx
11147 status collapsed
11148
11149 \begin_layout Plain Layout
11150 Befehle ! U ! 
11151 \backslash
11152 underset
11153 \end_layout
11154
11155 \end_inset
11156
11157  ist es auch möglich mehrere Zeichen zu akzentuieren.
11158  Der Befehl 
11159 \series bold
11160
11161 \backslash
11162 underset
11163 \begin_inset ERT
11164 status collapsed
11165
11166 \begin_layout Plain Layout
11167
11168
11169 \backslash
11170 leer 
11171 \end_layout
11172
11173 \end_inset
11174
11175 A=B
11176 \begin_inset Formula $\downarrow$
11177 \end_inset
11178
11179 ***
11180 \series default
11181  ergibt:
11182 \begin_inset Formula 
11183 \[
11184 \underset{***}{A=B}
11185 \]
11186
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \begin_layout Section
11193 Leerraum
11194 \begin_inset CommandInset label
11195 LatexCommand label
11196 name "sub:Leerraum"
11197
11198 \end_inset
11199
11200
11201 \begin_inset Index idx
11202 status collapsed
11203
11204 \begin_layout Plain Layout
11205 Leerraum ! horizontaler
11206 \end_layout
11207
11208 \end_inset
11209
11210
11211 \end_layout
11212
11213 \begin_layout Subsection
11214 Vordefinierter Leerraum
11215 \begin_inset CommandInset label
11216 LatexCommand label
11217 name "sub:Vordefinierter-Leerraum"
11218
11219 \end_inset
11220
11221
11222 \begin_inset Index idx
11223 status collapsed
11224
11225 \begin_layout Plain Layout
11226 Leerraum ! horizontaler ! vordefiniert
11227 \end_layout
11228
11229 \end_inset
11230
11231
11232 \end_layout
11233
11234 \begin_layout Standard
11235 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11236  Dazu gibt man ein geschütztes Leerzeichen ein.
11237  Es erscheint ein 
11238 \begin_inset Quotes gld
11239 \end_inset
11240
11241
11242 \color blue
11243
11244 \begin_inset ERT
11245 status collapsed
11246
11247 \begin_layout Plain Layout
11248
11249
11250 \backslash
11251 leer 
11252 \end_layout
11253
11254 \end_inset
11255
11256
11257 \color inherit
11258
11259 \begin_inset Quotes grd
11260 \end_inset
11261
11262  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11263  Leerraum-Größen wählen.
11264  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11265 \begin_inset Graphics
11266         filename ../../images/math/space.png
11267         scale 85
11268
11269 \end_inset
11270
11271  oder mit einzelnen Befehlen aufrufen.
11272  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11273  danach wieder aus allen Größen wählen.
11274 \end_layout
11275
11276 \begin_layout Standard
11277 \align center
11278 \begin_inset VSpace -5mm
11279 \end_inset
11280
11281
11282 \begin_inset Tabular
11283 <lyxtabular version="3" rows="3" columns="7">
11284 <features tabularvalignment="middle">
11285 <column alignment="center" valignment="middle" width="6.8cm">
11286 <column alignment="center" valignment="top" width="0pt">
11287 <column alignment="center" valignment="top" width="0pt">
11288 <column alignment="center" valignment="top" width="0pt">
11289 <column alignment="center" valignment="top" width="0pt">
11290 <column alignment="center" valignment="top" width="0pt">
11291 <column alignment="center" valignment="top" width="0pt">
11292 <row>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 Befehl
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \backslash
11308 ,
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317
11318 \backslash
11319 :
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328
11329 \backslash
11330 ;
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339
11340 \backslash
11341 quad
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350
11351 \backslash
11352 qquad
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361
11362 \backslash
11363 !
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 0
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 1
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 2
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 3
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 4
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 5
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 <row>
11435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 Ergebnis
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 \begin_inset Formula $A\, B$
11449 \end_inset
11450
11451
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset Formula $A\: B$
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 \begin_inset Formula $A\; B$
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $A\quad B$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 \begin_inset Formula $A\qquad B$
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A\! B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \begin_layout Standard
11525 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11526  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11527  denn sie erstellt negativen Leerraum.
11528  Es gibt noch zwei weitere negative Leerräume:
11529 \end_layout
11530
11531 \begin_layout Standard
11532 \align center
11533 \begin_inset Tabular
11534 <lyxtabular version="3" rows="3" columns="3">
11535 <features tabularvalignment="middle">
11536 <column alignment="center" valignment="middle" width="6.8cm">
11537 <column alignment="center" valignment="top" width="0pt">
11538 <column alignment="center" valignment="top" width="0pt">
11539 <row>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 Befehl
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553
11554 \backslash
11555 negmedspace
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564
11565 \backslash
11566 negthickspace
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 </row>
11572 <row>
11573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 6
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 7
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 Ergebnis
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 \begin_inset Formula $A\negmedspace B$
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $A\negthickspace B$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \end_layout
11642
11643 \begin_layout Standard
11644 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11645  Man kann auf diese Weise Ligaturen erzwingen, was z.
11646 \begin_inset space \thinspace{}
11647 \end_inset
11648
11649 B.
11650  für Summenzeichen von Nutzen ist: 
11651 \end_layout
11652
11653 \begin_layout Standard
11654 \align center
11655 \begin_inset Tabular
11656 <lyxtabular version="3" rows="3" columns="2">
11657 <features tabularvalignment="middle">
11658 <column alignment="center" valignment="top" width="0">
11659 <column alignment="center" valignment="top" width="0">
11660 <row>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 Befehl
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 Ergebnis
11675 \begin_inset Note Note
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679
11680 \series bold
11681
11682 \backslash
11683 raisebox
11684 \series default
11685  dient nur als Abstandhalter.
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701
11702 \backslash
11703 sum
11704 \backslash
11705 sum
11706 \begin_inset ERT
11707 status collapsed
11708
11709 \begin_layout Plain Layout
11710
11711
11712 \backslash
11713 leer 
11714 \end_layout
11715
11716 \end_inset
11717
11718 f_kl
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11728 \end_inset
11729
11730
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 </row>
11736 <row>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741
11742 \backslash
11743 sum
11744 \backslash
11745 negmedspace
11746 \backslash
11747 sum
11748 \begin_inset ERT
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752
11753
11754 \backslash
11755 leer 
11756 \end_layout
11757
11758 \end_inset
11759
11760 f_kl
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11770 \end_inset
11771
11772
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 </row>
11778 </lyxtabular>
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786 Relationen, wie z.
11787 \begin_inset space \thinspace{}
11788 \end_inset
11789
11790 B.
11791  Gleichheitszeichen, sind immer von Leerraum umgeben.
11792  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11793  TeX-Klammer.
11794  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11795 \end_layout
11796
11797 \begin_layout Standard
11798 \align center
11799 \begin_inset Tabular
11800 <lyxtabular version="3" rows="2" columns="2">
11801 <features tabularvalignment="middle">
11802 <column alignment="center" valignment="top" width="0pt">
11803 <column alignment="center" valignment="top" width="0pt">
11804 <row>
11805 <cell alignment="center" valignment="top" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 normale Gleichung
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell alignment="center" valignment="top" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 \begin_inset Formula $A=B$
11819 \end_inset
11820
11821
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 </row>
11827 <row>
11828 <cell alignment="center" valignment="top" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 \begin_inset Note Note
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836
11837 \series bold
11838
11839 \backslash
11840 raisebox
11841 \series default
11842  dient nur als Abstandhalter.
11843 \end_layout
11844
11845 \end_inset
11846
11847
11848 \begin_inset Formula $\raisebox{5mm}{}$
11849 \end_inset
11850
11851 Gleichung ohne Leerraum
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 \begin_inset Formula $A{=}B$
11861 \end_inset
11862
11863
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 </lyxtabular>
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Standard
11877 Der Befehl für die letzte Formel lautet: 
11878 \series bold
11879 A
11880 \backslash
11881 {=
11882 \begin_inset Formula $\to$
11883 \end_inset
11884
11885 B
11886 \end_layout
11887
11888 \begin_layout Standard
11889 \begin_inset VSpace bigskip
11890 \end_inset
11891
11892 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11893  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11894  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11895 \family sans
11896 Einfügen\SpecialChar \menuseparator
11897 Formatierung\SpecialChar \menuseparator
11898 Kleiner
11899 \begin_inset space ~
11900 \end_inset
11901
11902 Abstand
11903 \family default
11904  (Tastenkürzel 
11905 \family sans
11906 Strg+Shift+Leertaste
11907 \family default
11908 ) ein.
11909 \end_layout
11910
11911 \begin_layout Standard
11912 Ein Beispiel zur Veranschaulichung:
11913 \end_layout
11914
11915 \begin_layout Standard
11916 \begin_inset Tabular
11917 <lyxtabular version="3" rows="2" columns="2">
11918 <features tabularvalignment="middle">
11919 <column alignment="left" valignment="top" width="0">
11920 <column alignment="left" valignment="top" width="0">
11921 <row>
11922 <cell alignment="center" valignment="top" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 24 kW
11927 \begin_inset Formula $\cdot$
11928 \end_inset
11929
11930 h
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell alignment="center" valignment="top" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 Leerzeichen zwischen Wert und Einheit
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 </row>
11945 <row>
11946 <cell alignment="center" valignment="top" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 24
11951 \begin_inset space \thinspace{}
11952 \end_inset
11953
11954 kW
11955 \begin_inset Formula $\cdot$
11956 \end_inset
11957
11958 h
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 kleinster Leerraum zwischen Wert und Einheit
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 </row>
11973 </lyxtabular>
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Subsection
11981 Variabler Leerraum
11982 \begin_inset ERT
11983 status collapsed
11984
11985 \begin_layout Plain Layout
11986
11987
11988 \backslash
11989 texorpdfstring{
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \begin_inset Foot
11996 status collapsed
11997
11998 \begin_layout Plain Layout
11999 für vertikalen Leerraum in Formeln siehe 
12000 \begin_inset CommandInset ref
12001 LatexCommand ref
12002 reference "sub:Zeilenabstand"
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \begin_inset ERT
12013 status collapsed
12014
12015 \begin_layout Plain Layout
12016
12017 }{}
12018 \end_layout
12019
12020 \end_inset
12021
12022
12023 \begin_inset Note Note
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028 \series bold
12029
12030 \backslash
12031 texorpdfstring
12032 \series default
12033  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12034 \end_layout
12035
12036 \begin_layout Plain Layout
12037 Näheres zu 
12038 \series bold
12039
12040 \backslash
12041 texorpdfstring
12042 \series default
12043  steht in Kapitel 
12044 \begin_inset CommandInset ref
12045 LatexCommand ref
12046 reference "sub:Formeln-in-Überschriften"
12047
12048 \end_inset
12049
12050 .
12051 \end_layout
12052
12053 \end_inset
12054
12055
12056 \begin_inset CommandInset label
12057 LatexCommand label
12058 name "sub:Variabler-Leerraum"
12059
12060 \end_inset
12061
12062
12063 \begin_inset Index idx
12064 status collapsed
12065
12066 \begin_layout Plain Layout
12067 Leerraum ! horizontaler ! variabel
12068 \end_layout
12069
12070 \end_inset
12071
12072
12073 \end_layout
12074
12075 \begin_layout Standard
12076 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12077 \series bold
12078
12079 \backslash
12080 hspace
12081 \series default
12082
12083 \begin_inset Index idx
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087 Befehle ! H ! 
12088 \backslash
12089 hspace
12090 \end_layout
12091
12092 \end_inset
12093
12094  einfügen.
12095  Es erscheint ein langes 
12096 \begin_inset Quotes gld
12097 \end_inset
12098
12099
12100 \color blue
12101
12102 \begin_inset ERT
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106
12107
12108 \backslash
12109 leer 
12110 \end_layout
12111
12112 \end_inset
12113
12114
12115 \color inherit
12116
12117 \begin_inset Quotes grd
12118 \end_inset
12119
12120 .
12121  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12122  das 
12123 \begin_inset Quotes gld
12124 \end_inset
12125
12126
12127 \color blue
12128
12129 \begin_inset ERT
12130 status collapsed
12131
12132 \begin_layout Plain Layout
12133
12134
12135 \backslash
12136 leer 
12137 \end_layout
12138
12139 \end_inset
12140
12141
12142 \color inherit
12143
12144 \begin_inset Quotes grd
12145 \end_inset
12146
12147  klickt.
12148  Die Länge darf auch negativ sein.
12149  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12150  einnimmt, benutzt man den Befehl 
12151 \series bold
12152
12153 \backslash
12154 hfill
12155 \series default
12156
12157 \begin_inset Index idx
12158 status collapsed
12159
12160 \begin_layout Plain Layout
12161 Befehle ! H ! 
12162 \backslash
12163 hfill
12164 \end_layout
12165
12166 \end_inset
12167
12168 .
12169 \end_layout
12170
12171 \begin_layout Standard
12172 \begin_inset VSpace -1mm
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \begin_layout Standard
12179 \align center
12180 \begin_inset Tabular
12181 <lyxtabular version="3" rows="4" columns="2">
12182 <features tabularvalignment="middle">
12183 <column alignment="center" valignment="top" width="0">
12184 <column alignment="center" valignment="top" width="0">
12185 <row>
12186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 Befehl (
12191 \backslash
12192 hspace Länge)
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 Ergebnis
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 </row>
12207 <row>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 A=B
12213 \backslash
12214 hspace{3cm
12215 \begin_inset Formula $\to$
12216 \end_inset
12217
12218 A
12219 \backslash
12220 not=C (3
12221 \begin_inset space \thinspace{}
12222 \end_inset
12223
12224 cm)
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 </row>
12242 <row>
12243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 A
12248 \backslash
12249 hspace{-1mm
12250 \begin_inset Formula $\to$
12251 \end_inset
12252
12253 A
12254 \backslash
12255 not=A (-1
12256 \begin_inset space \thinspace{}
12257 \end_inset
12258
12259 mm)
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 </row>
12277 <row>
12278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 A=A
12283 \backslash
12284 hfill
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290
12291 \backslash
12292 leer 
12293 \end_layout
12294
12295 \end_inset
12296
12297 B=B
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 \begin_inset Formula $A=A\hfill B=B$
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \begin_layout Standard
12323 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12324  Spalteneintrags der Tabelle vorgegeben.
12325  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12326  in die 
12327 \series bold
12328
12329 \backslash
12330 hfill
12331 \series default
12332  eingegeben wird.
12333  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12334  
12335 \series bold
12336
12337 \backslash
12338 hfill
12339 \series default
12340  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12341 \series bold
12342 Eingerückt
12343 \series default
12344  eingestellt ist.
12345  (Formelstile sind in 
12346 \begin_inset CommandInset ref
12347 LatexCommand ref
12348 reference "sec:Formelstile"
12349
12350 \end_inset
12351
12352  erklärt.)
12353 \end_layout
12354
12355 \begin_layout Standard
12356 Neben 
12357 \series bold
12358
12359 \backslash
12360 hfill
12361 \series default
12362  gibt es noch die Befehle 
12363 \series bold
12364
12365 \backslash
12366 dotfill
12367 \series default
12368  und 
12369 \series bold
12370
12371 \backslash
12372 hrulefill
12373 \series default
12374 , die den Leerraum mit einem Muster füllen, siehe 
12375 \begin_inset CommandInset ref
12376 LatexCommand ref
12377 reference "sub:Fortsetzungspunkte"
12378
12379 \end_inset
12380
12381  für ein Beispiel.
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Variabler Leerraum kann für Text über das Menü 
12386 \family sans
12387 Einfügen\SpecialChar \menuseparator
12388 Formatierung\SpecialChar \menuseparator
12389 Horizontaler
12390 \begin_inset space ~
12391 \end_inset
12392
12393 Abstand
12394 \family default
12395  eingefügt werden:
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Dies ist eine Zeile mit
12400 \begin_inset space \hspace{}
12401 \length 2cm
12402 \end_inset
12403
12404 2
12405 \begin_inset space \thinspace{}
12406 \end_inset
12407
12408 cm Leerraum.
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Dies ist eine Zeile mit
12413 \begin_inset space \hfill{}
12414 \end_inset
12415
12416 maximalem Leerraum.
12417 \end_layout
12418
12419 \begin_layout Subsection
12420 Leerraum neben eingebetteten Formeln
12421 \begin_inset Index idx
12422 status collapsed
12423
12424 \begin_layout Plain Layout
12425 Leerraum ! neben eingebetteten Formeln
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \end_layout
12432
12433 \begin_layout Standard
12434 Über die Länge 
12435 \series bold
12436
12437 \backslash
12438 mathsurround
12439 \series default
12440
12441 \begin_inset Index idx
12442 status collapsed
12443
12444 \begin_layout Plain Layout
12445 Befehle ! M ! 
12446 \backslash
12447 mathsurround
12448 \end_layout
12449
12450 \end_inset
12451
12452  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12453  wird.
12454  Der Wert einer Länge wird mit dem Befehl 
12455 \series bold
12456
12457 \backslash
12458 setlength
12459 \series default
12460
12461 \begin_inset Index idx
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465 Befehle ! S ! 
12466 \backslash
12467 setlength
12468 \end_layout
12469
12470 \end_inset
12471
12472  gesetzt.
12473  Dieser besitzt folgendes Befehlsschema:
12474 \end_layout
12475
12476 \begin_layout Standard
12477
12478 \series bold
12479
12480 \backslash
12481 setlength{Längenname}{Wert}
12482 \end_layout
12483
12484 \begin_layout Standard
12485 Um 
12486 \series bold
12487
12488 \backslash
12489 mathsurround
12490 \series default
12491  den Wert 5
12492 \begin_inset space \thinspace{}
12493 \end_inset
12494
12495 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12496 \end_layout
12497
12498 \begin_layout Standard
12499
12500 \series bold
12501
12502 \backslash
12503 setlength{
12504 \backslash
12505 mathsurround}{5mm}
12506 \end_layout
12507
12508 \begin_layout Standard
12509 ein.
12510  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12511 \begin_inset space \thinspace{}
12512 \end_inset
12513
12514 mm Leerraum gesetzt:
12515 \begin_inset ERT
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519
12520
12521 \backslash
12522 setlength{
12523 \backslash
12524 mathsurround}{5mm}
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Dies ist eine Zeile in der sich 
12534 \begin_inset Formula $A=B$
12535 \end_inset
12536
12537  eine Formel mit 5
12538 \begin_inset space \thinspace{}
12539 \end_inset
12540
12541 mm umgebendem Leerraum befindet.
12542 \begin_inset ERT
12543 status collapsed
12544
12545 \begin_layout Plain Layout
12546
12547
12548 \backslash
12549 setlength{
12550 \backslash
12551 mathsurround}{0pt}
12552 \end_layout
12553
12554 \end_inset
12555
12556
12557 \end_layout
12558
12559 \begin_layout Standard
12560 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12561 \series bold
12562
12563 \backslash
12564 mathsurround
12565 \series default
12566  auf den Wert 0
12567 \begin_inset space \thinspace{}
12568 \end_inset
12569
12570 pt.
12571 \end_layout
12572
12573 \begin_layout Section
12574 Boxen und Rahmen
12575 \begin_inset Index idx
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579 Boxen
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \begin_inset Index idx
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589 Rahmen | see
12590 \begin_inset ERT
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594
12595 {
12596 \end_layout
12597
12598 \end_inset
12599
12600 Boxen
12601 \begin_inset ERT
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605
12606 }
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \end_inset
12615
12616
12617 \end_layout
12618
12619 \begin_layout Standard
12620 Boxen für Text sind im Kapitel 
12621 \family typewriter
12622 Boxen
12623 \family default
12624  im Handbuch 
12625 \family typewriter
12626 Eingebettete
12627 \begin_inset space ~
12628 \end_inset
12629
12630 Objekte
12631 \family default
12632  beschrieben.
12633 \end_layout
12634
12635 \begin_layout Subsection
12636 Boxen mit Rahmen
12637 \begin_inset CommandInset label
12638 LatexCommand label
12639 name "sub:Boxen-mit-Rahmen"
12640
12641 \end_inset
12642
12643
12644 \begin_inset Index idx
12645 status collapsed
12646
12647 \begin_layout Plain Layout
12648 Boxen ! mit Rahmen
12649 \end_layout
12650
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \begin_layout Standard
12657 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12658 \series bold
12659
12660 \backslash
12661 fbox
12662 \series default
12663
12664 \begin_inset Index idx
12665 status collapsed
12666
12667 \begin_layout Plain Layout
12668 Befehle ! F ! 
12669 \backslash
12670 fbox
12671 \end_layout
12672
12673 \end_inset
12674
12675  und 
12676 \series bold
12677
12678 \backslash
12679 boxed
12680 \series default
12681
12682 \begin_inset Index idx
12683 status collapsed
12684
12685 \begin_layout Plain Layout
12686 Befehle ! B ! 
12687 \backslash
12688 boxed
12689 \end_layout
12690
12691 \end_inset
12692
12693  zu umranden.
12694 \end_layout
12695
12696 \begin_layout Standard
12697 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12698  in einem Rahmen.
12699  Bei 
12700 \series bold
12701
12702 \backslash
12703 fbox
12704 \series default
12705  muss in diesem Eingabefeld mit 
12706 \family sans
12707 Strg+M
12708 \family default
12709  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12710  als mathematischer Text behandelt.
12711  Verwendet man 
12712 \series bold
12713
12714 \backslash
12715 boxed
12716 \series default
12717 , wird automatisch im Rahmen eine neue Formel erzeugt.
12718 \end_layout
12719
12720 \begin_layout Standard
12721 Der Befehl 
12722 \series bold
12723
12724 \backslash
12725 fbox
12726 \series default
12727  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12728  wird dann immer in Textzeilengröße gesetzt.
12729  Im Gegensatz dazu ist 
12730 \series bold
12731
12732 \backslash
12733 boxed
12734 \series default
12735  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12736  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12737 \end_layout
12738
12739 \begin_layout Standard
12740 Als Erweiterung zu 
12741 \series bold
12742
12743 \backslash
12744 fbox
12745 \series default
12746  gibt es den Befehl 
12747 \series bold
12748
12749 \backslash
12750 framebox
12751 \series default
12752
12753 \begin_inset Index idx
12754 status collapsed
12755
12756 \begin_layout Plain Layout
12757 Befehle ! F ! 
12758 \backslash
12759 framebox
12760 \end_layout
12761
12762 \end_inset
12763
12764 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12765  kann.
12766  
12767 \series bold
12768
12769 \backslash
12770 framebox
12771 \series default
12772  wird nach folgendem Schema verwendet:
12773 \end_layout
12774
12775 \begin_layout Standard
12776
12777 \series bold
12778
12779 \backslash
12780 framebox[Rahmenbreite][Position]{Boxinhalt}
12781 \end_layout
12782
12783 \begin_layout Standard
12784 Die Position kann entweder 
12785 \emph on
12786 l
12787 \emph default
12788  oder 
12789 \emph on
12790 r
12791 \emph default
12792  sein.
12793  
12794 \emph on
12795 l
12796 \emph default
12797  bewirkt linksbündige, 
12798 \emph on
12799 r
12800 \emph default
12801  rechtsbündige Ausrichtung der Formel in der Box.
12802  Gibt man keine Position an, wird die Formel zentriert.
12803 \begin_inset Newline newline
12804 \end_inset
12805
12806 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12807  In diesem Falle wird die Rahmenbreite wie bei 
12808 \series bold
12809
12810 \backslash
12811 fbox
12812 \series default
12813  an den Boxinhalt angepasst.
12814 \end_layout
12815
12816 \begin_layout Standard
12817 Wenn man den Befehl 
12818 \series bold
12819
12820 \backslash
12821 framebox
12822 \series default
12823  eingibt, erscheint eine Box mit drei Eingabefeldern.
12824  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12825  beiden optionalen Argumente.
12826  In das dritte Feld wird wie bei 
12827 \series bold
12828
12829 \backslash
12830 fbox
12831 \series default
12832  die Formel eingegeben.
12833 \end_layout
12834
12835 \begin_layout Standard
12836 \align center
12837 \begin_inset Tabular
12838 <lyxtabular version="3" rows="5" columns="2">
12839 <features tabularvalignment="middle">
12840 <column alignment="center" valignment="top" width="0">
12841 <column alignment="center" valignment="top" width="0">
12842 <row>
12843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 Befehl
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 Ergebnis
12857 \begin_inset Note Note
12858 status collapsed
12859
12860 \begin_layout Plain Layout
12861
12862 \series bold
12863
12864 \backslash
12865 raisebox
12866 \series default
12867  dient nur als Abstandhalter.
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883
12884 \backslash
12885 fbox
12886 \begin_inset ERT
12887 status collapsed
12888
12889 \begin_layout Plain Layout
12890
12891
12892 \backslash
12893 leer 
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \family sans
12900 Strg+M
12901 \family default
12902  
12903 \backslash
12904 int
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 leer 
12913 \end_layout
12914
12915 \end_inset
12916
12917 A=B
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 </row>
12935 <row>
12936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940
12941 \backslash
12942 boxed
12943 \begin_inset ERT
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947
12948
12949 \backslash
12950 leer 
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \backslash
12957 int
12958 \begin_inset ERT
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962
12963
12964 \backslash
12965 leer 
12966 \end_layout
12967
12968 \end_inset
12969
12970 A=B
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 </row>
12988 <row>
12989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 A+
12994 \backslash
12995 fbox
12996 \begin_inset ERT
12997 status collapsed
12998
12999 \begin_layout Plain Layout
13000
13001
13002 \backslash
13003 leer 
13004 \end_layout
13005
13006 \end_inset
13007
13008 B
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 </row>
13026 <row>
13027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031
13032 \backslash
13033 framebox
13034 \begin_inset ERT
13035 status collapsed
13036
13037 \begin_layout Plain Layout
13038
13039
13040 \backslash
13041 leer 
13042 \end_layout
13043
13044 \end_inset
13045
13046 20mm
13047 \begin_inset Formula $\to$
13048 \end_inset
13049
13050
13051 \begin_inset Formula $\to$
13052 \end_inset
13053
13054
13055 \family sans
13056 Strg+M
13057 \family default
13058  
13059 \backslash
13060 frac
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066
13067 \backslash
13068 leer 
13069 \end_layout
13070
13071 \end_inset
13072
13073 A
13074 \begin_inset Formula $\downarrow$
13075 \end_inset
13076
13077 B
13078 \end_layout
13079
13080 \end_inset
13081 </cell>
13082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 \begin_inset Formula $\raisebox{6mm}{}$
13087 \end_inset
13088
13089
13090 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13091 \end_inset
13092
13093
13094 \begin_inset Formula $\raisebox{-4mm}{}$
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \end_inset
13101 </cell>
13102 </row>
13103 </lyxtabular>
13104
13105 \end_inset
13106
13107
13108 \end_layout
13109
13110 \begin_layout Standard
13111 Die Rahmendicke kann ebenfalls eingestellt werden.
13112  Dazu müssen vor der Formel im TeX-Modus die Befehle
13113 \end_layout
13114
13115 \begin_layout Standard
13116
13117 \series bold
13118
13119 \backslash
13120 fboxrule
13121 \series default
13122  
13123 \series bold
13124
13125 \begin_inset Quotes gld
13126 \end_inset
13127
13128 Dicke
13129 \begin_inset Quotes grd
13130 \end_inset
13131
13132
13133 \series default
13134  
13135 \series bold
13136
13137 \backslash
13138 fboxsep
13139 \series default
13140  
13141 \series bold
13142
13143 \begin_inset Quotes gld
13144 \end_inset
13145
13146 Abstand
13147 \begin_inset Quotes grd
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \begin_layout Standard
13154 eingegeben werden.
13155  
13156 \begin_inset Quotes gld
13157 \end_inset
13158
13159 Abstand
13160 \begin_inset Quotes grd
13161 \end_inset
13162
13163  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13164  in der Box fest.
13165  Ein Beispiel dafür ist folgende umrandete Formel:
13166 \begin_inset ERT
13167 status collapsed
13168
13169 \begin_layout Plain Layout
13170
13171
13172 \backslash
13173 fboxrule 2mm 
13174 \backslash
13175 fboxsep 3mm
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \begin_inset Formula 
13182 \[
13183 \boxed{A+B=C}
13184 \]
13185
13186 \end_inset
13187
13188 Vor dieser Formel wurde im TeX-Modus
13189 \end_layout
13190
13191 \begin_layout Standard
13192
13193 \series bold
13194
13195 \backslash
13196 fboxrule
13197 \series default
13198  
13199 \series bold
13200 2mm
13201 \series default
13202  
13203 \series bold
13204
13205 \backslash
13206 fboxsep
13207 \series default
13208  
13209 \series bold
13210 3mm
13211 \end_layout
13212
13213 \begin_layout Standard
13214 eingegeben.
13215  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13216 \end_layout
13217
13218 \begin_layout Standard
13219 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13220  nächsten Formel im TeX-Modus folgende Befehle ein:
13221 \end_layout
13222
13223 \begin_layout Standard
13224
13225 \series bold
13226
13227 \backslash
13228 fboxrule
13229 \series default
13230  
13231 \series bold
13232 0.4pt
13233 \series default
13234  
13235 \series bold
13236
13237 \backslash
13238 fboxsep
13239 \series default
13240  
13241 \series bold
13242 3pt
13243 \series default
13244
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249
13250
13251 \backslash
13252 fboxrule 0.4pt 
13253 \backslash
13254 fboxsep 3pt
13255 \end_layout
13256
13257 \end_inset
13258
13259
13260 \end_layout
13261
13262 \begin_layout Subsection
13263 Boxen ohne Rahmen
13264 \begin_inset CommandInset label
13265 LatexCommand label
13266 name "sub:Boxen-ohne-Rahmen"
13267
13268 \end_inset
13269
13270
13271 \begin_inset Index idx
13272 status collapsed
13273
13274 \begin_layout Plain Layout
13275 Boxen ! ohne Rahmen
13276 \end_layout
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13285 \series bold
13286
13287 \backslash
13288 mbox
13289 \series default
13290
13291 \begin_inset Index idx
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295 Befehle ! M ! 
13296 \backslash
13297 mbox
13298 \end_layout
13299
13300 \end_inset
13301
13302
13303 \series bold
13304
13305 \backslash
13306 makebox
13307 \series default
13308
13309 \begin_inset Index idx
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313 Befehle ! M ! 
13314 \backslash
13315 makebox
13316 \end_layout
13317
13318 \end_inset
13319
13320  und
13321 \begin_inset Newline linebreak
13322 \end_inset
13323
13324
13325 \series bold
13326
13327 \backslash
13328 raisebox
13329 \series default
13330
13331 \begin_inset Index idx
13332 status collapsed
13333
13334 \begin_layout Plain Layout
13335 Befehle ! R ! 
13336 \backslash
13337 raisebox
13338 \end_layout
13339
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \begin_layout Standard
13346 Mit 
13347 \series bold
13348
13349 \backslash
13350 raisebox
13351 \series default
13352  kann man eine Box hoch- oder tiefstellen.
13353  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13354 n die Schriftgröße bei.
13355  
13356 \series bold
13357
13358 \backslash
13359 raisebox
13360 \series default
13361  wird dabei mit folgendem Schema benutzt:
13362 \end_layout
13363
13364 \begin_layout Standard
13365
13366 \series bold
13367
13368 \backslash
13369 raisebox{Höhe}{Boxinhalt}
13370 \end_layout
13371
13372 \begin_layout Standard
13373 Soll in der Box eine Formel stehen, muss man wie bei 
13374 \series bold
13375
13376 \backslash
13377 fbox
13378 \series default
13379  eine weitere Formel erstellen.
13380  
13381 \begin_inset Note Greyedout
13382 status open
13383
13384 \begin_layout Plain Layout
13385
13386 \series bold
13387 Achtung:
13388 \series default
13389  Für 
13390 \series bold
13391
13392 \backslash
13393 raisebox
13394 \series default
13395  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13396  
13397 \family sans
13398 Strg+M
13399 \family default
13400  erstellt, denn LyX unterstützt 
13401 \series bold
13402
13403 \backslash
13404 raisebox
13405 \series default
13406  noch nicht direkt.
13407 \end_layout
13408
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \begin_layout Standard
13415 \align center
13416 \begin_inset Tabular
13417 <lyxtabular version="3" rows="4" columns="2">
13418 <features tabularvalignment="middle">
13419 <column alignment="center" valignment="top" width="0">
13420 <column alignment="center" valignment="top" width="0">
13421 <row>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 Befehl
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 Ergebnis
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 </row>
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 H
13447 \backslash
13448 raisebox{2mm
13449 \begin_inset Formula $\to$
13450 \end_inset
13451
13452
13453 \backslash
13454 {al
13455 \begin_inset Formula $\to$
13456 \end_inset
13457
13458  lo
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13468 \end_inset
13469
13470
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 </row>
13476 <row>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 H
13482 \backslash
13483 raisebox{-2mm
13484 \begin_inset Formula $\to$
13485 \end_inset
13486
13487
13488 \backslash
13489 {al
13490 \begin_inset Formula $\to$
13491 \end_inset
13492
13493 lo
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 </row>
13511 <row>
13512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 A=
13517 \backslash
13518 raisebox{-2mm
13519 \begin_inset Formula $\to$
13520 \end_inset
13521
13522
13523 \backslash
13524 {
13525 \family sans
13526 Strg+M Strg+M
13527 \family default
13528  
13529 \backslash
13530 sqrt
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536
13537 \backslash
13538 leer 
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 </row>
13561 </lyxtabular>
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Standard
13569 Der Befehl 
13570 \series bold
13571
13572 \backslash
13573 mbox
13574 \series default
13575  ist äquivalent zu 
13576 \series bold
13577
13578 \backslash
13579 fbox
13580 \series default
13581  und 
13582 \series bold
13583
13584 \backslash
13585 makebox
13586 \series default
13587  ist äquivalent zu 
13588 \series bold
13589
13590 \backslash
13591 framebox
13592 \series default
13593 , nur dass es keinen Rahmen gibt.
13594 \end_layout
13595
13596 \begin_layout Subsection
13597 Farbige Boxen
13598 \begin_inset CommandInset label
13599 LatexCommand label
13600 name "sub:Farbige-Boxen"
13601
13602 \end_inset
13603
13604
13605 \begin_inset Index idx
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609 Boxen ! farbige
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \end_layout
13616
13617 \begin_layout Standard
13618 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13619  im LaTeX-Vorspann das LaTeX-Paket 
13620 \series bold
13621 color
13622 \series default
13623
13624 \begin_inset Foot
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628 Das Paket 
13629 \series bold
13630 color
13631 \series default
13632  ist Teil jeder LaTeX-Standardinstallation.
13633 \end_layout
13634
13635 \end_inset
13636
13637
13638 \begin_inset Index idx
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 Pakete ! color
13643 \end_layout
13644
13645 \end_inset
13646
13647  mit der Zeile
13648 \end_layout
13649
13650 \begin_layout Standard
13651
13652 \series bold
13653
13654 \backslash
13655 usepackage{color}
13656 \end_layout
13657
13658 \begin_layout Standard
13659 geladen werden
13660 \begin_inset Foot
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13665  LyX das LaTeX-Paket 
13666 \series bold
13667 color
13668 \series default
13669  automatisch.
13670  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13671  keine Probleme hervorruft.
13672 \end_layout
13673
13674 \end_inset
13675
13676
13677 \begin_inset Note Note
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13682  ein Makro eingefügt.
13683 \end_layout
13684
13685 \end_inset
13686
13687 .
13688 \end_layout
13689
13690 \begin_layout Standard
13691 \begin_inset VSpace medskip
13692 \end_inset
13693
13694 Um Boxen einzufärben, verwendet man den Befehl 
13695 \series bold
13696
13697 \backslash
13698 colorbox
13699 \series default
13700
13701 \begin_inset Index idx
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705 Befehle ! C ! 
13706 \backslash
13707 colorbox
13708 \end_layout
13709
13710 \end_inset
13711
13712  nach folgendem Schema:
13713 \end_layout
13714
13715 \begin_layout Standard
13716
13717 \series bold
13718
13719 \backslash
13720 colorbox{Farbe}{Boxinhalt}
13721 \end_layout
13722
13723 \begin_layout Standard
13724 Der Boxinhalt kann auch wieder eine Box sein und eine 
13725 \series bold
13726
13727 \backslash
13728 colorbox
13729 \series default
13730  kann auch ein Teil einer anderen Box sein (siehe 2.
13731  und 3.
13732  Beispiel).
13733  Soll in der Box eine Formel stehen, muss wie bei 
13734 \series bold
13735
13736 \backslash
13737 raisebox
13738 \series default
13739  eine weitere Formel erstellt werden.
13740 \begin_inset Foot
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744 Das gilt auch für den Befehl 
13745 \series bold
13746
13747 \backslash
13748 fcolorbox
13749 \series default
13750 .
13751 \end_layout
13752
13753 \end_inset
13754
13755
13756 \end_layout
13757
13758 \begin_layout Standard
13759 Aus folgenden vordefinierten Farben kann gewählt werden:
13760 \end_layout
13761
13762 \begin_layout Standard
13763
13764 \series bold
13765 black
13766 \series default
13767
13768 \series bold
13769 blue
13770 \series default
13771
13772 \series bold
13773 cyan
13774 \series default
13775
13776 \series bold
13777 green
13778 \series default
13779
13780 \series bold
13781 magenta
13782 \series default
13783
13784 \series bold
13785 red
13786 \series default
13787
13788 \series bold
13789 white
13790 \series default
13791  und 
13792 \series bold
13793 yellow
13794 \end_layout
13795
13796 \begin_layout Standard
13797 \align center
13798 \begin_inset Tabular
13799 <lyxtabular version="3" rows="4" columns="2">
13800 <features tabularvalignment="middle">
13801 <column alignment="center" valignment="top" width="0">
13802 <column alignment="center" valignment="top" width="0">
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Befehl
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 Ergebnis
13818 \begin_inset Note Note
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823 \series bold
13824
13825 \backslash
13826 raisebox
13827 \series default
13828  dient nur als Abstandhalter.
13829 \end_layout
13830
13831 \end_inset
13832
13833
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 <row>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844
13845 \backslash
13846 colorbox{yellow
13847 \begin_inset Formula $\to$
13848 \end_inset
13849
13850
13851 \backslash
13852 {A=B
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875
13876 \backslash
13877 colorbox{green
13878 \begin_inset Formula $\to$
13879 \end_inset
13880
13881
13882 \backslash
13883 {
13884 \backslash
13885 fbox
13886 \begin_inset ERT
13887 status collapsed
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 leer 
13894 \end_layout
13895
13896 \end_inset
13897
13898 A=B
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 </row>
13916 <row>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921
13922 \backslash
13923 fbox
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 leer 
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \backslash
13938 colorbox{green
13939 \begin_inset Formula $\to$
13940 \end_inset
13941
13942
13943 \backslash
13944 {
13945 \family sans
13946 Strg+M Strg+M
13947 \family default
13948  
13949 \backslash
13950 int
13951 \begin_inset ERT
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955
13956
13957 \backslash
13958 leer 
13959 \end_layout
13960
13961 \end_inset
13962
13963 C=D
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 </lyxtabular>
13982
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \begin_layout Standard
13989
13990 \series bold
13991
13992 \backslash
13993 colorbox
13994 \series default
13995  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13996  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13997  
13998 \family sans
13999 Textstil
14000 \family default
14001  die gewünschte Farbe aus.
14002  Der Dialog kann mit dem Werkzeugleistenknopf 
14003 \begin_inset Graphics
14004         filename ../../images/dialog-show_character.png
14005         scale 85
14006
14007 \end_inset
14008
14009  oder dem Menü 
14010 \family sans
14011 Bearbeiten\SpecialChar \menuseparator
14012 Textstil\SpecialChar \menuseparator
14013 Benutzerdefiniert
14014 \family default
14015  aufgerufen werden.
14016  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14017  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14018  innerhalb der Formel die Farbe geändert werden.
14019 \end_layout
14020
14021 \begin_layout Standard
14022 Ein Beispiel:
14023 \end_layout
14024
14025 \begin_layout Standard
14026
14027 \color red
14028 \begin_inset Formula 
14029 \begin{equation}
14030 \int A=B\label{eq:rot}
14031 \end{equation}
14032
14033 \end_inset
14034
14035
14036 \color green
14037
14038 \begin_inset Formula 
14039 \begin{equation}
14040 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14041 \end{equation}
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 Formel 
14050 \begin_inset CommandInset ref
14051 LatexCommand eqref
14052 reference "eq:rot"
14053
14054 \end_inset
14055
14056  ist komplett rot gefärbt.
14057 \begin_inset Newline newline
14058 \end_inset
14059
14060 Formel 
14061 \begin_inset CommandInset ref
14062 LatexCommand eqref
14063 reference "eq:rotgruen"
14064
14065 \end_inset
14066
14067  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14068  Anschließend wurden die Formelzeichen rot gefärbt.
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \begin_inset VSpace bigskip
14073 \end_inset
14074
14075 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14076  den Befehl 
14077 \series bold
14078
14079 \backslash
14080 fcolorbox
14081 \series default
14082
14083 \begin_inset Index idx
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087 Befehle ! F ! 
14088 \backslash
14089 fcolorbox
14090 \end_layout
14091
14092 \end_inset
14093
14094  nach folgendem Schema:
14095 \end_layout
14096
14097 \begin_layout Standard
14098
14099 \series bold
14100
14101 \backslash
14102 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14103 \end_layout
14104
14105 \begin_layout Standard
14106
14107 \series bold
14108
14109 \backslash
14110 fcolorbox
14111 \series default
14112  stellt also eine Erweiterung des Befehls 
14113 \series bold
14114
14115 \backslash
14116 colorbox
14117 \series default
14118  dar.
14119  Die Rahmenbreite wird, wie bei 
14120 \series bold
14121
14122 \backslash
14123 framebox
14124 \series default
14125 , mit 
14126 \series bold
14127
14128 \backslash
14129 fboxrule
14130 \series default
14131  und 
14132 \series bold
14133
14134 \backslash
14135 fboxsep
14136 \series default
14137  festgelegt.
14138  Ein Beispiel:
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144
14145 \backslash
14146 fboxrule 1mm 
14147 \backslash
14148 fboxsep 1mm
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \begin_inset Formula 
14155 \[
14156 \fcolorbox{cyan}{magenta}{A=B}
14157 \]
14158
14159 \end_inset
14160
14161
14162 \begin_inset ERT
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166
14167
14168 \backslash
14169 fboxrule 0.4pt 
14170 \backslash
14171 fboxsep 3pt
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 Diese Formel wurde mit folgendem Befehl erstellt:
14181 \begin_inset Newline newline
14182 \end_inset
14183
14184
14185 \series bold
14186
14187 \backslash
14188 fcolorbox{cyan
14189 \begin_inset Formula $\to$
14190 \end_inset
14191
14192
14193 \backslash
14194 {magenta
14195 \begin_inset Formula $\to$
14196 \end_inset
14197
14198
14199 \backslash
14200 {A=B
14201 \end_layout
14202
14203 \begin_layout Standard
14204 \begin_inset VSpace bigskip
14205 \end_inset
14206
14207 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14208  selbst definieren.
14209 \end_layout
14210
14211 \begin_layout Standard
14212 Man kann z.
14213 \begin_inset space \thinspace{}
14214 \end_inset
14215
14216 B.
14217  mit folgender LaTeX-Vorspannzeile die Farbe 
14218 \begin_inset Quotes gld
14219 \end_inset
14220
14221
14222 \series bold
14223 dunkelgruen
14224 \series default
14225
14226 \begin_inset Quotes grd
14227 \end_inset
14228
14229
14230 \begin_inset Foot
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 In Befehlen darf kein Umlaut stehen, siehe 
14235 \begin_inset CommandInset ref
14236 LatexCommand ref
14237 reference "sec:Benutzerdefinierte-Befehle"
14238
14239 \end_inset
14240
14241 .
14242 \end_layout
14243
14244 \end_inset
14245
14246  definieren:
14247 \end_layout
14248
14249 \begin_layout Standard
14250
14251 \series bold
14252
14253 \backslash
14254 definecolor{dunkelgruen}{cmyk}{0.5,
14255 \series default
14256  
14257 \series bold
14258 0,
14259 \series default
14260  
14261 \series bold
14262 1,
14263 \series default
14264  
14265 \series bold
14266 0.5}
14267 \series default
14268
14269 \begin_inset Index idx
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273 Befehle ! D ! 
14274 \backslash
14275 definecolor
14276 \end_layout
14277
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \begin_layout Standard
14284
14285 \series bold
14286 cmyk
14287 \series default
14288  ist der Farbraum und steht für die Farben 
14289 \series bold
14290 cyan
14291 \series default
14292
14293 \series bold
14294 magenta
14295 \series default
14296
14297 \series bold
14298 yellow
14299 \series default
14300  und 
14301 \series bold
14302 black
14303 \series default
14304 .
14305  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14306  Für den Anteil kann man Werte im Bereich 0
14307 \begin_inset space \thinspace{}
14308 \end_inset
14309
14310 -
14311 \begin_inset space \thinspace{}
14312 \end_inset
14313
14314 1 angeben.
14315  Anstelle von 
14316 \series bold
14317 cmyk
14318 \series default
14319  kann man zur Definition auch den Farbraum 
14320 \series bold
14321 rgb
14322 \series default
14323  verwenden.
14324  
14325 \series bold
14326 rgb
14327 \series default
14328  steht für 
14329 \series bold
14330 red
14331 \series default
14332
14333 \series bold
14334 green
14335 \series default
14336  und 
14337 \series bold
14338 blue
14339 \series default
14340 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14341  Des Weiteren gibt es noch den Farbraum 
14342 \series bold
14343 gray
14344 \series default
14345 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14346 \end_layout
14347
14348 \begin_layout Standard
14349 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14350 \series bold
14351 darkgreen
14352 \series default
14353 , bei der die Zeichenfarbe 
14354 \series bold
14355 yellow
14356 \series default
14357  gewählt wurde:
14358 \begin_inset Formula 
14359 \begin{equation}
14360 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14361 \end{equation}
14362
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \begin_layout Standard
14369 Selbst definierte Farben können mit dem Befehl 
14370 \series bold
14371
14372 \backslash
14373 textcolor
14374 \series default
14375  auch für Text
14376 \begin_inset Index idx
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380 Text ! farbiger
14381 \end_layout
14382
14383 \end_inset
14384
14385  verwendet werden:
14386 \end_layout
14387
14388 \begin_layout Standard
14389 \begin_inset ERT
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393
14394
14395 \backslash
14396 textcolor{dunkelgruen}{
14397 \end_layout
14398
14399 \end_inset
14400
14401 Dieser Satz ist 
14402 \begin_inset Quotes gld
14403 \end_inset
14404
14405 dunkelgruen
14406 \begin_inset Quotes grd
14407 \end_inset
14408
14409 .
14410 \begin_inset ERT
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414
14415 }
14416 \end_layout
14417
14418 \end_inset
14419
14420
14421 \end_layout
14422
14423 \begin_layout Standard
14424
14425 \series bold
14426
14427 \backslash
14428 textcolor
14429 \series default
14430
14431 \begin_inset Index idx
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435 Befehle ! T ! 
14436 \backslash
14437 textcolor
14438 \end_layout
14439
14440 \end_inset
14441
14442  wird nach dem Schema 
14443 \series bold
14444
14445 \backslash
14446 textcolor{Farbe}{zu
14447 \series default
14448  
14449 \series bold
14450 färbende
14451 \series default
14452  
14453 \series bold
14454 Zeichen}
14455 \series default
14456  verwendet.
14457 \end_layout
14458
14459 \begin_layout Standard
14460 \begin_inset Newpage newpage
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Subsection
14467 Absatzboxen
14468 \begin_inset CommandInset label
14469 LatexCommand label
14470 name "sub:Absatzboxen"
14471
14472 \end_inset
14473
14474
14475 \begin_inset Index idx
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479 Boxen ! Absatz-
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Standard
14488 Mit dem Menü 
14489 \family sans
14490 Einfügen\SpecialChar \menuseparator
14491 Box
14492 \family default
14493  oder dem Werkzeugleistenknopf 
14494 \begin_inset Graphics
14495         filename ../../images/box-insert.png
14496         scale 85
14497
14498 \end_inset
14499
14500  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14501  eine so genannte 
14502 \emph on
14503 Parbox
14504 \emph default
14505  (Absatzbox).
14506 \end_layout
14507
14508 \begin_layout Standard
14509 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace medskip
14514 \end_inset
14515
14516 Dies ist eine Zeile 
14517 \begin_inset Box Boxed
14518 position "c"
14519 hor_pos "c"
14520 has_inner_box 1
14521 inner_pos "t"
14522 use_parbox 1
14523 use_makebox 0
14524 width "5cm"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status open
14529
14530 \begin_layout Plain Layout
14531 Dies ist die Absatzbox.
14532  Sie ist genau 5
14533 \begin_inset space \thinspace{}
14534 \end_inset
14535
14536 cm lang und kann auch Formeln enthalten: 
14537 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \end_inset
14544
14545  mit einer Absatzbox.
14546 \begin_inset VSpace medskip
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Standard
14553 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14554  graue Box mit dem Namen 
14555 \begin_inset Quotes gld
14556 \end_inset
14557
14558 Box(Gerahmt)
14559 \begin_inset Quotes grd
14560 \end_inset
14561
14562  klickt.
14563  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14564  In diesem Fall: 
14565 \emph on
14566 Verzierung
14567 \emph default
14568 : Rechteckige Box, 
14569 \emph on
14570 Innere Box
14571 \emph default
14572 : Parbox, 
14573 \emph on
14574 Breite
14575 \emph default
14576 : 5
14577 \begin_inset space \thinspace{}
14578 \end_inset
14579
14580 cm, 
14581 \emph on
14582 Vertikale Box Ausrichtung
14583 \emph default
14584 : Mitte
14585 \end_layout
14586
14587 \begin_layout Standard
14588 \begin_inset VSpace medskip
14589 \end_inset
14590
14591 In LaTeX wird eine Absatzbox mit dem Befehl 
14592 \series bold
14593
14594 \backslash
14595 parbox
14596 \series default
14597
14598 \begin_inset Index idx
14599 status collapsed
14600
14601 \begin_layout Plain Layout
14602 Befehle ! P ! 
14603 \backslash
14604 parbox
14605 \end_layout
14606
14607 \end_inset
14608
14609  erstellt, welcher folgendes Schema besitzt:
14610 \end_layout
14611
14612 \begin_layout Standard
14613
14614 \series bold
14615
14616 \backslash
14617 parbox[Position]{Breite}{Boxinhalt}
14618 \end_layout
14619
14620 \begin_layout Standard
14621 Die Positionen 
14622 \emph on
14623 b
14624 \emph default
14625  und 
14626 \emph on
14627 t
14628 \emph default
14629  sind möglich.
14630  
14631 \emph on
14632 b
14633 \emph default
14634  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14635  Text eingepasst wird.
14636  Bei 
14637 \emph on
14638 t
14639 \emph default
14640  wie top geschieht dies für die erste Zeile.
14641  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14642  siehe das Kapitel 
14643 \emph on
14644 Boxen
14645 \emph default
14646  des Handbuchs
14647 \emph on
14648  Eingebettete
14649 \begin_inset space ~
14650 \end_inset
14651
14652 Objekte
14653 \emph default
14654  für Beispiele.
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset VSpace bigskip
14659 \end_inset
14660
14661 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14662  in eine Absatzbox setzen.
14663  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14664 \series bold
14665
14666 \backslash
14667 fbox{
14668 \backslash
14669 parbox{
14670 \backslash
14671 linewidth-2
14672 \backslash
14673 fboxsep-2
14674 \backslash
14675 fboxrule}{
14676 \series default
14677 .
14678  Hierbei steht 
14679 \series bold
14680
14681 \backslash
14682 linewidth
14683 \series default
14684
14685 \begin_inset Index idx
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689 Befehle ! L ! 
14690 \backslash
14691 linewidth
14692 \end_layout
14693
14694 \end_inset
14695
14696  für die im Dokument eingestellte Zeilenbreite.
14697  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14698 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14699  Da dies LyX aufgrund eines Fehlers
14700 \begin_inset Foot
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704 \begin_inset CommandInset href
14705 LatexCommand href
14706 name "LyX-Fehler #4483"
14707 target "http://www.lyx.org/trac/ticket/4483"
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \end_inset
14715
14716  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14717  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14718 spann das LaTeX-Paket 
14719 \series bold
14720 calc
14721 \series default
14722
14723 \begin_inset Foot
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728 \series bold
14729 calc
14730 \series default
14731  ist Teil jeder LaTeX-Standardinstallation.
14732 \end_layout
14733
14734 \end_inset
14735
14736
14737 \begin_inset Index idx
14738 status collapsed
14739
14740 \begin_layout Plain Layout
14741 Pakete ! calc
14742 \end_layout
14743
14744 \end_inset
14745
14746  mit der Zeile
14747 \end_layout
14748
14749 \begin_layout Standard
14750
14751 \series bold
14752
14753 \backslash
14754 usepackage{calc}
14755 \end_layout
14756
14757 \begin_layout Standard
14758 geladen werden.
14759  Nach der Formel werden beide Boxen geschlossen, indem man 
14760 \series bold
14761 }}
14762 \series default
14763  im TeX-Modus eingibt.
14764  Dazu ein Beispiel:
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770
14771 \backslash
14772 fboxsep 5mm 
14773 \backslash
14774 fboxrule 5mm
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset ERT
14784 status collapsed
14785
14786 \begin_layout Plain Layout
14787
14788
14789 \backslash
14790 fbox{
14791 \backslash
14792 parbox{
14793 \backslash
14794 linewidth-2
14795 \backslash
14796 fboxsep-2
14797 \backslash
14798 fboxrule}{
14799 \end_layout
14800
14801 \end_inset
14802
14803
14804 \begin_inset Formula 
14805 \begin{equation}
14806 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14807 \end{equation}
14808
14809 \end_inset
14810
14811
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817 }}
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 fboxrule 0.4pt 
14831 \backslash
14832 fboxsep 3pt
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \begin_layout Standard
14841 \begin_inset VSpace medskip
14842 \end_inset
14843
14844 Da im Argument von 
14845 \series bold
14846
14847 \backslash
14848 fbox
14849 \series default
14850  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14851  keinen Unterschied zwischen 
14852 \series bold
14853
14854 \backslash
14855 fbox
14856 \series default
14857  und 
14858 \series bold
14859
14860 \backslash
14861 boxed
14862 \series default
14863 .
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset VSpace bigskip
14868 \end_inset
14869
14870 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14871  Dazu verwendet man 
14872 \series bold
14873
14874 \backslash
14875 parbox
14876 \series default
14877  in Verbindung mit dem Befehl 
14878 \series bold
14879
14880 \backslash
14881 tag
14882 \series default
14883 .
14884  (mehr zu 
14885 \series bold
14886
14887 \backslash
14888 tag
14889 \series default
14890  siehe 
14891 \begin_inset CommandInset ref
14892 LatexCommand ref
14893 reference "sub:Benutzerdefinierte-Nummerierung"
14894
14895 \end_inset
14896
14897 )
14898 \end_layout
14899
14900 \begin_layout Standard
14901 Ein Beispiel einer mit Hilfe von 
14902 \series bold
14903
14904 \backslash
14905 parbox
14906 \series default
14907  kommentierten Formel:
14908 \end_layout
14909
14910 \begin_layout Standard
14911 \begin_inset ERT
14912 status collapsed
14913
14914 \begin_layout Plain Layout
14915
14916
14917 \backslash
14918 [5x-7b=3b
14919 \backslash
14920 tag*{
14921 \backslash
14922 parbox{5cm}{
14923 \end_layout
14924
14925 \end_inset
14926
14927 Dies ist eine Beschreibung.
14928  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14929 \begin_inset ERT
14930 status collapsed
14931
14932 \begin_layout Plain Layout
14933
14934 }}
14935 \backslash
14936 ]
14937 \end_layout
14938
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \begin_layout Standard
14945 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14946  Befehl 
14947 \series bold
14948
14949 \backslash
14950 parbox
14951 \series default
14952  in Formeln noch nicht unterstützt.
14953  Die Formel wird mit folgender Befehlssequenz erstellt:
14954 \end_layout
14955
14956 \begin_layout Standard
14957 Der Befehl 
14958 \series bold
14959
14960 \backslash
14961 [5x-7b=3b
14962 \backslash
14963 tag*
14964 \backslash
14965 {
14966 \backslash
14967 parbox{5cm}{
14968 \series default
14969  wird im TeX-Modus eingegeben.
14970 \begin_inset Foot
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974 Ist der Formelstil 
14975 \series bold
14976 Eingerückt
14977 \series default
14978  aktiviert, kann 
14979 \series bold
14980
14981 \backslash
14982 tag*
14983 \backslash
14984 {
14985 \series default
14986  auch durch 
14987 \series bold
14988
14989 \backslash
14990 hfill
14991 \series default
14992  ersetzt werden.
14993  (Formelstile siehe 
14994 \begin_inset CommandInset ref
14995 LatexCommand ref
14996 reference "sec:Formelstile"
14997
14998 \end_inset
14999
15000 )
15001 \end_layout
15002
15003 \end_inset
15004
15005  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
15006 \series bold
15007 }}
15008 \backslash
15009 ]
15010 \series default
15011  im TeX-Modus ein.
15012  Die Befehle 
15013 \series bold
15014
15015 \backslash
15016 [
15017 \series default
15018  und 
15019 \series bold
15020
15021 \backslash
15022 ]
15023 \series default
15024  erstellen hierbei eine abgesetzte Formel.
15025 \end_layout
15026
15027 \begin_layout Standard
15028 Die Vorteile von 
15029 \series bold
15030
15031 \backslash
15032 parbox
15033 \series default
15034  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15035  Textmodus 
15036 \begin_inset Quotes gld
15037 \end_inset
15038
15039 kommentiert
15040 \begin_inset Quotes grd
15041 \end_inset
15042
15043  wurde:
15044 \begin_inset Formula 
15045 \[
15046 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15047 \]
15048
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \begin_layout Standard
15055 \begin_inset Newpage newpage
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Section
15062 Operatoren
15063 \begin_inset Index idx
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067 Operatoren
15068 \end_layout
15069
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \begin_layout Subsection
15076 Große Operatoren
15077 \begin_inset CommandInset label
15078 LatexCommand label
15079 name "sub:Große-Operatoren"
15080
15081 \end_inset
15082
15083
15084 \begin_inset Index idx
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088 Operatoren ! große
15089 \end_layout
15090
15091 \end_inset
15092
15093
15094 \begin_inset Index idx
15095 status collapsed
15096
15097 \begin_layout Plain Layout
15098 Summen
15099 \end_layout
15100
15101 \end_inset
15102
15103
15104 \begin_inset Index idx
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108 Integrale
15109 \end_layout
15110
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \begin_layout Standard
15117 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15118  sind, muss die Option 
15119 \family sans
15120 esint-Paket automatisch verwenden
15121 \family default
15122  in den Dokumenteinstellungen unter 
15123 \family sans
15124 Mathe-Optionen
15125 \family default
15126  gewählt sein.
15127 \end_layout
15128
15129 \begin_layout Standard
15130 \begin_inset space \hfill{}
15131 \end_inset
15132
15133
15134 \begin_inset Tabular
15135 <lyxtabular version="3" rows="11" columns="2">
15136 <features tabularvalignment="middle">
15137 <column alignment="center" valignment="top" width="0pt">
15138 <column alignment="center" valignment="top" width="0pt">
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 Befehl
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 Ergebnis
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 int
15167 \begin_inset Index idx
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171 Befehle ! I ! 
15172 \backslash
15173 int
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset Formula $\int$
15188 \end_inset
15189
15190
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 <row>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \backslash
15203 oint
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 \begin_inset Formula $\oint$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \backslash
15228 ointctrclockwise
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 \begin_inset Formula $\ointctrclockwise$
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \backslash
15253 ointclockwise
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 \begin_inset Formula $\ointclockwise$
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 </row>
15271 <row>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \backslash
15278 sqint
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 \begin_inset Formula $\sqint$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \backslash
15303 fint
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312  
15313 \begin_inset Formula $\fint$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \backslash
15329 landupint
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338  
15339 \begin_inset Formula $\landupint$
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 </row>
15348 <row>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353
15354 \backslash
15355 landdownint
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364  
15365 \begin_inset Formula $\landdownint$
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \backslash
15381 bigcap
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 \begin_inset Formula $\bigcap$
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 <row>
15400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404
15405 \backslash
15406 bigcup
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset Formula $\bigcup$
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 </lyxtabular>
15425
15426 \end_inset
15427
15428
15429 \begin_inset space \hfill{}
15430 \end_inset
15431
15432
15433 \begin_inset Tabular
15434 <lyxtabular version="3" rows="11" columns="2">
15435 <features tabularvalignment="middle">
15436 <column alignment="center" valignment="top" width="0pt">
15437 <column alignment="center" valignment="top" width="0pt">
15438 <row>
15439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 Befehl
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 Ergebnis
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \backslash
15465 sum
15466 \begin_inset Index idx
15467 status collapsed
15468
15469 \begin_layout Plain Layout
15470 Befehle ! S ! 
15471 \backslash
15472 sum
15473 \end_layout
15474
15475 \end_inset
15476
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\sum$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row>
15496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \backslash
15502 prod
15503 \begin_inset Index idx
15504 status collapsed
15505
15506 \begin_layout Plain Layout
15507 Befehle ! P ! 
15508 \backslash
15509 prod
15510 \end_layout
15511
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523 \begin_inset Formula $\prod$
15524 \end_inset
15525
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 </row>
15532 <row>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \backslash
15539 coprod
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548 \begin_inset Formula $\coprod$
15549 \end_inset
15550
15551
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 </row>
15557 <row>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562
15563 \backslash
15564 bigodot
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 \begin_inset Formula $\bigodot$
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \backslash
15589 bigotimes
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598 \begin_inset Formula $\bigotimes$
15599 \end_inset
15600
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \backslash
15614 bigoplus
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Formula $\bigoplus$
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 bigwedge
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\bigwedge$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 bigvee
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\bigvee$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 bigsqcup
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\bigsqcup$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \backslash
15714 biguplus
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 \begin_inset Formula $\biguplus$
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 </lyxtabular>
15733
15734 \end_inset
15735
15736
15737 \begin_inset space \hfill{}
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15745 \begin_inset Graphics
15746         filename ../../images/math/intop.png
15747         scale 85
15748
15749 \end_inset
15750
15751  eingefügt werden.
15752 \end_layout
15753
15754 \begin_layout Standard
15755 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15756  Teil gleich aussehenden binären Operatoren.
15757  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15758  beschrieben.
15759 \end_layout
15760
15761 \begin_layout Standard
15762 Für alle Integrale gibt es Befehle, die auf 
15763 \series bold
15764 op
15765 \series default
15766  enden: 
15767 \series bold
15768
15769 \backslash
15770 intop
15771 \series default
15772
15773 \series bold
15774
15775 \backslash
15776 ointop
15777 \series default
15778  usw..
15779  Diese unterscheiden sich von 
15780 \series bold
15781
15782 \backslash
15783 int
15784 \series default
15785  usw.
15786 \begin_inset space \space{}
15787 \end_inset
15788
15789 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15790 \begin_inset CommandInset ref
15791 LatexCommand ref
15792 reference "sub:Operatorgrenzen"
15793
15794 \end_inset
15795
15796 .
15797  
15798 \end_layout
15799
15800 \begin_layout Subsubsection*
15801 Hinweise zu Integralen
15802 \end_layout
15803
15804 \begin_layout Standard
15805 Der Buchstabe 
15806 \emph on
15807 d
15808 \emph default
15809  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15810  muss.
15811  Dazu markiert man das 
15812 \emph on
15813 d
15814 \emph default
15815  und wandelt es mit der Tastenkombination 
15816 \family sans
15817 Alt+Z
15818 \begin_inset space ~
15819 \end_inset
15820
15821 R
15822 \family default
15823
15824 \begin_inset Foot
15825 status collapsed
15826
15827 \begin_layout Plain Layout
15828 Schriftstile siehe 
15829 \begin_inset CommandInset ref
15830 LatexCommand ref
15831 reference "sub:Schriftstile"
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \end_inset
15839
15840  um.
15841  Anschließend fügt man vor dem 
15842 \emph on
15843 d
15844 \emph default
15845 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15846  Dazu ein Beispiel:
15847 \end_layout
15848
15849 \begin_layout Standard
15850 inkorrekt: 
15851 \begin_inset Formula $\int A(x)dx$
15852 \end_inset
15853
15854
15855 \begin_inset Newline newline
15856 \end_inset
15857
15858
15859 \begin_inset Phantom HPhantom
15860 status open
15861
15862 \begin_layout Plain Layout
15863 in
15864 \end_layout
15865
15866 \end_inset
15867
15868 korrekt: 
15869 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \begin_layout Standard
15876 \begin_inset VSpace medskip
15877 \end_inset
15878
15879 Für Mehrfachintegrale gibt es folgende Befehle:
15880 \begin_inset VSpace medskip
15881 \end_inset
15882
15883
15884 \end_layout
15885
15886 \begin_layout Standard
15887 \begin_inset space \hfill{}
15888 \end_inset
15889
15890
15891 \begin_inset Tabular
15892 <lyxtabular version="3" rows="4" columns="2">
15893 <features tabularvalignment="middle">
15894 <column alignment="center" valignment="top" width="0">
15895 <column alignment="center" valignment="top" width="0">
15896 <row>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 Befehl
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 Ergebnis
15911 \begin_inset Note Note
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915
15916 \series bold
15917
15918 \backslash
15919 raisebox
15920 \series default
15921  dient nur als Abstandhalter.
15922 \end_layout
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 </row>
15932 <row>
15933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937
15938 \backslash
15939 iint
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \backslash
15964 oiint
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 <row>
15983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987
15988 \backslash
15989 sqiint
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 </row>
16007 </lyxtabular>
16008
16009 \end_inset
16010
16011
16012 \begin_inset space \hfill{}
16013 \end_inset
16014
16015
16016 \begin_inset Tabular
16017 <lyxtabular version="3" rows="4" columns="2">
16018 <features tabularvalignment="middle">
16019 <column alignment="center" valignment="top" width="0">
16020 <column alignment="center" valignment="top" width="0">
16021 <row>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 Befehl
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 Ergebnis
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \backslash
16048 iiint
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 </row>
16066 <row>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071
16072 \backslash
16073 iiiint
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 </row>
16091 <row>
16092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096
16097 \backslash
16098 dotsint
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 </lyxtabular>
16117
16118 \end_inset
16119
16120
16121 \begin_inset space \hfill{}
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \begin_layout Subsection
16128 Operatorgrenzen
16129 \begin_inset CommandInset label
16130 LatexCommand label
16131 name "sub:Operatorgrenzen"
16132
16133 \end_inset
16134
16135
16136 \begin_inset Index idx
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140 Operatoren ! Grenzen
16141 \end_layout
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \begin_layout Standard
16149 Grenzen werden durch Hoch- bzw.
16150  Tiefstellen erzeugt:
16151 \end_layout
16152
16153 \begin_layout Standard
16154 \align center
16155 \begin_inset Tabular
16156 <lyxtabular version="3" rows="2" columns="2">
16157 <features tabularvalignment="middle">
16158 <column alignment="center" valignment="top" width="0pt">
16159 <column alignment="center" valignment="top" width="0pt">
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 Befehl
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 Ergebnis
16175 \begin_inset Note Note
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179
16180 \series bold
16181
16182 \backslash
16183 raisebox
16184 \series default
16185  dient nur als Abstandhalter.
16186 \end_layout
16187
16188 \end_inset
16189
16190
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 </row>
16196 <row>
16197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \backslash
16203 prod^
16204 \backslash
16205 infty
16206 \begin_inset ERT
16207 status collapsed
16208
16209 \begin_layout Plain Layout
16210
16211
16212 \backslash
16213 leer 
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \begin_inset Formula $\to$
16220 \end_inset
16221
16222 _0
16223 \begin_inset Formula $\to$
16224 \end_inset
16225
16226 A(x)
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16236 \end_inset
16237
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 </lyxtabular>
16245
16246 \end_inset
16247
16248
16249 \end_layout
16250
16251 \begin_layout Standard
16252 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16253  Operator gesetzt.
16254  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16255  bzw.
16256  unter den Operator gesetzt.
16257 \end_layout
16258
16259 \begin_layout Standard
16260 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16261  man den Cursor direkt hinter den Operator und setzt über das Menü 
16262 \family sans
16263 Bearbeiten\SpecialChar \menuseparator
16264 Mathe\SpecialChar \menuseparator
16265 Art der Operatorgrenzen ändern
16266 \family default
16267  die Grenzen auf 
16268 \series bold
16269 Eingebettet
16270 \series default
16271  (Tastenkombination 
16272 \family sans
16273 Alt+M
16274 \begin_inset space ~
16275 \end_inset
16276
16277 L
16278 \family default
16279 ).
16280  Dazu folgendes Beispiel:
16281 \end_layout
16282
16283 \begin_layout Standard
16284 Die normalen Grenzen sehen so aus:
16285 \begin_inset Formula 
16286 \[
16287 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16288 \]
16289
16290 \end_inset
16291
16292 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16293 \begin_inset Formula 
16294 \[
16295 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16296 \]
16297
16298 \end_inset
16299
16300 Bei Integralen werden mit Ausnahme von denen, die auf 
16301 \series bold
16302 op
16303 \series default
16304  enden (
16305 \series bold
16306
16307 \backslash
16308 intop
16309 \series default
16310
16311 \series bold
16312
16313 \backslash
16314 ointop
16315 \series default
16316  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16317  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16318  gesetzt.
16319  Im folgenden Beispiel wurde die Grenze deswegen auf 
16320 \series bold
16321 Anzeige
16322 \series default
16323  gesetzt und damit unter die Integrale geschrieben:
16324 \begin_inset Formula 
16325 \begin{equation}
16326 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16327 \end{equation}
16328
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \begin_layout Standard
16335 \begin_inset VSpace medskip
16336 \end_inset
16337
16338 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16339 \series bold
16340
16341 \backslash
16342 subarray
16343 \series default
16344
16345 \begin_inset Index idx
16346 status collapsed
16347
16348 \begin_layout Plain Layout
16349 Befehle ! S ! 
16350 \backslash
16351 subarray
16352 \end_layout
16353
16354 \end_inset
16355
16356  und 
16357 \series bold
16358
16359 \backslash
16360 substack
16361 \series default
16362
16363 \begin_inset Index idx
16364 status collapsed
16365
16366 \begin_layout Plain Layout
16367 Befehle ! S ! 
16368 \backslash
16369 substack
16370 \end_layout
16371
16372 \end_inset
16373
16374 .
16375  Um z.
16376 \begin_inset space \thinspace{}
16377 \end_inset
16378
16379 B.
16380  diesen Ausdruck 
16381 \begin_inset Formula 
16382 \begin{equation}
16383 \sum_{\begin{subarray}{c}
16384 0<k<1000\\
16385 \\
16386 k\,\in\,\mathbb{N}
16387 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16388 \end{equation}
16389
16390 \end_inset
16391
16392 zu erstellen, muss man Folgendes tun:
16393 \begin_inset Newline newline
16394 \end_inset
16395
16396 Zuerst gibt man den Befehl 
16397 \series bold
16398
16399 \backslash
16400 sum
16401 \series default
16402 ^
16403 \series bold
16404 n
16405 \begin_inset ERT
16406 status collapsed
16407
16408 \begin_layout Plain Layout
16409
16410
16411 \backslash
16412 leer 
16413 \end_layout
16414
16415 \end_inset
16416
16417 _
16418 \series default
16419  ein.
16420  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16421  In dieses gibt man den Befehl 
16422 \series bold
16423
16424 \backslash
16425 subarray
16426 \begin_inset ERT
16427 status collapsed
16428
16429 \begin_layout Plain Layout
16430
16431
16432 \backslash
16433 leer 
16434 \end_layout
16435
16436 \end_inset
16437
16438
16439 \series default
16440  ein.
16441  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16442  Zeilen untereinander schreiben.
16443  Mit Eingabe des Zeilenumbruchs (
16444 \family sans
16445 Strg+Enter
16446 \family default
16447 ) wird eine neue Zeile erstellt.
16448  Gibt man
16449 \begin_inset Newline newline
16450 \end_inset
16451
16452
16453 \series bold
16454 0<k<1000 Strg+Enter
16455 \begin_inset Newline newline
16456 \end_inset
16457
16458
16459 \series default
16460 ein, erscheint darunter ein Kästchen für die neue Zeile.
16461 \end_layout
16462
16463 \begin_layout Standard
16464 Die Ausrichtung der Zeilen kann mit der 
16465 \family sans
16466 Tabellen-Werkzeugleiste
16467 \family default
16468  oder dem Menü 
16469 \family sans
16470 Bearbeiten\SpecialChar \menuseparator
16471 Zeilen & Spalten
16472 \family default
16473  auf links geändert werden.
16474  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16475 \series bold
16476
16477 \backslash
16478 hfill
16479 \begin_inset ERT
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483
16484
16485 \backslash
16486 leer 
16487 \end_layout
16488
16489 \end_inset
16490
16491
16492 \series default
16493  eingegeben.
16494 \end_layout
16495
16496 \begin_layout Standard
16497 Der Befehl 
16498 \series bold
16499
16500 \backslash
16501 substack
16502 \series default
16503  ist äquivalent zu 
16504 \series bold
16505
16506 \backslash
16507 subarray
16508 \series default
16509 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16510 \end_layout
16511
16512 \begin_layout Standard
16513 \begin_inset VSpace bigskip
16514 \end_inset
16515
16516 Wie bei Formel 
16517 \begin_inset CommandInset ref
16518 LatexCommand eqref
16519 reference "eq:substack"
16520
16521 \end_inset
16522
16523  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16524  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16525 \end_layout
16526
16527 \begin_layout Standard
16528 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16529 \end_layout
16530
16531 \begin_layout Standard
16532
16533 \series bold
16534
16535 \backslash
16536 def
16537 \backslash
16538 clap#1{
16539 \backslash
16540 hbox to 0pt{
16541 \backslash
16542 hss #1
16543 \backslash
16544 hss}}
16545 \begin_inset Newline newline
16546 \end_inset
16547
16548
16549 \backslash
16550 def
16551 \backslash
16552 mathclap {
16553 \backslash
16554 mathpalette 
16555 \backslash
16556 mathclapinternal}
16557 \begin_inset Newline newline
16558 \end_inset
16559
16560
16561 \backslash
16562 def
16563 \backslash
16564 mathclapinternal #1#2{
16565 \backslash
16566 clap{$
16567 \backslash
16568 mathsurround =0pt #1{#2}$}}
16569 \end_layout
16570
16571 \begin_layout Standard
16572 Dadurch wird der Befehl 
16573 \series bold
16574
16575 \backslash
16576 mathclap
16577 \series default
16578
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 Befehle ! M ! 
16584 \backslash
16585 mathclap
16586 \end_layout
16587
16588 \end_inset
16589
16590  definiert, der die Breite der Grenze auf 0
16591 \begin_inset space \thinspace{}
16592 \end_inset
16593
16594 pt setzt.
16595  Das Befehlsschema lautet
16596 \end_layout
16597
16598 \begin_layout Standard
16599
16600 \series bold
16601
16602 \backslash
16603 mathclap{Grenze}
16604 \end_layout
16605
16606 \begin_layout Standard
16607 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16608 \end_layout
16609
16610 \begin_layout Standard
16611 Auf Formel 
16612 \begin_inset CommandInset ref
16613 LatexCommand eqref
16614 reference "eq:substack"
16615
16616 \end_inset
16617
16618  angewandt, gibt man also den Befehl
16619 \end_layout
16620
16621 \begin_layout Standard
16622
16623 \series bold
16624
16625 \backslash
16626 sum_
16627 \backslash
16628 mathclap{
16629 \backslash
16630 substack
16631 \begin_inset ERT
16632 status collapsed
16633
16634 \begin_layout Plain Layout
16635
16636
16637 \backslash
16638 leer 
16639 \end_layout
16640
16641 \end_inset
16642
16643 0<k<1000 Strg+Enter
16644 \end_layout
16645
16646 \begin_layout Standard
16647 ein, um die untere Grenze zu erstellen.
16648  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16649 \begin_inset Formula 
16650 \[
16651 \sum_{\mathclap{\substack{0<k<1000\\
16652 \\
16653 k\,\in\,\mathbb{N}
16654 }
16655 }}^{n}k^{-2}
16656 \]
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset VSpace bigskip
16665 \end_inset
16666
16667 In 
16668 \begin_inset CommandInset ref
16669 LatexCommand ref
16670 reference "sub:Selbstdefinierte-Operatoren"
16671
16672 \end_inset
16673
16674  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16675 \end_layout
16676
16677 \begin_layout Subsection
16678 Binäre Operatoren
16679 \begin_inset CommandInset label
16680 LatexCommand label
16681 name "sub:Binäre-Operatoren"
16682
16683 \end_inset
16684
16685
16686 \begin_inset Index idx
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690 Operatoren ! binäre
16691 \end_layout
16692
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Standard
16699 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16700  ein Zeichen befindet.
16701 \begin_inset VSpace medskip
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Standard
16708 \begin_inset space \hfill{}
16709 \end_inset
16710
16711
16712 \begin_inset Tabular
16713 <lyxtabular version="3" rows="13" columns="2">
16714 <features tabularvalignment="middle">
16715 <column alignment="center" valignment="top" width="0pt">
16716 <column alignment="center" valignment="top" width="0pt">
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 Befehl
16723 \begin_inset Note Note
16724 status collapsed
16725
16726 \begin_layout Plain Layout
16727
16728 \series bold
16729
16730 \backslash
16731 raisebox
16732 \series default
16733  dient nur als Abstandhalter.
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 Ergebnis
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 +
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $+$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 -
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Formula $-$
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 </row>
16799 <row>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \backslash
16806 pm
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 \begin_inset Formula $\pm$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \backslash
16831 mp
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\mp$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \backslash
16856 cdot
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\cdot$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \backslash
16881 times
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Formula $\times$
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \backslash
16906 div
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\div$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset ERT
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933
16934
16935 \backslash
16936 raisebox{-1.2mm}{
16937 \end_layout
16938
16939 \end_inset
16940
16941 *
16942 \begin_inset ERT
16943 status collapsed
16944
16945 \begin_layout Plain Layout
16946
16947 }
16948 \end_layout
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $*$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 star
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\star$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 circ
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\circ$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 diamond
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\diamond$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 bullet
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\bullet$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 </lyxtabular>
17071
17072 \end_inset
17073
17074
17075 \begin_inset space \hfill{}
17076 \end_inset
17077
17078
17079 \begin_inset Tabular
17080 <lyxtabular version="3" rows="13" columns="2">
17081 <features tabularvalignment="middle">
17082 <column alignment="center" valignment="top" width="0pt">
17083 <column alignment="center" valignment="top" width="0pt">
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 Befehl
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 Ergebnis
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 nabla
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\nabla$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 bigtriangledown
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\bigtriangledown$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 bigtriangleup
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\bigtriangleup$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \backslash
17186 Box
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $\Box$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \backslash
17211 cap 
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\cap$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 cup
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 \begin_inset Formula $\cup$
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 dagger
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\dagger$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \backslash
17286 ddagger
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\ddagger$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 wr
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\wr$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \backslash
17336 bigcirc
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\bigcirc$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 wedge
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\wedge$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 vee
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $\vee$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 </lyxtabular>
17405
17406 \end_inset
17407
17408
17409 \begin_inset space \hfill{}
17410 \end_inset
17411
17412
17413 \begin_inset Tabular
17414 <lyxtabular version="3" rows="13" columns="2">
17415 <features tabularvalignment="middle">
17416 <column alignment="center" valignment="top" width="0pt">
17417 <column alignment="center" valignment="top" width="0pt">
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 Befehl
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 Ergebnis
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443
17444 \backslash
17445 oplus
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 \begin_inset Formula $\oplus$
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 </row>
17463 <row>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468
17469 \backslash
17470 ominus
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 \begin_inset Formula $\ominus$
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 <row>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493
17494 \backslash
17495 otimes
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $\otimes$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 <row>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518
17519 \backslash
17520 oslash
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Formula $\oslash$
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 </row>
17538 <row>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543
17544 \backslash
17545 odot
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 \begin_inset Formula $\odot$
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 </row>
17563 <row>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \backslash
17570 amalg
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 \begin_inset Formula $\amalg$
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 <row>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \backslash
17595 uplus
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 \begin_inset Formula $\uplus$
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618
17619 \backslash
17620 setminus
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 \begin_inset Formula $\setminus$
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 </row>
17638 <row>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643
17644 \backslash
17645 sqcap
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 \begin_inset Formula $\sqcap$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \backslash
17670 sqcup
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 \begin_inset Formula $\sqcup$
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \backslash
17695 triangleleft
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $\triangleleft$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 </row>
17713 <row>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \backslash
17720 triangleright
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $\triangleright$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 </lyxtabular>
17739
17740 \end_inset
17741
17742
17743 \begin_inset space \hfill{}
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Standard
17750 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17751  
17752 \begin_inset Graphics
17753         filename ../../images/math/pm.png
17754         scale 85
17755
17756 \end_inset
17757
17758  eingefügt werden.
17759 \end_layout
17760
17761 \begin_layout Standard
17762 Um den Laplace-Operator darzustellen, kann man statt 
17763 \series bold
17764
17765 \backslash
17766 bigtriangleup
17767 \series default
17768  auch 
17769 \series bold
17770
17771 \backslash
17772 Delta
17773 \series default
17774  verwenden oder man benutzt 
17775 \series bold
17776
17777 \backslash
17778 nabla
17779 \series default
17780 ^
17781 \series bold
17782 2
17783 \series default
17784  (
17785 \begin_inset Formula $\nabla^{2}$
17786 \end_inset
17787
17788 ).
17789 \end_layout
17790
17791 \begin_layout Standard
17792 Das Zeichen 
17793 \family sans
17794 Menütrenner
17795 \family default
17796  im Menü 
17797 \family sans
17798 Einfügen\SpecialChar \menuseparator
17799 Sonderzeichen
17800 \family default
17801  ist der Operator 
17802 \series bold
17803
17804 \backslash
17805 triangleright
17806 \series default
17807 .
17808 \end_layout
17809
17810 \begin_layout Subsection
17811 Selbst definierte Operatoren
17812 \begin_inset CommandInset label
17813 LatexCommand label
17814 name "sub:Selbstdefinierte-Operatoren"
17815
17816 \end_inset
17817
17818
17819 \begin_inset Index idx
17820 status collapsed
17821
17822 \begin_layout Plain Layout
17823 Operatoren ! selbstdefinierte
17824 \end_layout
17825
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \begin_layout Standard
17832 Mit Hilfe des Befehls 
17833 \series bold
17834
17835 \backslash
17836 DeclareMathOperator
17837 \series default
17838
17839 \begin_inset Index idx
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843 Befehle ! D ! 
17844 \backslash
17845 dbinom@
17846 \backslash
17847 DeclareMathOperator
17848 \end_layout
17849
17850 \end_inset
17851
17852  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17853  Das Befehlsschema dazu lautet:
17854 \end_layout
17855
17856 \begin_layout Standard
17857
17858 \series bold
17859
17860 \backslash
17861 DeclareMathOperator{neuer Befehl}{Anzeige}
17862 \end_layout
17863
17864 \begin_layout Standard
17865 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17866  im Ausdruck aussieht.
17867  Will man einen großen Operator definieren, setzt man hinter den Befehl
17868  ein 
17869 \series bold
17870 *
17871 \series default
17872 .
17873  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17874  wie in 
17875 \begin_inset CommandInset ref
17876 LatexCommand ref
17877 reference "sub:Operatorgrenzen"
17878
17879 \end_inset
17880
17881  beschrieben.
17882 \end_layout
17883
17884 \begin_layout Standard
17885 Beispielsweise definiert die LaTeX-Vorspannzeile
17886 \end_layout
17887
17888 \begin_layout Standard
17889
17890 \series bold
17891
17892 \backslash
17893 DeclareMathOperator*{
17894 \backslash
17895 Raute}{
17896 \backslash
17897 blacklozenge}
17898 \end_layout
17899
17900 \begin_layout Standard
17901 den Befehl 
17902 \series bold
17903
17904 \backslash
17905 Raute
17906 \series default
17907 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17908  aus 
17909 \begin_inset CommandInset ref
17910 LatexCommand ref
17911 reference "sub:Sonstige-Symbole"
17912
17913 \end_inset
17914
17915  besteht:
17916 \begin_inset Formula 
17917 \[
17918 \Raute_{n=1}^{\infty}
17919 \]
17920
17921 \end_inset
17922
17923 Der Befehl für diese Formel lautet: 
17924 \series bold
17925
17926 \backslash
17927 Raute
17928 \series default
17929 ^
17930 \series bold
17931
17932 \backslash
17933 infty
17934 \begin_inset Formula $\to$
17935 \end_inset
17936
17937 _n=1
17938 \end_layout
17939
17940 \begin_layout Standard
17941 \begin_inset VSpace bigskip
17942 \end_inset
17943
17944 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17945  auch mit den Befehlen 
17946 \series bold
17947
17948 \backslash
17949 mathop
17950 \series default
17951
17952 \begin_inset Index idx
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956 Befehle ! M ! 
17957 \backslash
17958 mathop
17959 \end_layout
17960
17961 \end_inset
17962
17963  und 
17964 \series bold
17965
17966 \backslash
17967 mathbin
17968 \series default
17969
17970 \begin_inset Index idx
17971 status collapsed
17972
17973 \begin_layout Plain Layout
17974 Befehle ! M ! 
17975 \backslash
17976 mathbin
17977 \end_layout
17978
17979 \end_inset
17980
17981  definieren, die folgendes Schema besitzen:
17982 \end_layout
17983
17984 \begin_layout Standard
17985
17986 \series bold
17987
17988 \backslash
17989 mathop{Anzeige}
17990 \series default
17991  bzw.
17992  
17993 \series bold
17994
17995 \backslash
17996 mathbin{Anzeige}
17997 \end_layout
17998
17999 \begin_layout Standard
18000
18001 \series bold
18002
18003 \backslash
18004 mathop
18005 \series default
18006  definiert große, 
18007 \series bold
18008
18009 \backslash
18010 mathbin
18011 \series default
18012  binäre Operatoren.
18013 \end_layout
18014
18015 \begin_layout Standard
18016
18017 \series bold
18018
18019 \backslash
18020 mathop
18021 \series default
18022  lässt sich z.
18023 \begin_inset space \thinspace{}
18024 \end_inset
18025
18026 B.
18027  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18028 \begin_inset Formula 
18029 \[
18030 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18031 \]
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Standard
18039 Der Befehl für obige Formel lautet:
18040 \begin_inset Newline newline
18041 \end_inset
18042
18043  
18044 \series bold
18045
18046 \backslash
18047 mathop{
18048 \backslash
18049 sum
18050 \backslash
18051 negmedspace
18052 \backslash
18053 sum
18054 \series default
18055
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 leer 
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \series bold
18070
18071 \begin_inset Formula $\to$
18072 \end_inset
18073
18074 ^N
18075 \series default
18076
18077 \begin_inset ERT
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081
18082
18083 \backslash
18084 leer 
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \series bold
18091 _i,j=1
18092 \end_layout
18093
18094 \begin_layout Section
18095 Schriften
18096 \begin_inset Index idx
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100 Schriften
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Subsection
18109 Schriftstile
18110 \begin_inset CommandInset label
18111 LatexCommand label
18112 name "sub:Schriftstile"
18113
18114 \end_inset
18115
18116
18117 \begin_inset Index idx
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121 Schriften ! Schriftstile
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18131  gesetzt werden:
18132 \begin_inset VSpace -2mm
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \begin_layout Standard
18139 \align center
18140 \begin_inset Tabular
18141 <lyxtabular version="3" rows="7" columns="3">
18142 <features tabularvalignment="middle">
18143 <column alignment="center" valignment="top" width="0">
18144 <column alignment="center" valignment="top" width="0">
18145 <column alignment="center" valignment="top" width="0">
18146 <row>
18147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 Befehl
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 Ergebnis
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 Tastenkürzel
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 </row>
18175 <row>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \backslash
18182 mathbb
18183 \series bold
18184
18185 \begin_inset ERT
18186 status collapsed
18187
18188 \begin_layout Plain Layout
18189
18190
18191 \backslash
18192 leer 
18193 \end_layout
18194
18195 \end_inset
18196
18197
18198 \series default
18199 ABC
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 \begin_inset Formula $\mathbb{ABC}$
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 Alt+Z K
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 </row>
18226 <row>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231
18232 \backslash
18233 mathbf
18234 \series bold
18235
18236 \begin_inset ERT
18237 status collapsed
18238
18239 \begin_layout Plain Layout
18240
18241
18242 \backslash
18243 leer 
18244 \end_layout
18245
18246 \end_inset
18247
18248
18249 \series default
18250 AbC
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 \begin_inset Formula $\mathbf{AbC}$
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 Strg+B
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 <row>
18278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282
18283 \backslash
18284 boldsymbol
18285 \series bold
18286
18287 \begin_inset ERT
18288 status collapsed
18289
18290 \begin_layout Plain Layout
18291
18292
18293 \backslash
18294 leer 
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \series default
18301 AbC
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 \begin_inset Formula $\boldsymbol{AbC}$
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 Alt+Z F oder Strg+Alt+B
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 </row>
18328 <row>
18329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333
18334 \backslash
18335 mathcal
18336 \series bold
18337
18338 \begin_inset ERT
18339 status collapsed
18340
18341 \begin_layout Plain Layout
18342
18343
18344 \backslash
18345 leer 
18346 \end_layout
18347
18348 \end_inset
18349
18350
18351 \series default
18352 ABC
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 \begin_inset Formula $\mathcal{ABC}$
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 Alt+Z H
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 </row>
18379 <row>
18380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384
18385 \backslash
18386 mathfrak
18387 \series bold
18388
18389 \begin_inset ERT
18390 status collapsed
18391
18392 \begin_layout Plain Layout
18393
18394
18395 \backslash
18396 leer 
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \series default
18403 AbC
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 \begin_inset Formula $\mathfrak{AbC}$
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 -
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \backslash
18437 mathscr
18438 \series bold
18439
18440 \begin_inset ERT
18441 status collapsed
18442
18443 \begin_layout Plain Layout
18444
18445
18446 \backslash
18447 leer 
18448 \end_layout
18449
18450 \end_inset
18451
18452
18453 \series default
18454 AbC
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 \begin_inset Formula $\mathscr{AbC}$
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 -
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 </row>
18481 </lyxtabular>
18482
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \begin_layout Standard
18489 \align center
18490 \begin_inset Tabular
18491 <lyxtabular version="3" rows="5" columns="3">
18492 <features tabularvalignment="middle">
18493 <column alignment="center" valignment="top" width="0">
18494 <column alignment="center" valignment="top" width="0">
18495 <column alignment="center" valignment="top" width="0">
18496 <row>
18497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 Befehl
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 Ergebnis
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 Tastenkürzel
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 </row>
18525 <row>
18526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \backslash
18532 mathit
18533 \series bold
18534
18535 \begin_inset ERT
18536 status collapsed
18537
18538 \begin_layout Plain Layout
18539
18540
18541 \backslash
18542 leer 
18543 \end_layout
18544
18545 \end_inset
18546
18547
18548 \series default
18549 AbC
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 \begin_inset Formula $\mathit{AbC}$
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 -
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 <row>
18577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581
18582 \backslash
18583 mathrm
18584 \series bold
18585
18586 \begin_inset ERT
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590
18591
18592 \backslash
18593 leer 
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \series default
18600 AbC
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Formula $\mathrm{AbC}$
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 Alt+Z R
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 </row>
18627 <row>
18628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632
18633 \backslash
18634 mathsf
18635 \series bold
18636
18637 \begin_inset ERT
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641
18642
18643 \backslash
18644 leer 
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \series default
18651 AbC
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 \begin_inset Formula $\mathsf{AbC}$
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672 Alt+Z S
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 </row>
18678 <row>
18679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683
18684 \backslash
18685 mathtt
18686 \series bold
18687
18688 \begin_inset ERT
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692
18693
18694 \backslash
18695 leer 
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \series default
18702 AbC
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 \begin_inset Formula $\mathtt{AbC}$
18712 \end_inset
18713
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723 Alt+Z C
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 </row>
18729 </lyxtabular>
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 \begin_inset Note Greyedout
18738 status open
18739
18740 \begin_layout Plain Layout
18741
18742 \series bold
18743 Achtung:
18744 \series default
18745  Die Stile 
18746 \series bold
18747
18748 \backslash
18749 mathbb
18750 \series default
18751  und 
18752 \series bold
18753
18754 \backslash
18755 mathcal
18756 \series default
18757  können nur für Großbuchstaben verwendet werden.
18758 \end_layout
18759
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \begin_layout Standard
18766 Voreingestellt ist der Stil 
18767 \series bold
18768
18769 \backslash
18770 mathnormal
18771 \series default
18772 .
18773 \end_layout
18774
18775 \begin_layout Standard
18776 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18777 \begin_inset Formula 
18778 \[
18779 \mathfrak{A=\frac{b}{C}}
18780 \]
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18789 ile, sondern in dem Textschriftstil 
18790 \series bold
18791
18792 \backslash
18793 textrm
18794 \series default
18795 .
18796  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18797  ein Fehler in LyX.
18798 \begin_inset Foot
18799 status collapsed
18800
18801 \begin_layout Plain Layout
18802 \begin_inset CommandInset href
18803 LatexCommand href
18804 name "LyX-Fehler #4629"
18805 target "http://www.lyx.org/trac/ticket/4629"
18806
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Anstelle der Stilbefehle kann man auch den Dialog 
18819 \family sans
18820 Bearbeiten\SpecialChar \menuseparator
18821 Mathe\SpecialChar \menuseparator
18822 Text-Stil
18823 \family default
18824  oder den Mathe-Werkzeugleistenknopf 
18825 \begin_inset Graphics
18826         filename ../../images/math/font.png
18827         scale 85
18828
18829 \end_inset
18830
18831  verwenden.
18832 \end_layout
18833
18834 \begin_layout Subsection
18835 Fett gedruckte Formeln
18836 \begin_inset CommandInset label
18837 LatexCommand label
18838 name "sub:Fett-gedruckte-Formeln"
18839
18840 \end_inset
18841
18842
18843 \begin_inset Index idx
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847 Formel ! fett gedruckte
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18857  Kapitel angegebenen Befehl 
18858 \series bold
18859
18860 \backslash
18861 mathbf
18862 \series default
18863  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18864  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18865  Formel gut erkennt:
18866 \end_layout
18867
18868 \begin_layout Standard
18869 \begin_inset Formula 
18870 \[
18871 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18872 \]
18873
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \begin_layout Standard
18880 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18881 \series bold
18882
18883 \backslash
18884 boldsymbol
18885 \series default
18886 :
18887 \begin_inset Formula 
18888 \[
18889 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18890 \]
18891
18892 \end_inset
18893
18894 Es gibt auch die Möglichkeit die Formel in eine 
18895 \series bold
18896 boldmath-Umgebung
18897 \series default
18898  zu setzen.
18899  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18900 \series bold
18901
18902 \backslash
18903 boldmath
18904 \series default
18905
18906 \begin_inset Index idx
18907 status collapsed
18908
18909 \begin_layout Plain Layout
18910 Befehle ! B ! 
18911 \backslash
18912 boldmath
18913 \end_layout
18914
18915 \end_inset
18916
18917  eingibt.
18918  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18919 \series bold
18920
18921 \backslash
18922 unboldmath
18923 \series default
18924
18925 \begin_inset Index idx
18926 status collapsed
18927
18928 \begin_layout Plain Layout
18929 Befehle ! U ! 
18930 \backslash
18931 unboldmath
18932 \end_layout
18933
18934 \end_inset
18935
18936  ein.
18937 \begin_inset ERT
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941
18942
18943 \backslash
18944 boldmath 
18945 \end_layout
18946
18947 \end_inset
18948
18949
18950 \begin_inset Formula 
18951 \[
18952 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18953 \]
18954
18955 \end_inset
18956
18957
18958 \begin_inset ERT
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962
18963
18964 \backslash
18965 unboldmath 
18966 \end_layout
18967
18968 \end_inset
18969
18970
18971 \end_layout
18972
18973 \begin_layout Subsection
18974 Farbige Formeln
18975 \begin_inset Index idx
18976 status collapsed
18977
18978 \begin_layout Plain Layout
18979 Formel ! farbige
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18989  oder Formelteile und verwenden dann den 
18990 \family sans
18991 Textstil
18992 \family default
18993  Dialog.
18994  Hier ist eine Formel in Magenta:
18995 \begin_inset Formula 
18996 \[
18997 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18998 \]
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 Man kann auch eigene Farben definieren, wie in 
19007 \begin_inset CommandInset ref
19008 LatexCommand ref
19009 reference "sub:Farbige-Boxen"
19010
19011 \end_inset
19012
19013  erklärt ist.
19014  Diese können dann mit dem TeX-Code Befehl 
19015 \series bold
19016
19017 \backslash
19018 textcolor
19019 \series default
19020
19021 \begin_inset Index idx
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025 Befehle! T ! 
19026 \backslash
19027 textcolor
19028 \end_layout
19029
19030 \end_inset
19031
19032  verwendet werden, dass folgendes Schema besitzt:
19033 \end_layout
19034
19035 \begin_layout Standard
19036
19037 \series bold
19038
19039 \backslash
19040 textcolor{Farbe}{Zeichen oder Formel}
19041 \end_layout
19042
19043 \begin_layout Standard
19044 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19045 \end_layout
19046
19047 \begin_layout Standard
19048 \begin_inset ERT
19049 status collapsed
19050
19051 \begin_layout Plain Layout
19052
19053
19054 \backslash
19055 textcolor{dunkelgruen}{
19056 \end_layout
19057
19058 \end_inset
19059
19060
19061 \begin_inset Formula 
19062 \[
19063 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19064 \]
19065
19066 \end_inset
19067
19068
19069 \begin_inset ERT
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073
19074 }
19075 \end_layout
19076
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \begin_layout Standard
19083 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19084 n Farben gefärbt werden.
19085 \begin_inset Foot
19086 status collapsed
19087
19088 \begin_layout Plain Layout
19089 \begin_inset CommandInset href
19090 LatexCommand href
19091 name "LyX-bug #5269"
19092 target "http://www.lyx.org/trac/ticket/5269"
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Subsection
19105 Schriftgrößen
19106 \begin_inset CommandInset label
19107 LatexCommand label
19108 name "sub:Schriftgrößen"
19109
19110 \end_inset
19111
19112
19113 \begin_inset Index idx
19114 status collapsed
19115
19116 \begin_layout Plain Layout
19117 Schriften ! Schriftgrößen
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Standard
19126 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19127 le:
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 Huge
19136 \series default
19137
19138 \series bold
19139
19140 \backslash
19141 huge
19142 \series default
19143
19144 \series bold
19145
19146 \backslash
19147 LARGE
19148 \series default
19149
19150 \series bold
19151
19152 \backslash
19153 Large
19154 \series default
19155
19156 \series bold
19157
19158 \backslash
19159 large
19160 \series default
19161
19162 \series bold
19163
19164 \backslash
19165 normalsize
19166 \series default
19167
19168 \series bold
19169
19170 \backslash
19171 small
19172 \series default
19173
19174 \series bold
19175
19176 \backslash
19177 footnotesize
19178 \series default
19179 ,
19180 \begin_inset Newline linebreak
19181 \end_inset
19182
19183
19184 \series bold
19185
19186 \backslash
19187 scriptsize
19188 \series default
19189  und 
19190 \series bold
19191
19192 \backslash
19193 tiny
19194 \end_layout
19195
19196 \begin_layout Standard
19197 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19198  ab, die dem Befehl 
19199 \series bold
19200
19201 \backslash
19202 normalsize
19203 \series default
19204  entspricht.
19205  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19206 \series bold
19207
19208 \backslash
19209 normalsize
19210 \series default
19211 .
19212  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19213  Beträgt z.
19214 \begin_inset space \thinspace{}
19215 \end_inset
19216
19217 B.
19218  die Dokumentschriftgröße 12
19219 \begin_inset space \thinspace{}
19220 \end_inset
19221
19222 pt, produziert der Befehl 
19223 \series bold
19224
19225 \backslash
19226 Huge
19227 \series default
19228  dasselbe wie 
19229 \series bold
19230
19231 \backslash
19232 huge
19233 \series default
19234 .
19235  
19236 \end_layout
19237
19238 \begin_layout Standard
19239 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19240  Größe aller nachfolgenden Formel- und Textzeichen fest.
19241  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19242  TeX-Modus den Befehl 
19243 \series bold
19244
19245 \backslash
19246 normalsize
19247 \series default
19248  ein.
19249 \end_layout
19250
19251 \begin_layout Standard
19252 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19253  werden:
19254 \end_layout
19255
19256 \begin_layout Standard
19257 \noindent
19258 \align center
19259 \begin_inset Tabular
19260 <lyxtabular version="3" rows="5" columns="2">
19261 <features tabularvalignment="middle">
19262 <column alignment="center" valignment="top" width="0">
19263 <column alignment="center" valignment="top" width="0">
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 Befehl
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 Ergebnis
19279 \begin_inset Note Note
19280 status collapsed
19281
19282 \begin_layout Plain Layout
19283
19284 \series bold
19285
19286 \backslash
19287 raisebox
19288 \series default
19289  dient nur als Abstandhalter.
19290 \end_layout
19291
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 </row>
19300 <row>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \backslash
19307 displaystyle
19308 \begin_inset Index idx
19309 status collapsed
19310
19311 \begin_layout Plain Layout
19312 Befehle ! D ! 
19313 \backslash
19314 displaystyle
19315 \end_layout
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \backslash
19344 textstyle
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \backslash
19369 scriptstyle
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 </row>
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \backslash
19394 scriptscriptstyle
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 </lyxtabular>
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Standard
19420 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19421  in das die Formelteile eingegeben werden.
19422 \end_layout
19423
19424 \begin_layout Standard
19425 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19426  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19427  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19428  eingegeben.
19429  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19430  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19431  Dazu zwei Beispiele:
19432 \begin_inset VSpace -2mm
19433 \end_inset
19434
19435
19436 \end_layout
19437
19438 \begin_layout Standard
19439 \begin_inset ERT
19440 status collapsed
19441
19442 \begin_layout Plain Layout
19443
19444
19445 \backslash
19446 huge 
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \begin_inset Formula 
19453 \[
19454 A=\frac{B}{c}\cdot\maltese
19455 \]
19456
19457 \end_inset
19458
19459
19460 \begin_inset Formula 
19461 \[
19462 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19463 \]
19464
19465 \end_inset
19466
19467
19468 \begin_inset ERT
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472
19473
19474 \backslash
19475 normalsize 
19476 \end_layout
19477
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Standard
19484 \begin_inset VSpace medskip
19485 \end_inset
19486
19487 Vor beiden Formeln wurde der Befehl 
19488 \series bold
19489
19490 \backslash
19491 huge
19492 \series default
19493  eingegeben.
19494  Der Befehl für die zweite Formel lautet:
19495 \begin_inset Newline newline
19496 \end_inset
19497
19498
19499 \series bold
19500
19501 \backslash
19502 maltese
19503 \begin_inset ERT
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507
19508
19509 \backslash
19510 leer 
19511 \end_layout
19512
19513 \end_inset
19514
19515 A M-m m 
19516 \backslash
19517 Large
19518 \begin_inset ERT
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522
19523
19524 \backslash
19525 leer 
19526 \end_layout
19527
19528 \end_inset
19529
19530
19531 \backslash
19532 maltese
19533 \begin_inset ERT
19534 status collapsed
19535
19536 \begin_layout Plain Layout
19537
19538
19539 \backslash
19540 leer 
19541 \end_layout
19542
19543 \end_inset
19544
19545
19546 \backslash
19547 textit
19548 \begin_inset ERT
19549 status collapsed
19550
19551 \begin_layout Plain Layout
19552
19553
19554 \backslash
19555 leer 
19556 \end_layout
19557
19558 \end_inset
19559
19560 A
19561 \begin_inset Formula $\to$
19562 \end_inset
19563
19564
19565 \begin_inset Formula $\to$
19566 \end_inset
19567
19568
19569 \begin_inset Newline newline
19570 \end_inset
19571
19572
19573 \begin_inset space \hspace*{}
19574 \length 1cm
19575 \end_inset
19576
19577 M-m
19578 \series default
19579  
19580 \series bold
19581
19582 \backslash
19583 tiny
19584 \begin_inset ERT
19585 status collapsed
19586
19587 \begin_layout Plain Layout
19588
19589
19590 \backslash
19591 leer 
19592 \end_layout
19593
19594 \end_inset
19595
19596
19597 \backslash
19598 maltese
19599 \begin_inset ERT
19600 status collapsed
19601
19602 \begin_layout Plain Layout
19603
19604
19605 \backslash
19606 leer 
19607 \end_layout
19608
19609 \end_inset
19610
19611
19612 \backslash
19613 textit
19614 \begin_inset ERT
19615 status collapsed
19616
19617 \begin_layout Plain Layout
19618
19619
19620 \backslash
19621 leer 
19622 \end_layout
19623
19624 \end_inset
19625
19626 A
19627 \end_layout
19628
19629 \begin_layout Standard
19630 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19631  immer in der Standardgröße dargestellt.
19632 \end_layout
19633
19634 \begin_layout Section
19635 Griechische Buchstaben
19636 \begin_inset Index idx
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640 griechische Buchstaben
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Standard
19649 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19650  
19651 \begin_inset Graphics
19652         filename ../../images/math/alpha.png
19653         scale 85
19654
19655 \end_inset
19656
19657  eingefügt werden.
19658  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19659  in Formeln aufrecht gesetzt werden.
19660  In einigen Sprachen, wie z.
19661 \begin_inset space \thinspace{}
19662 \end_inset
19663
19664 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19665 \end_layout
19666
19667 \begin_layout Subsection
19668 Kleine Buchstaben
19669 \begin_inset Index idx
19670 status collapsed
19671
19672 \begin_layout Plain Layout
19673 griechische Buchstaben ! kleine
19674 \end_layout
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \begin_layout Standard
19682 \begin_inset space \hfill{}
19683 \end_inset
19684
19685
19686 \begin_inset Tabular
19687 <lyxtabular version="3" rows="11" columns="2">
19688 <features tabularvalignment="middle">
19689 <column alignment="center" valignment="top" width="0pt">
19690 <column alignment="center" valignment="top" width="0pt">
19691 <row>
19692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 Befehl
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 Ergebnis
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \backslash
19718 alpha
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 \begin_inset Formula $\alpha$
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741
19742 \backslash
19743 beta
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 \begin_inset Formula $\beta$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 gamma
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\gamma$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 delta
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\delta$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 epsilon
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\epsilon$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 varepsilon
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\varepsilon$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 zeta
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\zeta$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 eta
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\eta$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \backslash
19918 theta
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 \begin_inset Formula $\theta$
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941
19942 \backslash
19943 vartheta
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Formula $\vartheta$
19953 \end_inset
19954
19955
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 </lyxtabular>
19962
19963 \end_inset
19964
19965
19966 \begin_inset space \hfill{}
19967 \end_inset
19968
19969
19970 \begin_inset Tabular
19971 <lyxtabular version="3" rows="12" columns="2">
19972 <features tabularvalignment="middle">
19973 <column alignment="center" valignment="top" width="0pt">
19974 <column alignment="center" valignment="top" width="0pt">
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 Befehl
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 Ergebnis
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \backslash
20002 iota
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 \begin_inset Formula $\iota$
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 </row>
20020 <row>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025
20026 \backslash
20027 kappa
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036 \begin_inset Formula $\kappa$
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050
20051 \backslash
20052 varkappa
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Formula $\varkappa$
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 </row>
20070 <row>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \backslash
20077 lambda
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 \begin_inset Formula $\lambda$
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 </row>
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100
20101 \backslash
20102 mu
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111 \begin_inset Formula $\mu$
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 </row>
20120 <row>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125
20126 \backslash
20127 nu
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 \begin_inset Formula $\nu$
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 </row>
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150
20151 \backslash
20152 xi
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 \begin_inset Formula $\xi$
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 </row>
20170 <row>
20171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 o
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Formula $o$
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198
20199 \backslash
20200 pi
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\pi$
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \backslash
20225 varpi
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $\varpi$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 rho
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\rho$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 </lyxtabular>
20269
20270 \end_inset
20271
20272
20273 \begin_inset space \hfill{}
20274 \end_inset
20275
20276
20277 \begin_inset Tabular
20278 <lyxtabular version="3" rows="11" columns="2">
20279 <features tabularvalignment="middle">
20280 <column alignment="center" valignment="top" width="0pt">
20281 <column alignment="center" valignment="top" width="0pt">
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 Befehl
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 Ergebnis
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 </row>
20302 <row>
20303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307
20308 \backslash
20309 varrho
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 \begin_inset Formula $\varrho$
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 </row>
20327 <row>
20328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332
20333 \backslash
20334 sigma
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20340 \begin_inset Text
20341
20342 \begin_layout Plain Layout
20343 \begin_inset Formula $\sigma$
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 </row>
20352 <row>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357
20358 \backslash
20359 varsigma
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 \begin_inset Formula $\varsigma$
20369 \end_inset
20370
20371
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 <row>
20378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382
20383 \backslash
20384 tau
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393 \begin_inset Formula $\tau$
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 </row>
20402 <row>
20403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407
20408 \backslash
20409 upsilon
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20415 \begin_inset Text
20416
20417 \begin_layout Plain Layout
20418 \begin_inset Formula $\upsilon$
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 </row>
20427 <row>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432
20433 \backslash
20434 phi
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20440 \begin_inset Text
20441
20442 \begin_layout Plain Layout
20443 \begin_inset Formula $\phi$
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 </row>
20452 <row>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457
20458 \backslash
20459 varphi
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468 \begin_inset Formula $\varphi$
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482
20483 \backslash
20484 chi
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493 \begin_inset Formula $\chi$
20494 \end_inset
20495
20496
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 </row>
20502 <row>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507
20508 \backslash
20509 psi
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 \begin_inset Formula $\psi$
20519 \end_inset
20520
20521
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 <row>
20528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532
20533 \backslash
20534 omega
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543 \begin_inset Formula $\omega$
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 </lyxtabular>
20553
20554 \end_inset
20555
20556
20557 \begin_inset space \hfill{}
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Standard
20564 \begin_inset VSpace medskip
20565 \end_inset
20566
20567 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20568 \begin_inset CommandInset ref
20569 LatexCommand ref
20570 reference "sub:Aufrechte-kleine-griechische"
20571
20572 \end_inset
20573
20574  beschrieben.
20575 \end_layout
20576
20577 \begin_layout Subsection
20578 Große Buchstaben
20579 \begin_inset Index idx
20580 status collapsed
20581
20582 \begin_layout Plain Layout
20583 griechische Buchstaben ! große
20584 \end_layout
20585
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Standard
20592 \begin_inset space \hfill{}
20593 \end_inset
20594
20595
20596 \begin_inset Tabular
20597 <lyxtabular version="3" rows="7" columns="2">
20598 <features tabularvalignment="middle">
20599 <column alignment="center" valignment="top" width="0pt">
20600 <column alignment="center" valignment="top" width="0pt">
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 Befehl
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 Ergebnis
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \backslash
20628 Gamma
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\Gamma$
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \backslash
20653 Delta
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\Delta$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Theta
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Theta$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 Lambda
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\Lambda$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 Xi
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\Xi$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \backslash
20753 Pi
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762 \begin_inset Formula $\Pi$
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 </row>
20771 </lyxtabular>
20772
20773 \end_inset
20774
20775
20776 \begin_inset space \hfill{}
20777 \end_inset
20778
20779
20780 \begin_inset Tabular
20781 <lyxtabular version="3" rows="6" columns="2">
20782 <features tabularvalignment="middle">
20783 <column alignment="center" valignment="top" width="0pt">
20784 <column alignment="center" valignment="top" width="0pt">
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 Befehl
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 Ergebnis
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \backslash
20812 Sigma
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\Sigma$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \backslash
20837 Upsilon
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\Upsilon$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 Phi
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\Phi$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 Psi
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\Psi$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 Omega
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset Formula $\Omega$
20922 \end_inset
20923
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 </lyxtabular>
20931
20932 \end_inset
20933
20934
20935 \begin_inset space \hfill{}
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Standard
20942 \begin_inset VSpace medskip
20943 \end_inset
20944
20945 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20946  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20947  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20948  mit 
20949 \series bold
20950 var
20951 \series default
20952 .
20953  So ergibt z.
20954 \begin_inset space \thinspace{}
20955 \end_inset
20956
20957 B.
20958  der Befehl 
20959 \series bold
20960
20961 \backslash
20962 varGamma
20963 \series default
20964  
20965 \begin_inset Formula $\varGamma$
20966 \end_inset
20967
20968 .
20969  Eine andere Methode ist das Laden des Pakets 
20970 \series bold
20971 fixmath
20972 \series default
20973
20974 \begin_inset Foot
20975 status collapsed
20976
20977 \begin_layout Plain Layout
20978
20979 \series bold
20980 fixmath
20981 \series default
20982  ist Teil des LaTeX-Paketes 
20983 \series bold
20984 was
20985 \series default
20986
20987 \begin_inset Index idx
20988 status collapsed
20989
20990 \begin_layout Plain Layout
20991 Pakete ! was
20992 \begin_inset ERT
20993 status collapsed
20994
20995 \begin_layout Plain Layout
20996
20997
20998 \backslash
20999 vspace{4mm}
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008
21009 .
21010 \end_layout
21011
21012 \end_inset
21013
21014
21015 \begin_inset Index idx
21016 status collapsed
21017
21018 \begin_layout Plain Layout
21019 Pakete ! fixmath
21020 \end_layout
21021
21022 \end_inset
21023
21024  mit der LaTeX-Vorspannzeile
21025 \end_layout
21026
21027 \begin_layout Standard
21028
21029 \series bold
21030
21031 \backslash
21032 usepackage{fixmath}
21033 \end_layout
21034
21035 \begin_layout Standard
21036 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21037  kursiv ausgegeben.
21038 \end_layout
21039
21040 \begin_layout Subsection
21041 Fett gedruckte Buchstaben
21042 \begin_inset Index idx
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 griechische Buchstaben ! fett gedruckte
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Standard
21055 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21056  Schriftstilen darstellen.
21057  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21058 \series bold
21059
21060 \backslash
21061 boldsymbol
21062 \series default
21063
21064 \begin_inset Index idx
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068 Befehle ! B ! 
21069 \backslash
21070 boldsymbol
21071 \end_layout
21072
21073 \end_inset
21074
21075  fett gedruckt auszugeben.
21076 \end_layout
21077
21078 \begin_layout Standard
21079 \align center
21080 \begin_inset Tabular
21081 <lyxtabular version="3" rows="3" columns="2">
21082 <features tabularvalignment="middle">
21083 <column alignment="center" valignment="top" width="0">
21084 <column alignment="center" valignment="top" width="0">
21085 <row>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 Befehl
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 Ergebnis
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110
21111 \backslash
21112 Upsilon
21113 \backslash
21114 boldsymbol
21115 \backslash
21116 Upsilon
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 $\Upsilon\boldsymbol{\Upsilon}$
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" bottomline="true" leftline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139
21140 \backslash
21141 theta
21142 \backslash
21143 boldsymbol
21144 \backslash
21145 theta
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\theta\boldsymbol{\theta}$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 </lyxtabular>
21164
21165 \end_inset
21166
21167
21168 \end_layout
21169
21170 \begin_layout Standard
21171 \begin_inset Newpage newpage
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Section
21178 Symbole
21179 \begin_inset ERT
21180 status collapsed
21181
21182 \begin_layout Plain Layout
21183
21184
21185 \backslash
21186 texorpdfstring{
21187 \end_layout
21188
21189 \end_inset
21190
21191
21192 \begin_inset Foot
21193 status collapsed
21194
21195 \begin_layout Plain Layout
21196 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21197  
21198 \begin_inset CommandInset citation
21199 LatexCommand cite
21200 key "Symbole"
21201
21202 \end_inset
21203
21204 .
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \begin_inset ERT
21211 status collapsed
21212
21213 \begin_layout Plain Layout
21214
21215 }{}
21216 \end_layout
21217
21218 \end_inset
21219
21220
21221 \begin_inset Note Note
21222 status collapsed
21223
21224 \begin_layout Plain Layout
21225
21226 \series bold
21227
21228 \backslash
21229 texorpdfstring
21230 \series default
21231  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21232 \end_layout
21233
21234 \begin_layout Plain Layout
21235 Näheres zu 
21236 \series bold
21237
21238 \backslash
21239 texorpdfstring
21240 \series default
21241  steht in Kapitel 
21242 \begin_inset CommandInset ref
21243 LatexCommand ref
21244 reference "sub:Formeln-in-Überschriften"
21245
21246 \end_inset
21247
21248 .
21249 \end_layout
21250
21251 \end_inset
21252
21253
21254 \begin_inset Index idx
21255 status collapsed
21256
21257 \begin_layout Plain Layout
21258 Symbole
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \begin_layout Standard
21267 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21268
21269 leistenknöpfe 
21270 \begin_inset Graphics
21271         filename ../../images/math/nabla.png
21272         scale 85
21273
21274 \end_inset
21275
21276  und 
21277 \begin_inset Graphics
21278         filename ../../images/math/digamma.png
21279         scale 85
21280
21281 \end_inset
21282
21283  eingefügt werden.
21284 \end_layout
21285
21286 \begin_layout Subsection
21287 Mathematische Symbole
21288 \begin_inset CommandInset label
21289 LatexCommand label
21290 name "sub:Mathematische-Symbole"
21291
21292 \end_inset
21293
21294
21295 \begin_inset Index idx
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299 Symbole ! mathematische
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 \begin_inset space \hfill{}
21309 \end_inset
21310
21311
21312 \begin_inset Tabular
21313 <lyxtabular version="3" rows="10" columns="2">
21314 <features tabularvalignment="middle">
21315 <column alignment="center" valignment="top" width="0pt">
21316 <column alignment="center" valignment="top" width="0pt">
21317 <row>
21318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 Befehl
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 Ergebnis
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 neg
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\neg$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 Im
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\Im$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 Re
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\Re$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 aleph
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\aleph$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 partial
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\partial$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 infty
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\infty$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 wp
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\wp$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 imath
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\imath$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 jmath
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\jmath$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 </lyxtabular>
21563
21564 \end_inset
21565
21566
21567 \begin_inset space \hfill{}
21568 \end_inset
21569
21570
21571 \begin_inset Tabular
21572 <lyxtabular version="3" rows="10" columns="2">
21573 <features tabularvalignment="middle">
21574 <column alignment="center" valignment="top" width="0pt">
21575 <column alignment="center" valignment="top" width="0pt">
21576 <row>
21577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 Befehl
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 Ergebnis
21591 \begin_inset Note Note
21592 status collapsed
21593
21594 \begin_layout Plain Layout
21595
21596 \series bold
21597
21598 \backslash
21599 raisebox
21600 \series default
21601  dient nur als Abstandhalter.
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 forall
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\forall$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 exists
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\exists$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \backslash
21669 nexists
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\nexists$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \backslash
21694 emptyset
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 \begin_inset Formula $\emptyset$
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \backslash
21719 varnothing
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Formula $\varnothing$
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 </row>
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \backslash
21744 dag
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Formula $\dag$
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 <row>
21763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767
21768 \backslash
21769 ddag
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778 \begin_inset Formula $\ddag$
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 </row>
21787 <row>
21788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792
21793 \backslash
21794 complement
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 \begin_inset ERT
21804 status collapsed
21805
21806 \begin_layout Plain Layout
21807
21808
21809 \backslash
21810 raisebox{-0.8mm}{
21811 \end_layout
21812
21813 \end_inset
21814
21815
21816 \begin_inset Formula $\complement$
21817 \end_inset
21818
21819
21820 \begin_inset ERT
21821 status collapsed
21822
21823 \begin_layout Plain Layout
21824
21825 }
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 Bbbk
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\Bbbk$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 </lyxtabular>
21862
21863 \end_inset
21864
21865
21866 \begin_inset space \hfill{}
21867 \end_inset
21868
21869
21870 \begin_inset Tabular
21871 <lyxtabular version="3" rows="10" columns="2">
21872 <features tabularvalignment="middle">
21873 <column alignment="center" valignment="top" width="0pt">
21874 <column alignment="center" valignment="top" width="0pt">
21875 <row>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 Befehl
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 Ergebnis
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 prime
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\prime$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 backprime
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\backprime$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 mho
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\mho$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 triangle
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\triangle$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 angle
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\angle$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 measuredangle
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\measuredangle$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 sphericalangle
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\sphericalangle$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \backslash
22077 top
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086 \begin_inset Formula $\top$
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 <row>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100
22101 \backslash
22102 bot
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111 \begin_inset Formula $\bot$
22112 \end_inset
22113
22114
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 </row>
22120 </lyxtabular>
22121
22122 \end_inset
22123
22124
22125 \begin_inset space \hfill{}
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Subsection
22132 Sonstige Symbole
22133 \begin_inset CommandInset label
22134 LatexCommand label
22135 name "sub:Sonstige-Symbole"
22136
22137 \end_inset
22138
22139
22140 \begin_inset Index idx
22141 status collapsed
22142
22143 \begin_layout Plain Layout
22144 Symbole ! sonstige
22145 \end_layout
22146
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \begin_layout Standard
22153 \begin_inset VSpace -7mm
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \begin_layout Standard
22160 \noindent
22161 \align center
22162 \begin_inset Tabular
22163 <lyxtabular version="3" rows="10" columns="2">
22164 <features tabularvalignment="middle">
22165 <column alignment="center" valignment="top" width="0pt">
22166 <column alignment="center" valignment="top" width="0pt">
22167 <row>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 Befehl
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 Ergebnis
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 </row>
22187 <row>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \backslash
22194 flat
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 \begin_inset Formula $\flat$
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 <row>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217
22218 \backslash
22219 natural
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 \begin_inset Formula $\natural$
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 </row>
22237 <row>
22238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242
22243 \backslash
22244 sharp
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 \begin_inset Formula $\sharp$
22254 \end_inset
22255
22256
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 </row>
22262 <row>
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
22268 \backslash
22269 surd
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278 \begin_inset Formula $\surd$
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 </row>
22287 <row>
22288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292
22293 \backslash
22294 checkmark
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303 \begin_inset Formula $\checkmark$
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 </row>
22312 <row>
22313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317
22318 \backslash
22319 yen
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 \begin_inset Formula $\yen$
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 </row>
22337 <row>
22338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342
22343 \backslash
22344 pounds
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353 \begin_inset Formula $\pounds$
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 </row>
22362 <row>
22363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 $
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Formula $\$$
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 §
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $§$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 </lyxtabular>
22409
22410 \end_inset
22411
22412
22413 \begin_inset Tabular
22414 <lyxtabular version="3" rows="10" columns="2">
22415 <features tabularvalignment="middle">
22416 <column alignment="center" valignment="top" width="0">
22417 <column alignment="center" valignment="top" width="0">
22418 <row>
22419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 Befehl
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 Ergebnis
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 hbar
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\hbar$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \backslash
22470 hslash
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $\hslash$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 clubsuit
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\clubsuit$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \backslash
22520 spadesuit
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $\spadesuit$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 <row>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 bigstar
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\bigstar$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \backslash
22570 blacklozenge
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Formula $\blacklozenge$
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \backslash
22595 blacktriangle
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 \begin_inset Formula $\blacktriangle$
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \backslash
22620 blacktiangledown
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 \begin_inset Formula $\blacktriangledown$
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \backslash
22645 bullet
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $\bullet$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 </lyxtabular>
22664
22665 \end_inset
22666
22667
22668 \begin_inset Tabular
22669 <lyxtabular version="3" rows="10" columns="2">
22670 <features tabularvalignment="middle">
22671 <column alignment="center" valignment="top" width="0pt">
22672 <column alignment="center" valignment="top" width="0pt">
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 Befehl
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 Ergebnis
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 </row>
22693 <row>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698
22699 \backslash
22700 diamondsuit
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Formula $\diamondsuit$
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \backslash
22725 Diamond
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Formula $\Diamond$
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 <row>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \backslash
22750 heartsuit
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\heartsuit$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \backslash
22775 P
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Formula $\P$
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 </row>
22793 <row>
22794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 copyright
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Formula $\copyright$
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row>
22819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823
22824 \backslash
22825 circledR
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 \begin_inset Formula $\circledR$
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 </row>
22843 <row>
22844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \backslash
22850 maltese
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Formula $\maltese$
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873
22874 \backslash
22875 diagup
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 \begin_inset Formula $\diagup$
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898
22899 \backslash
22900 diagdown
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 \begin_inset Formula $\diagdown$
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 </lyxtabular>
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset VSpace medskip
22927 \end_inset
22928
22929 Weitere Symbole sind in 
22930 \begin_inset CommandInset ref
22931 LatexCommand ref
22932 reference "sub:Sonstige-Sonderzeichen"
22933
22934 \end_inset
22935
22936  aufgelistet.
22937 \end_layout
22938
22939 \begin_layout Standard
22940 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22941  
22942 \begin_inset CommandInset ref
22943 LatexCommand ref
22944 reference "sub:Schriftgrößen"
22945
22946 \end_inset
22947
22948 .
22949 \end_layout
22950
22951 \begin_layout Subsection
22952 Das Euro-Symbol €
22953 \begin_inset Index idx
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957 Symbole ! Euro-Symbol
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \begin_inset Index idx
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968 \backslash
22969 @
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 officialeuro
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22992
22993 \series bold
22994 eurosym
22995 \series default
22996
22997 \begin_inset Index idx
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001 Pakete ! eurosym
23002 \end_layout
23003
23004 \end_inset
23005
23006  installieren und dieses mit der LaTeX-Vorspannzeile
23007 \end_layout
23008
23009 \begin_layout Standard
23010
23011 \series bold
23012
23013 \backslash
23014 usepackage[gennarrow]{eurosym}
23015 \end_layout
23016
23017 \begin_layout Standard
23018 aktivieren.
23019  Das Euro-Symbol kann man nun mit dem Befehl 
23020 \series bold
23021
23022 \backslash
23023 euro
23024 \series default
23025
23026 \begin_inset Index idx
23027 status collapsed
23028
23029 \begin_layout Plain Layout
23030 Befehle ! E ! 
23031 \backslash
23032 euro
23033 \end_layout
23034
23035 \end_inset
23036
23037  aufrufen.
23038 \end_layout
23039
23040 \begin_layout Standard
23041 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23042  eingeben, ohne 
23043 \series bold
23044 eurosym
23045 \series default
23046  installiert zu haben.
23047  Ist 
23048 \series bold
23049 eurosym
23050 \series default
23051  installiert, kann man 
23052 \series bold
23053
23054 \backslash
23055 euro
23056 \series default
23057  auch im TeX-Modus eingeben.
23058  Das offizielle Währungssymbol erhält man dann über den Befehl 
23059 \series bold
23060
23061 \backslash
23062 officialeuro
23063 \series default
23064
23065 \begin_inset Index idx
23066 status collapsed
23067
23068 \begin_layout Plain Layout
23069 Befehle ! O ! 
23070 \backslash
23071 officialeuro
23072 \end_layout
23073
23074 \end_inset
23075
23076 , der nur im TeX-Modus verfügbar ist.
23077 \end_layout
23078
23079 \begin_layout Standard
23080 \begin_inset ERT
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084
23085
23086 \backslash
23087 ifeurosym 
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \begin_inset Note Note
23094 status open
23095
23096 \begin_layout Plain Layout
23097 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23098 \series bold
23099 eurosym
23100 \series default
23101  installiert ist:
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 Eine Übersicht der verschiedenen Euro-Symbole:
23111 \end_layout
23112
23113 \begin_layout Standard
23114 \align center
23115 \begin_inset Tabular
23116 <lyxtabular version="3" rows="4" columns="3">
23117 <features tabularvalignment="middle">
23118 <column alignment="center" valignment="top" width="0pt">
23119 <column alignment="center" valignment="top" width="0pt">
23120 <column alignment="center" valignment="top" width="0pt">
23121 <row>
23122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 Befehl 
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 Ergebnis
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 Formel
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \backslash
23166 euro
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $\euro$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 mathematischer Text
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\mbox{€}$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 TeX-Modus
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \backslash
23232 officialeuro
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset ERT
23242 status collapsed
23243
23244 \begin_layout Plain Layout
23245
23246
23247 \backslash
23248 officialeuro
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 </lyxtabular>
23260
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \begin_layout Standard
23267 \begin_inset ERT
23268 status collapsed
23269
23270 \begin_layout Plain Layout
23271
23272
23273 \backslash
23274 else 
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \begin_inset Note Note
23281 status open
23282
23283 \begin_layout Plain Layout
23284 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23285 \series bold
23286 eurosym
23287 \series default
23288  nicht installiert ist:
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Standard
23297 Das LaTeX-Paket 
23298 \series bold
23299 eurosym 
23300 \series default
23301 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23302 \end_layout
23303
23304 \begin_layout Standard
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 fi 
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Section
23321 Relationen
23322 \begin_inset CommandInset label
23323 LatexCommand label
23324 name "sec:Relationen"
23325
23326 \end_inset
23327
23328
23329 \begin_inset Index idx
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333 Relationen
23334 \end_layout
23335
23336 \end_inset
23337
23338
23339 \begin_inset Index idx
23340 status collapsed
23341
23342 \begin_layout Plain Layout
23343 Vergleiche|see
23344 \begin_inset ERT
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348
23349 {
23350 \end_layout
23351
23352 \end_inset
23353
23354 Relationen
23355 \begin_inset ERT
23356 status collapsed
23357
23358 \begin_layout Plain Layout
23359
23360 }
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Standard
23374 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23375  
23376 \begin_inset Graphics
23377         filename ../../images/math/leq.png
23378         scale 85
23379
23380 \end_inset
23381
23382  eingefügt werden.
23383 \end_layout
23384
23385 \begin_layout Standard
23386 \begin_inset space \hfill{}
23387 \end_inset
23388
23389
23390 \begin_inset Tabular
23391 <lyxtabular version="3" rows="17" columns="2">
23392 <features tabularvalignment="middle">
23393 <column alignment="center" valignment="top" width="0pt">
23394 <column alignment="center" valignment="top" width="0pt">
23395 <row>
23396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 Befehl
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 Ergebnis
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 <
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 \begin_inset Formula $<$
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 </row>
23438 <row>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443
23444 \backslash
23445 le
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454 \begin_inset Formula $\le$
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 </row>
23463 <row>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \backslash
23470 ll
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479 \begin_inset Formula $\ll$
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 </row>
23488 <row>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493
23494 \backslash
23495 prec
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504 \begin_inset Formula $\prec$
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \backslash
23520 preceq
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529 \begin_inset Formula $\preceq$
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 </row>
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543
23544 \backslash
23545 subset
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 \begin_inset Formula $\subset$
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \backslash
23570 subseteq
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 \begin_inset Formula $\subseteq$
23580 \end_inset
23581
23582
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \backslash
23595 sqsubseteq
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $\sqsubseteq$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 in
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\in$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 vdash
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\vdash$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 smile
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\smile$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 lhd
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\lhd$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 unlhd
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\unlhd$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 gtrless
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\gtrless$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 mid
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\mid$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 nmid
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\nmid$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 </lyxtabular>
23814
23815 \end_inset
23816
23817
23818 \begin_inset space \hfill{}
23819 \end_inset
23820
23821
23822 \begin_inset Tabular
23823 <lyxtabular version="3" rows="17" columns="2">
23824 <features tabularvalignment="middle">
23825 <column alignment="center" valignment="top" width="0pt">
23826 <column alignment="center" valignment="top" width="0pt">
23827 <row>
23828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 Befehl
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 Ergebnis
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 <row>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852 =
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861 \begin_inset Formula $=$
23862 \end_inset
23863
23864
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 </row>
23870 <row>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875
23876 \backslash
23877 not=
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886 \begin_inset Formula $\not=$
23887 \end_inset
23888
23889
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 </row>
23895 <row>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900
23901 \backslash
23902 equiv
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 \begin_inset Formula $\equiv$
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \backslash
23927 sim
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936 \begin_inset Formula $\sim$
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 </row>
23945 <row>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950
23951 \backslash
23952 simeq
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 \begin_inset Formula $\simeq$
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 </row>
23970 <row>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975
23976 \backslash
23977 approx
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 \begin_inset Formula $\approx$
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 </row>
23995 <row>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000
24001 \backslash
24002 cong
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 \begin_inset Formula $\cong$
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 </row>
24020 <row>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025
24026 \backslash
24027 bowtie
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 \begin_inset Formula $\bowtie$
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 </row>
24045 <row>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050
24051 \backslash
24052 notin
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 \begin_inset Formula $\notin$
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 </row>
24070 <row>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 perp
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 \begin_inset Formula $\perp$
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 </row>
24095 <row>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 propto
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 \begin_inset Formula $\propto$
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 </row>
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125
24126 \backslash
24127 asymp
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 \begin_inset Formula $\asymp$
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 <row>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 doteq
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $\doteq$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 circeq
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 \begin_inset Formula $\circeq$
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \backslash
24202 models
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Formula $\models$
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 widehat=
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236 \begin_inset Formula $\widehat{=}$
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 </row>
24245 </lyxtabular>
24246
24247 \end_inset
24248
24249
24250 \begin_inset space \hfill{}
24251 \end_inset
24252
24253
24254 \begin_inset Tabular
24255 <lyxtabular version="3" rows="17" columns="2">
24256 <features tabularvalignment="middle">
24257 <column alignment="center" valignment="top" width="0pt">
24258 <column alignment="center" valignment="top" width="0pt">
24259 <row>
24260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 Befehl
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 Ergebnis
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 <row>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 >
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293 \begin_inset Formula $>$
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 </row>
24302 <row>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 ge
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 \begin_inset Formula $\ge$
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 </row>
24327 <row>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 gg
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343 \begin_inset Formula $\gg$
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 </row>
24352 <row>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 succ
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 \begin_inset Formula $\succ$
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \backslash
24384 succeq
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393 \begin_inset Formula $\succeq$
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 </row>
24402 <row>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407
24408 \backslash
24409 supset
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 \begin_inset Formula $\supset$
24419 \end_inset
24420
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 <row>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432
24433 \backslash
24434 supseteq
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443 \begin_inset Formula $\supseteq$
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 </row>
24452 <row>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \backslash
24459 sqsupseteq
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468 \begin_inset Formula $\sqsupseteq$
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \backslash
24484 ni
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 \begin_inset Formula $\ni$
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 </row>
24502 <row>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 dashv
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518 \begin_inset Formula $\dashv$
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 </row>
24527 <row>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 frown
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 \begin_inset Formula $\frown$
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 </row>
24552 <row>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 rhd
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568 \begin_inset Formula $\rhd$
24569 \end_inset
24570
24571
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 </row>
24577 <row>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582
24583 \backslash
24584 unrhd
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593 \begin_inset Formula $\unrhd$
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 </row>
24602 <row>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607
24608 \backslash
24609 lessgtr
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 \begin_inset Formula $\lessgtr$
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \backslash
24634 parallel
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24640 \begin_inset Text
24641
24642 \begin_layout Plain Layout
24643 \begin_inset Formula $\parallel$
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 </row>
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657
24658 \backslash
24659 nparallel
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 \begin_inset Formula $\nparallel$
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 </row>
24677 </lyxtabular>
24678
24679 \end_inset
24680
24681
24682 \begin_inset space \hfill{}
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \begin_inset VSpace medskip
24690 \end_inset
24691
24692 Die Zeichen 
24693 \series bold
24694
24695 \backslash
24696 lhd
24697 \series default
24698  bzw.
24699  
24700 \series bold
24701
24702 \backslash
24703 rhd
24704 \series default
24705  sind größer als die gleich aussehenden Operatoren
24706 \begin_inset Newline linebreak
24707 \end_inset
24708
24709
24710 \series bold
24711
24712 \backslash
24713 triangleleft
24714 \series default
24715  bzw.
24716  
24717 \series bold
24718
24719 \backslash
24720 triangleright
24721 \series default
24722 .
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24727 \end_layout
24728
24729 \begin_layout Standard
24730 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24731 \series bold
24732
24733 \backslash
24734 stackrel
24735 \series default
24736
24737 \begin_inset Index idx
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741 Befehle ! S ! 
24742 \backslash
24743 stackrel
24744 \end_layout
24745
24746 \end_inset
24747
24748  erstellt werden:
24749 \end_layout
24750
24751 \begin_layout Standard
24752 \align center
24753 \begin_inset Tabular
24754 <lyxtabular version="3" rows="2" columns="2">
24755 <features tabularvalignment="middle">
24756 <column alignment="center" valignment="top" width="0">
24757 <column alignment="center" valignment="top" width="0">
24758 <row>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763 Befehl
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 Ergebnis
24773 \begin_inset Note Note
24774 status collapsed
24775
24776 \begin_layout Plain Layout
24777
24778 \series bold
24779
24780 \backslash
24781 raisebox
24782 \series default
24783  dient nur als Abstandhalter.
24784 \end_layout
24785
24786 \end_inset
24787
24788
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 </row>
24794 <row>
24795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799 A(r)
24800 \backslash
24801 stackrel
24802 \begin_inset ERT
24803 status collapsed
24804
24805 \begin_layout Plain Layout
24806
24807
24808 \backslash
24809 leer 
24810 \end_layout
24811
24812 \end_inset
24813
24814 r
24815 \backslash
24816 to
24817 \backslash
24818 infty
24819 \begin_inset ERT
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823
24824
24825 \backslash
24826 leer 
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \begin_inset Formula $\downarrow$
24833 \end_inset
24834
24835
24836 \backslash
24837 approx
24838 \begin_inset ERT
24839 status collapsed
24840
24841 \begin_layout Plain Layout
24842
24843
24844 \backslash
24845 leer 
24846 \end_layout
24847
24848 \end_inset
24849
24850
24851 \begin_inset ERT
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855
24856
24857 \backslash
24858 leer 
24859 \end_layout
24860
24861 \end_inset
24862
24863 B
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 </row>
24881 </lyxtabular>
24882
24883 \end_inset
24884
24885
24886 \end_layout
24887
24888 \begin_layout Section
24889 Funktionen
24890 \end_layout
24891
24892 \begin_layout Subsection
24893 Vordefinierte Funktionen
24894 \begin_inset CommandInset label
24895 LatexCommand label
24896 name "sub:Vordefinierte-Funktionen"
24897
24898 \end_inset
24899
24900
24901 \begin_inset Index idx
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905 Funktionen ! vordefinierte
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Standard
24914 Allgemein werden in mathematischen Ausdrücken Variablen 
24915 \shape italic
24916 kursiv
24917 \shape default
24918  gesetzt, Funktionsnamen hingegen nicht, denn 
24919 \begin_inset Formula $sin$
24920 \end_inset
24921
24922  könnte als 
24923 \begin_inset Formula $s\cdot i\cdot n$
24924 \end_inset
24925
24926  missverstanden werden.
24927  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24928 en etwas abgesetzt sind.
24929  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24930 \end_layout
24931
24932 \begin_layout Standard
24933 \align center
24934 \begin_inset Tabular
24935 <lyxtabular version="3" rows="2" columns="4">
24936 <features tabularvalignment="middle">
24937 <column alignment="center" valignment="top" width="0pt">
24938 <column alignment="center" valignment="top" width="0pt">
24939 <column alignment="center" valignment="top" width="0pt">
24940 <column alignment="center" valignment="top" width="0pt">
24941 <row>
24942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 Befehl
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 Ergebnis
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 Befehl
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 Ergebnis
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 </row>
24979 <row>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 Asin(x)+B
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 \begin_inset Formula $Asin(x)+B$
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 A
25006 \backslash
25007 sin(x)+B
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016 \begin_inset Formula $A\sin(x)+B$
25017 \end_inset
25018
25019
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 </row>
25025 </lyxtabular>
25026
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 Folgende Funktionen sind vordefiniert:
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset VSpace -2mm
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Standard
25044 \align center
25045 \begin_inset Tabular
25046 <lyxtabular version="3" rows="9" columns="4">
25047 <features tabularvalignment="middle">
25048 <column alignment="center" valignment="top" width="0pt">
25049 <column alignment="center" valignment="top" width="0pt">
25050 <column alignment="center" valignment="top" width="0pt">
25051 <column alignment="center" valignment="top" width="0pt">
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 Befehl
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 Befehl
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 Befehl
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 Befehl
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 </row>
25090 <row>
25091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 sin
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106
25107 \backslash
25108 sinh
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 arcsin
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128
25129 \backslash
25130 sup
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 </row>
25136 <row>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 cos
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152
25153 \backslash
25154 cosh
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 arccos
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 inf
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 </row>
25182 <row>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 tan
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 tanh
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 arctan
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220
25221 \backslash
25222 lim
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 </row>
25228 <row>
25229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 cot
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 coth
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 arg
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 liminf
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 </row>
25274 <row>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 sec
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 min
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 deg
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312
25313 \backslash
25314 limsup
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 <row>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 csc
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 max
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 det
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358
25359 \backslash
25360 Pr
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 </row>
25366 <row>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \backslash
25373 ln
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382
25383 \backslash
25384 exp
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 dim
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404
25405 \backslash
25406 hom
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 </row>
25412 <row>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \backslash
25419 lg
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 log
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 ker
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 gcd
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 </row>
25458 </lyxtabular>
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Sie können auch über den Mathe-Werkzeugleistenknopf 
25467 \begin_inset Graphics
25468         filename ../../images/math/functions.png
25469         scale 85
25470
25471 \end_inset
25472
25473  eingefügt werden.
25474 \end_layout
25475
25476 \begin_layout Subsection
25477 Selbst definierte Funktionen
25478 \begin_inset Index idx
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 Funktionen ! selbstdefinierte
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25492 \begin_inset space \thinspace{}
25493 \end_inset
25494
25495 B.
25496  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25497 \end_layout
25498
25499 \begin_layout Itemize
25500 Man definiert die Funktion selbst.
25501  Dazu gibt man im LaTeX-Vorspann die Zeile
25502 \begin_inset Newline newline
25503 \end_inset
25504
25505
25506 \begin_inset VSpace -3mm
25507 \end_inset
25508
25509
25510 \begin_inset Newline newline
25511 \end_inset
25512
25513
25514 \series bold
25515
25516 \backslash
25517 DeclareMathOperator{
25518 \backslash
25519 sgn}{sgn}
25520 \series default
25521
25522 \begin_inset Index idx
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526 Befehle ! D ! 
25527 \backslash
25528 dbinom@
25529 \backslash
25530 DeclareMathOperator
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \begin_inset Newline newline
25537 \end_inset
25538
25539
25540 \begin_inset VSpace -2mm
25541 \end_inset
25542
25543
25544 \begin_inset Newline newline
25545 \end_inset
25546
25547 ein
25548 \begin_inset Foot
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552 Näheres zu 
25553 \series bold
25554
25555 \backslash
25556 DeclareMathOperator
25557 \series default
25558  siehe 
25559 \begin_inset CommandInset ref
25560 LatexCommand ref
25561 reference "sub:Selbstdefinierte-Operatoren"
25562
25563 \end_inset
25564
25565 .
25566 \end_layout
25567
25568 \end_inset
25569
25570 .
25571  Nun kann man mit dem Befehl 
25572 \series bold
25573
25574 \backslash
25575 sgn
25576 \series default
25577  die neu definierte Funktion aufrufen.
25578 \end_layout
25579
25580 \begin_layout Itemize
25581 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25582  Beispiel die Buchstaben 
25583 \emph on
25584 sgn
25585 \emph default
25586 , und wandelt ihn in in mathematischen Text um.
25587  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25588 \end_layout
25589
25590 \begin_layout Standard
25591 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25592  Funktion
25593 \begin_inset Foot
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25598 \end_layout
25599
25600 \end_inset
25601
25602 :
25603 \end_layout
25604
25605 \begin_layout Standard
25606 \align center
25607 \begin_inset Tabular
25608 <lyxtabular version="3" rows="3" columns="2">
25609 <features tabularvalignment="middle">
25610 <column alignment="center" valignment="top" width="0pt">
25611 <column alignment="center" valignment="top" width="0pt">
25612 <row>
25613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617 Befehl
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 Ergebnis
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 <row>
25633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 A
25638 \backslash
25639 sgn(x)+B
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 \begin_inset Formula $A\sgn(x)+B$
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 </row>
25657 <row>
25658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 A
25663 \backslash
25664 ,
25665 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25666 \end_inset
25667
25668 (x)+B
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 </row>
25686 </lyxtabular>
25687
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Standard
25694 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25695  mehrfach verwendet werden soll.
25696 \end_layout
25697
25698 \begin_layout Subsection
25699 Grenzwerte
25700 \begin_inset Index idx
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704 Grenzwerte
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \begin_layout Standard
25713 Für Grenzwerte sind außer 
25714 \series bold
25715
25716 \backslash
25717 lim
25718 \series default
25719
25720 \begin_inset Index idx
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724 Befehle ! L ! 
25725 \backslash
25726 lim
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \series bold
25733
25734 \backslash
25735 liminf
25736 \series default
25737  und 
25738 \series bold
25739
25740 \backslash
25741 limsup
25742 \series default
25743  noch folgende Funktionen definiert:
25744 \end_layout
25745
25746 \begin_layout Standard
25747 \align center
25748 \begin_inset Tabular
25749 <lyxtabular version="3" rows="5" columns="2">
25750 <features tabularvalignment="middle">
25751 <column alignment="center" valignment="top" width="0">
25752 <column alignment="center" valignment="top" width="0">
25753 <row>
25754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 Befehl
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767 Ergebnis
25768 \begin_inset Note Note
25769 status collapsed
25770
25771 \begin_layout Plain Layout
25772
25773 \series bold
25774
25775 \backslash
25776 raisebox
25777 \series default
25778  dient nur als Abstandhalter.
25779 \end_layout
25780
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 </row>
25789 <row>
25790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794
25795 \backslash
25796 varliminf
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805 \begin_inset Formula $\varliminf$
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819
25820 \backslash
25821 varlimsup
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830 \begin_inset Formula $\varlimsup$
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 </row>
25839 <row>
25840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844
25845 \backslash
25846 varprojlim
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855 \begin_inset Formula $\varprojlim$
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 varinjlim
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset Formula $\varinjlim$
25881 \end_inset
25882
25883
25884 \begin_inset Formula $\raisebox{-2.5mm}{}$
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \end_inset
25891 </cell>
25892 </row>
25893 </lyxtabular>
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Standard
25901 \begin_inset VSpace medskip
25902 \end_inset
25903
25904 Der Grenzwert wird durch Tiefstellen erzeugt.
25905  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \align center
25910 \begin_inset Tabular
25911 <lyxtabular version="3" rows="2" columns="2">
25912 <features tabularvalignment="middle">
25913 <column alignment="center" valignment="top" width="0pt">
25914 <column alignment="center" valignment="top" width="0pt">
25915 <row>
25916 <cell alignment="center" valignment="top" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 Befehl
25921 \end_layout
25922
25923 \end_inset
25924 </cell>
25925 <cell alignment="center" valignment="top" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929 \begin_inset space \hspace{}
25930 \length 1cm
25931 \end_inset
25932
25933 Ergebnis
25934 \begin_inset Note Note
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938 Der Leerraum und 
25939 \series bold
25940
25941 \backslash
25942 raisebox
25943 \series default
25944  dienen nur als Abstandhalter.
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="center" valignment="top" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 lim_x
25963 \backslash
25964 to
25965 \begin_inset ERT
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969
25970
25971 \backslash
25972 leer 
25973 \end_layout
25974
25975 \end_inset
25976
25977 A
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 leer 
25986 \end_layout
25987
25988 \end_inset
25989
25990 x=B
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 </lyxtabular>
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Standard
26016 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26017 \begin_inset Formula 
26018 \[
26019 \lim_{x\to A}x=B
26020 \]
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \begin_layout Standard
26028 \begin_inset Newpage newpage
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \begin_layout Subsection
26035 Modulo-Funktionen
26036 \begin_inset Index idx
26037 status collapsed
26038
26039 \begin_layout Plain Layout
26040 Funktionen ! Modulo-
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26050  Varianten.
26051 \end_layout
26052
26053 \begin_layout Standard
26054 Die Varianten in einer abgesetzten Formel:
26055 \begin_inset Formula 
26056 \begin{align*}
26057 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26058 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26059 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26060 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26061 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26062 \end{align*}
26063
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \begin_layout Standard
26070 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26071  weniger Leerraum gesetzt.
26072 \end_layout
26073
26074 \begin_layout Section
26075 Sonderzeichen
26076 \begin_inset Index idx
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080 Sonderzeichen
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Subsection
26089 Sonderzeichen im mathematischen Text
26090 \end_layout
26091
26092 \begin_layout Standard
26093 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26094  verwendet werden:
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset space \hfill{}
26099 \end_inset
26100
26101
26102 \begin_inset Tabular
26103 <lyxtabular version="3" rows="8" columns="2">
26104 <features tabularvalignment="middle">
26105 <column alignment="block" valignment="top" width="0">
26106 <column alignment="block" valignment="top" width="0">
26107 <row>
26108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 Befehl
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 Ergebnis
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 oe
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset Formula $\textrm{œ}$
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 </row>
26152 <row>
26153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157
26158 \backslash
26159 OE
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 \begin_inset Formula $\textrm{Œ}$
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 ae
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193 \begin_inset Formula $\textrm{æ}$
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 </row>
26202 <row>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207
26208 \backslash
26209 AE
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218 \begin_inset Formula $\textrm{Æ}$
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 </row>
26227 <row>
26228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232
26233 \backslash
26234 aa
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 \begin_inset Formula $\textrm{\aa}$
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 </row>
26252 <row>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257
26258 \backslash
26259 AA
26260 \begin_inset Index idx
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265 \backslash
26266 @
26267 \begin_inset ERT
26268 status collapsed
26269
26270 \begin_layout Plain Layout
26271
26272
26273 \backslash
26274 textrm{
26275 \backslash
26276 AA}
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Formula $\textrm{Å}$
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 <row>
26305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309
26310 \backslash
26311 i
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 \begin_inset Formula $\textrm{ı}$
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \end_inset
26327 </cell>
26328 </row>
26329 </lyxtabular>
26330
26331 \end_inset
26332
26333
26334 \begin_inset space \hfill{}
26335 \end_inset
26336
26337
26338 \begin_inset Tabular
26339 <lyxtabular version="3" rows="8" columns="2">
26340 <features tabularvalignment="middle">
26341 <column alignment="block" valignment="top" width="0">
26342 <column alignment="center" valignment="top" width="0">
26343 <row>
26344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348 Befehl
26349 \begin_inset Note Note
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353 Der Leerraum von 0
26354 \begin_inset space \thinspace{}
26355 \end_inset
26356
26357 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26358  ¿ erscheinen würde.
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 Ergebnis
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 <row>
26379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383
26384 \backslash
26385 o
26386 \end_layout
26387
26388 \end_inset
26389 </cell>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394 \begin_inset Formula $\textrm{ø}$
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \end_inset
26401 </cell>
26402 </row>
26403 <row>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408
26409 \backslash
26410 O
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419 \begin_inset Formula $\textrm{Ø}$
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 <row>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \backslash
26435 l
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset Formula $\textrm{ł}$
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 </row>
26453 <row>
26454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458
26459 \backslash
26460 L
26461 \end_layout
26462
26463 \end_inset
26464 </cell>
26465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 \begin_inset Formula $\textrm{Ł}$
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 </row>
26478 <row>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483 !
26484 \begin_inset space \hspace{}
26485 \length 0mm
26486 \end_inset
26487
26488 `
26489 \begin_inset ERT
26490 status collapsed
26491
26492 \begin_layout Plain Layout
26493
26494
26495 \backslash
26496 leer 
26497 \end_layout
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 \begin_inset Formula $\textrm{!`}$
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 </row>
26519 <row>
26520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524 ?
26525 \begin_inset space \hspace{}
26526 \length 0mm
26527 \end_inset
26528
26529 `
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535
26536 \backslash
26537 leer 
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551 \begin_inset Formula $\textrm{?`}$
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row>
26561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565
26566 \backslash
26567 j
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 \begin_inset Formula $\textrm{ȷ}$
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 </row>
26585 </lyxtabular>
26586
26587 \end_inset
26588
26589
26590 \begin_inset space \hfill{}
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Standard
26597 Die Zeichen 
26598 \begin_inset Formula $\textrm{\textrm{Å}}$
26599 \end_inset
26600
26601  und 
26602 \begin_inset Formula $\textrm{\textrm{Ø}}$
26603 \end_inset
26604
26605  können auch über den Mathe-Werkzeugleistenknopf 
26606 \begin_inset Graphics
26607         filename ../../images/math/digamma.png
26608         scale 85
26609
26610 \end_inset
26611
26612  eingefügt werden.
26613 \end_layout
26614
26615 \begin_layout Standard
26616 Eine Ausnahme bilden die Befehle 
26617 \series bold
26618 !
26619 \begin_inset space \hspace{}
26620 \length 0mm
26621 \end_inset
26622
26623 `
26624 \series default
26625  und 
26626 \series bold
26627 ?
26628 \begin_inset space \hspace{}
26629 \length 0mm
26630 \end_inset
26631
26632 `
26633 \series default
26634 , denn man kann sie in LyX direkt in den Text eingeben.
26635 \end_layout
26636
26637 \begin_layout Subsection
26638 Akzente im Text
26639 \begin_inset CommandInset label
26640 LatexCommand label
26641 name "sub:Sonderzeichen-Akzente"
26642
26643 \end_inset
26644
26645
26646 \begin_inset Index idx
26647 status collapsed
26648
26649 \begin_layout Plain Layout
26650 Akzente ! im Text
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \begin_layout Standard
26659 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26660  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26661 \end_layout
26662
26663 \begin_layout Standard
26664 \begin_inset space \hfill{}
26665 \end_inset
26666
26667
26668 \begin_inset Tabular
26669 <lyxtabular version="3" rows="8" columns="2">
26670 <features tabularvalignment="middle">
26671 <column alignment="block" valignment="top" width="0">
26672 <column alignment="block" valignment="top" width="0">
26673 <row>
26674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 Befehl
26679 \end_layout
26680
26681 \end_inset
26682 </cell>
26683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 Ergebnis
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 </row>
26693 <row>
26694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698
26699 \backslash
26700
26701 \begin_inset Quotes grd
26702 \end_inset
26703
26704 e
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713 \begin_inset ERT
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718
26719 \backslash
26720 "e
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 </row>
26731 <row>
26732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736
26737 \backslash
26738 `e
26739 \end_layout
26740
26741 \end_inset
26742 </cell>
26743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Plain Layout
26747 \begin_inset ERT
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751
26752
26753 \backslash
26754 `e
26755 \end_layout
26756
26757 \end_inset
26758
26759
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 </row>
26765 <row>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770
26771 \backslash
26772 ^
26773 \begin_inset ERT
26774 status collapsed
26775
26776 \begin_layout Plain Layout
26777
26778
26779 \backslash
26780 leer 
26781 \end_layout
26782
26783 \end_inset
26784
26785 e
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794 \begin_inset ERT
26795 status collapsed
26796
26797 \begin_layout Plain Layout
26798
26799
26800 \backslash
26801 ^e
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 </row>
26812 <row>
26813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817
26818 \backslash
26819 =e
26820 \end_layout
26821
26822 \end_inset
26823 </cell>
26824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828 \begin_inset ERT
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832
26833
26834 \backslash
26835 =e
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 </row>
26846 <row>
26847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851
26852 \backslash
26853 u
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 leer 
26862 \end_layout
26863
26864 \end_inset
26865
26866 e
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875 \begin_inset ERT
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 u e
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 </row>
26893 <row>
26894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898
26899 \backslash
26900 b
26901 \begin_inset ERT
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905
26906
26907 \backslash
26908 leer 
26909 \end_layout
26910
26911 \end_inset
26912
26913 e
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 b e
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 </row>
26940 <row>
26941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945
26946 \backslash
26947 t
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953
26954 \backslash
26955 leer 
26956 \end_layout
26957
26958 \end_inset
26959
26960 ee
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 t ee
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 </row>
26987 </lyxtabular>
26988
26989 \end_inset
26990
26991
26992 \begin_inset space \hfill{}
26993 \end_inset
26994
26995
26996 \begin_inset Tabular
26997 <lyxtabular version="3" rows="8" columns="2">
26998 <features tabularvalignment="middle">
26999 <column alignment="block" valignment="top" width="0">
27000 <column alignment="center" valignment="top" width="0">
27001 <row>
27002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006 Befehl
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 Ergebnis
27016 \end_layout
27017
27018 \end_inset
27019 </cell>
27020 </row>
27021 <row>
27022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026
27027 \backslash
27028 H
27029 \begin_inset ERT
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033
27034
27035 \backslash
27036 leer 
27037 \end_layout
27038
27039 \end_inset
27040
27041 e
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Plain Layout
27050 \begin_inset ERT
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054
27055
27056 \backslash
27057 H e
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 </row>
27068 <row>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073
27074 \backslash
27075 'e
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084 \begin_inset ERT
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088
27089
27090 \backslash
27091 'e
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \end_inset
27100 </cell>
27101 </row>
27102 <row>
27103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107
27108 \backslash
27109 ~e
27110 \begin_inset Index idx
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114 Tilde
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 ~e
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 </row>
27146 <row>
27147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151
27152 \backslash
27153 .e
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 .e
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 </row>
27180 <row>
27181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27182 \begin_inset Text
27183
27184 \begin_layout Plain Layout
27185
27186 \backslash
27187 v
27188 \begin_inset ERT
27189 status collapsed
27190
27191 \begin_layout Plain Layout
27192
27193
27194 \backslash
27195 leer 
27196 \end_layout
27197
27198 \end_inset
27199
27200 e
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209 \begin_inset ERT
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213
27214
27215 \backslash
27216 v e
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 </row>
27227 <row>
27228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27229 \begin_inset Text
27230
27231 \begin_layout Plain Layout
27232
27233 \backslash
27234 d
27235 \begin_inset ERT
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239
27240
27241 \backslash
27242 leer 
27243 \end_layout
27244
27245 \end_inset
27246
27247 e
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27253 \begin_inset Text
27254
27255 \begin_layout Plain Layout
27256 \begin_inset ERT
27257 status collapsed
27258
27259 \begin_layout Plain Layout
27260
27261
27262 \backslash
27263 d e
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 </row>
27274 <row>
27275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279
27280 \backslash
27281 c
27282 \begin_inset ERT
27283 status collapsed
27284
27285 \begin_layout Plain Layout
27286
27287
27288 \backslash
27289 leer 
27290 \end_layout
27291
27292 \end_inset
27293
27294 e
27295 \end_layout
27296
27297 \end_inset
27298 </cell>
27299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27300 \begin_inset Text
27301
27302 \begin_layout Plain Layout
27303 \begin_inset ERT
27304 status collapsed
27305
27306 \begin_layout Plain Layout
27307
27308
27309 \backslash
27310 c e
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 </row>
27321 </lyxtabular>
27322
27323 \end_inset
27324
27325
27326 \begin_inset space \hfill{}
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Standard
27333 \begin_inset VSpace medskip
27334 \end_inset
27335
27336 Mit dem Befehl 
27337 \series bold
27338
27339 \backslash
27340 t
27341 \series default
27342  können auch zwei verschiedene Zeichen akzentuiert werden.
27343  Der Befehl 
27344 \series bold
27345
27346 \backslash
27347 t
27348 \begin_inset ERT
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353
27354 \backslash
27355 leer 
27356 \end_layout
27357
27358 \end_inset
27359
27360 sz
27361 \series default
27362  ergibt: 
27363 \begin_inset ERT
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367
27368
27369 \backslash
27370 t sz
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 Die Akzente 
27380 \series bold
27381 `
27382 \series default
27383  , 
27384 \series bold
27385 '
27386 \series default
27387  und 
27388 \series bold
27389 ^
27390 \series default
27391  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27392  werden ohne den TeX-Modus zu benutzen.
27393  Dasselbe gilt für die Tilde
27394 \begin_inset Foot
27395 status collapsed
27396
27397 \begin_layout Plain Layout
27398 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27399 \end_layout
27400
27401 \end_inset
27402
27403  
27404 \series bold
27405 ~
27406 \series default
27407  in Verbindung mit 
27408 \emph on
27409 a
27410 \emph default
27411  , 
27412 \emph on
27413 n
27414 \emph default
27415  oder 
27416 \emph on
27417 o
27418 \emph default
27419 .
27420 \end_layout
27421
27422 \begin_layout Standard
27423 Die Befehle 
27424 \series bold
27425
27426 \backslash
27427 b
27428 \series default
27429  , 
27430 \series bold
27431
27432 \backslash
27433 c
27434 \series default
27435  , 
27436 \series bold
27437
27438 \backslash
27439 d
27440 \series default
27441  , 
27442 \series bold
27443
27444 \backslash
27445 H
27446 \series default
27447  , 
27448 \series bold
27449
27450 \backslash
27451 t
27452 \series default
27453  , 
27454 \series bold
27455
27456 \backslash
27457 u
27458 \series default
27459  , 
27460 \series bold
27461
27462 \backslash
27463 v
27464 \series default
27465  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27466  Textmodus verfügbar.
27467  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27468  
27469 \begin_inset CommandInset ref
27470 LatexCommand ref
27471 reference "sub:Akzente-für-ein"
27472
27473 \end_inset
27474
27475 .
27476 \end_layout
27477
27478 \begin_layout Standard
27479 \begin_inset VSpace bigskip
27480 \end_inset
27481
27482 Des Weiteren kann man mit dem Befehl 
27483 \series bold
27484
27485 \backslash
27486 textcircled
27487 \series default
27488
27489 \begin_inset Index idx
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493 Befehle ! T ! 
27494 \backslash
27495 textcircled
27496 \end_layout
27497
27498 \end_inset
27499
27500 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27501  Kreis setzen, quasi mit einem Kreis akzentuieren.
27502 \end_layout
27503
27504 \begin_layout Standard
27505 \align center
27506 \begin_inset Tabular
27507 <lyxtabular version="3" rows="3" columns="2">
27508 <features tabularvalignment="middle">
27509 <column alignment="center" valignment="top" width="0">
27510 <column alignment="center" valignment="top" width="0">
27511 <row>
27512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27513 \begin_inset Text
27514
27515 \begin_layout Plain Layout
27516 Befehl
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 Ergebnis
27526 \begin_inset Note Note
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531 \series bold
27532
27533 \backslash
27534 raisebox
27535 \series default
27536  in der Formel dient nur als Abstandhalter.
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 </row>
27547 <row>
27548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552
27553 \backslash
27554 textcircled{w}
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27560 \begin_inset Text
27561
27562 \begin_layout Plain Layout
27563 \begin_inset ERT
27564 status collapsed
27565
27566 \begin_layout Plain Layout
27567
27568
27569 \backslash
27570 textcircled{w}
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 </row>
27581 <row>
27582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27583 \begin_inset Text
27584
27585 \begin_layout Plain Layout
27586
27587 \backslash
27588 Large 
27589 \backslash
27590 textcircled{
27591 \backslash
27592 normalsize
27593 \backslash
27594 protect
27595 \backslash
27596 raisebox{-1.5pt}{W}}
27597 \end_layout
27598
27599 \end_inset
27600 </cell>
27601 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27602 \begin_inset Text
27603
27604 \begin_layout Plain Layout
27605 \begin_inset Formula $\raisebox{4.5mm}{}$
27606 \end_inset
27607
27608
27609 \begin_inset ERT
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613
27614
27615 \backslash
27616 Large 
27617 \backslash
27618 textcircled{
27619 \backslash
27620 normalsize
27621 \backslash
27622 protect
27623 \backslash
27624 raisebox{-1.5pt}W}
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \begin_inset Formula $\raisebox{-2mm}{}$
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \end_inset
27637 </cell>
27638 </row>
27639 </lyxtabular>
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \begin_layout Standard
27647 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27648  
27649 \series bold
27650
27651 \backslash
27652 Large
27653 \series default
27654
27655 \begin_inset Foot
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 siehe 
27660 \begin_inset CommandInset ref
27661 LatexCommand ref
27662 reference "sub:Schriftgrößen"
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \end_inset
27670
27671  bestimmt dabei die Größe des Kreises.
27672  Mit Hilfe von 
27673 \series bold
27674
27675 \backslash
27676 raisebox
27677 \series default
27678
27679 \begin_inset Foot
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 siehe 
27684 \begin_inset CommandInset ref
27685 LatexCommand ref
27686 reference "sub:Boxen-ohne-Rahmen"
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \end_inset
27694
27695  kann man das Zeichen zentrieren.
27696 \end_layout
27697
27698 \begin_layout Subsection
27699 Minuskelziffern
27700 \begin_inset Index idx
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 Minuskelziffern
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713 Minuskelziffern werden mit dem Befehl 
27714 \series bold
27715
27716 \backslash
27717 oldstylenums
27718 \series default
27719
27720 \begin_inset Index idx
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 Befehle ! O ! 
27725 \backslash
27726 oldstylenums
27727 \end_layout
27728
27729 \end_inset
27730
27731  erzeugt.
27732  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27733  Das Befehlsschema lautet:
27734 \end_layout
27735
27736 \begin_layout Standard
27737
27738 \series bold
27739
27740 \backslash
27741 oldstylenums{Ziffer}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 Der Befehl 
27746 \series bold
27747
27748 \backslash
27749 oldstylenums{0123456789
27750 \series default
27751  ergibt: 
27752 \begin_inset Formula $\oldstylenums{0123456789}$
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \begin_layout Subsection
27759 Sonstige Sonderzeichen
27760 \begin_inset CommandInset label
27761 LatexCommand label
27762 name "sub:Sonstige-Sonderzeichen"
27763
27764 \end_inset
27765
27766
27767 \begin_inset Index idx
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 Sonderzeichen ! sonstige
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Standard
27780 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27781 \end_layout
27782
27783 \begin_layout Standard
27784 \align center
27785 \begin_inset Tabular
27786 <lyxtabular version="3" rows="4" columns="2">
27787 <features tabularvalignment="middle">
27788 <column alignment="center" valignment="top" width="0">
27789 <column alignment="center" valignment="top" width="0">
27790 <row>
27791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 Befehl
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 Ergebnis
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 </row>
27810 <row>
27811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815
27816 \backslash
27817 ^
27818 \begin_inset ERT
27819 status collapsed
27820
27821 \begin_layout Plain Layout
27822
27823
27824 \backslash
27825 leer 
27826 \end_layout
27827
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 \begin_inset Formula $\mathcircumflex$
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 </row>
27848 <row>
27849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853
27854 \backslash
27855 _
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 \begin_inset Formula $\_$
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 </row>
27873 <row>
27874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27875 \begin_inset Text
27876
27877 \begin_layout Plain Layout
27878 ^
27879 \begin_inset ERT
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883
27884
27885 \backslash
27886 leer 
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \backslash
27893 circ
27894 \begin_inset Index idx
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898
27899 \backslash
27900
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914 \begin_inset Formula $^{\circ}$
27915 \end_inset
27916
27917
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 </row>
27923 </lyxtabular>
27924
27925 \end_inset
27926
27927
27928 \end_layout
27929
27930 \begin_layout Standard
27931 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27932  folgende Zeile enthält
27933 \begin_inset Foot
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 Mehr dazu ist in 
27938 \begin_inset CommandInset ref
27939 LatexCommand ref
27940 reference "sub:Textzeichen-in-Formeln"
27941
27942 \end_inset
27943
27944  beschrieben.
27945 \end_layout
27946
27947 \end_inset
27948
27949 :
27950 \end_layout
27951
27952 \begin_layout Standard
27953
27954 \series bold
27955
27956 \backslash
27957 DeclareInputText{176}{
27958 \backslash
27959 ifmmode^
27960 \backslash
27961 circ
27962 \backslash
27963 else
27964 \backslash
27965 textdegree
27966 \backslash
27967 fi}
27968 \end_layout
27969
27970 \begin_layout Section
27971 Formelstile
27972 \begin_inset CommandInset label
27973 LatexCommand label
27974 name "sec:Formelstile"
27975
27976 \end_inset
27977
27978
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 Formel ! Stile
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Itemize
27992 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27993 \end_layout
27994
27995 \begin_deeper
27996 \begin_layout Description
27997 Zentriert ist der voreingestellte Standard
27998 \end_layout
27999
28000 \begin_layout Description
28001 Eingerückt dazu muss im Menü 
28002 \family sans
28003 Dokument\SpecialChar \menuseparator
28004 Einstellungen
28005 \family default
28006  unter 
28007 \family sans
28008 Dokumentklasse
28009 \family default
28010  die Option 
28011 \series bold
28012 fleqn
28013 \series default
28014  eingeben werden
28015 \end_layout
28016
28017 \begin_layout Standard
28018 Wird 
28019 \series bold
28020 Eingerückt
28021 \series default
28022  verwendet, kann mit der Länge 
28023 \series bold
28024
28025 \backslash
28026 mathindent
28027 \series default
28028
28029 \begin_inset Index idx
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033 Befehle ! M ! 
28034 \backslash
28035 mathindent
28036 \end_layout
28037
28038 \end_inset
28039
28040  die Einrückung eingestellt werden.
28041  Soll der Abstand 15
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28046 \end_layout
28047
28048 \begin_layout Standard
28049
28050 \series bold
28051
28052 \backslash
28053 setlength{
28054 \backslash
28055 mathindent}{15mm}
28056 \end_layout
28057
28058 \begin_layout Standard
28059 ein.
28060  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 pt verwendet.
28065 \end_layout
28066
28067 \end_deeper
28068 \begin_layout Itemize
28069 Und zwei verschiedene Nummerierungsstile:
28070 \end_layout
28071
28072 \begin_deeper
28073 \begin_layout Description
28074 Rechts ist der voreingestellte Standard
28075 \end_layout
28076
28077 \begin_layout Description
28078 Links dazu muss im Menü 
28079 \family sans
28080 Dokument\SpecialChar \menuseparator
28081 Einstellungen
28082 \family default
28083  unter 
28084 \family sans
28085 Dokumentklasse
28086 \family default
28087  die Option 
28088 \series bold
28089 leqno
28090 \series default
28091  eingeben werden
28092 \end_layout
28093
28094 \end_deeper
28095 \begin_layout Standard
28096
28097 \series bold
28098 fleqn
28099 \series default
28100  und 
28101 \series bold
28102 leqno
28103 \series default
28104  können auch gemeinsam verwendet werden.
28105  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28106 n.
28107 \end_layout
28108
28109 \begin_layout Standard
28110 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28111  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28112  ausgerichtete Formeln setzen, verwendet man den Stil 
28113 \series bold
28114 Zentriert
28115 \series default
28116 .
28117  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28118  
28119 \begin_inset CommandInset ref
28120 LatexCommand ref
28121 reference "sub:Flalign-Umgebung"
28122
28123 \end_inset
28124
28125 .
28126 \end_layout
28127
28128 \begin_layout Section
28129 Mehrzeilige Formeln
28130 \begin_inset CommandInset label
28131 LatexCommand label
28132 name "sec:Mehrzeilige-Formeln"
28133
28134 \end_inset
28135
28136
28137 \begin_inset Index idx
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 Formel ! mehrzeilige
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Subsection
28150 Allgemeines
28151 \end_layout
28152
28153 \begin_layout Standard
28154 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28155 \family sans
28156 \series bold
28157 Strg+Enter
28158 \family default
28159 \series default
28160  drückt.
28161  Dies erzeugt entweder eine 
28162 \series bold
28163 eqnarray-Umgebung
28164 \series default
28165 , die in 
28166 \begin_inset CommandInset ref
28167 LatexCommand ref
28168 reference "sub:Eqnarray-Umgebung"
28169
28170 \end_inset
28171
28172  beschrieben ist oder, wenn die Option 
28173 \family sans
28174 AMS-Mathe-Paket verwenden
28175 \family default
28176  in den Dokumenteinstellungen gewählt ist, eine 
28177 \series bold
28178 align-Umgebung
28179 \series default
28180 , die in 
28181 \begin_inset CommandInset ref
28182 LatexCommand ref
28183 reference "sub:Standard-align-Umgebung"
28184
28185 \end_inset
28186
28187  beschrieben ist.
28188 \end_layout
28189
28190 \begin_layout Standard
28191 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28192 \family sans
28193 Einfügen\SpecialChar \menuseparator
28194 Mathe
28195 \family default
28196  erstellt werden können.
28197  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28198 \end_layout
28199
28200 \begin_layout Standard
28201 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28202  man 
28203 \family sans
28204 Strg+Enter
28205 \family default
28206  drückt.
28207  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28208 fe 
28209 \begin_inset Graphics
28210         filename ../../images/tabular-feature_append-row.png
28211         scale 85
28212
28213 \end_inset
28214
28215  bzw.
28216 \begin_inset space ~
28217 \end_inset
28218
28219
28220 \begin_inset Graphics
28221         filename ../../images/tabular-feature_delete-row.png
28222         scale 85
28223
28224 \end_inset
28225
28226  oder das Menü 
28227 \family sans
28228 Bearbeiten\SpecialChar \menuseparator
28229 Zeilen & Spalten
28230 \family default
28231  verwendet werden.
28232 \end_layout
28233
28234 \begin_layout Subsubsection
28235 Zeilenabstand
28236 \begin_inset CommandInset label
28237 LatexCommand label
28238 name "sub:Zeilenabstand"
28239
28240 \end_inset
28241
28242
28243 \begin_inset Index idx
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 Formel ! mehrzeilige ! Zeilenabstand
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Standard
28256 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28257 \begin_inset Formula 
28258 \begin{eqnarray*}
28259 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}\\
28260 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
28261 \end{eqnarray*}
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28270 chbefehls angegeben.
28271  Dies ist in LyX aber nicht möglich
28272 \begin_inset Foot
28273 status collapsed
28274
28275 \begin_layout Plain Layout
28276 siehe 
28277 \begin_inset CommandInset href
28278 LatexCommand href
28279 name "LyX-Fehler #1505"
28280 target "http://www.lyx.org/trac/ticket/1505"
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \end_inset
28288
28289 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28290  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28291  Zeile den Befehl 
28292 \series bold
28293
28294 \backslash
28295
28296 \backslash
28297 [3mm]
28298 \series default
28299  ein.
28300  Damit erhält man: 
28301 \begin_inset ERT
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305
28306
28307 \backslash
28308 begin{eqnarray*}
28309 \end_layout
28310
28311 \begin_layout Plain Layout
28312
28313 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28314  = & 
28315 \backslash
28316 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28317 \backslash
28318
28319 \backslash
28320 [3mm]
28321 \end_layout
28322
28323 \begin_layout Plain Layout
28324
28325 4x^{2}
28326 \backslash
28327 left(B^{2}+x_{0}^{2}
28328 \backslash
28329 right)+4x_{0}x
28330 \backslash
28331 left(D-B^{2}
28332 \backslash
28333 right)+B^{2}
28334 \backslash
28335 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28336 \backslash
28337 right) & = & 0
28338 \end_layout
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 end{eqnarray*}
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \begin_layout Standard
28353 \begin_inset VSpace bigskip
28354 \end_inset
28355
28356 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28357  man die Länge 
28358 \series bold
28359
28360 \backslash
28361 jot
28362 \series default
28363
28364 \begin_inset Index idx
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 Befehle ! J ! 
28369 \backslash
28370 jot
28371 \end_layout
28372
28373 \end_inset
28374
28375 .
28376  Es gilt 
28377 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28378 \end_inset
28379
28380 .
28381  Voreingestellt ist für 
28382 \series bold
28383
28384 \backslash
28385 jot
28386 \series default
28387  der Wert 3
28388 \begin_inset space \thinspace{}
28389 \end_inset
28390
28391 pt.
28392  Um wie im vorigen Beispiel 3
28393 \begin_inset space \thinspace{}
28394 \end_inset
28395
28396 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28397 \end_layout
28398
28399 \begin_layout Standard
28400
28401 \series bold
28402
28403 \backslash
28404 setlength{
28405 \backslash
28406 jot}{3mm+3pt}
28407 \end_layout
28408
28409 \begin_layout Standard
28410 im TeX-Modus vor der Formel ein.
28411  Das setzt voraus, dass das LaTeX-Paket 
28412 \series bold
28413 calc
28414 \series default
28415
28416 \begin_inset Foot
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421 \series bold
28422 calc
28423 \series default
28424  ist Teil jeder LaTeX-Standardinstallation.
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \begin_inset Index idx
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 Pakete ! calc
28435 \end_layout
28436
28437 \end_inset
28438
28439  im LaTeX-Vorspann mit der Zeile
28440 \end_layout
28441
28442 \begin_layout Standard
28443
28444 \series bold
28445
28446 \backslash
28447 usepackage{calc}
28448 \end_layout
28449
28450 \begin_layout Standard
28451 geladen wurde.
28452 \end_layout
28453
28454 \begin_layout Standard
28455 Man erhält: 
28456 \begin_inset ERT
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460
28461
28462 \backslash
28463 setlength{
28464 \backslash
28465 jot}{3mm+3pt}
28466 \end_layout
28467
28468 \end_inset
28469
28470
28471 \begin_inset Formula 
28472 \begin{eqnarray*}
28473 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}\\
28474 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
28475 \end{eqnarray*}
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Standard
28483 \begin_inset ERT
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488
28489 \backslash
28490 setlength{
28491 \backslash
28492 jot}{3pt}
28493 \end_layout
28494
28495 \end_inset
28496
28497  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28498 \series bold
28499
28500 \backslash
28501 jot
28502 \series default
28503  auf den Wert 3
28504 \begin_inset space \thinspace{}
28505 \end_inset
28506
28507 pt.
28508 \end_layout
28509
28510 \begin_layout Subsubsection
28511 Spaltenabstand
28512 \begin_inset CommandInset label
28513 LatexCommand label
28514 name "sub:Spaltenabstand"
28515
28516 \end_inset
28517
28518
28519 \begin_inset Index idx
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Formel ! mehrzeilige ! Spaltenabstand
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Standard
28532 Mehrzeilige Formeln bilden eine Matrix.
28533  Eine Formel in der Eqnarray-Umgebung ist z.
28534 \begin_inset space \thinspace{}
28535 \end_inset
28536
28537 B.
28538  eine dreispaltige Matrix.
28539  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28540  neben den Relationszeichen ändern.
28541 \end_layout
28542
28543 \begin_layout Standard
28544 Der Spaltenabstand wird mit der Länge 
28545 \series bold
28546
28547 \backslash
28548 arraycolsep
28549 \series default
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Befehle ! A ! 
28556 \backslash
28557 arraycolsep
28558 \end_layout
28559
28560 \end_inset
28561
28562  festgelegt, wobei gilt:
28563 \begin_inset Newline newline
28564 \end_inset
28565
28566 Spaltenabstand = 2
28567 \begin_inset space \thinspace{}
28568 \end_inset
28569
28570
28571 \series bold
28572
28573 \backslash
28574 arraycolsep
28575 \series default
28576 .
28577 \begin_inset Newline newline
28578 \end_inset
28579
28580 Der im TeX-Modus eingegebene Befehl
28581 \end_layout
28582
28583 \begin_layout Standard
28584
28585 \series bold
28586
28587 \backslash
28588 setlength{
28589 \backslash
28590 arraycolsep}{1cm}
28591 \end_layout
28592
28593 \begin_layout Standard
28594 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28595 \begin_inset space \thinspace{}
28596 \end_inset
28597
28598 cm.
28599  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28600 \series bold
28601
28602 \backslash
28603 arraycolsep
28604 \series default
28605  auf 5
28606 \begin_inset space \thinspace{}
28607 \end_inset
28608
28609 pt.
28610 \end_layout
28611
28612 \begin_layout Standard
28613 Eine Formel mit 2
28614 \begin_inset space \thinspace{}
28615 \end_inset
28616
28617 cm Spaltenabstand:
28618 \begin_inset ERT
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622
28623
28624 \backslash
28625 setlength{
28626 \backslash
28627 arraycolsep}{1cm}
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \begin_inset Formula 
28634 \begin{eqnarray*}
28635 A & = & B\\
28636 C & \ne & A
28637 \end{eqnarray*}
28638
28639 \end_inset
28640
28641 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28642 \begin_inset space \thinspace{}
28643 \end_inset
28644
28645 pt:
28646 \begin_inset ERT
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650
28651
28652 \backslash
28653 setlength{
28654 \backslash
28655 arraycolsep}{5pt}
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \begin_inset Formula 
28662 \begin{eqnarray*}
28663 A & = & B\\
28664 C & \ne & A
28665 \end{eqnarray*}
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Subsubsection
28673 Lange Formeln
28674 \begin_inset Index idx
28675 status collapsed
28676
28677 \begin_layout Plain Layout
28678 Formel ! lange
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Standard
28687 Lange Formeln kann man wie folgt setzen:
28688 \end_layout
28689
28690 \begin_layout Itemize
28691 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28692  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28693 \begin_inset Formula 
28694 \begin{eqnarray}
28695 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 \\
28696  &  & -\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}
28697 \end{eqnarray}
28698
28699 \end_inset
28700
28701 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28702  als Operator, da es das erste Zeichen der Zeile ist.
28703  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28704  Bruchstrich unterscheiden.
28705  Um das zu verhindern, wurde mit dem Befehl 
28706 \series bold
28707
28708 \backslash
28709 hspace
28710 \series default
28711  3
28712 \begin_inset space \thinspace{}
28713 \end_inset
28714
28715 pt Leerraum hinter das Minuszeichen eingefügt.
28716 \begin_inset Foot
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720 mehr zu 
28721 \series bold
28722
28723 \backslash
28724 hspace
28725 \series default
28726  siehe 
28727 \begin_inset CommandInset ref
28728 LatexCommand ref
28729 reference "sub:Variabler-Leerraum"
28730
28731 \end_inset
28732
28733
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \begin_inset Index idx
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 Befehle ! H ! 
28744 \backslash
28745 hspace
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Itemize
28754 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28755 \series bold
28756
28757 \backslash
28758 lefteqn
28759 \series default
28760
28761 \begin_inset Index idx
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 Befehle ! L ! 
28766 \backslash
28767 lefteqn
28768 \end_layout
28769
28770 \end_inset
28771
28772 .
28773  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28774  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28775 \begin_inset Formula 
28776 \begin{eqnarray}
28777 \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 \\
28778  &  & -\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 \\
28779  &  & =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}
28780 \end{eqnarray}
28781
28782 \end_inset
28783
28784 Nachdem man 
28785 \series bold
28786
28787 \backslash
28788 lefteqn
28789 \series default
28790  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28791  das gegenüber dem blauen leicht verschoben ist.
28792  In dieses wird die Formel eingegeben.
28793 \begin_inset Newline newline
28794 \end_inset
28795
28796 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28797  eingegeben.
28798  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28799  Einrückung.
28800 \begin_inset VSpace medskip
28801 \end_inset
28802
28803
28804 \begin_inset Newline newline
28805 \end_inset
28806
28807
28808 \begin_inset Note Greyedout
28809 status open
28810
28811 \begin_layout Plain Layout
28812 Bei der Verwendung von 
28813 \series bold
28814
28815 \backslash
28816 lefteqn
28817 \series default
28818  ist Folgendes zu beachten:
28819 \end_layout
28820
28821 \begin_layout Itemize
28822 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28823  Würde man in obigem Beispiel der ersten Zeile den Term 
28824 \begin_inset Formula $-B^{2}$
28825 \end_inset
28826
28827  anfügen, befände sich dieser außerhalb des Seitenrands.
28828  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28829  Leerraum einfügen.
28830 \end_layout
28831
28832 \begin_layout Itemize
28833 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28834  erste Zeile gesetzt werden.
28835 \begin_inset Foot
28836 status collapsed
28837
28838 \begin_layout Plain Layout
28839 \begin_inset CommandInset href
28840 LatexCommand href
28841 name "LyX-Fehler #1429"
28842 target "http://www.lyx.org/trac/ticket/1429"
28843
28844 \end_inset
28845
28846
28847 \end_layout
28848
28849 \end_inset
28850
28851  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28852  Pfeiltasten bewegen.
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Itemize
28861 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28862 \begin_inset CommandInset ref
28863 LatexCommand ref
28864 reference "sub:Multline-Umgebung"
28865
28866 \end_inset
28867
28868  und 
28869 \begin_inset CommandInset ref
28870 LatexCommand ref
28871 reference "sub:Mehrzeilige-Formelteile"
28872
28873 \end_inset
28874
28875  beschriebenen Umgebungen.
28876 \end_layout
28877
28878 \begin_layout Subsubsection
28879 Mehrzeilige Klammern
28880 \begin_inset CommandInset label
28881 LatexCommand label
28882 name "sub:Mehrzeilige-Klammern"
28883
28884 \end_inset
28885
28886
28887 \begin_inset Index idx
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Klammern ! mehrzeilige
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28901 \begin_inset Formula 
28902 \begin{eqnarray*}
28903 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28904  &  & \left.\cdots+B-D\right]
28905 \end{eqnarray*}
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Standard
28913 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28914  Größe dürfen nicht über mehrere Zeilen gehen.
28915 \end_layout
28916
28917 \begin_layout Standard
28918 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28919  erste Zeile mit 
28920 \series bold
28921
28922 \backslash
28923 right.
28924 \series default
28925
28926 \begin_inset Index idx
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Befehle ! R ! 
28931 \backslash
28932 right
28933 \end_layout
28934
28935 \end_inset
28936
28937  und beginnt die zweite Zeile mit 
28938 \series bold
28939
28940 \backslash
28941 left.
28942 \begin_inset Foot
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 mehr zu 
28947 \series bold
28948
28949 \backslash
28950 left
28951 \series default
28952  und 
28953 \series bold
28954
28955 \backslash
28956 right
28957 \series default
28958  siehe 
28959 \begin_inset CommandInset ref
28960 LatexCommand ref
28961 reference "sub:Automatische-Klammergrößen"
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \series default
28972
28973 \begin_inset Index idx
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 Befehle ! L ! 
28978 \backslash
28979 left
28980 \end_layout
28981
28982 \end_inset
28983
28984 .
28985  Nach 
28986 \series bold
28987
28988 \backslash
28989 left.
28990
28991 \series default
28992  gibt man den Befehl 
28993 \series bold
28994
28995 \backslash
28996 vphantom
28997 \series default
28998
28999 \begin_inset ERT
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003
29004
29005 \backslash
29006 leer 
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \series bold
29013
29014 \backslash
29015 prod
29016 \series default
29017 ^
29018 \begin_inset ERT
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022
29023
29024 \backslash
29025 leer 
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \series bold
29032
29033 \backslash
29034 infty
29035 \series default
29036
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042
29043 \backslash
29044 leer 
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \series bold
29051
29052 \begin_inset Formula $\downarrow$
29053 \end_inset
29054
29055 _R=1}
29056 \series default
29057
29058 \begin_inset Index idx
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062 Befehle ! V ! 
29063 \backslash
29064 vphantom
29065 \end_layout
29066
29067 \end_inset
29068
29069  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29070  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29071 \end_layout
29072
29073 \begin_layout Standard
29074 Das Ergebnis sieht so aus:
29075 \begin_inset Formula 
29076 \begin{eqnarray*}
29077 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29078  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29079 \end{eqnarray*}
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Subsection
29087 Align-Umgebungen
29088 \end_layout
29089
29090 \begin_layout Standard
29091 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29092  werden.
29093  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29094 \end_layout
29095
29096 \begin_layout Standard
29097 Align-Umgebungen bestehen aus Spalten.
29098  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29099  ausgerichtet.
29100  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Align-Umgebung werden über das Menü 
29105 \family sans
29106 Einfügen\SpecialChar \menuseparator
29107 Mathe
29108 \family default
29109  erstellt.
29110  Über das Menü 
29111 \family sans
29112 Bearbeiten\SpecialChar \menuseparator
29113 Mathe\SpecialChar \menuseparator
29114 Formelart
29115 \begin_inset space ~
29116 \end_inset
29117
29118 ändern
29119 \family default
29120  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29121 \end_layout
29122
29123 \begin_layout Standard
29124 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29125
29126 \begin_inset Graphics
29127         filename ../../images/tabular-feature_append-column.png
29128         scale 85
29129
29130 \end_inset
29131
29132  bzw.
29133 \begin_inset space ~
29134 \end_inset
29135
29136
29137 \begin_inset Graphics
29138         filename ../../images/tabular-feature_delete-column.png
29139         scale 85
29140
29141 \end_inset
29142
29143  oder das Menü 
29144 \family sans
29145 Bearbeiten\SpecialChar \menuseparator
29146 Zeilen & Spalten
29147 \family default
29148  verwendet werden.
29149 \end_layout
29150
29151 \begin_layout Subsubsection
29152 Standard align-Umgebung
29153 \begin_inset CommandInset label
29154 LatexCommand label
29155 name "sub:Standard-align-Umgebung"
29156
29157 \end_inset
29158
29159
29160 \begin_inset Index idx
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Formel ! mehrzeilige ! align-Umgebung
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29174 \family sans
29175 Strg+Enter
29176 \family default
29177  drückt oder das Menü 
29178 \family sans
29179 Einfügen\SpecialChar \menuseparator
29180 Mathe\SpecialChar \menuseparator
29181 AMS align-Umge\SpecialChar \-
29182 bung
29183 \family default
29184  aufruft.
29185 \end_layout
29186
29187 \begin_layout Standard
29188 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29189 n align-Umgebung erzeugt wurden:
29190 \begin_inset Formula 
29191 \begin{align*}
29192 A & =\sin(B) & C & =D\\
29193 C & \ne A & B & \ne D
29194 \end{align*}
29195
29196 \end_inset
29197
29198 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29199  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29200 \series bold
29201
29202 \backslash
29203 hfill
29204 \begin_inset Foot
29205 status collapsed
29206
29207 \begin_layout Plain Layout
29208 mehr zu 
29209 \series bold
29210
29211 \backslash
29212 hfill
29213 \series default
29214  siehe 
29215 \begin_inset CommandInset ref
29216 LatexCommand ref
29217 reference "sub:Variabler-Leerraum"
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \series default
29228  befinden.
29229  Ist der Formelstil 
29230 \series bold
29231 Eingerückt
29232 \begin_inset Foot
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236 Formelstile siehe 
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "sec:Formelstile"
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \end_inset
29247
29248
29249 \series default
29250  gewählt, wird die Formel ohne den 
29251 \series bold
29252
29253 \backslash
29254 hfill
29255 \series default
29256  vor der ersten Spalte gesetzt.
29257 \end_layout
29258
29259 \begin_layout Subsubsection
29260 Alignat-Umgebung
29261 \begin_inset Index idx
29262 status collapsed
29263
29264 \begin_layout Plain Layout
29265 Formel ! mehrzeilige ! alignat-Umgebung
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29275  Man kann ihn manuell durch die in 
29276 \begin_inset CommandInset ref
29277 LatexCommand ref
29278 reference "sub:Leerraum"
29279
29280 \end_inset
29281
29282  beschriebenen Leerräume einfügen.
29283 \end_layout
29284
29285 \begin_layout Standard
29286 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29287  Formel 1
29288 \begin_inset space \thinspace{}
29289 \end_inset
29290
29291 cm Leerraum eingefügt wurde:
29292 \begin_inset Formula 
29293 \begin{alignat*}{2}
29294 A & =\sin(B) & \hspace{1cm}C & =D\\
29295 C & \ne A & B & \ne D
29296 \end{alignat*}
29297
29298 \end_inset
29299
29300 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29301  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29302  Formeln.
29303 \end_layout
29304
29305 \begin_layout Subsubsection
29306 Flalign-Umgebung
29307 \begin_inset CommandInset label
29308 LatexCommand label
29309 name "sub:Flalign-Umgebung"
29310
29311 \end_inset
29312
29313
29314 \begin_inset Index idx
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318 Formel ! mehrzeilige ! flalign-Umgebung
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Standard
29327 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29328  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29329  Dazu ein Beispiel:
29330 \begin_inset Formula 
29331 \begin{flalign*}
29332 A & =1 & B & =2 & C & =3\\
29333 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29334 \end{flalign*}
29335
29336 \end_inset
29337
29338
29339 \end_layout
29340
29341 \begin_layout Standard
29342 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29343  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29344  im Dokument links setzen obwohl der Formelstil 
29345 \series bold
29346 Zentriert
29347 \series default
29348  eingestellt ist.
29349  Als Beispiel die eingerückte ausgerichtete Formel 
29350 \begin_inset CommandInset ref
29351 LatexCommand eqref
29352 reference "eq:VolInt"
29353
29354 \end_inset
29355
29356 :
29357 \begin_inset Formula 
29358 \begin{flalign}
29359 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29360 \end{flalign}
29361
29362 \end_inset
29363
29364 In den ersten beiden Spalten befindet sich die Formel.
29365  Damit sie wie beim Formelstil 
29366 \series bold
29367 Eingerückt
29368 \series default
29369  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29370 \begin_inset space \thinspace{}
29371 \end_inset
29372
29373 pt Leerraum eingefügt.
29374 \end_layout
29375
29376 \begin_layout Subsection
29377 Eqnarray-Umgebung
29378 \begin_inset CommandInset label
29379 LatexCommand label
29380 name "sub:Eqnarray-Umgebung"
29381
29382 \end_inset
29383
29384
29385 \begin_inset Index idx
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 Formel ! mehrzeilige ! Eqnarray-Umgebung
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29399  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29400  ausgerichtet.
29401  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29402  da dieses Kästchen nur für Relationzeichen gedacht ist.
29403 \begin_inset Formula 
29404 \begin{eqnarray*}
29405 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29406 AB & AB & AB\\
29407 A & = & A
29408 \end{eqnarray*}
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Subsection
29416 Gather-Umgebung
29417 \begin_inset Index idx
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421 Formel ! mehrzeilige ! Gather-Umgebung
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29431  Jede Zeile kann nummeriert werden.
29432 \begin_inset Formula 
29433 \begin{gather}
29434 A=1\\
29435 X=\textrm{-}1
29436 \end{gather}
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Subsection
29444 Multline-Umgebung
29445 \begin_inset CommandInset label
29446 LatexCommand label
29447 name "sub:Multline-Umgebung"
29448
29449 \end_inset
29450
29451
29452 \begin_inset Index idx
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 Formel ! mehrzeilige ! Multline-Umgebung
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29466  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29467  Alle anderen Zeilen sind zentriert.
29468  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29469  Als Beispiel Formel 
29470 \begin_inset CommandInset ref
29471 LatexCommand eqref
29472 reference "eq:lefteqn"
29473
29474 \end_inset
29475
29476  in der multline-Umgebung:
29477 \begin_inset Formula 
29478 \begin{multline}
29479 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}\\
29480 -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}\\
29481 =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}}
29482 \end{multline}
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29491  nummeriert, wenn rechts (links) nummeriert wird.
29492 \begin_inset Foot
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Nummerierungsstile siehe 
29497 \begin_inset CommandInset ref
29498 LatexCommand ref
29499 reference "sec:Formelstile"
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Standard
29512 Mit den Befehlen 
29513 \series bold
29514
29515 \backslash
29516 shoveright
29517 \series default
29518
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Befehle ! S ! 
29524 \backslash
29525 shoveright
29526 \end_layout
29527
29528 \end_inset
29529
29530  und 
29531 \series bold
29532
29533 \backslash
29534 shoveleft
29535 \series default
29536
29537 \begin_inset Index idx
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Befehle ! S ! 
29542 \backslash
29543 shoveleft
29544 \end_layout
29545
29546 \end_inset
29547
29548  kann eine zentrierte Zeile rechts bzw.
29549  links ausgerichtet werden.
29550  Die Befehle werden folgendermaßen verwendet:
29551 \end_layout
29552
29553 \begin_layout Standard
29554
29555 \series bold
29556
29557 \backslash
29558 shoveright{Zeileninhalt}
29559 \series default
29560  bzw.
29561  
29562 \series bold
29563
29564 \backslash
29565 shoveleft{Zeileninhalt}
29566 \end_layout
29567
29568 \begin_layout Standard
29569 \begin_inset VSpace medskip
29570 \end_inset
29571
29572 Die Länge 
29573 \series bold
29574
29575 \backslash
29576 multlinegap
29577 \series default
29578
29579 \begin_inset Index idx
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Befehle ! M ! 
29584 \backslash
29585 multlinegap
29586 \end_layout
29587
29588 \end_inset
29589
29590  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29591  Voreingestellt ist die Länge 0
29592 \begin_inset space \thinspace{}
29593 \end_inset
29594
29595 pt.
29596 \end_layout
29597
29598 \begin_layout Standard
29599 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29600 \end_layout
29601
29602 \begin_layout Standard
29603
29604 \series bold
29605
29606 \backslash
29607 setlength{
29608 \backslash
29609 multlinegap}{2cm}
29610 \end_layout
29611
29612 \begin_layout Standard
29613 eingegeben wurde:
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 setlength{
29622 \backslash
29623 multlinegap}{2cm}
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \begin_inset Formula 
29630 \begin{multline}
29631 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}\\
29632 \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}}\\
29633 =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}}
29634 \end{multline}
29635
29636 \end_inset
29637
29638
29639 \begin_inset ERT
29640 status collapsed
29641
29642 \begin_layout Plain Layout
29643
29644
29645 \backslash
29646 setlength{
29647 \backslash
29648 multlinegap}{0pt}
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 Die zweite Zeile wurde mit 
29658 \series bold
29659
29660 \backslash
29661 shoveleft
29662 \series default
29663  linksbündig ausgerichtet.
29664 \end_layout
29665
29666 \begin_layout Subsection
29667 Mehrzeilige Formelteile
29668 \begin_inset CommandInset label
29669 LatexCommand label
29670 name "sub:Mehrzeilige-Formelteile"
29671
29672 \end_inset
29673
29674
29675 \begin_inset Index idx
29676 status collapsed
29677
29678 \begin_layout Plain Layout
29679 Formel ! mehrzeilige ! Formelteile
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Standard
29688 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29689  der folgenden Umgebungen: 
29690 \series bold
29691 aligned
29692 \series default
29693
29694 \series bold
29695 alignedat
29696 \series default
29697
29698 \series bold
29699 gathered
29700 \series default
29701  oder 
29702 \series bold
29703 split
29704 \series default
29705 .
29706  Sie können über das Menü 
29707 \family sans
29708 Einfügen\SpecialChar \menuseparator
29709 Mathe
29710 \family default
29711  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29712 \end_layout
29713
29714 \begin_layout Standard
29715 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29716 n Formel\SpecialChar \-
29717 umgebungen.
29718  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29719  Dazu ein Beispiel:
29720 \begin_inset Formula 
29721 \[
29722 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29723 \Delta E\Delta t & \ge\frac{\hbar}{2}
29724 \end{aligned}
29725 \right\} \textrm{Unbestimmtheitsrelationen}
29726 \]
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29735  der Befehl 
29736 \series bold
29737
29738 \backslash
29739 aligned
29740 \series default
29741
29742 \begin_inset Index idx
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746 Befehle ! A ! 
29747 \backslash
29748 aligned
29749 \end_layout
29750
29751 \end_inset
29752
29753  eingegeben wird.
29754  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29755  und Zeilen hinzufügen kann.
29756  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29757  gesetzt werden.
29758 \end_layout
29759
29760 \begin_layout Standard
29761 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29762  ausgerichtet sind.
29763  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29764  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29765  Als Beispiel Formel 
29766 \begin_inset CommandInset ref
29767 LatexCommand eqref
29768 reference "eq:kurzlang"
29769
29770 \end_inset
29771
29772  in der aligned-Umgebung:
29773 \begin_inset Formula 
29774 \begin{equation}
29775 \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}|}\\
29776  & -\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}|}
29777 \end{aligned}
29778 \end{equation}
29779
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Möchte man die Umgebung 
29787 \series bold
29788 alignedat
29789 \series default
29790
29791 \series bold
29792 gathered
29793 \series default
29794  oder 
29795 \series bold
29796 split
29797 \series default
29798  verwenden, gibt man den Befehl 
29799 \series bold
29800
29801 \backslash
29802 alignedat
29803 \series default
29804 ,
29805 \begin_inset Index idx
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809 Befehle ! A ! 
29810 \backslash
29811 alignedat
29812 \end_layout
29813
29814 \end_inset
29815
29816  
29817 \series bold
29818
29819 \backslash
29820 gathered
29821 \series default
29822
29823 \begin_inset Index idx
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827 Befehle ! G ! 
29828 \backslash
29829 gathered
29830 \end_layout
29831
29832 \end_inset
29833
29834  bzw.
29835  
29836 \series bold
29837
29838 \backslash
29839 split
29840 \series default
29841
29842 \begin_inset Index idx
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846 Befehle ! S ! 
29847 \backslash
29848 split
29849 \end_layout
29850
29851 \end_inset
29852
29853  ein.
29854  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29855  jedoch darf sie nur zwei Spalten enthalten.
29856 \end_layout
29857
29858 \begin_layout Subsection
29859 Text in mehrzeiligen Formeln
29860 \begin_inset CommandInset label
29861 LatexCommand label
29862 name "sub:Text-in-mehrzeiligen"
29863
29864 \end_inset
29865
29866
29867 \begin_inset Index idx
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 Text ! in Formeln
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \begin_inset Index idx
29878 status collapsed
29879
29880 \begin_layout Plain Layout
29881 Formel ! mehrzeilige ! Text
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29891  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29892  die Ausrichtung der Spalten nicht beeinflusst.
29893  Dazu wird der Befehl 
29894 \series bold
29895
29896 \backslash
29897 intertext
29898 \begin_inset Index idx
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902 Befehle ! I ! 
29903 \backslash
29904 intertext
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \series default
29911  nach folgendem Schema benutzt:
29912 \end_layout
29913
29914 \begin_layout Standard
29915
29916 \series bold
29917
29918 \backslash
29919 intertext{Text}
29920 \end_layout
29921
29922 \begin_layout Standard
29923 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29924  werden kann.
29925  Weil LyX 
29926 \series bold
29927
29928 \backslash
29929 intertext
29930 \series default
29931  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29932  Text.
29933  
29934 \series bold
29935
29936 \backslash
29937 intertext
29938 \series default
29939  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29940  dieser Zeile.
29941  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29942 \begin_inset Formula 
29943 \begin{align}
29944 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29945 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29946 \end{align}
29947
29948 \end_inset
29949
29950
29951 \end_layout
29952
29953 \begin_layout Section
29954 Formelnummerierung
29955 \begin_inset Index idx
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959 Formelnummerierung
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \begin_inset Index idx
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969 Formel ! Nummerierung|see
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975 {
29976 \end_layout
29977
29978 \end_inset
29979
29980 Formelnummerierung
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986 }
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Subsection
30000 Allgemeines
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Nummerierte Formeln können mit dem Menü 
30005 \family sans
30006 Einfügen\SpecialChar \menuseparator
30007 Mathe\SpecialChar \menuseparator
30008 Nummerierte
30009 \begin_inset space ~
30010 \end_inset
30011
30012 Formel
30013 \family default
30014  (Tastenkürzel 
30015 \family sans
30016 Strg+Alt
30017 \begin_inset space ~
30018 \end_inset
30019
30020 N
30021 \family default
30022 ) erstellt, bestehende Formeln über das Menü 
30023 \family sans
30024 Bearbeiten\SpecialChar \menuseparator
30025 Mathe\SpecialChar \menuseparator
30026 Nummerierung
30027 \begin_inset space ~
30028 \end_inset
30029
30030 an/aus
30031 \family default
30032  (Tastenkürzel 
30033 \family sans
30034 Alt+M
30035 \begin_inset space ~
30036 \end_inset
30037
30038 N
30039 \family default
30040 ) nummeriert werden.
30041  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30042  Klammern.
30043  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30044 \end_layout
30045
30046 \begin_layout Standard
30047 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30048  Zeilen nummeriert.
30049  Man kann jedoch über das Menü 
30050 \family sans
30051 Bearbeiten\SpecialChar \menuseparator
30052 Mathe\SpecialChar \menuseparator
30053 Zeilennummerierung an/aus
30054 \family default
30055  (Tastenkürzel 
30056 \family sans
30057 Alt+M
30058 \begin_inset space ~
30059 \end_inset
30060
30061 Shift+N
30062 \family default
30063 ) für jede Zeile die Nummerierung festlegen.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30068  werden, siehe 
30069 \begin_inset CommandInset ref
30070 LatexCommand ref
30071 reference "sec:Formelstile"
30072
30073 \end_inset
30074
30075 .
30076 \end_layout
30077
30078 \begin_layout Subsection
30079 Querverweise
30080 \begin_inset Index idx
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084 Querverweise ! auf Formeln
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \end_layout
30091
30092 \begin_layout Standard
30093 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30094  Eine Marke wird mit dem Menü 
30095 \family sans
30096 Einfügen\SpecialChar \menuseparator
30097 Marke
30098 \family default
30099  oder dem Werkzeugleistenknopf 
30100 \begin_inset Graphics
30101         filename ../../images/label-insert.png
30102         scale 85
30103
30104 \end_inset
30105
30106  gesetzt.
30107  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30108  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30109 \series bold
30110 eq:
30111 \series default
30112 , nachdem der eigentliche Markenname eingegeben wird.
30113  Der voreingestellte Eintrag steht für 
30114 \begin_inset Quotes gld
30115 \end_inset
30116
30117 equation
30118 \begin_inset Quotes grd
30119 \end_inset
30120
30121  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30122  einer Formel und nicht zu einem Kapitel gehört.
30123  Um eine Marke zu ändern, wählt man wieder das Menü 
30124 \family sans
30125 Einfügen\SpecialChar \menuseparator
30126 Marke
30127 \family default
30128 .
30129 \end_layout
30130
30131 \begin_layout Standard
30132 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30133  Eine Formel mit Marke wird immer nummeriert.
30134 \end_layout
30135
30136 \begin_layout Standard
30137 Querverweise werden mit dem Menü 
30138 \family sans
30139 Einfügen\SpecialChar \menuseparator
30140 Querverweis
30141 \family default
30142  oder dem Werkzeugleistenknopf 
30143 \begin_inset Graphics
30144         filename ../../images/dialog-show-new-inset_ref.png
30145         scale 85
30146
30147 \end_inset
30148
30149  eingefügt.
30150  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30151  Wenn man im Querverweis Dialogfenster das Format 
30152 \series bold
30153 (<Querverweis>)
30154 \series default
30155  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30156 \begin_inset Newline newline
30157 \end_inset
30158
30159 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30160  man zur Formel auf die verwiesen wird.
30161 \end_layout
30162
30163 \begin_layout Standard
30164 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30165 \begin_inset Note Note
30166 status open
30167
30168 \begin_layout Plain Layout
30169 Man beachte die unterschiedlichen Querverweistypen.
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Die Gleichungen 
30179 \begin_inset CommandInset ref
30180 LatexCommand eqref
30181 reference "eq:tag"
30182
30183 \end_inset
30184
30185  und 
30186 \begin_inset CommandInset ref
30187 LatexCommand eqref
30188 reference "eq:c"
30189
30190 \end_inset
30191
30192  sind äquivalent.
30193  In (
30194 \begin_inset CommandInset ref
30195 LatexCommand ref
30196 reference "eq:Lat"
30197
30198 \end_inset
30199
30200 ) werden im Gegensatz zu (
30201 \begin_inset CommandInset ref
30202 LatexCommand ref
30203 reference "eq:Roem"
30204
30205 \end_inset
30206
30207 ) große lateinische Buchstaben zur Nummerierung verwendet.
30208 \end_layout
30209
30210 \begin_layout Standard
30211 \begin_inset VSpace medskip
30212 \end_inset
30213
30214 Ist im Argument von 
30215 \series bold
30216
30217 \backslash
30218 tag
30219 \begin_inset Foot
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224 \series bold
30225
30226 \backslash
30227 tag
30228 \series default
30229  ist in 
30230 \begin_inset CommandInset ref
30231 LatexCommand ref
30232 reference "sub:Benutzerdefinierte-Nummerierung"
30233
30234 \end_inset
30235
30236  beschrieben.
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \series default
30243  wie in 
30244 \begin_inset CommandInset ref
30245 LatexCommand ref
30246 reference "sub:Absatzboxen"
30247
30248 \end_inset
30249
30250  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30251 \end_layout
30252
30253 \begin_layout Subsection
30254 Unternummerierung
30255 \begin_inset Index idx
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Formelnummerierung ! Unternummerierung
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \end_layout
30266
30267 \begin_layout Standard
30268 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30269  
30270 \begin_inset Newline newline
30271 \end_inset
30272
30273
30274 \series bold
30275
30276 \backslash
30277 begin{subequations}
30278 \series default
30279  und 
30280 \series bold
30281
30282 \backslash
30283 end{subequations}
30284 \series default
30285  erreichen.
30286  Beide Befehle werden im TeX-Modus eingegeben.
30287 \end_layout
30288
30289 \begin_layout Standard
30290 Dazu ein Beispiel:
30291 \begin_inset Formula 
30292 \begin{equation}
30293 A=C-B\label{eq:a}
30294 \end{equation}
30295
30296 \end_inset
30297
30298
30299 \begin_inset ERT
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303
30304
30305 \backslash
30306 addtocounter{equation}{-1}
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \begin_inset ERT
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316
30317
30318 \backslash
30319 begin{subequations}
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \begin_inset VSpace -5mm
30326 \end_inset
30327
30328
30329 \begin_inset Formula 
30330 \begin{equation}
30331 B=C-A\label{eq:b}
30332 \end{equation}
30333
30334 \end_inset
30335
30336
30337 \begin_inset Formula 
30338 \begin{equation}
30339 C=A+B\label{eq:c}
30340 \end{equation}
30341
30342 \end_inset
30343
30344
30345 \end_layout
30346
30347 \begin_layout Standard
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353
30354 \backslash
30355 end{subequations}
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30365 \end_layout
30366
30367 \begin_layout Enumerate
30368 erste Formel eingeben
30369 \end_layout
30370
30371 \begin_layout Enumerate
30372
30373 \series bold
30374
30375 \backslash
30376 addtocounter{equation}{-1} 
30377 \backslash
30378 begin{subequations}
30379 \begin_inset Index idx
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383 Befehle ! A ! 
30384 \backslash
30385 addtocounter
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \begin_inset Newline newline
30392 \end_inset
30393
30394
30395 \series default
30396 nach der ersten Formel einfügen
30397 \end_layout
30398
30399 \begin_layout Enumerate
30400 zweite Formel eingeben
30401 \end_layout
30402
30403 \begin_layout Enumerate
30404 dritte Formel eingeben
30405 \end_layout
30406
30407 \begin_layout Enumerate
30408
30409 \series bold
30410
30411 \backslash
30412 end{subequations}
30413 \series default
30414  nach der dritten Formel einfügen
30415 \end_layout
30416
30417 \begin_layout Standard
30418 Jede Formel, die zwischen den Befehlen 
30419 \series bold
30420
30421 \backslash
30422 begin
30423 \series default
30424  und 
30425 \series bold
30426
30427 \backslash
30428 end
30429 \series default
30430  steht, wird mit a, b, c, \SpecialChar \ldots{}
30431  untergliedert.
30432  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30433  Alle untergliederten Formeln gelten als 
30434 \emph on
30435 eine
30436 \emph default
30437  nummerierte Formel.
30438  Da jede nummerierte Formel den Formelzähler 
30439 \series bold
30440 equation
30441 \series default
30442  um Eins erhöht, ist der Befehl 
30443 \series bold
30444
30445 \backslash
30446 addtocounter
30447 \series default
30448  notwendig um den Zähler wieder zu erniedrigen.
30449  Ansonsten würden die Formeln 
30450 \begin_inset CommandInset ref
30451 LatexCommand eqref
30452 reference "eq:a"
30453
30454 \end_inset
30455
30456
30457 \begin_inset CommandInset ref
30458 LatexCommand eqref
30459 reference "eq:b"
30460
30461 \end_inset
30462
30463
30464 \begin_inset CommandInset ref
30465 LatexCommand eqref
30466 reference "eq:c"
30467
30468 \end_inset
30469
30470  als 
30471 \begin_inset CommandInset ref
30472 LatexCommand eqref
30473 reference "eq:a"
30474
30475 \end_inset
30476
30477
30478 \begin_inset CommandInset ref
30479 LatexCommand eqref
30480 reference "eq:d"
30481
30482 \end_inset
30483
30484
30485 \begin_inset CommandInset ref
30486 LatexCommand eqref
30487 reference "eq:f"
30488
30489 \end_inset
30490
30491  nummeriert werden.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30496  Formeln automatisch etwas Leerraum erstellt.
30497  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30498 \series bold
30499
30500 \backslash
30501 begin{subequations}
30502 \series default
30503  -5
30504 \begin_inset space \thinspace{}
30505 \end_inset
30506
30507 mm vertikalen Leerraum ein.
30508  Ist der Formelstil 
30509 \series bold
30510 Eingerückt
30511 \begin_inset Foot
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515 Formelstile siehe 
30516 \begin_inset CommandInset ref
30517 LatexCommand ref
30518 reference "sec:Formelstile"
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \series default
30529  gewählt, fügt man -7
30530 \begin_inset space \thinspace{}
30531 \end_inset
30532
30533 mm Leerraum ein.
30534 \end_layout
30535
30536 \begin_layout Standard
30537 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30538  der zweiten Zeile abgeschaltet wurde:
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 begin{subequations}
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \begin_inset Formula 
30553 \begin{eqnarray}
30554 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30555  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30556  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30557 \end{eqnarray}
30558
30559 \end_inset
30560
30561
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 end{subequations}
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \end_layout
30576
30577 \begin_layout Subsection
30578 Benutzerdefinierte Nummerierung
30579 \begin_inset CommandInset label
30580 LatexCommand label
30581 name "sub:Benutzerdefinierte-Nummerierung"
30582
30583 \end_inset
30584
30585
30586 \begin_inset Index idx
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590 Formelnummerierung ! benutzerdefinierte
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 \begin_inset Index idx
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603 Formelnummerierung ! eigene Klammern
30604 \end_layout
30605
30606 \end_inset
30607
30608 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30609  gesetzt.
30610  Will man diese Klammern z.
30611 \begin_inset space \thinspace{}
30612 \end_inset
30613
30614 B.
30615  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30616  an:
30617 \end_layout
30618
30619 \begin_layout Standard
30620
30621 \series bold
30622
30623 \backslash
30624 def
30625 \backslash
30626 tagform@#1{
30627 \backslash
30628 maketag@@@{|#1|}}
30629 \series default
30630
30631 \begin_inset Note Note
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30636  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30637  werden.
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \begin_layout Standard
30646 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30647 \series bold
30648 #1
30649 \series default
30650  durch ein oder mehrere gewünschte Zeichen.
30651  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30652 \end_layout
30653
30654 \begin_layout Standard
30655 \begin_inset VSpace bigskip
30656 \end_inset
30657
30658 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30659  hinter der Formel stehen, benutzt man den Befehl 
30660 \series bold
30661
30662 \backslash
30663 tag
30664 \series default
30665
30666 \begin_inset Index idx
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670 Befehle ! T ! 
30671 \backslash
30672 tag
30673 \end_layout
30674
30675 \end_inset
30676
30677 :
30678 \begin_inset Formula 
30679 \begin{equation}
30680 A+B=C\tag{etwas}\label{eq:tag}
30681 \end{equation}
30682
30683 \end_inset
30684
30685  In diesem Beispiel wurde in der Formel der Befehl 
30686 \series bold
30687
30688 \backslash
30689 tag
30690 \series default
30691
30692 \begin_inset ERT
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697
30698 \backslash
30699 leer 
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \series bold
30706 etwas
30707 \series default
30708  eingegeben.
30709 \end_layout
30710
30711 \begin_layout Standard
30712 Gibt man stattdessen 
30713 \series bold
30714
30715 \backslash
30716 tag*
30717 \series default
30718
30719 \begin_inset ERT
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723
30724
30725 \backslash
30726 leer 
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \series bold
30733 etwas
30734 \series default
30735  ein, verhindert der Stern die Klammern um den Ausdruck:
30736 \begin_inset Formula 
30737 \[
30738 A+B=C\tag*{etwas}
30739 \]
30740
30741 \end_inset
30742
30743
30744 \end_layout
30745
30746 \begin_layout Standard
30747 \begin_inset VSpace bigskip
30748 \end_inset
30749
30750 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30751  oder 
30752 \begin_inset ERT
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756
30757
30758 \backslash
30759 mbox{
30760 \end_layout
30761
30762 \end_inset
30763
30764 -abschnitt
30765 \begin_inset ERT
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769
30770 }
30771 \end_layout
30772
30773 \end_inset
30774
30775
30776 \begin_inset Note Note
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780 Der Befehl 
30781 \series bold
30782
30783 \backslash
30784 mbox
30785 \series default
30786  verhindert, dass am Bindestrich umgebrochen wird.
30787 \end_layout
30788
30789 \end_inset
30790
30791  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30792 \end_layout
30793
30794 \begin_layout Standard
30795
30796 \series bold
30797
30798 \backslash
30799 @addtoreset{equation}{part}
30800 \series default
30801
30802 \begin_inset Index idx
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806 Befehle ! 
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812 "
30813 \end_layout
30814
30815 \end_inset
30816
30817 @
30818 \begin_inset ERT
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822
30823 "
30824 \end_layout
30825
30826 \end_inset
30827
30828  ! 
30829 \backslash
30830
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836 "
30837 \end_layout
30838
30839 \end_inset
30840
30841 @
30842 \begin_inset ERT
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846
30847 "
30848 \end_layout
30849
30850 \end_inset
30851
30852 addtoreset
30853 \end_layout
30854
30855 \end_inset
30856
30857
30858 \begin_inset Newline newline
30859 \end_inset
30860
30861 bzw.
30862 \begin_inset Newline newline
30863 \end_inset
30864
30865
30866 \series bold
30867
30868 \backslash
30869 @addtoreset{equation}{section}
30870 \end_layout
30871
30872 \begin_layout Standard
30873 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30874 \begin_inset Quotes gld
30875 \end_inset
30876
30877 @
30878 \begin_inset Quotes grd
30879 \end_inset
30880
30881  Zeichen für LaTeX mit dem Befehl 
30882 \series bold
30883
30884 \backslash
30885 makeatletter
30886 \series default
30887  
30888 \begin_inset Quotes gld
30889 \end_inset
30890
30891 aktiv
30892 \begin_inset Quotes grd
30893 \end_inset
30894
30895  gemacht werden.
30896  Der Befehl 
30897 \series bold
30898
30899 \backslash
30900 makeatother
30901 \series default
30902  macht dies wieder rückgängig.
30903  Daher ist die Befehlssequenz im TeX-Modus:
30904 \end_layout
30905
30906 \begin_layout Standard
30907
30908 \series bold
30909
30910 \backslash
30911 makeatletter
30912 \begin_inset Newline newline
30913 \end_inset
30914
30915
30916 \backslash
30917 @addtoreset{equation}{section}
30918 \begin_inset Newline newline
30919 \end_inset
30920
30921
30922 \backslash
30923 makeatother
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Im LaTeX-Vorspann können 
30928 \series bold
30929
30930 \backslash
30931 makeatletter
30932 \series default
30933  und 
30934 \series bold
30935
30936 \backslash
30937 makeatother
30938 \series default
30939  weggelassen werden, da LyX sie automatisch intern einfügt.
30940 \end_layout
30941
30942 \begin_layout Standard
30943 Um 
30944 \series bold
30945
30946 \backslash
30947 @addtoreset
30948 \series default
30949  rückgängig zu machen, muss die Datei 
30950 \series bold
30951 remreset.sty
30952 \series default
30953
30954 \begin_inset Foot
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959 \series bold
30960 remreset
30961 \series default
30962  ist Teil des LaTeX-Paketes 
30963 \series bold
30964 carlisle
30965 \series default
30966
30967 \begin_inset Index idx
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 Pakete ! carlisle
30972 \end_layout
30973
30974 \end_inset
30975
30976 , das Teil jeder LaTeX-Standardinstallation ist.
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \begin_inset Index idx
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 Pakete ! remreset
30987 \end_layout
30988
30989 \end_inset
30990
30991  im LaTeX-Vorspann mit der Zeile
30992 \end_layout
30993
30994 \begin_layout Standard
30995
30996 \series bold
30997
30998 \backslash
30999 usepackage{remreset}
31000 \end_layout
31001
31002 \begin_layout Standard
31003 geladen werden.
31004  Dann kann der Befehl 
31005 \series bold
31006
31007 \backslash
31008 @removefromreset
31009 \series default
31010
31011 \begin_inset Index idx
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015 Befehle ! 
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021 "
31022 \end_layout
31023
31024 \end_inset
31025
31026 @
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032 "
31033 \end_layout
31034
31035 \end_inset
31036
31037  ! 
31038 \backslash
31039
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045 "
31046 \end_layout
31047
31048 \end_inset
31049
31050 @
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056 "
31057 \end_layout
31058
31059 \end_inset
31060
31061 removefromreset
31062 \end_layout
31063
31064 \end_inset
31065
31066  mit dem selben Schema wie 
31067 \series bold
31068
31069 \backslash
31070 @addtoreset
31071 \series default
31072  benutzt werden.
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset VSpace bigskip
31077 \end_inset
31078
31079 Oftmals möchte man Formeln in folgender Art nummerieren:
31080 \end_layout
31081
31082 \begin_layout Standard
31083
31084 \family typewriter
31085 (Kapitelnummer.Formelnummer)
31086 \end_layout
31087
31088 \begin_layout Standard
31089 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Für diesen Fall gibt es den Befehl 
31094 \series bold
31095
31096 \backslash
31097 numberwithin
31098 \series default
31099
31100 \begin_inset Index idx
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104 Befehle ! N ! 
31105 \backslash
31106 numberwithin
31107 \end_layout
31108
31109 \end_inset
31110
31111 , der nach folgendem Schema benutzt wird:
31112 \end_layout
31113
31114 \begin_layout Standard
31115
31116 \series bold
31117
31118 \backslash
31119 numberwithin{Zähler}{Gliederung}
31120 \end_layout
31121
31122 \begin_layout Standard
31123 Zähler gibt an, welche Nummerierung betroffen ist.
31124  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31125 \end_layout
31126
31127 \begin_layout Standard
31128 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31129  ein:
31130 \end_layout
31131
31132 \begin_layout Standard
31133
31134 \series bold
31135
31136 \backslash
31137 numberwithin{equation}{section}
31138 \end_layout
31139
31140 \begin_layout Standard
31141 Das ist das Ergebnis:
31142 \begin_inset ERT
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146
31147
31148 \backslash
31149 numberwithin{equation}{section}
31150 \end_layout
31151
31152 \end_inset
31153
31154
31155 \begin_inset Formula 
31156 \begin{equation}
31157 A+B=C
31158 \end{equation}
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Standard
31166 Möchte man z.
31167 \begin_inset space \thinspace{}
31168 \end_inset
31169
31170 B.
31171  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31172  gibt man 
31173 \series bold
31174
31175 \backslash
31176 numberwithin{table}{part}
31177 \series default
31178  ein.
31179 \end_layout
31180
31181 \begin_layout Standard
31182 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31183 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31184  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31185 \end_layout
31186
31187 \begin_layout Standard
31188
31189 \series bold
31190
31191 \backslash
31192 renewcommand{
31193 \backslash
31194 theequation}{
31195 \backslash
31196 arabic{equation}}
31197 \begin_inset Index idx
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 Befehle ! A ! 
31202 \backslash
31203 arabic
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \series default
31210
31211 \begin_inset ERT
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215
31216
31217 \backslash
31218 renewcommand{
31219 \backslash
31220 theequation}{
31221 \backslash
31222 arabic{equation}}
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \series bold
31229
31230 \begin_inset Newline newline
31231 \end_inset
31232
31233
31234 \series default
31235 bzw.
31236 \series bold
31237
31238 \begin_inset Newline newline
31239 \end_inset
31240
31241
31242 \backslash
31243 renewcommand{
31244 \backslash
31245 thetable}{
31246 \backslash
31247 arabic{table}}
31248 \end_layout
31249
31250 \begin_layout Standard
31251
31252 \series bold
31253
31254 \backslash
31255 numberwithin
31256 \series default
31257  benutzt intern den oben beschriebenen Befehl 
31258 \series bold
31259
31260 \backslash
31261 @addtoreset
31262 \series default
31263 , der ebenfalls rückgängig gemacht werden muss.
31264 \begin_inset ERT
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268
31269
31270 \backslash
31271 makeatletter
31272 \end_layout
31273
31274 \begin_layout Plain Layout
31275
31276
31277 \backslash
31278 @removefromreset{equation}{section}
31279 \end_layout
31280
31281 \begin_layout Plain Layout
31282
31283
31284 \backslash
31285 makeatother
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Subsection
31294 Nummerierung mit römischen Zahlen und Buchstaben
31295 \begin_inset Index idx
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299 Formelnummerierung ! mit Buchstaben
31300 \end_layout
31301
31302 \end_inset
31303
31304
31305 \begin_inset Index idx
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309 Formelnummerierung ! mit römischen Zahlen
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31319  werden.
31320  Um z.
31321 \begin_inset space \thinspace{}
31322 \end_inset
31323
31324 B.
31325  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31326  TeX-Modus den Befehl
31327 \end_layout
31328
31329 \begin_layout Standard
31330
31331 \series bold
31332
31333 \backslash
31334 renewcommand{
31335 \backslash
31336 theequation}{
31337 \backslash
31338 roman{equation}}
31339 \end_layout
31340
31341 \begin_layout Standard
31342 ein.
31343  
31344 \series bold
31345
31346 \backslash
31347 renewcommand
31348 \series default
31349
31350 \begin_inset Index idx
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354 Befehle ! R ! 
31355 \backslash
31356 renewcommand
31357 \end_layout
31358
31359 \end_inset
31360
31361  weist dem vordefinierten Befehl 
31362 \series bold
31363
31364 \backslash
31365 theequation
31366 \series default
31367  den Befehl
31368 \begin_inset Newline linebreak
31369 \end_inset
31370
31371
31372 \series bold
31373
31374 \backslash
31375 roman{equation}
31376 \series default
31377  zu.
31378 \begin_inset Foot
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382 Der Befehl 
31383 \series bold
31384
31385 \backslash
31386 renewcommand
31387 \series default
31388  besitzt dasselbe Schema wie der in 
31389 \begin_inset CommandInset ref
31390 LatexCommand ref
31391 reference "sub:Der-Befehl-newcommand"
31392
31393 \end_inset
31394
31395  beschriebene Befehl
31396 \begin_inset Newline newline
31397 \end_inset
31398
31399
31400 \series bold
31401
31402 \backslash
31403 newcommand
31404 \series default
31405 .
31406 \end_layout
31407
31408 \end_inset
31409
31410  
31411 \series bold
31412 equation
31413 \series default
31414  ist der Formelzähler.
31415  Stellt man einem Zähler den Befehl 
31416 \series bold
31417
31418 \backslash
31419 the
31420 \series default
31421  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31422  wird.
31423  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31424  
31425 \series bold
31426
31427 \backslash
31428 theequation
31429 \series default
31430  hinter die Formel.
31431  
31432 \series bold
31433
31434 \backslash
31435 roman{equation}
31436 \begin_inset Index idx
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440 Befehle ! R ! 
31441 \backslash
31442 roman
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \series default
31449  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31450 \end_layout
31451
31452 \begin_layout Standard
31453 Alle Formeln nach dem 
31454 \series bold
31455
31456 \backslash
31457 renewcommand
31458 \series default
31459 -Befehl werden nun römisch nummeriert.
31460  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31461  den Befehl erneut ein, ersetzt aber 
31462 \series bold
31463
31464 \backslash
31465 roman
31466 \series default
31467  durch 
31468 \series bold
31469
31470 \backslash
31471 Roman
31472 \series default
31473
31474 \begin_inset Index idx
31475 status collapsed
31476
31477 \begin_layout Plain Layout
31478 Befehle ! R ! 
31479 \backslash
31480 roman@
31481 \backslash
31482 Roman
31483 \end_layout
31484
31485 \end_inset
31486
31487 .
31488  Für die 
31489 \begin_inset Quotes gld
31490 \end_inset
31491
31492 Nummerierung
31493 \begin_inset Quotes grd
31494 \end_inset
31495
31496  mit lateinischen Buchstaben gibt es den Befehl 
31497 \series bold
31498
31499 \backslash
31500 alph
31501 \series default
31502
31503 \begin_inset Index idx
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507 Befehle ! A ! 
31508 \backslash
31509 alph
31510 \end_layout
31511
31512 \end_inset
31513
31514  für kleine und 
31515 \series bold
31516
31517 \backslash
31518 Alph
31519 \series default
31520
31521 \begin_inset Index idx
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525 Befehle ! A ! 
31526 \backslash
31527 alph@
31528 \backslash
31529 Alph
31530 \end_layout
31531
31532 \end_inset
31533
31534  für große Buchstaben.
31535 \end_layout
31536
31537 \begin_layout Standard
31538 \begin_inset Note Greyedout
31539 status open
31540
31541 \begin_layout Plain Layout
31542
31543 \series bold
31544 Achtung:
31545 \series default
31546  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31547  nummeriert werden.
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Standard
31556 \begin_inset ERT
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560
31561
31562 \backslash
31563 renewcommand{
31564 \backslash
31565 theequation}{
31566 \backslash
31567 roman{equation}}
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 \begin_inset Formula 
31577 \begin{equation}
31578 A=\textrm{römisch}
31579 \end{equation}
31580
31581 \end_inset
31582
31583
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 renewcommand{
31592 \backslash
31593 theequation}{
31594 \backslash
31595 Roman{equation}}
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \begin_inset Formula 
31602 \begin{equation}
31603 B=\textrm{Römisch}\label{eq:Roem}
31604 \end{equation}
31605
31606 \end_inset
31607
31608
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 renewcommand{
31617 \backslash
31618 theequation}{
31619 \backslash
31620 alph{equation}}
31621 \end_layout
31622
31623 \end_inset
31624
31625
31626 \begin_inset Formula 
31627 \begin{equation}
31628 C=\textrm{lateinisch}
31629 \end{equation}
31630
31631 \end_inset
31632
31633
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 renewcommand{
31642 \backslash
31643 theequation}{
31644 \backslash
31645 Alph{equation}}
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \begin_inset Formula 
31652 \begin{equation}
31653 D=\textrm{Lateinisch}\label{eq:Lat}
31654 \end{equation}
31655
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \begin_layout Standard
31662 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31663  ein:
31664 \end_layout
31665
31666 \begin_layout Standard
31667
31668 \series bold
31669
31670 \backslash
31671 renewcommand{
31672 \backslash
31673 theequation}{
31674 \backslash
31675 arabic{equation}}
31676 \begin_inset Index idx
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680 Befehle ! A ! 
31681 \backslash
31682 arabic
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \begin_layout Standard
31691 \begin_inset ERT
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695
31696
31697 \backslash
31698 renewcommand{
31699 \backslash
31700 theequation}{
31701 \backslash
31702 arabic{equation}}
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset Formula 
31709 \begin{equation}
31710 E=\textrm{arabisch}
31711 \end{equation}
31712
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \begin_layout Standard
31719 \begin_inset VSpace medskip
31720 \end_inset
31721
31722 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31723 riert.
31724  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31725  beginnen, müssen neue Formelzähler angelegt werden.
31726  Eine Beschreibung dazu findet man in der Datei 
31727 \begin_inset CommandInset href
31728 LatexCommand href
31729 name "Formelnummerierung.lyx"
31730 target "run:Formelnummerierung.lyx"
31731
31732 \end_inset
31733
31734 .
31735 \end_layout
31736
31737 \begin_layout Section
31738 Chemische Symbole und Reaktionsgleichungen
31739 \begin_inset CommandInset label
31740 LatexCommand label
31741 name "sub:Chemische-Symbole-und"
31742
31743 \end_inset
31744
31745
31746 \begin_inset Index idx
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 chemische Zeichen ! Symbole
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \begin_inset Index idx
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 Reaktionsgleichungen
31761 \end_layout
31762
31763 \end_inset
31764
31765
31766 \begin_inset Index idx
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770 Symbole ! chemische
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \begin_layout Standard
31779 Ein Beispieltext aus der Chemie:
31780 \end_layout
31781
31782 \begin_layout Quote
31783 Das 
31784 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31785 \end_inset
31786
31787 -Ion verbindet sich mit zwei 
31788 \begin_inset Formula $\mathrm{Na^{+}}$
31789 \end_inset
31790
31791 -Ionen zu Natriumsulfat 
31792 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31793 \end_inset
31794
31795 .
31796  Die Reaktionsgleichung dazu lautet:
31797 \begin_inset Formula 
31798 \begin{equation}
31799 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31800 \end{equation}
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31809  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31810  in der Formel und wandelt diese mit der Tastenkombination 
31811 \family sans
31812 Alt+Z
31813 \begin_inset space ~
31814 \end_inset
31815
31816 R
31817 \family default
31818  in den aufrechten Schriftstil um.
31819 \begin_inset Foot
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823 Schriftstile siehe 
31824 \begin_inset CommandInset ref
31825 LatexCommand ref
31826 reference "sub:Schriftstile"
31827
31828 \end_inset
31829
31830
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Standard
31839 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31840 \series bold
31841  
31842 \backslash
31843 ce
31844 \series default
31845
31846 \begin_inset Index idx
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 Befehle ! C ! 
31851 \backslash
31852 ce
31853 \end_layout
31854
31855 \end_inset
31856
31857  zu benutzen.
31858  Dieser ist verfügbar, wenn das LaTeX-Paket 
31859 \series bold
31860 mhchem
31861 \series default
31862
31863 \begin_inset Index idx
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867 Pakete ! mhchem
31868 \end_layout
31869
31870 \end_inset
31871
31872  installiert ist.
31873  Nachdem 
31874 \series bold
31875
31876 \backslash
31877 ce
31878 \series default
31879  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31880  Formeln in intuitiver Weise eingegeben werden können.
31881 \end_layout
31882
31883 \begin_layout Standard
31884 \align center
31885 \begin_inset Tabular
31886 <lyxtabular version="3" rows="9" columns="2">
31887 <features tabularvalignment="middle">
31888 <column alignment="center" valignment="top" width="0">
31889 <column alignment="center" valignment="top" width="0">
31890 <row>
31891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 Befehl
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 Ergebnis
31905 \begin_inset Note Note
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910 \series bold
31911
31912 \backslash
31913 raisebox
31914 \series default
31915  dient nur als Abstandhalter.
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 </row>
31926 <row>
31927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931
31932 \backslash
31933 ce
31934 \begin_inset ERT
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938
31939
31940 \backslash
31941 leer 
31942 \end_layout
31943
31944 \end_inset
31945
31946 H2CO3
31947 \end_layout
31948
31949 \end_inset
31950 </cell>
31951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31952 \begin_inset Text
31953
31954 \begin_layout Plain Layout
31955 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31956 \end_inset
31957
31958
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 </row>
31964 <row>
31965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31966 \begin_inset Text
31967
31968 \begin_layout Plain Layout
31969
31970 \backslash
31971 ce
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977
31978 \backslash
31979 leer 
31980 \end_layout
31981
31982 \end_inset
31983
31984 SO4^2-
31985 \end_layout
31986
31987 \end_inset
31988 </cell>
31989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31990 \begin_inset Text
31991
31992 \begin_layout Plain Layout
31993 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \end_inset
32000 </cell>
32001 </row>
32002 <row>
32003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32004 \begin_inset Text
32005
32006 \begin_layout Plain Layout
32007
32008 \backslash
32009 ce
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015
32016 \backslash
32017 leer 
32018 \end_layout
32019
32020 \end_inset
32021
32022 (NH4)2S
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32028 \begin_inset Text
32029
32030 \begin_layout Plain Layout
32031 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \end_inset
32038 </cell>
32039 </row>
32040 <row>
32041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32042 \begin_inset Text
32043
32044 \begin_layout Plain Layout
32045
32046 \backslash
32047 ce
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 leer 
32056 \end_layout
32057
32058 \end_inset
32059
32060 KCr(SO4)2.12H2O
32061 \end_layout
32062
32063 \end_inset
32064 </cell>
32065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32066 \begin_inset Text
32067
32068 \begin_layout Plain Layout
32069 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 </row>
32078 <row>
32079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32080 \begin_inset Text
32081
32082 \begin_layout Plain Layout
32083
32084 \backslash
32085 ce
32086 \begin_inset ERT
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090
32091
32092 \backslash
32093 leer 
32094 \end_layout
32095
32096 \end_inset
32097
32098 A-B
32099 \backslash
32100 dbond
32101 \begin_inset ERT
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 leer 
32109 \end_layout
32110
32111 \end_inset
32112
32113 C
32114 \backslash
32115 tbond
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 leer 
32124 \end_layout
32125
32126 \end_inset
32127
32128 D
32129 \end_layout
32130
32131 \end_inset
32132 </cell>
32133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32134 \begin_inset Text
32135
32136 \begin_layout Plain Layout
32137 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 </row>
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151
32152 \backslash
32153 ce
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 leer 
32162 \end_layout
32163
32164 \end_inset
32165
32166 ^227
32167 \begin_inset Formula $\downarrow$
32168 \end_inset
32169
32170 _90
32171 \begin_inset Formula $\to$
32172 \end_inset
32173
32174 Th+
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 </row>
32192 <row>
32193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32194 \begin_inset Text
32195
32196 \begin_layout Plain Layout
32197
32198 \backslash
32199 ce
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205
32206 \backslash
32207 leer 
32208 \end_layout
32209
32210 \end_inset
32211
32212 CO2
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 leer 
32221 \end_layout
32222
32223 \end_inset
32224
32225 +
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231
32232 \backslash
32233 leer 
32234 \end_layout
32235
32236 \end_inset
32237
32238 C
32239 \begin_inset ERT
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243
32244
32245 \backslash
32246 leer 
32247 \end_layout
32248
32249 \end_inset
32250
32251 <=>
32252 \begin_inset ERT
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256
32257
32258 \backslash
32259 leer 
32260 \end_layout
32261
32262 \end_inset
32263
32264 2CO
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 </row>
32282 <row>
32283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287
32288 \backslash
32289 ce
32290 \begin_inset ERT
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294
32295
32296 \backslash
32297 leer 
32298 \end_layout
32299
32300 \end_inset
32301
32302 CO2
32303 \begin_inset ERT
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308
32309 \backslash
32310 leer 
32311 \end_layout
32312
32313 \end_inset
32314
32315 +
32316 \begin_inset ERT
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320
32321
32322 \backslash
32323 leer 
32324 \end_layout
32325
32326 \end_inset
32327
32328 C
32329 \begin_inset ERT
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333
32334
32335 \backslash
32336 leer 
32337 \end_layout
32338
32339 \end_inset
32340
32341 ->[
32342 \backslash
32343 alpha][
32344 \backslash
32345 beta]
32346 \begin_inset ERT
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350
32351
32352 \backslash
32353 leer 
32354 \end_layout
32355
32356 \end_inset
32357
32358 2CO}
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32368 \end_inset
32369
32370
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 </row>
32376 </lyxtabular>
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \begin_layout Standard
32384 \begin_inset Note Greyedout
32385 status open
32386
32387 \begin_layout Plain Layout
32388
32389 \series bold
32390 Achtung:
32391 \series default
32392  Wenn eine Formel in eine 
32393 \series bold
32394
32395 \backslash
32396 ce
32397 \series default
32398 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32399  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32400 \begin_inset space \thinspace{}
32401 \end_inset
32402
32403 B.
32404  für 
32405 \series bold
32406
32407 \backslash
32408 ce{$
32409 \backslash
32410 mu
32411 \backslash
32412 hyphen$Cl}
32413 \series default
32414
32415 \begin_inset ERT
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419
32420
32421 \backslash
32422 ce{$
32423 \backslash
32424 mu
32425 \backslash
32426 hyphen$Cl}
32427 \end_layout
32428
32429 \end_inset
32430
32431  
32432 \end_layout
32433
32434 \end_inset
32435
32436
32437 \end_layout
32438
32439 \begin_layout Standard
32440 Wird 
32441 \series bold
32442
32443 \backslash
32444 ce
32445 \series default
32446  benutzt, lautet der Befehl für Gleichung
32447 \begin_inset space ~
32448 \end_inset
32449
32450
32451 \begin_inset CommandInset ref
32452 LatexCommand eqref
32453 reference "eq:chemische-Reaktion"
32454
32455 \end_inset
32456
32457 :
32458 \begin_inset Newline newline
32459 \end_inset
32460
32461
32462 \series bold
32463  
32464 \backslash
32465 ce
32466 \series default
32467
32468 \begin_inset ERT
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472
32473
32474 \backslash
32475 leer 
32476 \end_layout
32477
32478 \end_inset
32479
32480
32481 \series bold
32482 2Na+
32483 \series default
32484
32485 \begin_inset ERT
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489
32490
32491 \backslash
32492 leer 
32493 \end_layout
32494
32495 \end_inset
32496
32497
32498 \series bold
32499 +
32500 \series default
32501
32502 \begin_inset ERT
32503 status collapsed
32504
32505 \begin_layout Plain Layout
32506
32507
32508 \backslash
32509 leer 
32510 \end_layout
32511
32512 \end_inset
32513
32514
32515 \series bold
32516 SO4^2-
32517 \series default
32518
32519 \begin_inset ERT
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523
32524
32525 \backslash
32526 leer 
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \begin_inset ERT
32533 status collapsed
32534
32535 \begin_layout Plain Layout
32536
32537
32538 \backslash
32539 leer 
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \series bold
32546 ->
32547 \series default
32548
32549 \begin_inset ERT
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553
32554
32555 \backslash
32556 leer 
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \series bold
32563 Na2SO4
32564 \end_layout
32565
32566 \begin_layout Standard
32567 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32568  Formel erstellt, wie in 
32569 \begin_inset CommandInset ref
32570 LatexCommand ref
32571 reference "sec:Mehrzeilige-Formeln"
32572
32573 \end_inset
32574
32575  beschrieben.
32576  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32577 \series bold
32578
32579 \backslash
32580 ce
32581 \series default
32582  verwendet.
32583  
32584 \begin_inset CommandInset ref
32585 LatexCommand eqref
32586 reference "eq:TEOS-Reaktion-1"
32587
32588 \end_inset
32589
32590  und 
32591 \begin_inset CommandInset ref
32592 LatexCommand eqref
32593 reference "eq:TEOS-Reaktion-2"
32594
32595 \end_inset
32596
32597  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32598  Gleichung eine eigene Nummer hat.
32599 \begin_inset Formula 
32600 \begin{eqnarray}
32601 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32602 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32603 \end{eqnarray}
32604
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \begin_layout Standard
32611 Außer 
32612 \series bold
32613
32614 \backslash
32615 ce
32616 \series default
32617  bietet das Paket 
32618 \series bold
32619 mhchem
32620 \series default
32621  noch den Befehl 
32622 \series bold
32623
32624 \backslash
32625 cf
32626 \series default
32627
32628 \begin_inset Index idx
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 Befehle ! C ! 
32633 \backslash
32634 cf
32635 \end_layout
32636
32637 \end_inset
32638
32639  für spezielle Fälle.
32640  Mehr über 
32641 \series bold
32642
32643 \backslash
32644 cf
32645 \series default
32646  und weitere Beispiele sind in der Dokumentation von 
32647 \series bold
32648 mhchem
32649 \series default
32650  zu finden, 
32651 \begin_inset CommandInset citation
32652 LatexCommand cite
32653 key "mhchem"
32654
32655 \end_inset
32656
32657 .
32658 \end_layout
32659
32660 \begin_layout Section
32661 Diagramme
32662 \end_layout
32663
32664 \begin_layout Standard
32665 LyX unterstützt zwei Typen kommutativer Diagramme: 
32666 \series bold
32667 amscd
32668 \series default
32669  und 
32670 \series bold
32671 xymatrix
32672 \series default
32673 , die im Folgenden erläutert sind.
32674 \end_layout
32675
32676 \begin_layout Subsection
32677 amscd Diagramme
32678 \begin_inset Index idx
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682 Diagramme ! amscd
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \begin_layout Standard
32691 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32692  Linien oder Pfeilen dar:
32693 \begin_inset Formula 
32694 \[
32695 \begin{CD}A@>>>B@>>>C\\
32696 @AAA@.@VVV\\
32697 F@<<<E@<<<D
32698 \end{CD}
32699 \]
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32708 \series bold
32709
32710 \backslash
32711 CD
32712 \begin_inset Index idx
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716 Befehle ! C ! 
32717 \backslash
32718 CD
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \series default
32725  ein.
32726  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32727  man die weiteren Befehle eingibt.
32728  Mit 
32729 \series bold
32730
32731 \begin_inset ERT
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735
32736
32737 \backslash
32738 mbox{
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \family sans
32745 \series default
32746 Strg+Enter
32747 \family default
32748 \series bold
32749
32750 \begin_inset ERT
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754
32755 }
32756 \end_layout
32757
32758 \end_inset
32759
32760
32761 \series default
32762  wird eine neue Zeile erstellt.
32763  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32764  Zeilen der Formel eingegeben.
32765 \end_layout
32766
32767 \begin_layout Standard
32768 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32769 \end_layout
32770
32771 \begin_layout Itemize
32772
32773 \series bold
32774 @<<<
32775 \series default
32776  erstellt einen Linkspfeil, 
32777 \series bold
32778 @>>>
32779 \series default
32780  einen Rechtspfeil und 
32781 \series bold
32782 @=
32783 \series default
32784  ein langes Gleichheitszeichen
32785 \end_layout
32786
32787 \begin_layout Itemize
32788
32789 \series bold
32790 @AAA
32791 \series default
32792  erstellt einen Pfeil nach oben, 
32793 \series bold
32794 @VVV
32795 \series default
32796  einen Pfeil nach unten und 
32797 \series bold
32798 @|
32799 \series default
32800  ein senkrechtes Gleichheitszeichen
32801 \end_layout
32802
32803 \begin_layout Itemize
32804
32805 \series bold
32806 @.
32807
32808 \series default
32809  dient als Platzhalter für nicht vorhandene Beziehungen
32810 \end_layout
32811
32812 \begin_layout Standard
32813 Alle Pfeile sind wie folgt beschriftbar:
32814 \end_layout
32815
32816 \begin_layout Itemize
32817 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32818  > Text eingegeben, erscheint er über dem Pfeil.
32819  Wird der Text zwischen dem zweiten und dritten < bzw.
32820  > eingegeben, erscheint er unter dem Pfeil.
32821 \end_layout
32822
32823 \begin_layout Itemize
32824 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32825  V eingegeben, erscheint er links neben dem Pfeil.
32826  Bei Eingabe zwischen zweitem und drittem A bzw.
32827  V erscheint er rechts daneben.
32828  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32829  gesetzt werden.
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32834 \end_layout
32835
32836 \begin_layout Standard
32837 \begin_inset Formula 
32838 \[
32839 \begin{CD}A@>j>>B@>>k>C@=F\\
32840 @AmAA@.@VV{V}V@|\\
32841 D@<<j<E@>k>>F@=C
32842 \end{CD}
32843 \]
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 Der Befehl dazu lautet:
32852 \begin_inset Newline newline
32853 \end_inset
32854
32855
32856 \series bold
32857
32858 \backslash
32859 CD
32860 \begin_inset ERT
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864
32865
32866 \backslash
32867 leer 
32868 \end_layout
32869
32870 \end_inset
32871
32872 A@>j>>B@>>k>C@=F Strg+Enter
32873 \begin_inset Newline newline
32874 \end_inset
32875
32876
32877 \begin_inset Phantom HPhantom
32878 status open
32879
32880 \begin_layout Plain Layout
32881
32882 \series bold
32883
32884 \backslash
32885 CD
32886 \begin_inset ERT
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890
32891
32892 \backslash
32893 leer 
32894 \end_layout
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \end_inset
32902
32903 @AmAA@.@VV
32904 \backslash
32905 {V
32906 \series default
32907
32908 \begin_inset Formula $\to$
32909 \end_inset
32910
32911
32912 \series bold
32913 V@| Strg+Enter
32914 \begin_inset Newline newline
32915 \end_inset
32916
32917
32918 \begin_inset Phantom HPhantom
32919 status open
32920
32921 \begin_layout Plain Layout
32922
32923 \series bold
32924
32925 \backslash
32926 CD
32927 \begin_inset ERT
32928 status collapsed
32929
32930 \begin_layout Plain Layout
32931
32932
32933 \backslash
32934 leer 
32935 \end_layout
32936
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \end_inset
32943
32944 D@<<j<E@>k>>F@=C
32945 \end_layout
32946
32947 \begin_layout Subsection
32948 xymatrix Diagramme
32949 \begin_inset Index idx
32950 status collapsed
32951
32952 \begin_layout Plain Layout
32953 Diagramme ! xymatrix
32954 \end_layout
32955
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \begin_layout Standard
32962 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32963 \series bold
32964 xypic
32965 \series default
32966  installiert sein.
32967  Eine Xymatrix wird erstellt, indem der Befehl 
32968 \series bold
32969
32970 \backslash
32971 xymatrix
32972 \series default
32973  in eine Formel eingegeben wird.
32974  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32975  hinzufügen, siehe 
32976 \begin_inset CommandInset ref
32977 LatexCommand ref
32978 reference "sec:Matrizen"
32979
32980 \end_inset
32981
32982 .
32983 \end_layout
32984
32985 \begin_layout Standard
32986 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32987  gekrümmte Pfeile und vieles mehr.
32988  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32989  sind im Detail im 
32990 \emph on
32991 XY-pic-Handbuch
32992 \emph default
32993  erklärt, dass im Menü 
32994 \family sans
32995 Hilfe\SpecialChar \menuseparator
32996 Spezielle
32997 \begin_inset space ~
32998 \end_inset
32999
33000 Handbücher
33001 \family default
33002  zu finden ist.
33003 \end_layout
33004
33005 \begin_layout Subsection
33006
33007 \noun on
33008 Feynman
33009 \noun default
33010  Diagramme
33011 \begin_inset Index idx
33012 status collapsed
33013
33014 \begin_layout Plain Layout
33015 Diagramme ! Feynman
33016 \end_layout
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 Um 
33025 \noun on
33026 Feynman-
33027 \noun default
33028 Diagrammen nutzen zu können, muss das LaTeX-Paket 
33029 \series bold
33030 feyn
33031 \series default
33032  installiert sein.
33033  Ein 
33034 \noun on
33035 Feynman-
33036 \noun default
33037 Diagramm wird erstellt, indem der Befehl 
33038 \series bold
33039
33040 \backslash
33041 Diagram
33042 \series default
33043  in eine Formel eingegeben wird.
33044  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33045  hinzufügen, siehe 
33046 \begin_inset CommandInset ref
33047 LatexCommand ref
33048 reference "sec:Matrizen"
33049
33050 \end_inset
33051
33052 .
33053 \end_layout
33054
33055 \begin_layout Standard
33056 Beispiele wie man in LyX 
33057 \noun on
33058 Feynman-
33059 \noun default
33060 Diagramme erstellt sind im 
33061 \emph on
33062 Feynman-Diagramm Handbuch
33063 \emph default
33064  gegeben, dass im Menü 
33065 \family sans
33066 Hilfe\SpecialChar \menuseparator
33067 Spezielle
33068 \begin_inset space ~
33069 \end_inset
33070
33071 Handbücher
33072 \family default
33073  zu finden ist.
33074 \end_layout
33075
33076 \begin_layout Section
33077 Benutzerdefinierte Befehle
33078 \begin_inset CommandInset label
33079 LatexCommand label
33080 name "sec:Benutzerdefinierte-Befehle"
33081
33082 \end_inset
33083
33084
33085 \begin_inset Index idx
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089 benutzerdefinierte Befehle
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset Note Greyedout
33099 status open
33100
33101 \begin_layout Plain Layout
33102
33103 \series bold
33104 Achtung: 
33105 \series default
33106 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33107 n Buchstaben bestehen.
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \begin_layout Subsection
33116 Der Befehl 
33117 \backslash
33118 newcommand
33119 \begin_inset CommandInset label
33120 LatexCommand label
33121 name "sub:Der-Befehl-newcommand"
33122
33123 \end_inset
33124
33125
33126 \begin_inset Index idx
33127 status collapsed
33128
33129 \begin_layout Plain Layout
33130 benutzerdefinierte Befehle ! 
33131 \backslash
33132 newcommand
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \begin_inset Index idx
33139 status collapsed
33140
33141 \begin_layout Plain Layout
33142 Befehle ! N ! 
33143 \backslash
33144 newcommand
33145 \end_layout
33146
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \begin_layout Standard
33153 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33154  Man kann sich aber mit dem Befehl 
33155 \series bold
33156
33157 \backslash
33158 newcommand
33159 \series default
33160  neue kürzere Befehle definieren.
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Das Befehlsschema von 
33165 \series bold
33166
33167 \backslash
33168 newcommand
33169 \series default
33170  lautet:
33171 \end_layout
33172
33173 \begin_layout Standard
33174
33175 \series bold
33176
33177 \backslash
33178 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33179 \series default
33180  
33181 \series bold
33182 Wert]
33183 \begin_inset Newline newline
33184 \end_inset
33185
33186
33187 \begin_inset Phantom HPhantom
33188 status open
33189
33190 \begin_layout Plain Layout
33191
33192 \series bold
33193
33194 \backslash
33195 newcommand
33196 \end_layout
33197
33198 \end_inset
33199
33200 {Befehlsdefinition}
33201 \end_layout
33202
33203 \begin_layout Standard
33204 \begin_inset Note Greyedout
33205 status open
33206
33207 \begin_layout Plain Layout
33208
33209 \series bold
33210 Achtung:
33211 \series default
33212  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33213  oder von benutzten LaTeX-Paketen verwendet wird.
33214  Definiert man beispielsweise für 
33215 \series bold
33216
33217 \backslash
33218 Leftarrow
33219 \series default
33220  den Befehl 
33221 \series bold
33222
33223 \backslash
33224 le
33225 \series default
33226 , erhält man eine Fehlermeldung, denn 
33227 \series bold
33228
33229 \backslash
33230 le
33231 \series default
33232  ist schon für 
33233 \begin_inset Quotes gld
33234 \end_inset
33235
33236
33237 \begin_inset Formula $\le$
33238 \end_inset
33239
33240
33241 \begin_inset Quotes grd
33242 \end_inset
33243
33244  definiert.
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \begin_layout Standard
33253 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 -
33258 \begin_inset space \thinspace{}
33259 \end_inset
33260
33261 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33262  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33263  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33264 \emph on
33265 erste
33266 \emph default
33267  Argument des neuen Befehls ein optionales ist.
33268 \end_layout
33269
33270 \begin_layout Standard
33271 Es folgen einige Beispiele:
33272 \end_layout
33273
33274 \begin_layout Itemize
33275 Will man für 
33276 \series bold
33277
33278 \backslash
33279 Longrightarrow
33280 \series default
33281  den Befehl 
33282 \series bold
33283
33284 \backslash
33285 gr
33286 \series default
33287  definieren, lautet die LaTeX-Vor\SpecialChar \-
33288 spannzeile:
33289 \begin_inset VSpace medskip
33290 \end_inset
33291
33292
33293 \begin_inset Newline newline
33294 \end_inset
33295
33296
33297 \series bold
33298
33299 \backslash
33300 newcommand{
33301 \backslash
33302 gr}{
33303 \backslash
33304 Longrightarrow}
33305 \end_layout
33306
33307 \begin_layout Itemize
33308 Um für den Befehl 
33309 \series bold
33310
33311 \backslash
33312 underline
33313 \series default
33314  den Befehl 
33315 \series bold
33316
33317 \backslash
33318 us
33319 \series default
33320  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33321  werden.
33322  Dazu sieht die Vorspannzeile wie folgt aus:
33323 \begin_inset VSpace medskip
33324 \end_inset
33325
33326
33327 \begin_inset Newline newline
33328 \end_inset
33329
33330
33331 \series bold
33332
33333 \backslash
33334 newcommand{
33335 \backslash
33336 us}[1]{
33337 \backslash
33338 underline{#1}}
33339 \series default
33340
33341 \begin_inset VSpace medskip
33342 \end_inset
33343
33344
33345 \begin_inset Newline newline
33346 \end_inset
33347
33348 Das Zeichen 
33349 \series bold
33350 #
33351 \series default
33352  fungiert als Argumentplatzhalter, die 
33353 \series bold
33354 1
33355 \series default
33356  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33357 \end_layout
33358
33359 \begin_layout Itemize
33360 Für 
33361 \series bold
33362
33363 \backslash
33364 framebox
33365 \series default
33366  kann man z.
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 B.
33371  den Befehl 
33372 \series bold
33373
33374 \backslash
33375 fb
33376 \series default
33377  definieren:
33378 \begin_inset VSpace medskip
33379 \end_inset
33380
33381
33382 \begin_inset Newline newline
33383 \end_inset
33384
33385
33386 \series bold
33387
33388 \backslash
33389 newcommand{
33390 \backslash
33391 fb}[3]{
33392 \backslash
33393 framebox#1#2{$#3$}}
33394 \series default
33395
33396 \begin_inset VSpace medskip
33397 \end_inset
33398
33399
33400 \begin_inset Newline newline
33401 \end_inset
33402
33403 Die beiden Dollarzeichen erstellen hierbei die für 
33404 \series bold
33405
33406 \backslash
33407 framebox
33408 \series default
33409  geforderte weitere Formel, siehe 
33410 \begin_inset CommandInset ref
33411 LatexCommand ref
33412 reference "sub:Boxen-mit-Rahmen"
33413
33414 \end_inset
33415
33416 .
33417 \end_layout
33418
33419 \begin_layout Itemize
33420 Um einen neuen Befehl für 
33421 \series bold
33422
33423 \backslash
33424 fcolorbox
33425 \series default
33426  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33427  definiert man das Argument für die Farbe als optional:
33428 \begin_inset VSpace medskip
33429 \end_inset
33430
33431
33432 \begin_inset Newline newline
33433 \end_inset
33434
33435
33436 \series bold
33437
33438 \backslash
33439 newcommand{
33440 \backslash
33441 cb}[3][white]{
33442 \backslash
33443 fcolorbox{#2}{#1}{$#3$}}
33444 \series default
33445
33446 \begin_inset VSpace medskip
33447 \end_inset
33448
33449
33450 \begin_inset Newline newline
33451 \end_inset
33452
33453 Gibt man bei der Verwendung von 
33454 \series bold
33455
33456 \backslash
33457 cb
33458 \series default
33459  die Farbe nicht an, wird die voreingestellte Farbe 
33460 \series bold
33461 white
33462 \series default
33463  verwendet.
33464 \end_layout
33465
33466 \begin_layout Standard
33467 Ein Test der neu definierten Befehle:
33468 \end_layout
33469
33470 \begin_layout Standard
33471 \align center
33472 \begin_inset Tabular
33473 <lyxtabular version="3" rows="6" columns="2">
33474 <features tabularvalignment="middle">
33475 <column alignment="center" valignment="top" width="0">
33476 <column alignment="center" valignment="top" width="0">
33477 <row>
33478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 Befehl
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 Ergebnis
33492 \begin_inset Note Note
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496
33497 \series bold
33498
33499 \backslash
33500 raisebox
33501 \series default
33502  dient nur als Abstandhalter.
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 </row>
33513 <row>
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518 A
33519 \backslash
33520 gr
33521 \begin_inset ERT
33522 status collapsed
33523
33524 \begin_layout Plain Layout
33525
33526
33527 \backslash
33528 leer 
33529 \end_layout
33530
33531 \end_inset
33532
33533 B
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 \begin_inset Formula $A\gr B$
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556
33557 \backslash
33558 us{ABcd
33559 \end_layout
33560
33561 \end_inset
33562 </cell>
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 </row>
33576 <row>
33577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33578 \begin_inset Text
33579
33580 \begin_layout Plain Layout
33581
33582 \backslash
33583 fb{[2cm]
33584 \begin_inset Formula $\to$
33585 \end_inset
33586
33587
33588 \backslash
33589 {
33590 \begin_inset Formula $\to$
33591 \end_inset
33592
33593
33594 \backslash
33595 {
33596 \backslash
33597 int
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603
33604 \backslash
33605 leer 
33606 \end_layout
33607
33608 \end_inset
33609
33610 A=B
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \end_inset
33626 </cell>
33627 </row>
33628 <row>
33629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33630 \begin_inset Text
33631
33632 \begin_layout Plain Layout
33633
33634 \backslash
33635 cb{red
33636 \begin_inset Formula $\to$
33637 \end_inset
33638
33639
33640 \backslash
33641 {
33642 \backslash
33643 int
33644 \begin_inset ERT
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648
33649
33650 \backslash
33651 leer 
33652 \end_layout
33653
33654 \end_inset
33655
33656 A=B
33657 \end_layout
33658
33659 \end_inset
33660 </cell>
33661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33666 \end_inset
33667
33668
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 <row>
33675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679
33680 \backslash
33681 cb[green]
33682 \backslash
33683 {red
33684 \begin_inset Formula $\to$
33685 \end_inset
33686
33687
33688 \backslash
33689 {
33690 \backslash
33691 int
33692 \begin_inset ERT
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696
33697
33698 \backslash
33699 leer 
33700 \end_layout
33701
33702 \end_inset
33703
33704 A=B
33705 \end_layout
33706
33707 \end_inset
33708 </cell>
33709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33714 \end_inset
33715
33716
33717 \end_layout
33718
33719 \end_inset
33720 </cell>
33721 </row>
33722 </lyxtabular>
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \begin_layout Subsection
33730 Mathe-Makros
33731 \begin_inset Index idx
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735 benutzerdefinierte Befehle ! Mathe-Makros
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \begin_inset Index idx
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745 Makros
33746 \end_layout
33747
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \begin_layout Standard
33754 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33755  Hat man es in einem Dokument z.
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 B.
33760  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33761  auf.
33762  Die allgemeine Form einer quadratischen Gleichung ist
33763 \begin_inset Formula 
33764 \[
33765 0=\lambda^{2}+p\lambda+q
33766 \]
33767
33768 \end_inset
33769
33770 Die allgemeine Form der Lösung lautet
33771 \begin_inset Formula 
33772 \[
33773 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33774 \]
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \begin_layout Standard
33782 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33783  drei Parameter 
33784 \begin_inset Formula $\lambda$
33785 \end_inset
33786
33787
33788 \begin_inset Formula $p$
33789 \end_inset
33790
33791  und 
33792 \begin_inset Formula $q$
33793 \end_inset
33794
33795  angegeben werden müssen und der Index von 
33796 \begin_inset Formula $\lambda$
33797 \end_inset
33798
33799  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33800 \begin_inset Newline newline
33801 \end_inset
33802
33803
33804 \series bold
33805
33806 \backslash
33807 newcommand{
33808 \backslash
33809 qG}[4][1,
33810 \backslash
33811 ,2]{#2_{#1}=-
33812 \backslash
33813 frac{#3}{2}
33814 \backslash
33815 pm
33816 \begin_inset Newline newline
33817 \end_inset
33818
33819
33820 \begin_inset Phantom HPhantom
33821 status open
33822
33823 \begin_layout Plain Layout
33824
33825 \series bold
33826
33827 \backslash
33828 newcommand
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \backslash
33835 sqrt{
33836 \backslash
33837 frac{#3^{2}}{4}-#4}}
33838 \end_layout
33839
33840 \begin_layout Standard
33841 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33842  
33843 \begin_inset Newline newline
33844 \end_inset
33845
33846
33847 \series bold
33848
33849 \backslash
33850 qG{
33851 \backslash
33852 lambda
33853 \begin_inset Formula $\to$
33854 \end_inset
33855
33856
33857 \backslash
33858 {p
33859 \begin_inset Formula $\to$
33860 \end_inset
33861
33862
33863 \backslash
33864 {q 
33865 \series default
33866 ein.
33867 \end_layout
33868
33869 \begin_layout Standard
33870 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33871  aller verwendeten LaTeX-Befehle kennen, z.
33872 \begin_inset space \thinspace{}
33873 \end_inset
33874
33875 B.
33876  dass ein Bruch in LaTeX mit 
33877 \series bold
33878
33879 \backslash
33880 frac{Zähler}
33881 \begin_inset Newline linebreak
33882 \end_inset
33883
33884 {Nenner}
33885 \series default
33886  eingegeben wird.
33887  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33888  in LyX nicht sehen, was der neue Befehl macht.
33889  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33890  Mathe-Makros statt den Befehl 
33891 \series bold
33892
33893 \backslash
33894 newcommand
33895 \series default
33896  zu verwenden.
33897 \end_layout
33898
33899 \begin_layout Standard
33900 Ein Mathe-Makro wird erstellt, indem man das Menü 
33901 \family sans
33902 Einfügen\SpecialChar \menuseparator
33903 Mathe\SpecialChar \menuseparator
33904 Makro
33905 \family default
33906  oder den Werkzeugleistenknopf 
33907 \begin_inset Graphics
33908         filename ../../images/math-macro_newmacroname_newcommand.png
33909         scale 85
33910
33911 \end_inset
33912
33913  verwendet.
33914  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33915  Makro definiert wird:
33916 \begin_inset Newline newline
33917 \end_inset
33918
33919
33920 \lang english
33921
33922 \begin_inset space \hspace*{\fill}
33923 \end_inset
33924
33925
33926 \lang ngerman
33927
33928 \begin_inset Graphics
33929         filename ../clipart/macrobox.png
33930
33931 \end_inset
33932
33933
33934 \lang english
33935
33936 \begin_inset space \hspace*{\fill}
33937 \end_inset
33938
33939
33940 \lang ngerman
33941
33942 \begin_inset Newline newline
33943 \end_inset
33944
33945
33946 \begin_inset FormulaMacro
33947 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33948 \end_inset
33949
33950
33951 \backslash
33952 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33953  geändert werden sollte.
33954  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33955  Einen Argumentplatzhalter fügt man mit dem Befehl 
33956 \series bold
33957
33958 \backslash
33959 #Argumentnummer
33960 \series default
33961  ein, z.
33962 \begin_inset space \thinspace{}
33963 \end_inset
33964
33965 B.
33966  
33967 \series bold
33968
33969 \backslash
33970 #1
33971 \series default
33972  oder man verwendet den Makro-Werkzeugleistenknopf 
33973 \begin_inset Graphics
33974         filename ../../images/math-macro-add-param.png
33975         scale 85
33976
33977 \end_inset
33978
33979 .
33980  Argumentplatzhalter werden rot dargestellt.
33981  Es sind maximal 9 Argumente möglich.
33982  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33983 \begin_inset Graphics
33984         filename ../../images/math-macro-add-optional-param.png
33985         scale 85
33986
33987 \end_inset
33988
33989  erstellt.
33990  Mit dem Werkzeugleistenknopf 
33991 \begin_inset Graphics
33992         filename ../../images/math-macro-make-optional.png
33993         scale 85
33994
33995 \end_inset
33996
33997  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33998  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33999  werden soll.
34000  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
34001  Kästchen leer lässt.
34002  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
34003  einnimmt, kann man in das Kästchen z.
34004 \begin_inset space \thinspace{}
34005 \end_inset
34006
34007 B.
34008 \begin_inset Newline newline
34009 \end_inset
34010
34011
34012 \series bold
34013 qG: 
34014 \backslash
34015 #1
34016 \series default
34017  
34018 \series bold
34019 ,
34020 \series default
34021  
34022 \series bold
34023
34024 \backslash
34025 #2
34026 \series default
34027  
34028 \series bold
34029 ,
34030 \series default
34031  
34032 \series bold
34033
34034 \backslash
34035 #3, 
34036 \backslash
34037 #4
34038 \begin_inset Newline newline
34039 \end_inset
34040
34041
34042 \series default
34043 eingeben.
34044  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
34045  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34046  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34047  wurde.
34048 \begin_inset Newline newline
34049 \end_inset
34050
34051 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34052  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34053 \family sans
34054 Ansicht\SpecialChar \menuseparator
34055 Mathe-Makro
34056 \begin_inset space ~
34057 \end_inset
34058
34059 auf/zuklappen
34060 \family default
34061  verwendet.
34062 \end_layout
34063
34064 \begin_layout Standard
34065 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34066  ein, in unserem Fall 
34067 \series bold
34068
34069 \backslash
34070 qG
34071 \series default
34072 .
34073  Unser Makro sieht in LyX folgendermaßen aus:
34074 \begin_inset Newline newline
34075 \end_inset
34076
34077
34078 \lang english
34079
34080 \begin_inset space \hspace*{\fill}
34081 \end_inset
34082
34083
34084 \lang ngerman
34085
34086 \begin_inset Graphics
34087         filename ../clipart/macrouse.png
34088
34089 \end_inset
34090
34091
34092 \lang english
34093
34094 \begin_inset space \hspace*{\fill}
34095 \end_inset
34096
34097
34098 \lang ngerman
34099
34100 \begin_inset Newline newline
34101 \end_inset
34102
34103 Hier ist unser Makro-Beispiel mit den Argumenten 
34104 \begin_inset Formula $x$
34105 \end_inset
34106
34107
34108 \begin_inset Formula $\ln(x)$
34109 \end_inset
34110
34111  und 
34112 \begin_inset Formula $B$
34113 \end_inset
34114
34115 :
34116 \end_layout
34117
34118 \begin_layout Standard
34119 \begin_inset Formula 
34120 \[
34121 \qG x{\ln(x)}B
34122 \]
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 LyX bietet im Menü 
34131 \family sans
34132 Werkzeuge\SpecialChar \menuseparator
34133 Einstellungen\SpecialChar \menuseparator
34134 Bearbeiten\SpecialChar \menuseparator
34135 Kontrolle
34136 \family default
34137  verschiedene Bearbeitungsstile für Makros an.
34138  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34139  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34140  zu sehen.
34141 \end_layout
34142
34143 \begin_layout Standard
34144 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34145 \series bold
34146
34147 \backslash
34148 new\SpecialChar \-
34149 command
34150 \series default
34151 -Befehl umgewandelt.
34152  Der 
34153 \series bold
34154
34155 \backslash
34156 newcommand
34157 \series default
34158 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34159  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34160  Makrodefinitionsbox befinden.
34161 \end_layout
34162
34163 \begin_layout Standard
34164 Mathe-Makros können auch direkt aus einem 
34165 \series bold
34166
34167 \backslash
34168 newcommand
34169 \series default
34170 -Befehl erstellt werden.
34171  Schreibt man z.
34172 \begin_inset space \thinspace{}
34173 \end_inset
34174
34175 B.
34176  den Befehl
34177 \series bold
34178
34179 \begin_inset Newline newline
34180 \end_inset
34181
34182
34183 \backslash
34184 newcommand{
34185 \backslash
34186 larrow}[2]{
34187 \backslash
34188 xleftarrow[#2]{#1}}
34189 \begin_inset Newline newline
34190 \end_inset
34191
34192
34193 \series default
34194 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34195 zel 
34196 \family sans
34197 Strg+M
34198 \family default
34199 , wird der Befehl in ein Mathe-Makro umgewandelt.
34200  Bei dieser Methode muss man jedoch aufpassen, dass der 
34201 \series bold
34202
34203 \backslash
34204 newcommand
34205 \series default
34206 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34207  erstellt, dass später LaTeX-Fehler hervorruft.
34208 \end_layout
34209
34210 \begin_layout Standard
34211 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34212  Makrodefinition fehlerhaft behandelt werden.
34213  Dadurch kann das Beispiel 
34214 \series bold
34215
34216 \backslash
34217 fb
34218 \series default
34219  aus 
34220 \begin_inset CommandInset ref
34221 LatexCommand ref
34222 reference "sub:Der-Befehl-newcommand"
34223
34224 \end_inset
34225
34226  nicht als Makro erzeugt werden.
34227 \end_layout
34228
34229 \begin_layout Standard
34230 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34231  in LyX angezeigt:
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset VSpace defskip
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Standard
34242 \begin_inset Graphics
34243         filename ../clipart/MacroToolbar.png
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Makros ! Werkzeugleiste
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 \begin_inset VSpace defskip
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Standard
34268 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34269 \end_layout
34270
34271 \begin_layout Standard
34272 \begin_inset VSpace defskip
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset Tabular
34280 <lyxtabular version="3" rows="9" columns="2">
34281 <features islongtable="true" longtabularalignment="center">
34282 <column alignment="left" valignment="top" width="0">
34283 <column alignment="left" valignment="top" width="85col%">
34284 <row interlinespace="2.5mm">
34285 <cell alignment="center" valignment="top" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289 \begin_inset Graphics
34290         filename ../../images/math-macro-remove-param.png
34291         rotateOrigin center
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 <cell alignment="center" valignment="top" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304
34305 \family sans
34306 Bearbeiten\SpecialChar \menuseparator
34307 Mathe\SpecialChar \menuseparator
34308 Makro-Definition\SpecialChar \menuseparator
34309 Letztes Argument entfernen
34310 \end_layout
34311
34312 \end_inset
34313 </cell>
34314 </row>
34315 <row interlinespace="2.5mm">
34316 <cell alignment="center" valignment="top" usebox="none">
34317 \begin_inset Text
34318
34319 \begin_layout Plain Layout
34320 \begin_inset Graphics
34321         filename ../../images/math-macro-add-param.png
34322         rotateOrigin center
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \end_inset
34330 </cell>
34331 <cell alignment="center" valignment="top" usebox="none">
34332 \begin_inset Text
34333
34334 \begin_layout Plain Layout
34335
34336 \family sans
34337 Bearbeiten\SpecialChar \menuseparator
34338 Mathe\SpecialChar \menuseparator
34339 Makro-Definition\SpecialChar \menuseparator
34340 Argument hinzufügen
34341 \end_layout
34342
34343 \end_inset
34344 </cell>
34345 </row>
34346 <row interlinespace="2.5mm">
34347 <cell alignment="center" valignment="top" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 \begin_inset Graphics
34352         filename ../../images/math-macro-make-optional.png
34353         rotateOrigin center
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 <cell alignment="center" valignment="top" usebox="none">
34363 \begin_inset Text
34364
34365 \begin_layout Plain Layout
34366
34367 \family sans
34368 Bearbeiten\SpecialChar \menuseparator
34369 Mathe\SpecialChar \menuseparator
34370 Makro-Definition\SpecialChar \menuseparator
34371 Das erste nicht-optionale
34372 \begin_inset Newline newline
34373 \end_inset
34374
34375
34376 \begin_inset Phantom HPhantom
34377 status open
34378
34379 \begin_layout Plain Layout
34380
34381 \family sans
34382 Bearbeiten\SpecialChar \menuseparator
34383 Mathe\SpecialChar \menuseparator
34384 Makro-Definition\SpecialChar \menuseparator
34385
34386 \end_layout
34387
34388 \end_inset
34389
34390 Argument in einen optionales
34391 \begin_inset Newline newline
34392 \end_inset
34393
34394
34395 \begin_inset Phantom HPhantom
34396 status open
34397
34398 \begin_layout Plain Layout
34399
34400 \family sans
34401 Bearbeiten\SpecialChar \menuseparator
34402 Mathe\SpecialChar \menuseparator
34403 Makro-Definition\SpecialChar \menuseparator
34404
34405 \end_layout
34406
34407 \end_inset
34408
34409 ändern
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 </row>
34415 <row interlinespace="2.5mm">
34416 <cell alignment="center" valignment="top" usebox="none">
34417 \begin_inset Text
34418
34419 \begin_layout Plain Layout
34420 \begin_inset Graphics
34421         filename ../../images/math-macro-make-nonoptional.png
34422         rotateOrigin center
34423
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \end_inset
34430 </cell>
34431 <cell alignment="center" valignment="top" usebox="none">
34432 \begin_inset Text
34433
34434 \begin_layout Plain Layout
34435
34436 \family sans
34437 Bearbeiten\SpecialChar \menuseparator
34438 Mathe\SpecialChar \menuseparator
34439 Makro-Definition\SpecialChar \menuseparator
34440 Das letzte optionale Argument in
34441 \begin_inset Newline newline
34442 \end_inset
34443
34444
34445 \begin_inset Phantom HPhantom
34446 status open
34447
34448 \begin_layout Plain Layout
34449
34450 \family sans
34451 Bearbeiten\SpecialChar \menuseparator
34452 Mathe\SpecialChar \menuseparator
34453 Makro-Definition\SpecialChar \menuseparator
34454
34455 \end_layout
34456
34457 \end_inset
34458
34459 einen nicht-optionales ändern
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 </row>
34465 <row interlinespace="2.5mm">
34466 <cell alignment="center" valignment="top" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470 \begin_inset Graphics
34471         filename ../../images/math-macro-remove-optional-param.png
34472         rotateOrigin center
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \end_inset
34480 </cell>
34481 <cell alignment="center" valignment="top" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485
34486 \family sans
34487 Bearbeiten\SpecialChar \menuseparator
34488 Mathe\SpecialChar \menuseparator
34489 Makro-Definition\SpecialChar \menuseparator
34490 Optionales Argument entfernen
34491 \end_layout
34492
34493 \end_inset
34494 </cell>
34495 </row>
34496 <row interlinespace="2.5mm">
34497 <cell alignment="center" valignment="top" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501 \begin_inset Graphics
34502         filename ../../images/math-macro-add-optional-param.png
34503         rotateOrigin center
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \end_inset
34511 </cell>
34512 <cell alignment="center" valignment="top" usebox="none">
34513 \begin_inset Text
34514
34515 \begin_layout Plain Layout
34516
34517 \family sans
34518 Bearbeiten\SpecialChar \menuseparator
34519 Mathe\SpecialChar \menuseparator
34520 Makro-Definition\SpecialChar \menuseparator
34521 Optionales Argument einfügen
34522 \end_layout
34523
34524 \end_inset
34525 </cell>
34526 </row>
34527 <row interlinespace="2.5mm">
34528 <cell alignment="center" valignment="top" usebox="none">
34529 \begin_inset Text
34530
34531 \begin_layout Plain Layout
34532 \begin_inset Graphics
34533         filename ../../images/math-macro-remove-greedy-param.png
34534         rotateOrigin center
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 <cell alignment="center" valignment="top" usebox="none">
34544 \begin_inset Text
34545
34546 \begin_layout Plain Layout
34547
34548 \family sans
34549 Bearbeiten\SpecialChar \menuseparator
34550 Mathe\SpecialChar \menuseparator
34551 Makro-Definition\SpecialChar \menuseparator
34552 Letztes Argument rechts entfernen
34553 \end_layout
34554
34555 \end_inset
34556 </cell>
34557 </row>
34558 <row interlinespace="2.5mm">
34559 <cell alignment="center" valignment="top" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563 \begin_inset Graphics
34564         filename ../../images/math-macro-append-greedy-param.png
34565         rotateOrigin center
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578
34579 \family sans
34580 Bearbeiten\SpecialChar \menuseparator
34581 Mathe\SpecialChar \menuseparator
34582 Makro-Definition\SpecialChar \menuseparator
34583 Argument von rechts hinzufügen
34584 \end_layout
34585
34586 \end_inset
34587 </cell>
34588 </row>
34589 <row interlinespace="2.5mm">
34590 <cell alignment="center" valignment="top" usebox="none">
34591 \begin_inset Text
34592
34593 \begin_layout Plain Layout
34594 \begin_inset Graphics
34595         filename ../../images/math-macro-add-greedy-optional-param.png
34596         rotateOrigin center
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 <cell alignment="center" valignment="top" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609
34610 \family sans
34611 Bearbeiten\SpecialChar \menuseparator
34612 Mathe\SpecialChar \menuseparator
34613 Makro-Definition\SpecialChar \menuseparator
34614 Optionales Argument von rechts
34615 \begin_inset Newline newline
34616 \end_inset
34617
34618
34619 \begin_inset Phantom HPhantom
34620 status open
34621
34622 \begin_layout Plain Layout
34623
34624 \family sans
34625 Bearbeiten\SpecialChar \menuseparator
34626 Mathe\SpecialChar \menuseparator
34627 Makro-Definition\SpecialChar \menuseparator
34628
34629 \end_layout
34630
34631 \end_inset
34632
34633 hinzufügen
34634 \end_layout
34635
34636 \end_inset
34637 </cell>
34638 </row>
34639 </lyxtabular>
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Section
34647 Computeralgebrasysteme
34648 \end_layout
34649
34650 \begin_layout Standard
34651 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34652  oder benutzerdefinierten Skripten auszutauschen.
34653  Momentan werden folgende Anwendungen unterstützt: 
34654 \family typewriter
34655 Maple
34656 \family default
34657
34658 \family typewriter
34659 Mathematica
34660 \family default
34661
34662 \family typewriter
34663 Maxima
34664 \family default
34665  und 
34666 \family typewriter
34667 Octave
34668 \family default
34669 .
34670  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34671  sehr einfache Fälle beschränkt sind.
34672 \end_layout
34673
34674 \begin_layout Subsection
34675 Verwendung
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34680 \family sans
34681 Bearbeiten\SpecialChar \menuseparator
34682 Mathe\SpecialChar \menuseparator
34683 Computer-Algebra-System verwenden
34684 \family default
34685  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34686  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34687  mit dem 
34688 \begin_inset Quotes gld
34689 \end_inset
34690
34691 =
34692 \begin_inset Quotes grd
34693 \end_inset
34694
34695  Operator erscheinen.
34696 \end_layout
34697
34698 \begin_layout Standard
34699 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34700 \family typewriter
34701 Maxima
34702 \family default
34703 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34704 \end_layout
34705
34706 \begin_layout Itemize
34707 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Itemize
34714 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \begin_layout Itemize
34721 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \begin_layout Itemize
34728 \begin_inset Formula $\det\left[\begin{array}{ccc}
34729 1 & 6 & 7\\
34730 2 & 5 & 8\\
34731 3 & 4 & 17
34732 \end{array}\right]=-56$
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Itemize
34739 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Subsection
34746 Tastenkürzel
34747 \end_layout
34748
34749 \begin_layout Standard
34750 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34751  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34752 \family sans
34753 math-extern
34754 \family default
34755  verknüpfen (siehe das 
34756 \emph on
34757 LyX-Funktionen
34758 \emph default
34759  Handbuch).
34760  Man kann z.
34761 \begin_inset space \thinspace{}
34762 \end_inset
34763
34764 B.
34765  die 
34766 \family sans
34767 Enter
34768 \family default
34769 -Taste in Formeln verknüpfen.
34770  Um sie mit 
34771 \family typewriter
34772 Maxima
34773 \family default
34774  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34775 \end_layout
34776
34777 \begin_layout Standard
34778
34779 \series bold
34780 command-alternatives break-paragraph;math-extern maxima
34781 \end_layout
34782
34783 \begin_layout Standard
34784 \begin_inset Newpage newpage
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \begin_layout Section
34791 Tipps
34792 \begin_inset Index idx
34793 status collapsed
34794
34795 \begin_layout Plain Layout
34796 Tipps
34797 \end_layout
34798
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \begin_layout Subsection
34805 Negative Zahlen
34806 \begin_inset Index idx
34807 status collapsed
34808
34809 \begin_layout Plain Layout
34810 Zahlen ! negative
34811 \end_layout
34812
34813 \end_inset
34814
34815
34816 \end_layout
34817
34818 \begin_layout Standard
34819 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34820  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34821  dargestellt.
34822  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34823  Minuszeichen korrekt.
34824 \end_layout
34825
34826 \begin_layout Standard
34827 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34828  nicht mehr auf.
34829 \end_layout
34830
34831 \begin_layout Standard
34832 Ein Beispiel zur Veranschaulichung der Problematik:
34833 \end_layout
34834
34835 \begin_layout Standard
34836 \align center
34837 \begin_inset Tabular
34838 <lyxtabular version="3" rows="3" columns="2">
34839 <features tabularvalignment="middle">
34840 <column alignment="right" valignment="top" width="0">
34841 <column alignment="left" valignment="top" width="0">
34842 <row>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 normaler Text:
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856 x = -2
34857 \end_layout
34858
34859 \end_inset
34860 </cell>
34861 </row>
34862 <row>
34863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 Formelmodus:
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876 \begin_inset Formula $x=-2$
34877 \end_inset
34878
34879
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 </row>
34885 <row>
34886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 Lösung:
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 \begin_inset Formula $x=\textrm{-}2$
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 </lyxtabular>
34909
34910 \end_inset
34911
34912
34913 \end_layout
34914
34915 \begin_layout Subsection
34916 Komma als Dezimaltrennzeichen
34917 \begin_inset Index idx
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 Komma
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Standard
34930 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34931  als Gruppentrennzeichen.
34932  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34933  eingefügt.
34934 \end_layout
34935
34936 \begin_layout Standard
34937 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34938  Text um (Tastenkürzel 
34939 \family sans
34940 Alt+M
34941 \begin_inset space ~
34942 \end_inset
34943
34944 M
34945 \family default
34946 ).
34947 \end_layout
34948
34949 \begin_layout Standard
34950 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34951  lädt man die Datei 
34952 \series bold
34953 icomma.sty
34954 \series default
34955
34956 \begin_inset Foot
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960
34961 \series bold
34962 icomma
34963 \series default
34964  ist Teil des LaTeX-Paketes 
34965 \series bold
34966 was
34967 \series default
34968
34969 \begin_inset Index idx
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 Pakete ! was
34974 \begin_inset ERT
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978
34979
34980 \backslash
34981 vspace{4mm}
34982 \end_layout
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \end_inset
34990
34991 .
34992 \end_layout
34993
34994 \end_inset
34995
34996
34997 \begin_inset Index idx
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001 Pakete ! icomma
35002 \end_layout
35003
35004 \end_inset
35005
35006  mit der LaTeX-Vorspannzeile
35007 \end_layout
35008
35009 \begin_layout Standard
35010
35011 \series bold
35012
35013 \backslash
35014 usepackage{icomma}
35015 \end_layout
35016
35017 \begin_layout Subsection
35018 Physikalische Vektoren
35019 \begin_inset CommandInset label
35020 LatexCommand label
35021 name "sub:Physikalische-Vektoren"
35022
35023 \end_inset
35024
35025
35026 \begin_inset Index idx
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030 Vektoren ! physikalische
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Standard
35039 Vordefinierte Vektoren bietet das LaTeX-Paket 
35040 \series bold
35041 braket
35042 \series default
35043
35044 \begin_inset Index idx
35045 status collapsed
35046
35047 \begin_layout Plain Layout
35048 Pakete ! braket
35049 \end_layout
35050
35051 \end_inset
35052
35053 , das mit der LaTeX-Vorspannzeile
35054 \end_layout
35055
35056 \begin_layout Standard
35057
35058 \series bold
35059
35060 \backslash
35061 usepackage{braket}
35062 \end_layout
35063
35064 \begin_layout Standard
35065 geladen wird.
35066 \begin_inset ERT
35067 status collapsed
35068
35069 \begin_layout Plain Layout
35070
35071
35072 \backslash
35073 ifbraket 
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \begin_inset Note Note
35080 status open
35081
35082 \begin_layout Plain Layout
35083 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35084 \series bold
35085 braket
35086 \series default
35087  installiert ist:
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 \begin_inset Newpage newpage
35097 \end_inset
35098
35099
35100 \end_layout
35101
35102 \begin_layout Standard
35103 Folgende Befehle sind definiert:
35104 \end_layout
35105
35106 \begin_layout Standard
35107 \align center
35108 \begin_inset Tabular
35109 <lyxtabular version="3" rows="4" columns="2">
35110 <features tabularvalignment="middle">
35111 <column alignment="center" valignment="top" width="0">
35112 <column alignment="center" valignment="top" width="0">
35113 <row>
35114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35115 \begin_inset Text
35116
35117 \begin_layout Plain Layout
35118 Befehl
35119 \end_layout
35120
35121 \end_inset
35122 </cell>
35123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35124 \begin_inset Text
35125
35126 \begin_layout Plain Layout
35127 Ergebnis
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 </row>
35133 <row>
35134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35135 \begin_inset Text
35136
35137 \begin_layout Plain Layout
35138
35139 \backslash
35140 Bra{
35141 \backslash
35142 psi
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151 \begin_inset Formula $\Bra{\psi}$
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 </row>
35160 <row>
35161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165
35166 \backslash
35167 Ket{
35168 \backslash
35169 psi
35170 \end_layout
35171
35172 \end_inset
35173 </cell>
35174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35175 \begin_inset Text
35176
35177 \begin_layout Plain Layout
35178 \begin_inset Formula $\Ket{\psi}$
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \end_inset
35185 </cell>
35186 </row>
35187 <row>
35188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192
35193 \backslash
35194 Braket{
35195 \backslash
35196 psi|
35197 \backslash
35198 phi
35199 \end_layout
35200
35201 \end_inset
35202 </cell>
35203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35204 \begin_inset Text
35205
35206 \begin_layout Plain Layout
35207 \begin_inset Formula $\Braket{\psi|\phi}$
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 </row>
35216 </lyxtabular>
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \begin_layout Standard
35224 Der Befehl 
35225 \series bold
35226
35227 \backslash
35228 Braket
35229 \series default
35230  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35231  Klammern gesetzt werden:
35232 \begin_inset Formula 
35233 \[
35234 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35235 \]
35236
35237 \end_inset
35238
35239
35240 \begin_inset ERT
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245
35246 \backslash
35247 else 
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \begin_inset Note Note
35254 status open
35255
35256 \begin_layout Plain Layout
35257 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35258 \series bold
35259 braket
35260 \series default
35261  nicht installiert ist:
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Standard
35270 Das LaTeX-Paket 
35271 \series bold
35272 braket 
35273 \series default
35274 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35275 \end_layout
35276
35277 \begin_layout Standard
35278 \begin_inset ERT
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282
35283
35284 \backslash
35285 fi 
35286 \end_layout
35287
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \begin_layout Standard
35294 Der Effekt von 
35295 \series bold
35296
35297 \backslash
35298 Braket
35299 \series default
35300  kann auch mit dem Befehl 
35301 \series bold
35302
35303 \backslash
35304 middle
35305 \series default
35306  erzielt werden, der in 
35307 \begin_inset CommandInset ref
35308 LatexCommand ref
35309 reference "sub:Automatische-Klammergrößen"
35310
35311 \end_inset
35312
35313  beschrieben ist.
35314 \end_layout
35315
35316 \begin_layout Subsection
35317 Selbst definierte Brüche
35318 \begin_inset CommandInset label
35319 LatexCommand label
35320 name "sub:Selbstdefinierte-Brüche"
35321
35322 \end_inset
35323
35324
35325 \begin_inset Index idx
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329 Brüche ! selbstdefinierte
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \begin_layout Standard
35338 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35339 \series bold
35340
35341 \backslash
35342 genfrac
35343 \series default
35344
35345 \begin_inset Index idx
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349 Befehle ! G ! 
35350 \backslash
35351 genfrac
35352 \end_layout
35353
35354 \end_inset
35355
35356  in folgendem Schema:
35357 \end_layout
35358
35359 \begin_layout Standard
35360
35361 \series bold
35362
35363 \backslash
35364 genfrac{linke
35365 \series default
35366  
35367 \series bold
35368 Klammer}{rechte
35369 \series default
35370  
35371 \series bold
35372 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35373 \begin_inset Newline newline
35374 \end_inset
35375
35376
35377 \begin_inset Phantom HPhantom
35378 status open
35379
35380 \begin_layout Plain Layout
35381
35382 \series bold
35383
35384 \backslash
35385 genfrac
35386 \end_layout
35387
35388 \end_inset
35389
35390 {Zähler}{Nenner}
35391 \end_layout
35392
35393 \begin_layout Standard
35394 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35395 \begin_inset space \thinspace{}
35396 \end_inset
35397
35398 -
35399 \begin_inset space \thinspace{}
35400 \end_inset
35401
35402 3 angegeben.
35403 \end_layout
35404
35405 \begin_layout Standard
35406 \align center
35407 \begin_inset Tabular
35408 <lyxtabular version="3" rows="5" columns="2">
35409 <features tabularvalignment="middle">
35410 <column alignment="center" valignment="top" width="0">
35411 <column alignment="center" valignment="top" width="0">
35412 <row>
35413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35414 \begin_inset Text
35415
35416 \begin_layout Plain Layout
35417 Nummer
35418 \end_layout
35419
35420 \end_inset
35421 </cell>
35422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426 Ansichtsstil
35427 \end_layout
35428
35429 \end_inset
35430 </cell>
35431 </row>
35432 <row>
35433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35434 \begin_inset Text
35435
35436 \begin_layout Plain Layout
35437 0
35438 \end_layout
35439
35440 \end_inset
35441 </cell>
35442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35443 \begin_inset Text
35444
35445 \begin_layout Plain Layout
35446 abgesetzte Formel
35447 \end_layout
35448
35449 \end_inset
35450 </cell>
35451 </row>
35452 <row>
35453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35454 \begin_inset Text
35455
35456 \begin_layout Plain Layout
35457 1
35458 \end_layout
35459
35460 \end_inset
35461 </cell>
35462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35463 \begin_inset Text
35464
35465 \begin_layout Plain Layout
35466 eingebettete Formel
35467 \end_layout
35468
35469 \end_inset
35470 </cell>
35471 </row>
35472 <row>
35473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35474 \begin_inset Text
35475
35476 \begin_layout Plain Layout
35477 2
35478 \end_layout
35479
35480 \end_inset
35481 </cell>
35482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35483 \begin_inset Text
35484
35485 \begin_layout Plain Layout
35486 klein
35487 \end_layout
35488
35489 \end_inset
35490 </cell>
35491 </row>
35492 <row>
35493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35494 \begin_inset Text
35495
35496 \begin_layout Plain Layout
35497 3
35498 \end_layout
35499
35500 \end_inset
35501 </cell>
35502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35503 \begin_inset Text
35504
35505 \begin_layout Plain Layout
35506 winzig
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 </row>
35512 </lyxtabular>
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \begin_layout Standard
35520 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35521  
35522 \series bold
35523
35524 \backslash
35525 frac
35526 \series default
35527  der Umgebung an.
35528 \end_layout
35529
35530 \begin_layout Standard
35531 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35532  0.4
35533 \begin_inset space \thinspace{}
35534 \end_inset
35535
35536 pt verwendet.
35537 \end_layout
35538
35539 \begin_layout Standard
35540 \begin_inset VSpace medskip
35541 \end_inset
35542
35543 Zum Beispiel sind die Befehle 
35544 \series bold
35545
35546 \backslash
35547 dfrac
35548 \series default
35549  und 
35550 \series bold
35551
35552 \backslash
35553 tbinom
35554 \series default
35555  aus 
35556 \begin_inset CommandInset ref
35557 LatexCommand ref
35558 reference "sub:Brüche"
35559
35560 \end_inset
35561
35562  folgendermaßen definiert:
35563 \end_layout
35564
35565 \begin_layout Standard
35566
35567 \series bold
35568
35569 \backslash
35570 newcommand{
35571 \backslash
35572 dfrac}[2]{
35573 \backslash
35574 genfrac{}{}{}{0}{#1}{#2}}
35575 \end_layout
35576
35577 \begin_layout Standard
35578 und
35579 \end_layout
35580
35581 \begin_layout Standard
35582
35583 \series bold
35584
35585 \backslash
35586 newcommand{
35587 \backslash
35588 tbinom}[2]{
35589 \backslash
35590 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35591 \end_layout
35592
35593 \begin_layout Standard
35594 \begin_inset VSpace medskip
35595 \end_inset
35596
35597 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35598  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35599 \end_layout
35600
35601 \begin_layout Standard
35602
35603 \series bold
35604
35605 \backslash
35606 newcommand{
35607 \backslash
35608 fracS}[3][]{
35609 \backslash
35610 genfrac{}{}{#1}{}{#2}{#3}}
35611 \end_layout
35612
35613 \begin_layout Standard
35614 Dazu ein Test:
35615 \begin_inset Formula 
35616 \begin{align*}
35617 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35618 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35619 \end{align*}
35620
35621 \end_inset
35622
35623 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35624  in etwa der dreifachen Strichdicke.
35625 \end_layout
35626
35627 \begin_layout Subsection
35628 Durchgestrichene Formeln
35629 \begin_inset Index idx
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 Formel ! durchgestrichene
35634 \end_layout
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Standard
35642 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35643 \series bold
35644 cancel
35645 \series default
35646
35647 \begin_inset Index idx
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651 Pakete ! cancel
35652 \end_layout
35653
35654 \end_inset
35655
35656  mit der LaTeX-Vorspannzeile
35657 \end_layout
35658
35659 \begin_layout Standard
35660
35661 \series bold
35662
35663 \backslash
35664 usepackage[samesize]{cancel}
35665 \end_layout
35666
35667 \begin_layout Standard
35668 geladen werden.
35669 \end_layout
35670
35671 \begin_layout Standard
35672 \begin_inset ERT
35673 status collapsed
35674
35675 \begin_layout Plain Layout
35676
35677
35678 \backslash
35679 ifcancel 
35680 \end_layout
35681
35682 \end_inset
35683
35684
35685 \begin_inset Note Note
35686 status open
35687
35688 \begin_layout Plain Layout
35689 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35690 \series bold
35691 cancel
35692 \series default
35693  installiert ist:
35694 \end_layout
35695
35696 \end_inset
35697
35698
35699 \end_layout
35700
35701 \begin_layout Standard
35702 Es gibt vier verschiedene Arten durchzustreichen:
35703 \end_layout
35704
35705 \begin_layout Standard
35706 \align center
35707 \begin_inset Tabular
35708 <lyxtabular version="3" rows="5" columns="2">
35709 <features tabularvalignment="middle">
35710 <column alignment="center" valignment="top" width="0">
35711 <column alignment="center" valignment="top" width="0">
35712 <row>
35713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35714 \begin_inset Text
35715
35716 \begin_layout Plain Layout
35717 Befehl
35718 \end_layout
35719
35720 \end_inset
35721 </cell>
35722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726 Ergebnis
35727 \begin_inset Note Note
35728 status collapsed
35729
35730 \begin_layout Plain Layout
35731 Der Leerraum und 
35732 \series bold
35733
35734 \backslash
35735 raisebox
35736 \series default
35737  dienen nur als Abstandhalter.
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \end_inset
35746 </cell>
35747 </row>
35748 <row>
35749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35750 \begin_inset Text
35751
35752 \begin_layout Plain Layout
35753
35754 \backslash
35755 cancel{
35756 \backslash
35757 int
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 leer 
35766 \end_layout
35767
35768 \end_inset
35769
35770 A=B
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \end_inset
35786 </cell>
35787 </row>
35788 <row>
35789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35790 \begin_inset Text
35791
35792 \begin_layout Plain Layout
35793
35794 \backslash
35795 bcancel{
35796 \backslash
35797 int
35798 \begin_inset ERT
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803
35804 \backslash
35805 leer 
35806 \end_layout
35807
35808 \end_inset
35809
35810 A=B
35811 \end_layout
35812
35813 \end_inset
35814 </cell>
35815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35816 \begin_inset Text
35817
35818 \begin_layout Plain Layout
35819 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 </row>
35828 <row>
35829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35830 \begin_inset Text
35831
35832 \begin_layout Plain Layout
35833
35834 \backslash
35835 xcancel{
35836 \backslash
35837 int
35838 \begin_inset ERT
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842
35843
35844 \backslash
35845 leer 
35846 \end_layout
35847
35848 \end_inset
35849
35850 A=B
35851 \end_layout
35852
35853 \end_inset
35854 </cell>
35855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35856 \begin_inset Text
35857
35858 \begin_layout Plain Layout
35859 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35860 \end_inset
35861
35862
35863 \end_layout
35864
35865 \end_inset
35866 </cell>
35867 </row>
35868 <row>
35869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35870 \begin_inset Text
35871
35872 \begin_layout Plain Layout
35873
35874 \backslash
35875 cancelto{1
35876 \begin_inset Formula $\to$
35877 \end_inset
35878
35879
35880 \backslash
35881 {
35882 \backslash
35883 int
35884 \begin_inset ERT
35885 status collapsed
35886
35887 \begin_layout Plain Layout
35888
35889
35890 \backslash
35891 leer 
35892 \end_layout
35893
35894 \end_inset
35895
35896 A=B
35897 \end_layout
35898
35899 \end_inset
35900 </cell>
35901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35902 \begin_inset Text
35903
35904 \begin_layout Plain Layout
35905 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35906 \end_inset
35907
35908
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 </row>
35914 </lyxtabular>
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Standard
35922
35923 \series bold
35924
35925 \backslash
35926 cancelto
35927 \series default
35928  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35929  will:
35930 \begin_inset Formula 
35931 \[
35932 \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}}}
35933 \]
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Standard
35941 \begin_inset ERT
35942 status collapsed
35943
35944 \begin_layout Plain Layout
35945
35946
35947 \backslash
35948 else 
35949 \end_layout
35950
35951 \end_inset
35952
35953
35954 \begin_inset Note Note
35955 status open
35956
35957 \begin_layout Plain Layout
35958 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35959 \series bold
35960 cancel
35961 \series default
35962  nicht installiert ist:
35963 \end_layout
35964
35965 \end_inset
35966
35967
35968 \end_layout
35969
35970 \begin_layout Standard
35971 Das LaTeX-Paket 
35972 \series bold
35973 cancel 
35974 \series default
35975 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35976 \end_layout
35977
35978 \begin_layout Standard
35979 \begin_inset ERT
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983
35984
35985 \backslash
35986 fi 
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \begin_layout Subsection
35995 Formeln in Überschriften
35996 \begin_inset CommandInset label
35997 LatexCommand label
35998 name "sub:Formeln-in-Überschriften"
35999
36000 \end_inset
36001
36002
36003 \begin_inset Index idx
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007 Formel ! in Überschriften
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \begin_layout Standard
36016 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36017 \end_layout
36018
36019 \begin_layout Standard
36020 \begin_inset Note Greyedout
36021 status open
36022
36023 \begin_layout Plain Layout
36024 Verwendet man 
36025 \series bold
36026 hyperref
36027 \series default
36028
36029 \begin_inset Index idx
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033 Pakete ! hyperref
36034 \end_layout
36035
36036 \end_inset
36037
36038  Unterstützung im den Dokumenteinstellungen unter 
36039 \family sans
36040 PDF-Eigenschaften
36041 \family default
36042 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36043  erzeugt.
36044  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36045  dargestellt.
36046  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \end_layout
36053
36054 \begin_layout Standard
36055 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36056  Kurztitel über das Menü 
36057 \family sans
36058 Einfügen\SpecialChar \menuseparator
36059 Kurztitel
36060 \family default
36061  einfügt.
36062  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36063  um das Inhaltsverzeichnis übersichtlich zu halten.
36064  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36065 chen.
36066 \end_layout
36067
36068 \begin_layout Standard
36069 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36070 \series bold
36071 hyperref
36072 \series default
36073 , verwendet man im TeX-Modus den Befehl
36074 \end_layout
36075
36076 \begin_layout Standard
36077
36078 \series bold
36079
36080 \backslash
36081 texorpdfstring{Teil}{Alternative}
36082 \begin_inset Index idx
36083 status collapsed
36084
36085 \begin_layout Plain Layout
36086 Befehle ! T ! 
36087 \backslash
36088 texorpdfstring
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Standard
36097 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36098  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36099  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36100  soll.
36101 \end_layout
36102
36103 \begin_layout Standard
36104 Es folgen zwei Beispielüberschriften:
36105 \begin_inset VSpace -3mm
36106 \end_inset
36107
36108
36109 \begin_inset ERT
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114
36115 \backslash
36116 boldmath 
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \end_layout
36123
36124 \begin_layout Subsubsection
36125 Überschrift ohne Formel im Inhaltsverzeichnis 
36126 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36127 \end_inset
36128
36129
36130 \begin_inset Argument
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134 Überschrift ohne Formel im Inhaltsverzeichnis
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \begin_layout Subsubsection
36143 Überschrift mit Formel im Inhaltsverzeichnis
36144 \begin_inset ERT
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148
36149
36150 \backslash
36151 texorpdfstring{
36152 \end_layout
36153
36154 \end_inset
36155
36156  
36157 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36158 \end_inset
36159
36160
36161 \begin_inset ERT
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165
36166 }{}
36167 \end_layout
36168
36169 \end_inset
36170
36171
36172 \end_layout
36173
36174 \begin_layout Standard
36175 \begin_inset ERT
36176 status collapsed
36177
36178 \begin_layout Plain Layout
36179
36180
36181 \backslash
36182 unboldmath 
36183 \end_layout
36184
36185 \end_inset
36186
36187 In der ersten Überschrift wurde ein Kurztitel verwendet.
36188  In der zweiten 
36189 \series bold
36190
36191 \backslash
36192 texorpdfstring
36193 \series default
36194 .
36195 \end_layout
36196
36197 \begin_layout Standard
36198 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36199  die komplette Überschrift in eine 
36200 \series bold
36201 boldmath
36202 \series default
36203 -Umgebung
36204 \begin_inset Foot
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 siehe 
36209 \begin_inset CommandInset ref
36210 LatexCommand ref
36211 reference "sub:Fett-gedruckte-Formeln"
36212
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \end_inset
36219
36220  gesetzt.
36221 \end_layout
36222
36223 \begin_layout Subsection
36224 Formeln im mehrspaltigen Text
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 Formel ! im mehrspaltigen Text
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Standard
36238 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36239  müssen daher über die gesamte Seitenbreite gesetzt werden.
36240  Dazu verwendet man das LaTeX-Paket 
36241 \series bold
36242 multicol
36243 \series default
36244
36245 \begin_inset Foot
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249
36250 \series bold
36251 multicol
36252 \series default
36253  ist Teil jeder LaTeX-Standardinstallation.
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \begin_inset Index idx
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263 Pakete ! multicol
36264 \end_layout
36265
36266 \end_inset
36267
36268 , das mit der LaTeX-Vorspannzeile
36269 \end_layout
36270
36271 \begin_layout Standard
36272
36273 \series bold
36274
36275 \backslash
36276 usepackage{multicol}
36277 \end_layout
36278
36279 \begin_layout Standard
36280 geladen wird.
36281 \end_layout
36282
36283 \begin_layout Standard
36284 \begin_inset Note Greyedout
36285 status open
36286
36287 \begin_layout Plain Layout
36288 Dabei ist zu beachten, dass im Menü 
36289 \family sans
36290 Dokument\SpecialChar \menuseparator
36291 Einstellungen
36292 \family default
36293  unter 
36294 \family sans
36295 Textformat
36296 \family default
36297  
36298 \emph on
36299 nicht
36300 \emph default
36301  
36302 \family sans
36303 Zweispaltiges
36304 \begin_inset space ~
36305 \end_inset
36306
36307 Dokument
36308 \family default
36309  ausgewählt sein darf.
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \end_layout
36316
36317 \begin_layout Standard
36318 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36319 \end_layout
36320
36321 \begin_layout Standard
36322
36323 \series bold
36324
36325 \backslash
36326 begin{multicols}{Spaltenanzahl}
36327 \end_layout
36328
36329 \begin_layout Standard
36330 wobei die Spaltenanzahl eine Zahl im Bereich 2
36331 \begin_inset space \thinspace{}
36332 \end_inset
36333
36334 -
36335 \begin_inset space \thinspace{}
36336 \end_inset
36337
36338 10 ist.
36339  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36340 \end_layout
36341
36342 \begin_layout Standard
36343
36344 \series bold
36345
36346 \backslash
36347 end{multicols}
36348 \end_layout
36349
36350 \begin_layout Standard
36351 der im TeX-Modus eingegeben wird.
36352 \end_layout
36353
36354 \begin_layout Standard
36355 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36356  Um dies rückgängig zu machen, fügt man vor der Formel -6
36357 \begin_inset space \thinspace{}
36358 \end_inset
36359
36360 mm vertikalen Leerraum ein.
36361  Ist der Formelstil 
36362 \series bold
36363 Eingerückt
36364 \begin_inset Foot
36365 status collapsed
36366
36367 \begin_layout Plain Layout
36368 Formelstile siehe 
36369 \begin_inset CommandInset ref
36370 LatexCommand ref
36371 reference "sec:Formelstile"
36372
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \series default
36382  gewählt, fügt man stattdessen -9
36383 \begin_inset space \thinspace{}
36384 \end_inset
36385
36386 mm Leerraum ein.
36387 \end_layout
36388
36389 \begin_layout Standard
36390 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36391 \end_layout
36392
36393 \begin_layout Standard
36394 \begin_inset ERT
36395 status collapsed
36396
36397 \begin_layout Plain Layout
36398
36399
36400 \backslash
36401 begin{multicols}{2}
36402 \end_layout
36403
36404 \end_inset
36405
36406 Das Spektrum wird fouriertransformiert.
36407  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36408 , Lösungsmittel) zu trennen.
36409  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36410  nun das Aussehen des Ausgangssignals.
36411  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36412  über alle Phasen integrieren muss.
36413  Sei nun 
36414 \begin_inset Formula $S$
36415 \end_inset
36416
36417  unser normiertes Ausgangssignal und 
36418 \begin_inset Formula $P$
36419 \end_inset
36420
36421  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36422 \begin_inset ERT
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426
36427
36428 \backslash
36429 end{multicols}
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \begin_inset VSpace -6mm
36436 \end_inset
36437
36438
36439 \begin_inset Formula 
36440 \begin{equation}
36441 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36442 \end{equation}
36443
36444 \end_inset
36445
36446
36447 \begin_inset ERT
36448 status collapsed
36449
36450 \begin_layout Plain Layout
36451
36452
36453 \backslash
36454 begin{multicols}{2}
36455 \end_layout
36456
36457 \end_inset
36458
36459 wobei 
36460 \begin_inset Formula $S_{0}$
36461 \end_inset
36462
36463  das Signal ohne Gradient ist und die Normierungsbedingung 
36464 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36465 \end_inset
36466
36467  gilt.
36468  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36469  Direkt nach dem 
36470 \begin_inset Formula $\nicefrac{\pi}{2}$
36471 \end_inset
36472
36473
36474 \begin_inset space \thinspace{}
36475 \end_inset
36476
36477 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36478  das Signal zusätzlich abschwächt.
36479  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36480  
36481 \begin_inset Formula $T_{2}$
36482 \end_inset
36483
36484 -Zeit.
36485 \end_layout
36486
36487 \begin_layout Standard
36488 \begin_inset ERT
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492
36493
36494 \backslash
36495 end{multicols}
36496 \end_layout
36497
36498 \end_inset
36499
36500  
36501 \end_layout
36502
36503 \begin_layout Subsection
36504 Formeln mit Beschreibung der Variablen
36505 \begin_inset Index idx
36506 status collapsed
36507
36508 \begin_layout Plain Layout
36509 Formel ! mit Variablenbeschreibung
36510 \end_layout
36511
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \begin_layout Standard
36518 Möchte man wie in Formel 
36519 \begin_inset CommandInset ref
36520 LatexCommand eqref
36521 reference "eq:innerhalb"
36522
36523 \end_inset
36524
36525 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36526 \series bold
36527 ×
36528 \series default
36529
36530 \begin_inset Formula $n$
36531 \end_inset
36532
36533
36534 \begin_inset space ~
36535 \end_inset
36536
36537 Matrix mit links ausgerichteten Spalten für die verwendeten 
36538 \begin_inset Formula $n$
36539 \end_inset
36540
36541  Variablen.
36542 \begin_inset Foot
36543 status collapsed
36544
36545 \begin_layout Plain Layout
36546 Matrizen siehe 
36547 \begin_inset CommandInset ref
36548 LatexCommand ref
36549 reference "sec:Matrizen"
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \end_inset
36557
36558  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36559 \begin_inset space \thinspace{}
36560 \end_inset
36561
36562 B.
36563  den Befehl 
36564 \series bold
36565
36566 \backslash
36567 footnotesize
36568 \series default
36569  ein.
36570 \begin_inset Foot
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574 Schriftgrößen siehe 
36575 \begin_inset CommandInset ref
36576 LatexCommand ref
36577 reference "sub:Schriftgrößen"
36578
36579 \end_inset
36580
36581
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \end_layout
36588
36589 \begin_layout Standard
36590 Wird der Formelstil 
36591 \series bold
36592 Eingerückt
36593 \begin_inset Foot
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597 Formelstile siehe 
36598 \begin_inset CommandInset ref
36599 LatexCommand ref
36600 reference "sec:Formelstile"
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \series default
36611  verwendet, fügt man vor und nach der Matrix ein 
36612 \series bold
36613
36614 \backslash
36615 hfill
36616 \series default
36617
36618 \begin_inset Foot
36619 status collapsed
36620
36621 \begin_layout Plain Layout
36622
36623 \series bold
36624
36625 \backslash
36626 hfill
36627 \series default
36628  wirkt nur in Formeln mit dem Stil 
36629 \series bold
36630 Eingerückt
36631 \series default
36632 , siehe 
36633 \begin_inset CommandInset ref
36634 LatexCommand ref
36635 reference "sub:Variabler-Leerraum"
36636
36637 \end_inset
36638
36639 .
36640 \end_layout
36641
36642 \end_inset
36643
36644  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36645  gleich ist.
36646 \end_layout
36647
36648 \begin_layout Standard
36649 Ist der Formelstil 
36650 \series bold
36651 Zentriert
36652 \series default
36653  gewählt, nutzt man die in 
36654 \begin_inset CommandInset ref
36655 LatexCommand ref
36656 reference "sub:Flalign-Umgebung"
36657
36658 \end_inset
36659
36660  beschriebene Möglichkeit, Formeln einzurücken.
36661  Formel 
36662 \begin_inset CommandInset ref
36663 LatexCommand eqref
36664 reference "eq:innerhalb"
36665
36666 \end_inset
36667
36668  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36669  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36670 \begin_inset Formula 
36671 \begin{flalign}
36672 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36673 \rho & \textrm{Dichte}\\
36674 V & \textrm{Volumen}\\
36675 g & \textrm{Fallbeschleunigung}
36676 \end{array} &  & {}\label{eq:innerhalb}
36677 \end{flalign}
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Subsection
36685 Aufrechte kleine griechische Buchstaben
36686 \begin_inset CommandInset label
36687 LatexCommand label
36688 name "sub:Aufrechte-kleine-griechische"
36689
36690 \end_inset
36691
36692
36693 \begin_inset Index idx
36694 status collapsed
36695
36696 \begin_layout Plain Layout
36697 griechische Buchstaben ! aufrechte
36698 \end_layout
36699
36700 \end_inset
36701
36702
36703 \end_layout
36704
36705 \begin_layout Standard
36706 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36707  zur Verfügung.
36708  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36709  aufrechte griechische Buchstaben benötigt.
36710  Die Datei 
36711 \series bold
36712 upgreek.sty
36713 \series default
36714
36715 \begin_inset Foot
36716 status collapsed
36717
36718 \begin_layout Plain Layout
36719
36720 \series bold
36721 upgreek
36722 \series default
36723  ist Teil des LaTeX-Paketes 
36724 \series bold
36725 was
36726 \series default
36727
36728 \begin_inset Index idx
36729 status collapsed
36730
36731 \begin_layout Plain Layout
36732 Pakete ! was
36733 \begin_inset ERT
36734 status collapsed
36735
36736 \begin_layout Plain Layout
36737
36738
36739 \backslash
36740 vspace{4mm}
36741 \end_layout
36742
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \end_inset
36749
36750 .
36751 \end_layout
36752
36753 \end_inset
36754
36755
36756 \begin_inset Index idx
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760 Pakete ! upgreek
36761 \end_layout
36762
36763 \end_inset
36764
36765 , die mit der LaTeX-Vorspannzeile
36766 \end_layout
36767
36768 \begin_layout Standard
36769
36770 \series bold
36771
36772 \backslash
36773 usepackage{upgreek}
36774 \end_layout
36775
36776 \begin_layout Standard
36777 geladen wird, stellt diese Buchstaben zur Verfügung.
36778  
36779 \begin_inset ERT
36780 status collapsed
36781
36782 \begin_layout Plain Layout
36783
36784
36785 \backslash
36786 ifupgreek 
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \begin_inset Note Note
36793 status open
36794
36795 \begin_layout Plain Layout
36796 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36797 \series bold
36798 upgreek
36799 \series default
36800  installiert ist:
36801 \end_layout
36802
36803 \end_inset
36804
36805  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36806  
36807 \series bold
36808 up
36809 \series default
36810  begonnen wird.
36811  So erzeugt z.
36812 \begin_inset space \thinspace{}
36813 \end_inset
36814
36815 B.
36816  der Befehl 
36817 \series bold
36818
36819 \backslash
36820 uptau
36821 \series default
36822  dies: 
36823 \begin_inset Formula $\uptau$
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \begin_layout Standard
36830 Damit kann man Elementarteilchenreaktionen erstellen:
36831 \begin_inset Formula 
36832 \[
36833 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36834 \]
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Standard
36842 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36843  Sie sollten daher nicht für Einheiten wie 
36844 \begin_inset Quotes gld
36845 \end_inset
36846
36847 µm
36848 \begin_inset Quotes grd
36849 \end_inset
36850
36851  verwendet werden.
36852 \end_layout
36853
36854 \begin_layout Standard
36855 \begin_inset ERT
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859
36860
36861 \backslash
36862 else 
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \begin_inset Note Note
36869 status open
36870
36871 \begin_layout Plain Layout
36872 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36873 \series bold
36874 upgreek
36875 \series default
36876  nicht installiert ist:
36877 \end_layout
36878
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \begin_layout Standard
36885 Das LaTeX-Paket 
36886 \series bold
36887 upgreek 
36888 \series default
36889 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36890 \end_layout
36891
36892 \begin_layout Standard
36893 \begin_inset ERT
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897
36898
36899 \backslash
36900 fi 
36901 \end_layout
36902
36903 \end_inset
36904
36905
36906 \end_layout
36907
36908 \begin_layout Subsection
36909 Textzeichen in Formeln
36910 \begin_inset CommandInset label
36911 LatexCommand label
36912 name "sub:Textzeichen-in-Formeln"
36913
36914 \end_inset
36915
36916
36917 \begin_inset Index idx
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921 Text ! in Formeln
36922 \end_layout
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Standard
36930 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36931  Benötigt man z.
36932 \begin_inset space \thinspace{}
36933 \end_inset
36934
36935 B.
36936  den mittigen Punkt · in Formeln wie 
36937 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36938 \end_inset
36939
36940 , müsste man dafür jedes Mal den Befehl 
36941 \series bold
36942
36943 \backslash
36944 cdot
36945 \series default
36946  eingeben
36947 \begin_inset Foot
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951 siehe 
36952 \begin_inset CommandInset ref
36953 LatexCommand ref
36954 reference "sub:Binäre-Operatoren"
36955
36956 \end_inset
36957
36958
36959 \end_layout
36960
36961 \end_inset
36962
36963 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36964  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36965 \end_layout
36966
36967 \begin_layout Standard
36968
36969 \series bold
36970
36971 \backslash
36972 DeclareInputText{183}{
36973 \backslash
36974 ifmmode
36975 \backslash
36976 cdot
36977 \backslash
36978 else
36979 \backslash
36980 textperiodcentered
36981 \backslash
36982 f\SpecialChar \textcompwordmark{}
36983 i}
36984 \end_layout
36985
36986 \begin_layout Standard
36987 Die Zeichenkodierung (Menü 
36988 \family sans
36989 Dokument\SpecialChar \menuseparator
36990 Einstellungen\SpecialChar \menuseparator
36991 Sprache
36992 \family default
36993 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36994  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36995 \series bold
36996
36997 \backslash
36998 textperiodcentered
36999 \series default
37000  verwendet.
37001  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37002  LaTeX-Fehlern kommen würde.
37003  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37004  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37005  nicht.
37006 \end_layout
37007
37008 \begin_layout Standard
37009 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37010  Z.
37011 \begin_inset space \thinspace{}
37012 \end_inset
37013
37014 B.
37015  ist die Kodierung 
37016 \series bold
37017 latin9
37018 \series default
37019  in der Datei 
37020 \series bold
37021 latin9.def
37022 \series default
37023  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
37024  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
37025 eien geändert werden.
37026  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
37027  nicht ohne Weiteres bearbeitet werden.
37028 \end_layout
37029
37030 \begin_layout Standard
37031 \begin_inset VSpace medskip
37032 \end_inset
37033
37034 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37035  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
37036  Formel eingegeben werden können:
37037 \end_layout
37038
37039 \begin_layout Standard
37040
37041 \series bold
37042
37043 \backslash
37044 DeclareInputText{176}{
37045 \backslash
37046 ifmmode^
37047 \backslash
37048 circ
37049 \backslash
37050 else
37051 \backslash
37052 textdegree
37053 \backslash
37054 f\SpecialChar \textcompwordmark{}
37055 i}
37056 \end_layout
37057
37058 \begin_layout Standard
37059 \begin_inset Newpage newpage
37060 \end_inset
37061
37062
37063 \end_layout
37064
37065 \begin_layout Section
37066 \start_of_appendix
37067 Typographische Hinweise
37068 \begin_inset Index idx
37069 status collapsed
37070
37071 \begin_layout Plain Layout
37072 Typographische Hinweise
37073 \end_layout
37074
37075 \end_inset
37076
37077
37078 \end_layout
37079
37080 \begin_layout Standard
37081 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37082  Regeln, die teilweise auch im Duden 
37083 \begin_inset CommandInset citation
37084 LatexCommand cite
37085 key "Duden"
37086
37087 \end_inset
37088
37089  unter 
37090 \family typewriter
37091 Textverarbeitung
37092 \family default
37093  aufgelistet sind.
37094  Weitere Regeln sind in 
37095 \begin_inset CommandInset citation
37096 LatexCommand cite
37097 key "Checklist"
37098
37099 \end_inset
37100
37101  zu finden.
37102 \end_layout
37103
37104 \begin_layout Itemize
37105 Physikalische Einheiten werden 
37106 \emph on
37107 immer
37108 \emph default
37109  aufrecht gesetzt
37110 \begin_inset Foot
37111 status collapsed
37112
37113 \begin_layout Plain Layout
37114 wird durch Schriftstile erreicht, siehe 
37115 \begin_inset CommandInset ref
37116 LatexCommand ref
37117 reference "sub:Schriftstile"
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \end_inset
37125
37126 , egal ob sie sich in einem kursiven Text befinden: 30
37127 \begin_inset space \thinspace{}
37128 \end_inset
37129
37130 km/h
37131 \begin_inset Newline newline
37132 \end_inset
37133
37134 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37135 \begin_inset CommandInset ref
37136 LatexCommand ref
37137 reference "sub:Vordefinierter-Leerraum"
37138
37139 \end_inset
37140
37141 .
37142 \begin_inset Newline newline
37143 \end_inset
37144
37145 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37146 \series bold
37147
37148 \backslash
37149 unittwo
37150 \series default
37151  verwendet.
37152  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37153  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37154  erhält wie oben: 
37155 \begin_inset Formula $\unit[30]{km/h}$
37156 \end_inset
37157
37158
37159 \begin_inset space \thinspace{}
37160 \end_inset
37161
37162 .
37163  Zu beachten ist, dass 
37164 \series bold
37165
37166 \backslash
37167 unittwo
37168 \series default
37169  kein echter LaTeX-Befehl, sondern der Befehl 
37170 \series bold
37171
37172 \backslash
37173 unit[Wert]{Einheit}
37174 \series default
37175  ist, daher kann man ihn nicht im TeX-Code benutzen.
37176 \end_layout
37177
37178 \begin_layout Itemize
37179 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37180 \begin_inset Newline newline
37181 \end_inset
37182
37183 1,2
37184 \begin_inset space \thinspace{}
37185 \end_inset
37186
37187 ‰ Alkohol im Blut
37188 \begin_inset Newline newline
37189 \end_inset
37190
37191 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37192  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37193 \end_layout
37194
37195 \begin_layout Itemize
37196 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37197  wird in einer Einheit verwendet: 15
37198 \begin_inset space \thinspace{}
37199 \end_inset
37200
37201 °C
37202 \end_layout
37203
37204 \begin_layout Itemize
37205 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37206  Ziffer der kleinste Leerraum eingefügt: 18
37207 \begin_inset space \thinspace{}
37208 \end_inset
37209
37210 473
37211 \begin_inset space \thinspace{}
37212 \end_inset
37213
37214 588
37215 \end_layout
37216
37217 \begin_layout Itemize
37218 Für Bemaßungen wie z.
37219 \begin_inset space \thinspace{}
37220 \end_inset
37221
37222 B.
37223  120×90×40
37224 \begin_inset space \thinspace{}
37225 \end_inset
37226
37227 cm, verwendet man das gelegte Kreuz 
37228 \begin_inset Quotes gld
37229 \end_inset
37230
37231 ×
37232 \begin_inset Quotes grd
37233 \end_inset
37234
37235 , dass entweder über den Befehl 
37236 \series bold
37237
37238 \backslash
37239 times
37240 \series default
37241  oder über das Menü 
37242 \family sans
37243 Einfügen\SpecialChar \menuseparator
37244 Sonderzeichen\SpecialChar \menuseparator
37245 Symbole
37246 \family default
37247  verfügbar ist.
37248 \end_layout
37249
37250 \begin_layout Itemize
37251 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37252  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37253 \begin_inset space \thinspace{}
37254 \end_inset
37255
37256 6.
37257 \begin_inset space ~
37258 \end_inset
37259
37260 1979
37261 \end_layout
37262
37263 \begin_layout Itemize
37264 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37265  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37266 \begin_inset CommandInset ref
37267 LatexCommand ref
37268 reference "sub:Vordefinierte-Funktionen"
37269
37270 \end_inset
37271
37272 .
37273 \end_layout
37274
37275 \begin_layout Itemize
37276 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37277  
37278 \begin_inset Formula $E_{\mathrm{kin}}$
37279 \end_inset
37280
37281
37282 \begin_inset Newline newline
37283 \end_inset
37284
37285 Komponenten von Matrizen werden kursiv gesetzt: 
37286 \begin_inset Formula $\hat{H}_{kl}$
37287 \end_inset
37288
37289
37290 \end_layout
37291
37292 \begin_layout Itemize
37293 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37294  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37295  Variablen zu verwechseln.
37296 \end_layout
37297
37298 \begin_layout Itemize
37299 Das Symbol für eine 
37300 \noun on
37301 Fourier
37302 \noun default
37303 -Transformation kann entweder mit dem Befehl 
37304 \series bold
37305
37306 \backslash
37307 mathscr
37308 \begin_inset ERT
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312
37313
37314 \backslash
37315 leer 
37316 \end_layout
37317
37318 \end_inset
37319
37320 F
37321 \series default
37322  oder über das Menü 
37323 \family sans
37324 Einfügen\SpecialChar \menuseparator
37325 Sonderzeichen\SpecialChar \menuseparator
37326 Symbole\SpecialChar \menuseparator
37327 Buchstabenähnliche
37328 \begin_inset space ~
37329 \end_inset
37330
37331 Symbole
37332 \family default
37333  eingefügt werden: 
37334 \begin_inset Formula $\mathscr{F}$
37335 \end_inset
37336
37337
37338 \end_layout
37339
37340 \begin_layout Standard
37341 \begin_inset Newpage newpage
37342 \end_inset
37343
37344
37345 \end_layout
37346
37347 \begin_layout Section
37348 Synonyme
37349 \begin_inset Index idx
37350 status collapsed
37351
37352 \begin_layout Plain Layout
37353 Synonyme
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \begin_layout Standard
37362 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37363  Hier ist eine Übersicht der Synonymbefehle:
37364 \end_layout
37365
37366 \begin_layout Standard
37367 \begin_inset VSpace bigskip
37368 \end_inset
37369
37370
37371 \begin_inset space \hfill{}
37372 \end_inset
37373
37374
37375 \begin_inset Tabular
37376 <lyxtabular version="3" rows="12" columns="2">
37377 <features tabularvalignment="middle">
37378 <column alignment="center" valignment="top" width="0pt">
37379 <column alignment="center" valignment="top" width="0pt">
37380 <row>
37381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37382 \begin_inset Text
37383
37384 \begin_layout Plain Layout
37385 Befehl
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394 äquivalent zu
37395 \begin_inset Note Note
37396 status collapsed
37397
37398 \begin_layout Plain Layout
37399
37400 \series bold
37401
37402 \backslash
37403 raisebox
37404 \series default
37405  dient nur als Abstandhalter.
37406 \end_layout
37407
37408 \end_inset
37409
37410
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 </row>
37416 <row>
37417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421
37422 \backslash
37423 ast
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432 \begin_inset ERT
37433 status collapsed
37434
37435 \begin_layout Plain Layout
37436
37437
37438 \backslash
37439 raisebox{-1.2mm}{
37440 \end_layout
37441
37442 \end_inset
37443
37444 *
37445 \begin_inset ERT
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449
37450 }
37451 \end_layout
37452
37453 \end_inset
37454
37455
37456 \end_layout
37457
37458 \end_inset
37459 </cell>
37460 </row>
37461 <row>
37462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37463 \begin_inset Text
37464
37465 \begin_layout Plain Layout
37466
37467 \backslash
37468 choose
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477
37478 \backslash
37479 binom
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 <row>
37486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 geq
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501
37502 \backslash
37503 ge
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 </row>
37509 <row>
37510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 lbrace
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 {
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 <row>
37532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536
37537 \backslash
37538 lbracket
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37544 \begin_inset Text
37545
37546 \begin_layout Plain Layout
37547 [
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 </row>
37553 <row>
37554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558
37559 \backslash
37560 leftarrow
37561 \end_layout
37562
37563 \end_inset
37564 </cell>
37565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569
37570 \backslash
37571 gets
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 </row>
37577 <row>
37578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582
37583 \backslash
37584 leq
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593
37594 \backslash
37595 le
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 </row>
37601 <row>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 lor
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617
37618 \backslash
37619 vee
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 </row>
37625 <row>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630
37631 \backslash
37632 neq
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641
37642 \backslash
37643 not=
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 <row>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 slash
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665 /
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 </row>
37671 <row>
37672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676
37677 \backslash
37678 vert
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687 |
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 </row>
37693 </lyxtabular>
37694
37695 \end_inset
37696
37697
37698 \begin_inset space \hfill{}
37699 \end_inset
37700
37701
37702 \begin_inset Tabular
37703 <lyxtabular version="3" rows="12" columns="2">
37704 <features tabularvalignment="middle">
37705 <column alignment="center" valignment="top" width="0pt">
37706 <column alignment="center" valignment="top" width="0pt">
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 Befehl
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 äquivalent zu
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row>
37728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732
37733 \backslash
37734 backslash
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743
37744 \backslash
37745
37746 \backslash
37747
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 </row>
37753 <row>
37754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758
37759 \backslash
37760 dasharrow
37761 \end_layout
37762
37763 \end_inset
37764 </cell>
37765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37766 \begin_inset Text
37767
37768 \begin_layout Plain Layout
37769
37770 \backslash
37771 dashrightarrow
37772 \end_layout
37773
37774 \end_inset
37775 </cell>
37776 </row>
37777 <row>
37778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37779 \begin_inset Text
37780
37781 \begin_layout Plain Layout
37782
37783 \backslash
37784 land
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37790 \begin_inset Text
37791
37792 \begin_layout Plain Layout
37793
37794 \backslash
37795 wedge
37796 \end_layout
37797
37798 \end_inset
37799 </cell>
37800 </row>
37801 <row>
37802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37803 \begin_inset Text
37804
37805 \begin_layout Plain Layout
37806
37807 \backslash
37808 rbrace
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37814 \begin_inset Text
37815
37816 \begin_layout Plain Layout
37817 }
37818 \end_layout
37819
37820 \end_inset
37821 </cell>
37822 </row>
37823 <row>
37824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37825 \begin_inset Text
37826
37827 \begin_layout Plain Layout
37828
37829 \backslash
37830 rbracket
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37836 \begin_inset Text
37837
37838 \begin_layout Plain Layout
37839 ]
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 </row>
37845 <row>
37846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850
37851 \backslash
37852 rightarrow
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861
37862 \backslash
37863 to
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 </row>
37869 <row>
37870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37871 \begin_inset Text
37872
37873 \begin_layout Plain Layout
37874
37875 \backslash
37876 lnot
37877 \end_layout
37878
37879 \end_inset
37880 </cell>
37881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37882 \begin_inset Text
37883
37884 \begin_layout Plain Layout
37885
37886 \backslash
37887 neg
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 </row>
37893 <row>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898
37899 \backslash
37900 ne
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37906 \begin_inset Text
37907
37908 \begin_layout Plain Layout
37909
37910 \backslash
37911 not=
37912 \end_layout
37913
37914 \end_inset
37915 </cell>
37916 </row>
37917 <row>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922
37923 \backslash
37924 owns
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933
37934 \backslash
37935 ni
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 </row>
37941 <row>
37942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946
37947 \backslash
37948 square
37949 \end_layout
37950
37951 \end_inset
37952 </cell>
37953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37954 \begin_inset Text
37955
37956 \begin_layout Plain Layout
37957
37958 \backslash
37959 Box
37960 \end_layout
37961
37962 \end_inset
37963 </cell>
37964 </row>
37965 <row>
37966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37967 \begin_inset Text
37968
37969 \begin_layout Plain Layout
37970
37971 \backslash
37972 Vert
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981
37982 \backslash
37983 |
37984 \end_layout
37985
37986 \end_inset
37987 </cell>
37988 </row>
37989 </lyxtabular>
37990
37991 \end_inset
37992
37993
37994 \begin_inset space \hfill{}
37995 \end_inset
37996
37997
37998 \end_layout
37999
38000 \begin_layout Standard
38001 \begin_inset Newpage newpage
38002 \end_inset
38003
38004
38005 \end_layout
38006
38007 \begin_layout Bibliography
38008 \labelwidthstring Referenzen
38009 \begin_inset CommandInset bibitem
38010 LatexCommand bibitem
38011 key "TLC2"
38012
38013 \end_inset
38014
38015
38016 \shape smallcaps
38017 Mittelbach, F.
38018  ; Goossens, M.
38019 \shape default
38020
38021 \shape italic
38022 The LaTeX Companion
38023 \shape default
38024 .
38025  Addison Wesley, 2004
38026 \end_layout
38027
38028 \begin_layout Bibliography
38029 \labelwidthstring Referenzen
38030 \begin_inset CommandInset bibitem
38031 LatexCommand bibitem
38032 key "Mathmode"
38033
38034 \end_inset
38035
38036
38037 \begin_inset CommandInset href
38038 LatexCommand href
38039 name "Beschreibung"
38040 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38041
38042 \end_inset
38043
38044  der mathematischen Fähigkeiten von LaTeX
38045 \end_layout
38046
38047 \begin_layout Bibliography
38048 \labelwidthstring Referenzen
38049 \begin_inset CommandInset bibitem
38050 LatexCommand bibitem
38051 key "AMS"
38052
38053 \end_inset
38054
38055
38056 \begin_inset CommandInset href
38057 LatexCommand href
38058 name "Beschreibung"
38059 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38060
38061 \end_inset
38062
38063  von 
38064 \begin_inset ERT
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068
38069
38070 \backslash
38071 AmS
38072 \end_layout
38073
38074 \end_inset
38075
38076 -LaTeX
38077 \end_layout
38078
38079 \begin_layout Bibliography
38080 \labelwidthstring Referenzen
38081 \begin_inset CommandInset bibitem
38082 LatexCommand bibitem
38083 key "Symbole"
38084
38085 \end_inset
38086
38087
38088 \begin_inset CommandInset href
38089 LatexCommand href
38090 name "Auflistung"
38091 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38092
38093 \end_inset
38094
38095  aller über LaTeX-Pakete verfügbare Symbole
38096 \end_layout
38097
38098 \begin_layout Bibliography
38099 \labelwidthstring Referenzen
38100 \begin_inset CommandInset bibitem
38101 LatexCommand bibitem
38102 key "hyperref"
38103
38104 \end_inset
38105
38106
38107 \begin_inset CommandInset href
38108 LatexCommand href
38109 name "Dokumentation"
38110 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38111
38112 \end_inset
38113
38114  des LaTeX-Pakets 
38115 \series bold
38116 hyperref
38117 \series default
38118
38119 \begin_inset Index idx
38120 status collapsed
38121
38122 \begin_layout Plain Layout
38123 Pakete ! hyperref
38124 \end_layout
38125
38126 \end_inset
38127
38128
38129 \end_layout
38130
38131 \begin_layout Bibliography
38132 \labelwidthstring Referenzen
38133 \begin_inset CommandInset bibitem
38134 LatexCommand bibitem
38135 key "mhchem"
38136
38137 \end_inset
38138
38139
38140 \begin_inset CommandInset href
38141 LatexCommand href
38142 name "Dokumentation"
38143 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38144
38145 \end_inset
38146
38147  des LaTeX-Pakets 
38148 \series bold
38149 mhchem
38150 \series default
38151
38152 \begin_inset Index idx
38153 status collapsed
38154
38155 \begin_layout Plain Layout
38156 Pakete ! mhchem
38157 \end_layout
38158
38159 \end_inset
38160
38161
38162 \end_layout
38163
38164 \begin_layout Bibliography
38165 \labelwidthstring Referenzen
38166 \begin_inset CommandInset bibitem
38167 LatexCommand bibitem
38168 key "Mathclap"
38169
38170 \end_inset
38171
38172
38173 \begin_inset CommandInset href
38174 LatexCommand href
38175 name "Beschreibung"
38176 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38177
38178 \end_inset
38179
38180  des in 
38181 \begin_inset CommandInset ref
38182 LatexCommand ref
38183 reference "sub:Operatorgrenzen"
38184
38185 \end_inset
38186
38187  vorgestellten Befehls 
38188 \series bold
38189
38190 \backslash
38191 mathclap
38192 \series default
38193
38194 \begin_inset Index idx
38195 status collapsed
38196
38197 \begin_layout Plain Layout
38198 Befehle ! M ! 
38199 \backslash
38200 mathclap
38201 \end_layout
38202
38203 \end_inset
38204
38205
38206 \end_layout
38207
38208 \begin_layout Bibliography
38209 \labelwidthstring Referenzen
38210 \begin_inset CommandInset bibitem
38211 LatexCommand bibitem
38212 key "Duden"
38213
38214 \end_inset
38215
38216
38217 \emph on
38218 Duden Band 1
38219 \emph default
38220 .
38221  22.
38222  Auflage, Duden Verlag 2001
38223 \end_layout
38224
38225 \begin_layout Bibliography
38226 \labelwidthstring Referenzen
38227 \begin_inset CommandInset bibitem
38228 LatexCommand bibitem
38229 key "Checklist"
38230
38231 \end_inset
38232
38233
38234 \begin_inset CommandInset href
38235 LatexCommand href
38236 name "Prüfliste"
38237 target "http://physics.nist.gov/Document/checklist.pdf"
38238
38239 \end_inset
38240
38241  für das Rezensieren von Manuskripten
38242 \end_layout
38243
38244 \begin_layout Standard
38245 \begin_inset Note Note
38246 status collapsed
38247
38248 \begin_layout Plain Layout
38249 Damit der Index den Namen 
38250 \begin_inset Quotes gld
38251 \end_inset
38252
38253 Stichwortverzeichnis
38254 \begin_inset Quotes grd
38255 \end_inset
38256
38257  erhält, wurde im LaTeX-Vorspann
38258 \end_layout
38259
38260 \begin_layout Plain Layout
38261
38262 \series bold
38263
38264 \backslash
38265 addto
38266 \backslash
38267 captionsngerman{
38268 \backslash
38269 renewcommand{
38270 \backslash
38271 indexname}{Stichwortverzeichnis}}
38272 \end_layout
38273
38274 \begin_layout Plain Layout
38275 eingefügt.
38276 \end_layout
38277
38278 \begin_layout Plain Layout
38279 Das Paket 
38280 \series bold
38281 babel
38282 \series default
38283  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38284  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38285  Außerdem wird 
38286 \series bold
38287 babel
38288 \series default
38289  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38290  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38291 che verwendet wurde.
38292 \end_layout
38293
38294 \begin_layout Plain Layout
38295 Möchte man andere Beschriftungen ändern, ersetzt man 
38296 \series bold
38297
38298 \backslash
38299 indexname
38300 \series default
38301  durch 
38302 \series bold
38303
38304 \backslash
38305 <Beschriftungs>name
38306 \series default
38307 .
38308  Eine Auflistung der möglichen Namen findet man unter
38309 \end_layout
38310
38311 \begin_layout Plain Layout
38312
38313 \family typewriter
38314 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38315 \end_layout
38316
38317 \begin_layout Plain Layout
38318 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38319 \series bold
38320 ngerman
38321 \series default
38322  durch die Dokumentsprache und
38323 \end_layout
38324
38325 \begin_layout Plain Layout
38326
38327 \series bold
38328
38329 \backslash
38330 captionsgerman
38331 \series default
38332  durch 
38333 \series bold
38334
38335 \backslash
38336 captions<Dokumentsprache>
38337 \series default
38338 .
38339 \end_layout
38340
38341 \end_inset
38342
38343
38344 \begin_inset CommandInset index_print
38345 LatexCommand printindex
38346 type "idx"
38347
38348 \end_inset
38349
38350
38351 \end_layout
38352
38353 \end_body
38354 \end_document