]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
EmbeddedObjects.lyx: describe \caption* in longtables
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % für Mehrfachzeilen, benutzt in Kap. 24.7
70 \usepackage{multicol}
71
72 % benutzt in Kap. 19.4
73 \usepackage{remreset}
74
75 % für das Fourier-Transformationssymbol
76 \usepackage{mathrsfs}
77
78 % Farbdefinition aus Kap. 9.3
79 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
82 \DeclareMathOperator*{\Raute}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % Beispielbefehle aus Kap. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % Beispielmakro aus Kap. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % Damit der Index einen anderen Namen erhält.
96 \addto\captionsngerman
97 {\renewcommand{\indexname}
98 {Stichwort- und Befehlsverzeichnis}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % testen ob das Paket undertilde installiert ist
106 % wird benutzt für den Befehl \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % testen ob das Paket eurosym installiert ist
114 % wird benutzt für das Euro-Symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % testen ob Paket braket installiert ist
122 % benötigt für physikalische Vektoren
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % testen ob Paket cancel installiert ist
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % testen ob Paket upgreek installiert ist
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142
143 % benötigt für Kommas in Formeln, siehe Kap. 22.3
144 \IfFileExists{icomma.sty}
145  {\usepackage{icomma}}{}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options false
149 \maintain_unincluded_children false
150 \language ngerman
151 \language_package default
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_math auto
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_package amsmath 2
189 \use_package amssymb 2
190 \use_package cancel 0
191 \use_package esint 1
192 \use_package mathdots 1
193 \use_package mathtools 1
194 \use_package mhchem 1
195 \use_package stackrel 0
196 \use_package stmaryrd 0
197 \use_package undertilde 0
198 \cite_engine basic
199 \cite_engine_type default
200 \biblio_style plain
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \justification true
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Stichwortverzeichnis
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle plain
220 \bullet 1 0 6 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXs detailliertes Mathe Handbuch
234 \end_layout
235
236 \begin_layout Author
237 vom LyX Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
244 ons-Liste: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 Verfasser: Uwe Stöhr
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 2.1.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
297  
298 \series bold
299 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Info
502 type  "icon"
503 arg   "math-mode"
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 Um eine abgesetzte Formel
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formel ! abgesetzte
516 \end_layout
517
518 \end_inset
519
520  zu erstellen, drückt man 
521 \family sans
522 Strg+Shift+M
523 \family default
524 .
525 \end_layout
526
527 \begin_layout Standard
528 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
529  Cursor in die Formel und drückt 
530 \family sans
531 Strg+Shift+M
532 \family default
533  oder benutzt das Menü 
534 \family sans
535 Bearbeiten\SpecialChar \menuseparator
536 Mathe\SpecialChar \menuseparator
537
538 \begin_inset Newline linebreak
539 \end_inset
540
541 Formelart ändern
542 \family default
543 .
544  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
545  umwandeln.
546 \end_layout
547
548 \begin_layout Standard
549 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
550  gibt man in die Formel den Befehl 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Befehle ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  ein.
569  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
570  wird.
571 \end_layout
572
573 \begin_layout Standard
574 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
575 \end_layout
576
577 \begin_layout Standard
578 Die 
579 \family sans
580 Mathe-Werkzeugleiste
581 \family default
582  kann über das Menü 
583 \family sans
584 Ansicht\SpecialChar \menuseparator
585 Werkzeugleisten
586 \family default
587  eingeblendet werden.
588  Wenn dort auf 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Mathe
593 \begin_inset Quotes erd
594 \end_inset
595
596  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
597  diese Einstellung wird durch ein Häkchen im Menü 
598 \family sans
599 Werkzeugleisten
600 \family default
601  angezeigt.
602  Wenn nun im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  nochmal auf 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Mathe
611 \begin_inset Quotes erd
612 \end_inset
613
614  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
615  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
616  des Menüeintrags von 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Mathe
621 \begin_inset Quotes erd
622 \end_inset
623
624  zu 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Mathe
629 \begin_inset space ~
630 \end_inset
631
632 (automatisch)
633 \begin_inset Quotes erd
634 \end_inset
635
636  angezeigt.
637 \end_layout
638
639 \begin_layout Standard
640 In den TeX-Modus
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-Modus
646 \end_layout
647
648 \end_inset
649
650  gelangt man über den Werkzeugleistenknopf 
651 \begin_inset Info
652 type  "icon"
653 arg   "ert-insert"
654 \end_inset
655
656  oder das Menü 
657 \family sans
658 Einfügen\SpecialChar \menuseparator
659 Te
660 \begin_inset ERT
661 status collapsed
662
663 \begin_layout Plain Layout
664
665 {}
666 \end_layout
667
668 \end_inset
669
670 X
671 \begin_inset space ~
672 \end_inset
673
674 Code
675 \family default
676  (Tastenkürzel 
677 \family sans
678 Strg+L
679 \family default
680 ).
681 \begin_inset Note Note
682 status collapsed
683
684 \begin_layout Plain Layout
685 In LyX gibt es drei 
686 \begin_inset Quotes gld
687 \end_inset
688
689 Eigennamen
690 \begin_inset Quotes grd
691 \end_inset
692
693 , die im Ausdruck mit hoch bzw.
694 \begin_inset space \space{}
695 \end_inset
696
697 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
698 \end_layout
699
700 \begin_layout Plain Layout
701 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
702  man ein TeX-Klammerpaar ein.
703 \end_layout
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 In den LaTeX-Vorspann
712 \begin_inset Index idx
713 status collapsed
714
715 \begin_layout Plain Layout
716 L@LaTeX-Vorspann
717 \end_layout
718
719 \end_inset
720
721  gelangt man über das Menü 
722 \family sans
723 Dokument\SpecialChar \menuseparator
724 Einstellungen\SpecialChar \menuseparator
725 LaT
726 \begin_inset ERT
727 status collapsed
728
729 \begin_layout Plain Layout
730
731 {}
732 \end_layout
733
734 \end_inset
735
736 eX-Vorspann
737 \family default
738 .
739 \end_layout
740
741 \begin_layout Standard
742 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
743 en Formeln kann man die Menüs 
744 \family sans
745 Bearbeiten\SpecialChar \menuseparator
746 Mathe
747 \family default
748  und 
749 \family sans
750 Bearbeiten\SpecialChar \menuseparator
751 Zeilen
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 &
756 \begin_inset space \thinspace{}
757 \end_inset
758
759 Spalten
760 \family default
761  oder die 
762 \family sans
763 Tabellen-Werkzeugleiste
764 \family default
765  verwenden.
766  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
767  die Spalte bzw.
768 \begin_inset space \space{}
769 \end_inset
770
771 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773 \begin_inset space \space{}
774 \end_inset
775
776 darunter liegenden Zeile vertauscht.
777  Befindet sich der Cursor in der letzten Spalte bzw.
778 \begin_inset space \space{}
779 \end_inset
780
781 Zeile, wird mit der links daneben stehenden Spalte bzw.
782 \begin_inset space \space{}
783 \end_inset
784
785 darüber liegenden Zeile vertauscht.
786 \end_layout
787
788 \begin_layout Standard
789 Zum Schreiben von Text in einer Formel
790 \begin_inset Foot
791 status collapsed
792
793 \begin_layout Plain Layout
794 Bei mehrzeiligen Formeln wird der Befehl 
795 \series bold
796
797 \backslash
798 intertext
799 \series default
800  verwendet, siehe 
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "sub:Text-in-mehrzeiligen"
804
805 \end_inset
806
807 .
808 \end_layout
809
810 \end_inset
811
812  verwendet man den 
813 \emph on
814 mathematischen Textmodus
815 \emph default
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Text ! in Formeln
822 \end_layout
823
824 \end_inset
825
826
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 Mathematischer Textmodus
832 \end_layout
833
834 \end_inset
835
836 , in den man mit dem Tastenkürzel 
837 \family sans
838 Alt+M
839 \begin_inset space ~
840 \end_inset
841
842 M
843 \family default
844  oder durch Eingabe des Befehls 
845 \series bold
846
847 \backslash
848 text
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Befehle ! T ! 
854 \backslash
855 text
856 \end_layout
857
858 \end_inset
859
860
861 \series default
862  gelangt.
863  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
864  Formel unterscheiden.
865  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
866  anderen Zeichen einer Formel nicht kursiv.
867 \end_layout
868
869 \begin_layout Subsection*
870 Befehlsschema
871 \end_layout
872
873 \begin_layout Standard
874 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
875  Schema:
876 \end_layout
877
878 \begin_layout Standard
879
880 \series bold
881
882 \backslash
883 Befehlsname[optionales
884 \series default
885  
886 \series bold
887 Argument]{anzugebendes
888 \series default
889  
890 \series bold
891 Argument}
892 \end_layout
893
894 \begin_layout Standard
895 Ein Befehl muss immer mit einem Backslash 
896 \begin_inset Quotes gld
897 \end_inset
898
899
900 \series bold
901
902 \backslash
903
904 \series default
905
906 \begin_inset Quotes grd
907 \end_inset
908
909  beginnen.
910  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
911  eckigen Klammern weggelassen werden.
912  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
913 \begin_inset Index idx
914 status collapsed
915
916 \begin_layout Plain Layout
917 T@TeX-Klammern
918 \end_layout
919
920 \end_inset
921
922  bezeichnet.
923  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
924  an, erzeugt LyX automatisch eine TeX-Klammer.
925  Ansonsten werden sie in Formeln mit dem Befehl 
926 \series bold
927
928 \backslash
929 {
930 \series default
931  erzeugt.
932  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
933  Klammern, die blau erscheinen.
934  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
935  TeX-Klammern erscheinen nicht im Ausdruck.
936 \end_layout
937
938 \begin_layout Standard
939 Werden Befehle ohne Argumente, wie z.
940 \begin_inset space \thinspace{}
941 \end_inset
942
943 B.
944  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
945 \emph on
946 immer
947 \emph default
948  ein Leerzeichen folgen um ihn zu beenden.
949  Dieses Leerzeichen erscheint nicht im Ausdruck.
950  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
951  normalen Text ein geschütztes Leerzeichen folgen.
952 \end_layout
953
954 \begin_layout Standard
955 Ein geschütztes Leerzeichen gibt man mit 
956 \family sans
957 Strg+Leertaste
958 \family default
959  ein.
960 \end_layout
961
962 \begin_layout Subsection*
963 Zeichenerklärung
964 \end_layout
965
966 \begin_layout Itemize
967 Das Symbol 
968 \begin_inset space \textvisiblespace{}
969 \end_inset
970
971  steht für ein einzugebendes Leerzeichen.
972 \end_layout
973
974 \begin_layout Itemize
975 Ein Pfeil wie z.
976 \begin_inset space \thinspace{}
977 \end_inset
978
979 B.
980  
981 \begin_inset Formula $\to$
982 \end_inset
983
984  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
985  Die 
986 \family sans
987 Tabulator
988 \family default
989 -Taste kann oft anstelle von 
990 \begin_inset Formula $\to$
991 \end_inset
992
993  und 
994 \begin_inset Formula $\downarrow$
995 \end_inset
996
997  benutzt werden und 
998 \family sans
999 Umschalt+Tabulator
1000 \family default
1001  anstelle von 
1002 \begin_inset Formula $\leftarrow$
1003 \end_inset
1004
1005  und 
1006 \begin_inset Formula $\uparrow$
1007 \end_inset
1008
1009 .
1010 \end_layout
1011
1012 \begin_layout Subsection*
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Float table
1019 placement H
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Caption Standard
1027
1028 \begin_layout Plain Layout
1029 \begin_inset CommandInset label
1030 LatexCommand label
1031 name "tab:Verfügbare-Einheiten"
1032
1033 \end_inset
1034
1035 Verfügbare Einheiten
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Tabular
1046 <lyxtabular version="3" rows="13" columns="2">
1047 <features rotate="0" tabularvalignment="middle">
1048 <column alignment="center" valignment="top">
1049 <column alignment="center" valignment="top">
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Einheit
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Name / Beschreibung
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 mm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Millimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 cm
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Zentimeter
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 in
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Inch / Zoll (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 in = 2,54
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 cm)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pt
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punkt (72,27
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pt = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 in)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pc
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Pica (1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pc = 12
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 sp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 skalierter Punkt(65536
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 sp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 bp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 großer Punkt (72
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 bp = 1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 dd
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Didot (1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd 
1269 \begin_inset Formula $\approx$
1270 \end_inset
1271
1272  0,376
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 mm)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 cc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Cicero (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 cc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 dd)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 ex
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Höhe des Buchstabens 
1325 \emph on
1326 x
1327 \emph default
1328  in der aktuellen Schrift
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 em
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Breite des Buchstabens 
1349 \emph on
1350 M
1351 \emph default
1352  in der aktuellen Schrift
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 mu
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 Mathe-Einheit (1
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 mu = 
1377 \begin_inset Formula $\nicefrac{1}{18}$
1378 \end_inset
1379
1380
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 em)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 </lyxtabular>
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Standard
1403 \begin_inset Newpage newpage
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Section
1410 Grundlegende Funktionen
1411 \end_layout
1412
1413 \begin_layout Subsection
1414 Exponenten
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Exponenten
1420 \end_layout
1421
1422 \end_inset
1423
1424  und Indizes
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Indizes
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Hochstellen|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Exponenten
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Tiefstellen|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Indizes
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1503  
1504 \begin_inset Info
1505 type  "icon"
1506 arg   "math-subscript"
1507 \end_inset
1508
1509 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Info
1512 type  "icon"
1513 arg   "math-superscript"
1514 \end_inset
1515
1516  erzeugt.
1517 \end_layout
1518
1519 \begin_layout Standard
1520 \align center
1521 \begin_inset Tabular
1522 <lyxtabular version="3" rows="4" columns="2">
1523 <features rotate="0" tabularvalignment="middle">
1524 <column alignment="center" valignment="top" width="0pt">
1525 <column alignment="center" valignment="top" width="0pt">
1526 <row>
1527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 Befehl
1532 \end_layout
1533
1534 \end_inset
1535 </cell>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Ergebnis
1541 \begin_inset Note Note
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 \series bold
1547
1548 \backslash
1549 raisebox
1550 \series default
1551  dient nur als Abstandhalter.
1552 \end_layout
1553
1554 \end_inset
1555
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 </row>
1562 <row>
1563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1564 \begin_inset Text
1565
1566 \begin_layout Plain Layout
1567 B_V
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 \begin_inset Formula $B_{V}$
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 </row>
1585 <row>
1586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 B^V
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B^
1614 \begin_inset space \textvisiblespace{}
1615 \end_inset
1616
1617 A
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1627 \end_inset
1628
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 </row>
1635 </lyxtabular>
1636
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1644 llt
1645 \begin_inset Foot
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1650 \end_layout
1651
1652 \end_inset
1653
1654 .
1655  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1656  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1657 \end_layout
1658
1659 \begin_layout Subsection
1660 Brüche
1661 \begin_inset CommandInset label
1662 LatexCommand label
1663 name "sub:Brüche"
1664
1665 \end_inset
1666
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Brüche
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Standard
1681 Brüche werden mit dem Befehl 
1682 \series bold
1683
1684 \backslash
1685 frac
1686 \series default
1687
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Befehle ! F ! 
1693 \backslash
1694 frac
1695 \end_layout
1696
1697 \end_inset
1698
1699  oder mit dem Mathe-Werkzeugleistenknopf 
1700 \begin_inset Info
1701 type  "icon"
1702 arg   "math-insert \\frac"
1703 \end_inset
1704
1705  erstellt.
1706  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1707  in einer eingebetteten oder abgesetzten Formel befindet.
1708  Mit dem Mathe-Werkzeugleistenknopf 
1709 \begin_inset Info
1710 type  "icon"
1711 arg   "math-insert \\frac-square"
1712 \end_inset
1713
1714  können verschieden Bruchtypen gewählt werden.
1715 \end_layout
1716
1717 \begin_layout Standard
1718 Mit dem Befehl 
1719 \series bold
1720
1721 \backslash
1722 dfrac
1723 \series default
1724
1725 \begin_inset Index idx
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 Befehle ! D ! 
1730 \backslash
1731 dfrac
1732 \end_layout
1733
1734 \end_inset
1735
1736  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1737  Formel erscheint.
1738  Mit 
1739 \series bold
1740
1741 \backslash
1742 tfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! T ! 
1750 \backslash
1751 tfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1757  Ein Beispiel:
1758 \end_layout
1759
1760 \begin_layout Standard
1761 Eine Zeile mit dem Bruch 
1762 \begin_inset Formula $\frac{1}{2}$
1763 \end_inset
1764
1765 , der mit dem Befehl 
1766 \series bold
1767
1768 \backslash
1769 frac
1770 \series default
1771  erstellt wurde.
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Eine Zeile mit dem Bruch 
1776 \begin_inset Formula $\dfrac{1}{2}$
1777 \end_inset
1778
1779 , der mit dem Befehl 
1780 \series bold
1781
1782 \backslash
1783 dfrac
1784 \series default
1785  erstellt wurde.
1786 \end_layout
1787
1788 \begin_layout Standard
1789 \align center
1790 \begin_inset Tabular
1791 <lyxtabular version="3" rows="4" columns="2">
1792 <features rotate="0" tabularvalignment="middle">
1793 <column alignment="center" valignment="top" width="0pt">
1794 <column alignment="center" valignment="top" width="0pt">
1795 <row>
1796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 Befehl
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Ergebnis
1810 \begin_inset Note Note
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814
1815 \series bold
1816
1817 \backslash
1818 raisebox
1819 \series default
1820  dient nur als Abstandhalter.
1821 \end_layout
1822
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 frac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row>
1865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 A
1876 \begin_inset Formula $\downarrow$
1877 \end_inset
1878
1879 B
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \backslash
1904 dfrac
1905 \begin_inset space \textvisiblespace{}
1906 \end_inset
1907
1908 e^
1909 \backslash
1910 frac
1911 \begin_inset space \textvisiblespace{}
1912 \end_inset
1913
1914 1
1915 \begin_inset Formula $\downarrow$
1916 \end_inset
1917
1918 2
1919 \begin_inset Formula $\downarrow\downarrow$
1920 \end_inset
1921
1922 3
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 </row>
1940 </lyxtabular>
1941
1942 \end_inset
1943
1944
1945 \end_layout
1946
1947 \begin_layout Standard
1948 \begin_inset VSpace bigskip
1949 \end_inset
1950
1951
1952 \begin_inset Newpage newpage
1953 \end_inset
1954
1955 Für Mehrfachbrüche gibt es den Befehl 
1956 \series bold
1957
1958 \backslash
1959 cfrac
1960 \series default
1961
1962 \begin_inset Index idx
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966 Befehle ! C ! 
1967 \backslash
1968 cfrac
1969 \end_layout
1970
1971 \end_inset
1972
1973 .
1974  Dazu ein Beispiel:
1975 \begin_inset VSpace -3mm
1976 \end_inset
1977
1978
1979 \end_layout
1980
1981 \begin_layout Standard
1982 \begin_inset Formula 
1983 \begin{align*}
1984 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1985 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1986 \end{align*}
1987
1988 \end_inset
1989
1990
1991 \end_layout
1992
1993 \begin_layout Standard
1994 Der Befehl für obiges Beispiel lautet:
1995 \end_layout
1996
1997 \begin_layout Standard
1998
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \begin_inset space \textvisiblespace{}
2004 \end_inset
2005
2006 A
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 B+
2011 \backslash
2012 cfrac
2013 \begin_inset space \textvisiblespace{}
2014 \end_inset
2015
2016 C+
2017 \backslash
2018 cfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 E
2023 \begin_inset Formula $\downarrow$
2024 \end_inset
2025
2026 F
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 D
2031 \end_layout
2032
2033 \begin_layout Standard
2034 \begin_inset VSpace medskip
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041
2042 \series bold
2043
2044 \backslash
2045 cfrac
2046 \series default
2047  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2048  auch wenn er selbst Teil eines Bruches ist.
2049 \end_layout
2050
2051 \begin_layout Standard
2052 Es ist möglich die Ausrichtung des Zählers einzustellen.
2053  Der Befehl 
2054 \series bold
2055
2056 \backslash
2057 cfracleft
2058 \series default
2059  richtet ihn links, der Befehl 
2060 \series bold
2061
2062 \backslash
2063 cfracright
2064 \series default
2065  rechts aus.
2066  
2067 \series bold
2068
2069 \backslash
2070 cfrac
2071 \series default
2072  zentriert den Zähler.
2073  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2074 \end_layout
2075
2076 \begin_layout Standard
2077
2078 \series bold
2079 \begin_inset Formula 
2080 \[
2081 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2082 \]
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset Note Greyedout
2091 status open
2092
2093 \begin_layout Plain Layout
2094
2095 \series bold
2096 Achtung:
2097 \series default
2098  
2099 \series bold
2100
2101 \backslash
2102 cfracleft
2103 \series default
2104  und
2105 \series bold
2106  
2107 \backslash
2108 cfracright
2109 \series default
2110  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2111 \series bold
2112
2113 \backslash
2114 cfrac[Ausrichtung]{Zähler}{Nenner}
2115 \series default
2116  dar.
2117  Daher kann man sie nicht im TeX-Code benutzen.
2118 \end_layout
2119
2120 \end_inset
2121
2122
2123 \end_layout
2124
2125 \begin_layout Standard
2126 \begin_inset VSpace medskip
2127 \end_inset
2128
2129 Oftmals ist es am günstigsten 
2130 \series bold
2131
2132 \backslash
2133 cfrac
2134 \series default
2135  und 
2136 \series bold
2137
2138 \backslash
2139 frac
2140 \series default
2141  zu kombinieren:
2142 \begin_inset Formula 
2143 \[
2144 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2145 \]
2146
2147 \end_inset
2148
2149
2150 \end_layout
2151
2152 \begin_layout Standard
2153 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2154 \series bold
2155
2156 \backslash
2157 nicefrac
2158 \series default
2159
2160 \begin_inset Index idx
2161 status collapsed
2162
2163 \begin_layout Plain Layout
2164 Befehle ! N ! 
2165 \backslash
2166 nicefrac
2167 \end_layout
2168
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\nicefrac{5}{31}$
2173 \end_inset
2174
2175  oder 
2176 \series bold
2177
2178 \backslash
2179 unitfrac
2180 \series default
2181
2182 \begin_inset Index idx
2183 status collapsed
2184
2185 \begin_layout Plain Layout
2186 Befehle! U ! 
2187 \backslash
2188 unitfrac
2189 \end_layout
2190
2191 \end_inset
2192
2193
2194 \begin_inset Formula $\unitfrac{5}{31}$
2195 \end_inset
2196
2197  benutzt werden.
2198  Des Weiteren gibt es den Befehl 
2199 \series bold
2200
2201 \backslash
2202 unitfracthree
2203 \series default
2204  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2205 \begin_inset Formula $\unitfrac[2]{1}{3}$
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 \begin_inset Note Greyedout
2213 status open
2214
2215 \begin_layout Plain Layout
2216
2217 \series bold
2218 Achtung:
2219 \series default
2220  
2221 \series bold
2222
2223 \backslash
2224 unitfracthree
2225 \series default
2226  ist kein echter LaTeX-Befehl, sondern der Befehl
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230
2231 \series bold
2232
2233 \backslash
2234 unitfrac[Zahl]{Zähler}{Nenner}
2235 \series default
2236  .
2237  Daher kann man ihn nicht im TeX-Code benutzen.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2247  in 
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Selbstdefinierte-Brüche"
2251
2252 \end_inset
2253
2254  erklärt.
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \begin_inset Newpage newpage
2259 \end_inset
2260
2261
2262 \end_layout
2263
2264 \begin_layout Subsection
2265 Wurzeln
2266 \begin_inset Index idx
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270 Wurzeln
2271 \end_layout
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Standard
2279 Quadratwurzeln werden mit 
2280 \series bold
2281
2282 \backslash
2283 sqrt
2284 \series default
2285
2286 \begin_inset Index idx
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Befehle ! S ! 
2291 \backslash
2292 sqrt
2293 \end_layout
2294
2295 \end_inset
2296
2297  oder dem Mathe-Werkzeugleistenknopf 
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "math-insert \\sqrt"
2301 \end_inset
2302
2303  gesetzt, alle anderen Wurzeln mit dem Befehl 
2304 \series bold
2305
2306 \backslash
2307 root
2308 \series default
2309
2310 \begin_inset Index idx
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 Befehle ! R ! 
2315 \backslash
2316 root
2317 \end_layout
2318
2319 \end_inset
2320
2321  oder dem Mathe-Werkzeugleistenknopf 
2322 \begin_inset Info
2323 type  "icon"
2324 arg   "math-insert \\root"
2325 \end_inset
2326
2327 .
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \align center
2332 \begin_inset Tabular
2333 <lyxtabular version="3" rows="3" columns="2">
2334 <features rotate="0" tabularvalignment="middle">
2335 <column alignment="center" valignment="top" width="0pt">
2336 <column alignment="center" valignment="top" width="0pt">
2337 <row>
2338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 Befehl
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351 Ergebnis
2352 \begin_inset Note Note
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356
2357 \series bold
2358
2359 \backslash
2360 raisebox
2361 \series default
2362  dient nur als Abstandhalter.
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 </row>
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \backslash
2380 sqrt
2381 \begin_inset space \textvisiblespace{}
2382 \end_inset
2383
2384 A-B
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 <row>
2403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \backslash
2409 root
2410 \begin_inset space \textvisiblespace{}
2411 \end_inset
2412
2413 3
2414 \begin_inset Formula $\downarrow$
2415 \end_inset
2416
2417 A-B
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2427 \end_inset
2428
2429
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 </lyxtabular>
2436
2437 \end_inset
2438
2439
2440 \end_layout
2441
2442 \begin_layout Standard
2443 Eine Quadratwurzel kann man auch mit 
2444 \series bold
2445
2446 \backslash
2447 root
2448 \series default
2449  erstellen, indem man das Feld über der Wurzel frei lässt.
2450 \end_layout
2451
2452 \begin_layout Standard
2453 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2454  Formel: 
2455 \begin_inset Formula $\sqrt[\beta]{B}$
2456 \end_inset
2457
2458
2459 \begin_inset Newline newline
2460 \end_inset
2461
2462 Das 
2463 \begin_inset Formula $\beta$
2464 \end_inset
2465
2466  berührt die Wurzel.
2467  Um dies zu verhindern, verwendet man die Befehle 
2468 \series bold
2469
2470 \backslash
2471 leftroot
2472 \series default
2473
2474 \begin_inset Index idx
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 Befehle ! L ! 
2479 \backslash
2480 leftroot
2481 \end_layout
2482
2483 \end_inset
2484
2485  und 
2486 \series bold
2487
2488 \backslash
2489 uproot
2490 \series default
2491
2492 \begin_inset Index idx
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496 Befehle ! U ! 
2497 \backslash
2498 uproot
2499 \end_layout
2500
2501 \end_inset
2502
2503 , die folgendes Schema besitzen:
2504 \end_layout
2505
2506 \begin_layout Standard
2507
2508 \series bold
2509
2510 \backslash
2511 leftroot{Abstand}
2512 \series default
2513  bzw.
2514 \begin_inset space \space{}
2515 \end_inset
2516
2517
2518 \series bold
2519
2520 \backslash
2521 uproot{Abstand}
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Abstand ist die Anzahl der Big Points (Einheit bp; 
2526 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2527 \end_inset
2528
2529 ), um die der Index nach links bzw.
2530 \begin_inset space \space{}
2531 \end_inset
2532
2533 nach oben verschoben werden soll.
2534  Die Befehle werden in den Index geschrieben.
2535  So ergibt der Befehl
2536 \begin_inset Newline newline
2537 \end_inset
2538
2539
2540 \series bold
2541
2542 \backslash
2543 root
2544 \backslash
2545 leftroot{-1
2546 \begin_inset Formula $\to$
2547 \end_inset
2548
2549
2550 \backslash
2551 uproot{2
2552 \begin_inset Formula $\to$
2553 \end_inset
2554
2555
2556 \backslash
2557 beta
2558 \begin_inset space \textvisiblespace{}
2559 \end_inset
2560
2561
2562 \begin_inset Formula $\to$
2563 \end_inset
2564
2565 B
2566 \begin_inset Newline newline
2567 \end_inset
2568
2569
2570 \series default
2571 eine korrekt gesetzte Formel: 
2572 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Subsection
2579 Binomialkoeffizienten
2580 \begin_inset Index idx
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Binomialkoeffizienten
2585 \end_layout
2586
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \begin_layout Standard
2593 Binomialkoeffizienten können mit dem Befehl 
2594 \series bold
2595
2596 \backslash
2597 binom
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Befehle ! B ! 
2605 \backslash
2606 binom
2607 \end_layout
2608
2609 \end_inset
2610
2611  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "math-insert \\frac-square"
2615 \end_inset
2616
2617  eingefügt werden.
2618  Analog zu Brüchen (
2619 \series bold
2620
2621 \backslash
2622 frac
2623 \series default
2624 ) gibt es außer 
2625 \series bold
2626
2627 \backslash
2628 binom
2629 \series default
2630  noch die Befehle 
2631 \series bold
2632
2633 \backslash
2634 dbinom
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Befehle ! D ! 
2642 \backslash
2643 dbinom
2644 \end_layout
2645
2646 \end_inset
2647
2648  und 
2649 \series bold
2650
2651 \backslash
2652 tbinom
2653 \series default
2654
2655 \begin_inset Index idx
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Befehle ! T ! 
2660 \backslash
2661 tbinom
2662 \end_layout
2663
2664 \end_inset
2665
2666 .
2667  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2668 \series bold
2669
2670 \backslash
2671 brace
2672 \series default
2673
2674 \begin_inset Index idx
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678 Befehle ! B ! 
2679 \backslash
2680 brace
2681 \end_layout
2682
2683 \end_inset
2684
2685  und 
2686 \series bold
2687
2688 \backslash
2689 brack
2690 \series default
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Befehle ! B ! 
2697 \backslash
2698 brack
2699 \end_layout
2700
2701 \end_inset
2702
2703 .
2704 \end_layout
2705
2706 \begin_layout Standard
2707 \align center
2708 \begin_inset Tabular
2709 <lyxtabular version="3" rows="6" columns="2">
2710 <features rotate="0" tabularvalignment="middle">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <row>
2714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2715 \begin_inset Text
2716
2717 \begin_layout Plain Layout
2718 Befehl
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 Ergebnis
2728 \begin_inset Note Note
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732
2733 \series bold
2734
2735 \backslash
2736 raisebox
2737 \series default
2738  dient nur als Abstandhalter.
2739 \end_layout
2740
2741 \end_inset
2742
2743
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 </row>
2749 <row>
2750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2751 \begin_inset Text
2752
2753 \begin_layout Plain Layout
2754
2755 \backslash
2756 binom
2757 \begin_inset space \textvisiblespace{}
2758 \end_inset
2759
2760 A
2761 \begin_inset Formula $\downarrow$
2762 \end_inset
2763
2764 B
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 </row>
2782 <row>
2783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2784 \begin_inset Text
2785
2786 \begin_layout Plain Layout
2787
2788 \backslash
2789 dbinom
2790 \begin_inset space \textvisiblespace{}
2791 \end_inset
2792
2793 A
2794 \begin_inset Formula $\downarrow$
2795 \end_inset
2796
2797 B
2798 \end_layout
2799
2800 \end_inset
2801 </cell>
2802 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2803 \begin_inset Text
2804
2805 \begin_layout Plain Layout
2806 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 </row>
2815 <row>
2816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820
2821 \backslash
2822 tbinom
2823 \begin_inset space \textvisiblespace{}
2824 \end_inset
2825
2826 A
2827 \begin_inset Formula $\downarrow$
2828 \end_inset
2829
2830 B
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853
2854 \backslash
2855 brack
2856 \begin_inset space \textvisiblespace{}
2857 \end_inset
2858
2859 A
2860 \begin_inset Formula $\downarrow$
2861 \end_inset
2862
2863 B
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \backslash
2888 brace
2889 \begin_inset space \textvisiblespace{}
2890 \end_inset
2891
2892 A
2893 \begin_inset Formula $\downarrow$
2894 \end_inset
2895
2896 B
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Plain Layout
2905 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2906 \end_inset
2907
2908
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 </row>
2914 </lyxtabular>
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \begin_layout Subsection
2922 Fallunterscheidungen
2923 \begin_inset Index idx
2924 status collapsed
2925
2926 \begin_layout Plain Layout
2927 Fallunterscheidungen
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \begin_layout Standard
2936 \align center
2937 \begin_inset Tabular
2938 <lyxtabular version="3" rows="3" columns="2">
2939 <features rotate="0" tabularvalignment="middle">
2940 <column alignment="center" valignment="top" width="0pt">
2941 <column alignment="center" valignment="top" width="0pt">
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947 Befehl
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 Ergebnis
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967
2968 \backslash
2969 cases
2970 \begin_inset space \textvisiblespace{}
2971 \end_inset
2972
2973 A
2974 \begin_inset Formula $\to$
2975 \end_inset
2976
2977 B>0
2978 \begin_inset Index idx
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Befehle ! C ! 
2983 \backslash
2984 cases
2985 \end_layout
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\begin{cases}
2999 A & B>0\end{cases}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \backslash
3015 cases
3016 \begin_inset space \textvisiblespace{}
3017 \end_inset
3018
3019 Strg+Enter
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & \textrm{für }x>0\\
3030 B & \textrm{für }x=0
3031 \end{cases}$
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 </lyxtabular>
3041
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \begin_layout Standard
3048 Nach der Eingabe von 
3049 \series bold
3050
3051 \backslash
3052 cases
3053 \series default
3054  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3055 \begin_inset Info
3056 type  "icon"
3057 arg   "math-insert \\cases"
3058 \end_inset
3059
3060  können mit 
3061 \family sans
3062 Strg+Enter
3063 \family default
3064  oder dem Tabellen-Werkzeugleistenknopf 
3065 \begin_inset Info
3066 type  "icon"
3067 arg   "inset-modify tabular append-row"
3068 \end_inset
3069
3070  neue Zeilen erstellt werden.
3071 \begin_inset Foot
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3076 \begin_inset CommandInset ref
3077 LatexCommand ref
3078 reference "sub:Akzente-für-ein"
3079
3080 \end_inset
3081
3082  beschrieben.
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 Der Befehl 
3092 \series bold
3093
3094 \backslash
3095 cases
3096 \series default
3097  ist auch über das Menü 
3098 \family sans
3099 Einfügen\SpecialChar \menuseparator
3100 Mathe\SpecialChar \menuseparator
3101 Cases-Umgebung
3102 \family default
3103  verfügbar.
3104 \end_layout
3105
3106 \begin_layout Subsection
3107 Verneinungen
3108 \begin_inset Index idx
3109 status collapsed
3110
3111 \begin_layout Plain Layout
3112 Verneinungen
3113 \end_layout
3114
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \begin_layout Standard
3121 Durch die Eingabe von 
3122 \series bold
3123
3124 \backslash
3125 not
3126 \series default
3127
3128 \begin_inset Index idx
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132 Befehle ! N ! 
3133 \backslash
3134 not
3135 \end_layout
3136
3137 \end_inset
3138
3139  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3140  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3141 \end_layout
3142
3143 \begin_layout Standard
3144 \align center
3145 \begin_inset Tabular
3146 <lyxtabular version="3" rows="4" columns="2">
3147 <features rotate="0" tabularvalignment="middle">
3148 <column alignment="center" valignment="top" width="0pt">
3149 <column alignment="center" valignment="top" width="0pt">
3150 <row>
3151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155 Befehl
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 Ergebnis
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 </row>
3170 <row>
3171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \backslash
3177 not=
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\not=$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \backslash
3202 not 
3203 \backslash
3204 le
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 \begin_inset Formula $\not\le$
3214 \end_inset
3215
3216
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 </row>
3222 <row>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227
3228 \backslash
3229 not 
3230 \backslash
3231 parallel
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 \begin_inset Formula $\not\parallel$
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 </row>
3249 </lyxtabular>
3250
3251 \end_inset
3252
3253
3254 \end_layout
3255
3256 \begin_layout Standard
3257 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3258  Deswegen gibt es für Einige spezielle Befehle (siehe 
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sub:Mathematische-Symbole"
3262
3263 \end_inset
3264
3265  und 
3266 \begin_inset CommandInset ref
3267 LatexCommand ref
3268 reference "sec:Relationen"
3269
3270 \end_inset
3271
3272 ).
3273 \end_layout
3274
3275 \begin_layout Subsection
3276 Platzhalter
3277 \begin_inset CommandInset label
3278 LatexCommand label
3279 name "sub:Platzhalter"
3280
3281 \end_inset
3282
3283
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Platzhalter
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \begin_inset Index idx
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 chemische Zeichen ! Isotope
3299 \end_layout
3300
3301 \end_inset
3302
3303
3304 \begin_inset Index idx
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 Isotope|see
3309 \begin_inset ERT
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313
3314 {
3315 \end_layout
3316
3317 \end_inset
3318
3319 chemische Zeichen
3320 \begin_inset ERT
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324
3325 }
3326 \end_layout
3327
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339 Möchte man z.
3340 \begin_inset space \thinspace{}
3341 \end_inset
3342
3343 B.
3344  Isotope
3345 \begin_inset Foot
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3350 \begin_inset CommandInset ref
3351 LatexCommand ref
3352 reference "sub:Chemische-Symbole-und"
3353
3354 \end_inset
3355
3356  beschrieben.
3357 \end_layout
3358
3359 \end_inset
3360
3361  darstellen, tritt folgendes Problem auf:
3362 \end_layout
3363
3364 \begin_layout Standard
3365 \align center
3366 \begin_inset Tabular
3367 <lyxtabular version="3" rows="2" columns="2">
3368 <features rotate="0" tabularvalignment="middle">
3369 <column alignment="center" valignment="top" width="0pt">
3370 <column alignment="center" valignment="top" width="0pt">
3371 <row>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 durch Hoch- und Tiefstellen erzeugte Indizes:
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 korrekte Indizes:
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3409 \end_inset
3410
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 </lyxtabular>
3418
3419 \end_inset
3420
3421
3422 \begin_inset Note Note
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428
3429 \backslash
3430 raisebox
3431 \series default
3432  dient nur
3433 \end_layout
3434
3435 \begin_layout Plain Layout
3436 als Abstandhalter.
3437 \end_layout
3438
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \begin_layout Standard
3445 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3446  längeren Index gesetzt.
3447  Um das zu verhindern gibt es den Befehl 
3448 \series bold
3449
3450 \backslash
3451 phantom
3452 \series default
3453
3454 \begin_inset Index idx
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458 Befehle ! P ! 
3459 \backslash
3460 phantom
3461 \end_layout
3462
3463 \end_inset
3464
3465  oder den Mathe-Werkzeugleistenknopf
3466 \begin_inset space \thinspace{}
3467 \end_inset
3468
3469
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3475 \begin_inset Info
3476 type  "icon"
3477 arg   "math-insert \\space"
3478 \end_inset
3479
3480
3481 \end_layout
3482
3483 \end_inset
3484
3485  
3486 \begin_inset Graphics
3487         filename ../../images/math/phantom.png
3488         scale 85
3489
3490 \end_inset
3491
3492 , der ein oder mehrere Phantomzeichen erstellt.
3493  Wenn 
3494 \series bold
3495
3496 \backslash
3497 phantom
3498 \series default
3499  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3500  Pfeilen überlagert wird.
3501  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3502  als Leerraum erstellt wird.
3503  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3504  Zeichen.
3505 \end_layout
3506
3507 \begin_layout Standard
3508 \align center
3509 \begin_inset Tabular
3510 <lyxtabular version="3" rows="4" columns="2">
3511 <features rotate="0" tabularvalignment="middle">
3512 <column alignment="center" valignment="top">
3513 <column alignment="center" valignment="top">
3514 <row>
3515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Befehl
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Ergebnis
3529 \begin_inset Note Note
3530 status collapsed
3531
3532 \begin_layout Plain Layout
3533
3534 \series bold
3535
3536 \backslash
3537 raisebox
3538 \series default
3539  dient nur als Abstandhalter.
3540 \end_layout
3541
3542 \end_inset
3543
3544
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 ^19
3556 \begin_inset space \textvisiblespace{}
3557 \end_inset
3558
3559 _
3560 \backslash
3561 phantom
3562 \begin_inset space \textvisiblespace{}
3563 \end_inset
3564
3565 1
3566 \begin_inset Formula $\to$
3567 \end_inset
3568
3569 9
3570 \begin_inset space \textvisiblespace{}
3571 \end_inset
3572
3573 F
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 ^235
3597 \begin_inset space \textvisiblespace{}
3598 \end_inset
3599
3600 _
3601 \backslash
3602 phantom
3603 \begin_inset space \textvisiblespace{}
3604 \end_inset
3605
3606 23
3607 \begin_inset Formula $\to$
3608 \end_inset
3609
3610 9
3611 \begin_inset space \textvisiblespace{}
3612 \end_inset
3613
3614 F
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3624 \end_inset
3625
3626
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 <row>
3633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637
3638 \backslash
3639 Lambda^
3640 \begin_inset space \textvisiblespace{}
3641 \end_inset
3642
3643
3644 \backslash
3645 phantom
3646 \begin_inset space \textvisiblespace{}
3647 \end_inset
3648
3649 ii
3650 \begin_inset Formula $\to$
3651 \end_inset
3652
3653 t
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657 _MMt
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3667 \end_inset
3668
3669
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 </lyxtabular>
3676
3677 \end_inset
3678
3679
3680 \end_layout
3681
3682 \begin_layout Standard
3683 Des Weiteren gibt es noch die Befehle 
3684 \series bold
3685
3686 \backslash
3687 vphantom
3688 \series default
3689
3690 \begin_inset Index idx
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694 Befehle ! V ! 
3695 \backslash
3696 vphantom
3697 \end_layout
3698
3699 \end_inset
3700
3701  (Werkzeugleistenknopf 
3702 \begin_inset space ~
3703 \end_inset
3704
3705
3706 \begin_inset Graphics
3707         filename ../../images/math/vphantom.png
3708         scale 85
3709
3710 \end_inset
3711
3712 ) und 
3713 \series bold
3714
3715 \backslash
3716 hphantom
3717 \series default
3718
3719 \begin_inset Index idx
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723 Befehle ! H ! 
3724 \backslash
3725 hphantom
3726 \end_layout
3727
3728 \end_inset
3729
3730  (Werkzeugleistenknopf 
3731 \begin_inset space ~
3732 \end_inset
3733
3734
3735 \begin_inset Graphics
3736         filename ../../images/math/hphantom.png
3737         scale 85
3738
3739 \end_inset
3740
3741 ).
3742  
3743 \series bold
3744
3745 \backslash
3746 hphantom
3747 \series default
3748  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3749  nicht jedoch für deren Breite.
3750  Bei 
3751 \series bold
3752
3753 \backslash
3754 vphantom
3755 \series default
3756  wird nur Platz mit der Breite des Kästchens erstellt.
3757  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3758 \end_layout
3759
3760 \begin_layout Standard
3761 Zum Beispiel erzeugt 
3762 \series bold
3763
3764 \backslash
3765 vphantom
3766 \series default
3767
3768 \begin_inset space \textvisiblespace{}
3769 \end_inset
3770
3771
3772 \series bold
3773 a
3774 \backslash
3775 int
3776 \series default
3777  Platz der Höhe des Integralzeichens,
3778 \begin_inset Foot
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782 Der Befehl 
3783 \series bold
3784
3785 \backslash
3786 int
3787 \series default
3788  erzeugt ein Integralzeichen, siehe 
3789 \begin_inset CommandInset ref
3790 LatexCommand ref
3791 reference "sub:Große-Operatoren"
3792
3793 \end_inset
3794
3795 .
3796 \end_layout
3797
3798 \end_inset
3799
3800  da dieses das größere Zeichen ist.
3801  Eine Beispielanwendung ist in 
3802 \begin_inset CommandInset ref
3803 LatexCommand ref
3804 reference "sub:Mehrzeilige-Klammern"
3805
3806 \end_inset
3807
3808  zu finden.
3809 \end_layout
3810
3811 \begin_layout Standard
3812 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3813  
3814 \family sans
3815 Einfügen\SpecialChar \menuseparator
3816 Formatierung\SpecialChar \menuseparator
3817 Phantom
3818 \family default
3819  eingefügt werden:
3820 \end_layout
3821
3822 \begin_layout Standard
3823 Dies ist ein Satz.
3824 \begin_inset Newline newline
3825 \end_inset
3826
3827
3828 \begin_inset Phantom Phantom
3829 status open
3830
3831 \begin_layout Plain Layout
3832 Dies
3833 \end_layout
3834
3835 \end_inset
3836
3837  ist ein Satz.
3838 \end_layout
3839
3840 \begin_layout Subsection
3841 Linien
3842 \begin_inset Index idx
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846 Linien
3847 \end_layout
3848
3849 \end_inset
3850
3851
3852 \begin_inset Index idx
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856 Formel ! unterstrichene
3857 \end_layout
3858
3859 \end_inset
3860
3861
3862 \end_layout
3863
3864 \begin_layout Standard
3865 \align center
3866 \begin_inset Tabular
3867 <lyxtabular version="3" rows="4" columns="2">
3868 <features rotate="0" tabularvalignment="middle">
3869 <column alignment="center" valignment="top" width="0pt">
3870 <column alignment="center" valignment="top" width="0pt">
3871 <row>
3872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Befehl
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Ergebnis
3886 \begin_inset Note Note
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892
3893 \backslash
3894 raisebox
3895 \series default
3896  dient nur als Abstandhalter.
3897 \end_layout
3898
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \backslash
3914 overline
3915 \begin_inset space \textvisiblespace{}
3916 \end_inset
3917
3918 A+B
3919 \begin_inset Index idx
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 Befehle ! O ! 
3924 \backslash
3925 overline
3926 \end_layout
3927
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \backslash
3955 underline
3956 \begin_inset space \textvisiblespace{}
3957 \end_inset
3958
3959 A+B
3960 \begin_inset Index idx
3961 status collapsed
3962
3963 \begin_layout Plain Layout
3964 Befehle ! U ! 
3965 \backslash
3966 underline
3967 \end_layout
3968
3969 \end_inset
3970
3971
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3981 \end_inset
3982
3983
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \backslash
3996 overline
3997 \begin_inset space \textvisiblespace{}
3998 \end_inset
3999
4000
4001 \backslash
4002 underline
4003 \begin_inset space \textvisiblespace{}
4004 \end_inset
4005
4006 A+B
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4016 \end_inset
4017
4018
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 </lyxtabular>
4025
4026 \end_inset
4027
4028
4029 \end_layout
4030
4031 \begin_layout Standard
4032 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4033 \series bold
4034
4035 \backslash
4036 overline
4037 \series default
4038  oder 
4039 \series bold
4040
4041 \backslash
4042 underline
4043 \series default
4044  eingibt.
4045 \end_layout
4046
4047 \begin_layout Standard
4048 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4049 \begin_inset Newline linebreak
4050 \end_inset
4051
4052
4053 \series bold
4054
4055 \backslash
4056 underline
4057 \series default
4058 .
4059 \end_layout
4060
4061 \begin_layout Standard
4062 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4063 \end_layout
4064
4065 \begin_layout Standard
4066 \begin_inset VSpace bigskip
4067 \end_inset
4068
4069 Benutzerdefinierte Linien können mit dem Befehl 
4070 \series bold
4071
4072 \backslash
4073 rule
4074 \series default
4075
4076 \begin_inset Index idx
4077 status collapsed
4078
4079 \begin_layout Plain Layout
4080 Befehle! R ! 
4081 \backslash
4082 rule
4083 \end_layout
4084
4085 \end_inset
4086
4087  erstellt werden, der folgendes Schema besitzt:
4088 \end_layout
4089
4090 \begin_layout Standard
4091
4092 \series bold
4093
4094 \backslash
4095 rule[vertikaler Versatz]{Länge}{Dicke}
4096 \end_layout
4097
4098 \begin_layout Standard
4099 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4100  unten, wenn der Wert negativ ist).
4101  Die Einheiten, die in 
4102 \begin_inset CommandInset ref
4103 LatexCommand ref
4104 reference "tab:Verfügbare-Einheiten"
4105
4106 \end_inset
4107
4108  aufgelistet sind, können für die Werte benutzt werden.
4109  Hier sind zwei Beispiele, die mit den Befehlen
4110 \begin_inset Newline newline
4111 \end_inset
4112
4113
4114 \series bold
4115
4116 \backslash
4117 rule[-2ex]{3cm}{2pt}
4118 \series default
4119  und 
4120 \series bold
4121
4122 \backslash
4123 rule{2cm}{1pt}
4124 \series default
4125  erzeugt wurden:
4126 \end_layout
4127
4128 \begin_layout Standard
4129 Dies ist ein Satz 
4130 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4131 \end_inset
4132
4133  mit zwei Linien.
4134 \end_layout
4135
4136 \begin_layout Standard
4137
4138 \series bold
4139
4140 \backslash
4141 rule
4142 \series default
4143  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4144 \family sans
4145 Einfügen\SpecialChar \menuseparator
4146 Formatierung\SpecialChar \menuseparator
4147 Horizontale
4148 \begin_inset space ~
4149 \end_inset
4150
4151 Line
4152 \family default
4153  eingefügt wird:
4154 \end_layout
4155
4156 \begin_layout Standard
4157 Dies ist ein Satz 
4158 \begin_inset CommandInset line
4159 LatexCommand rule
4160 offset "0.5ex"
4161 width "3cm"
4162 height "1pt"
4163
4164 \end_inset
4165
4166  mit einer Linie.
4167 \end_layout
4168
4169 \begin_layout Subsection
4170 Fortsetzungspunkte
4171 \begin_inset CommandInset label
4172 LatexCommand label
4173 name "sub:Fortsetzungspunkte"
4174
4175 \end_inset
4176
4177
4178 \begin_inset Index idx
4179 status collapsed
4180
4181 \begin_layout Plain Layout
4182 Fortsetzungspunkte
4183 \end_layout
4184
4185 \end_inset
4186
4187
4188 \end_layout
4189
4190 \begin_layout Standard
4191 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4192 \begin_inset Foot
4193 status collapsed
4194
4195 \begin_layout Plain Layout
4196 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4197 \begin_inset Info
4198 type  "icon"
4199 arg   "math-insert \\ldots"
4200 \end_inset
4201
4202
4203 \end_layout
4204
4205 \end_inset
4206
4207  Für Aufzählungen verwendet man unten sitzende Punkte (
4208 \series bold
4209
4210 \backslash
4211 ldots
4212 \series default
4213
4214 \begin_inset Index idx
4215 status collapsed
4216
4217 \begin_layout Plain Layout
4218 Befehle ! L ! 
4219 \backslash
4220 ldots
4221 \end_layout
4222
4223 \end_inset
4224
4225 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4226  die Operatoren sind (
4227 \series bold
4228
4229 \backslash
4230 cdots
4231 \series default
4232
4233 \begin_inset Index idx
4234 status collapsed
4235
4236 \begin_layout Plain Layout
4237 Befehle ! C ! 
4238 \backslash
4239 cdots
4240 \end_layout
4241
4242 \end_inset
4243
4244 ).
4245  Verwendet man den Befehl 
4246 \series bold
4247
4248 \backslash
4249 dots
4250 \series default
4251
4252 \begin_inset Index idx
4253 status collapsed
4254
4255 \begin_layout Plain Layout
4256 Befehle ! D ! 
4257 \backslash
4258 dots
4259 \end_layout
4260
4261 \end_inset
4262
4263 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4264  wird.
4265 \end_layout
4266
4267 \begin_layout Standard
4268 \align center
4269 \begin_inset Tabular
4270 <lyxtabular version="3" rows="9" columns="2">
4271 <features rotate="0" tabularvalignment="middle">
4272 <column alignment="center" valignment="top" width="0pt">
4273 <column alignment="center" valignment="top" width="0pt">
4274 <row>
4275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Befehl
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 Ergebnis
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 A_1
4300 \begin_inset space \textvisiblespace{}
4301 \end_inset
4302
4303 ,
4304 \backslash
4305 dots
4306 \begin_inset space \textvisiblespace{}
4307 \end_inset
4308
4309 ,A_n
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 \begin_inset Formula $A_{1},\dots,A_{n}$
4319 \end_inset
4320
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 A_1
4333 \begin_inset space \textvisiblespace{}
4334 \end_inset
4335
4336 +
4337 \backslash
4338 dots
4339 \begin_inset space \textvisiblespace{}
4340 \end_inset
4341
4342 +A_n
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 \begin_inset Formula $A_{1}+\dots+A_{n}$
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 A_1
4366 \begin_inset space \textvisiblespace{}
4367 \end_inset
4368
4369 ,
4370 \backslash
4371 ldots
4372 \begin_inset space \textvisiblespace{}
4373 \end_inset
4374
4375 ,A_n
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 \begin_inset Formula $A_{1},\ldots,A_{n}$
4385 \end_inset
4386
4387
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 A_1
4399 \begin_inset space \textvisiblespace{}
4400 \end_inset
4401
4402 +
4403 \backslash
4404 cdots
4405 \begin_inset space \textvisiblespace{}
4406 \end_inset
4407
4408 +A_n
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4418 \end_inset
4419
4420
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \backslash
4433 vdots
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 \begin_inset Formula $\vdots$
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \backslash
4458 ddots
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 \begin_inset Formula $\ddots$
4468 \end_inset
4469
4470
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \backslash
4483 iddots
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 \begin_inset Formula $\iddots$
4493 \end_inset
4494
4495
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 </row>
4501 <row>
4502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 3
4507 \series bold
4508 ×
4509 \series default
4510 3
4511 \begin_inset space \thinspace{}
4512 \end_inset
4513
4514 Matrix mit obigen Befehlen
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 \begin_inset Formula $\begin{array}{ccc}
4524 A_{11} & \cdots & A_{1m}\\
4525 \vdots & \ddots & \vdots\\
4526 A_{n1} & \cdots & A_{nm}
4527 \end{array}$
4528 \end_inset
4529
4530
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 </lyxtabular>
4537
4538 \end_inset
4539
4540
4541 \end_layout
4542
4543 \begin_layout Standard
4544 Die im Menü 
4545 \family sans
4546 Einfügen\SpecialChar \menuseparator
4547 Sonderzeichen
4548 \family default
4549  verfügbaren Fortsetzungspunkte sind 
4550 \series bold
4551
4552 \backslash
4553 ldots
4554 \series default
4555 .
4556 \end_layout
4557
4558 \begin_layout Standard
4559 \begin_inset VSpace medskip
4560 \end_inset
4561
4562 Um 
4563 \series bold
4564
4565 \backslash
4566 iddots
4567 \series default
4568  nutzen zu können, muss eine der Optionen 
4569 \family sans
4570 Mathdots Paket (automatisch) verwenden 
4571 \family default
4572 in den Dokumenteinstellungen unter 
4573 \family sans
4574 Mathe-Optionen
4575 \family default
4576  gewählt sein.
4577 \begin_inset Newline newline
4578 \end_inset
4579
4580 Die Option 
4581 \family sans
4582 Mathdots Paket verwenden
4583 \family default
4584  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4585  Schriftstil oder die Schriftgröße nicht Standard sind.
4586 \end_layout
4587
4588 \begin_layout Standard
4589 \begin_inset VSpace medskip
4590 \end_inset
4591
4592 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4593  Spalten erstrecken.
4594  Man erhält sie mit dem Befehl 
4595 \series bold
4596
4597 \backslash
4598 hdotsfor
4599 \series default
4600
4601 \begin_inset Index idx
4602 status collapsed
4603
4604 \begin_layout Plain Layout
4605 Befehle ! H ! 
4606 \backslash
4607 hdotsfor
4608 \end_layout
4609
4610 \end_inset
4611
4612 , der folgendes Schema besitzt:
4613 \end_layout
4614
4615 \begin_layout Standard
4616
4617 \series bold
4618
4619 \backslash
4620 hdotsfor[Abstand]{Anzahl der Spalten}
4621 \end_layout
4622
4623 \begin_layout Standard
4624 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4625  sollen.
4626  Abstand ist ein Faktor, der den Punktabstand festlegt.
4627 \end_layout
4628
4629 \begin_layout Standard
4630 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4631  
4632 \series bold
4633
4634 \backslash
4635 hdotsfor[2]{4}
4636 \series default
4637  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4638  beim Befehl 
4639 \series bold
4640
4641 \backslash
4642 dots
4643 \series default
4644  zu erhalten:
4645 \begin_inset Formula 
4646 \[
4647 \left(\begin{array}{cccc}
4648 A & B & C & D\\
4649 \hdotsfor[2]{4}\\
4650 q & w & e & r
4651 \end{array}\right)
4652 \]
4653
4654 \end_inset
4655
4656 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4657  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4658 \end_layout
4659
4660 \begin_layout Standard
4661 \begin_inset VSpace bigskip
4662 \end_inset
4663
4664 Des Weiteren kann man mit dem Befehl 
4665 \series bold
4666
4667 \backslash
4668 dotfill
4669 \series default
4670
4671 \begin_inset Index idx
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675 Befehle ! D ! 
4676 \backslash
4677 dotfill
4678 \end_layout
4679
4680 \end_inset
4681
4682  den Rest einer Zeile mit Punkten füllen.
4683  Die Wirkungsweise des Befehls entspricht der von 
4684 \series bold
4685
4686 \backslash
4687 hfill
4688 \series default
4689 , siehe 
4690 \begin_inset CommandInset ref
4691 LatexCommand ref
4692 reference "sub:Variabler-Leerraum"
4693
4694 \end_inset
4695
4696 .
4697 \end_layout
4698
4699 \begin_layout Standard
4700 Z.
4701 \begin_inset space \thinspace{}
4702 \end_inset
4703
4704 B.
4705  ergibt der Befehl 
4706 \series bold
4707 A
4708 \backslash
4709 dotfill
4710 \begin_inset space \textvisiblespace{}
4711 \end_inset
4712
4713 B
4714 \end_layout
4715
4716 \begin_layout Standard
4717 \begin_inset Formula $A\dotfill B$
4718 \end_inset
4719
4720
4721 \end_layout
4722
4723 \begin_layout Standard
4724 Analog dazu gibt es für eine Linie den Befehl 
4725 \series bold
4726
4727 \backslash
4728 hrulefill
4729 \series default
4730
4731 \begin_inset Index idx
4732 status collapsed
4733
4734 \begin_layout Plain Layout
4735 Befehle ! H ! 
4736 \backslash
4737 hrulefill
4738 \end_layout
4739
4740 \end_inset
4741
4742 :
4743 \end_layout
4744
4745 \begin_layout Standard
4746 \begin_inset Formula $A\hrulefill B$
4747 \end_inset
4748
4749
4750 \end_layout
4751
4752 \begin_layout Standard
4753 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4754  werden.
4755 \end_layout
4756
4757 \begin_layout Section
4758 Matrizen
4759 \begin_inset CommandInset label
4760 LatexCommand label
4761 name "sec:Matrizen"
4762
4763 \end_inset
4764
4765
4766 \begin_inset Index idx
4767 status collapsed
4768
4769 \begin_layout Plain Layout
4770 Matrizen
4771 \end_layout
4772
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \begin_layout Standard
4779 Matrizen können über den Mathe-Werkzeugleistenknopf
4780 \family sans
4781  
4782 \family default
4783
4784 \begin_inset Info
4785 type  "icon"
4786 arg   "dialog-show mathmatrix"
4787 \end_inset
4788
4789  oder das Menü 
4790 \family sans
4791 Einfügen\SpecialChar \menuseparator
4792 Mathe\SpecialChar \menuseparator
4793 Matrix
4794 \family default
4795  eingefügt werden.
4796  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4797  Verzierung gefragt.
4798  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4799  von Bedeutung:
4800 \end_layout
4801
4802 \begin_layout Standard
4803 Die erste Matrix ist oben 
4804 \begin_inset Formula $\begin{array}[t]{cccc}
4805 A & D & G & J\\
4806 B & E & H & K\\
4807 C & F & I & L
4808 \end{array}$
4809 \end_inset
4810
4811 , die zweite mittig 
4812 \begin_inset Formula $\begin{array}{cccc}
4813 A & D & G & J\\
4814 B & E & H & K\\
4815 C & F & I & L
4816 \end{array}$
4817 \end_inset
4818
4819  und die dritte unten 
4820 \begin_inset Formula $\begin{array}[b]{cccc}
4821 A & D & G & J\\
4822 B & E & H & K\\
4823 C & F & I & L
4824 \end{array}$
4825 \end_inset
4826
4827  ausgerichtet.
4828 \end_layout
4829
4830 \begin_layout Standard
4831 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4832  werden sollen.
4833  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4834  
4835 \emph on
4836 l
4837 \emph default
4838  steht für linksbündig, 
4839 \emph on
4840 c
4841 \emph default
4842  für mittig und 
4843 \emph on
4844 r
4845 \emph default
4846  für rechtsbündig.
4847  Möchte man z.
4848 \begin_inset space \thinspace{}
4849 \end_inset
4850
4851 B.
4852  eine 4
4853 \series bold
4854 ×
4855 \series default
4856 4
4857 \begin_inset space ~
4858 \end_inset
4859
4860 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4861  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4862  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4863 \series bold
4864 lccr
4865 \series default
4866  an.
4867  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4868  die Voreinstellung für jede Spalte ein 
4869 \series bold
4870 c
4871 \series default
4872  ist.
4873 \end_layout
4874
4875 \begin_layout Standard
4876 Horizontale Ausrichtung:
4877 \end_layout
4878
4879 \begin_layout Standard
4880
4881 \series bold
4882 lll
4883 \series default
4884  : 
4885 \begin_inset Formula $\begin{array}{lll}
4886 10000 & D & G\\
4887 B & 10000 & H\\
4888 C & F & 10000
4889 \end{array}$
4890 \end_inset
4891
4892  , 
4893 \series bold
4894 ccc
4895 \series default
4896  : 
4897 \begin_inset Formula $\begin{array}{ccc}
4898 10000 & D & G\\
4899 B & 10000 & H\\
4900 C & F & 10000
4901 \end{array}$
4902 \end_inset
4903
4904  , 
4905 \series bold
4906 rrr
4907 \series default
4908  : 
4909 \begin_inset Formula $\begin{array}{rrr}
4910 10000 & D & G\\
4911 B & 10000 & H\\
4912 C & F & 10000
4913 \end{array}$
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \begin_layout Standard
4920 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4921  man die Mathe-Werkzeugleistenknöpfe 
4922 \begin_inset Info
4923 type  "icon"
4924 arg   "inset-modify tabular append-row"
4925 \end_inset
4926
4927
4928 \begin_inset Info
4929 type  "icon"
4930 arg   "inset-modify tabular delete-row"
4931 \end_inset
4932
4933 , usw.
4934 \begin_inset space \space{}
4935 \end_inset
4936
4937 oder das Menü 
4938 \family sans
4939 Bearbeiten\SpecialChar \menuseparator
4940 Zeilen & Spalten
4941 \family default
4942  verwenden.
4943  Neue Zeilen können auch mit 
4944 \family sans
4945 Strg+Enter
4946 \family default
4947  erstellt werden.
4948 \end_layout
4949
4950 \begin_layout Standard
4951 \begin_inset VSpace bigskip
4952 \end_inset
4953
4954 Die 
4955 \family sans
4956 Verzierung
4957 \family default
4958  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4959  Alternativ können Klammern entweder mit den Befehlen 
4960 \series bold
4961
4962 \backslash
4963 left
4964 \series default
4965
4966 \begin_inset Index idx
4967 status collapsed
4968
4969 \begin_layout Plain Layout
4970 Befehle ! L ! 
4971 \backslash
4972 left
4973 \end_layout
4974
4975 \end_inset
4976
4977  und 
4978 \series bold
4979
4980 \backslash
4981 right
4982 \series default
4983
4984 \begin_inset Index idx
4985 status collapsed
4986
4987 \begin_layout Plain Layout
4988 Befehle ! R ! 
4989 \backslash
4990 right
4991 \end_layout
4992
4993 \end_inset
4994
4995  erstellt werden (Tastenkürzel 
4996 \family sans
4997 Alt+M
4998 \begin_inset space ~
4999 \end_inset
5000
5001 Klammer
5002 \family default
5003 ), siehe 
5004 \begin_inset CommandInset ref
5005 LatexCommand ref
5006 reference "sub:Automatische-Klammergrößen"
5007
5008 \end_inset
5009
5010 , oder man verwendet folgende Befehle:
5011 \begin_inset VSpace bigskip
5012 \end_inset
5013
5014
5015 \end_layout
5016
5017 \begin_layout Standard
5018 \begin_inset space \hfill{}
5019 \end_inset
5020
5021
5022 \begin_inset Tabular
5023 <lyxtabular version="3" rows="4" columns="2">
5024 <features rotate="0" tabularvalignment="middle">
5025 <column alignment="center" valignment="top">
5026 <column alignment="center" valignment="top">
5027 <row>
5028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 Befehl
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041 Ergebnis
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 </row>
5047 <row>
5048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052
5053 \backslash
5054 bmatrix
5055 \begin_inset space \textvisiblespace{}
5056 \end_inset
5057
5058 2
5059 \series bold
5060 ×
5061 \series default
5062 2
5063 \begin_inset space \thinspace{}
5064 \end_inset
5065
5066 Matrix
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5076 0 & \textrm{-}\mathrm{i}\\
5077 \mathrm{i} & 0
5078 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5079 \end_inset
5080
5081
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 </row>
5087 <row>
5088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092
5093 \backslash
5094 Bmatrix
5095 \begin_inset space \textvisiblespace{}
5096 \end_inset
5097
5098 2
5099 \series bold
5100 ×
5101 \series default
5102 2
5103 \begin_inset space \thinspace{}
5104 \end_inset
5105
5106 Matrix
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5116 0 & \textrm{-}\mathrm{i}\\
5117 \mathrm{i} & 0
5118 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5119 \end_inset
5120
5121
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \backslash
5134 pmatrix
5135 \begin_inset space \textvisiblespace{}
5136 \end_inset
5137
5138 2
5139 \series bold
5140 ×
5141 \series default
5142 2
5143 \begin_inset space \thinspace{}
5144 \end_inset
5145
5146 Matrix
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5156 0 & \textrm{-}\mathrm{i}\\
5157 \mathrm{i} & 0
5158 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 </row>
5167 </lyxtabular>
5168
5169 \end_inset
5170
5171
5172 \begin_inset space \hfill{}
5173 \end_inset
5174
5175
5176 \begin_inset Tabular
5177 <lyxtabular version="3" rows="4" columns="2">
5178 <features rotate="0" tabularvalignment="middle">
5179 <column alignment="center" valignment="top">
5180 <column alignment="center" valignment="top">
5181 <row>
5182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Befehl
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Ergebnis
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \backslash
5208 vmatrix
5209 \begin_inset space \textvisiblespace{}
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset space \thinspace{}
5218 \end_inset
5219
5220 Matrix
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0
5232 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5233 \end_inset
5234
5235
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \backslash
5248 Vmatrix
5249 \begin_inset space \textvisiblespace{}
5250 \end_inset
5251
5252 2
5253 \series bold
5254 ×
5255 \series default
5256 2
5257 \begin_inset space \thinspace{}
5258 \end_inset
5259
5260 Matrix
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5270 0 & \textrm{-}\mathrm{i}\\
5271 \mathrm{i} & 0
5272 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286
5287 \backslash
5288 matrix
5289 \begin_inset space \textvisiblespace{}
5290 \end_inset
5291
5292 2
5293 \series bold
5294 ×
5295 \series default
5296 2
5297 \begin_inset space \thinspace{}
5298 \end_inset
5299
5300 Matrix
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5310 0 & \textrm{-}\mathrm{i}\\
5311 \mathrm{i} & 0
5312 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5313 \end_inset
5314
5315
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 </lyxtabular>
5322
5323 \end_inset
5324
5325
5326 \begin_inset space \hfill{}
5327 \end_inset
5328
5329
5330 \end_layout
5331
5332 \begin_layout Standard
5333 \begin_inset VSpace medskip
5334 \end_inset
5335
5336 Wurde z.
5337 \begin_inset space \thinspace{}
5338 \end_inset
5339
5340 B.
5341  
5342 \series bold
5343
5344 \backslash
5345 vmatrix
5346 \series default
5347  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5348  in das die Matrix eingefügt wird.
5349 \begin_inset Newline newline
5350 \end_inset
5351
5352 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5353 \end_layout
5354
5355 \begin_layout Standard
5356 \begin_inset VSpace bigskip
5357 \end_inset
5358
5359 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5360 \begin_inset CommandInset ref
5361 LatexCommand ref
5362 reference "sub:Spaltenabstand"
5363
5364 \end_inset
5365
5366  beschriebene Länge 
5367 \series bold
5368
5369 \backslash
5370 arraycolsep
5371 \series default
5372
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Befehle ! A ! 
5378 \backslash
5379 arraycolsep
5380 \end_layout
5381
5382 \end_inset
5383
5384  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5385 \end_layout
5386
5387 \begin_layout Standard
5388 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5389 \series bold
5390
5391 \backslash
5392 arraystretch
5393 \series default
5394
5395 \begin_inset Index idx
5396 status collapsed
5397
5398 \begin_layout Plain Layout
5399 Befehle ! A ! 
5400 \backslash
5401 arraystretch
5402 \end_layout
5403
5404 \end_inset
5405
5406 .
5407  Dieser wird folgendermaßen benutzt:
5408 \end_layout
5409
5410 \begin_layout Standard
5411
5412 \series bold
5413
5414 \backslash
5415 renewcommand{
5416 \backslash
5417 arraystretch}{Dehnungsfaktor}
5418 \begin_inset Index idx
5419 status collapsed
5420
5421 \begin_layout Plain Layout
5422 Befehle ! R ! 
5423 \backslash
5424 renewcommand
5425 \end_layout
5426
5427 \end_inset
5428
5429
5430 \end_layout
5431
5432 \begin_layout Standard
5433 Der Befehl 
5434 \series bold
5435
5436 \backslash
5437 renewcommand
5438 \series default
5439  weist dabei dem vordefinierten Befehl 
5440 \series bold
5441
5442 \backslash
5443 arraystretch
5444 \series default
5445  den Dehnungsfaktor zu.
5446  Möchte man z.
5447 \begin_inset space \thinspace{}
5448 \end_inset
5449
5450 B.
5451  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5452  Dieser wird dann für alle folgenden Matrizen verwendet.
5453  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5454 \series bold
5455
5456 \backslash
5457 arraystretch
5458 \series default
5459  den Faktor 1 zu.
5460 \end_layout
5461
5462 \begin_layout Standard
5463 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5464 \series bold
5465
5466 \backslash
5467 smallmatrix
5468 \series default
5469
5470 \begin_inset Index idx
5471 status collapsed
5472
5473 \begin_layout Plain Layout
5474 Befehle ! S ! 
5475 \backslash
5476 smallmatrix
5477 \end_layout
5478
5479 \end_inset
5480
5481 .
5482  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5483  gestrichelten Linien.
5484  In dieses Kästchen wird die Matrix eingegeben.
5485  Man verwendet stattdessen das Menü 
5486 \family sans
5487 Bearbeiten\SpecialChar \menuseparator
5488 Zeilen
5489 \begin_inset space ~
5490 \end_inset
5491
5492 &
5493 \begin_inset space ~
5494 \end_inset
5495
5496 Spalten
5497 \family default
5498  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5499  Neue Zeilen können auch mit 
5500 \family sans
5501 Strg+Enter
5502 \family default
5503  erstellt werden.
5504 \end_layout
5505
5506 \begin_layout Standard
5507 Dies ist eine Matrix 
5508 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5509 C & D
5510 \end{smallmatrix}\right)$
5511 \end_inset
5512
5513  in einer Textzeile.
5514 \end_layout
5515
5516 \begin_layout Section
5517 Klammern und Begrenzungszeichen
5518 \begin_inset Index idx
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522 Klammern
5523 \end_layout
5524
5525 \end_inset
5526
5527
5528 \begin_inset Index idx
5529 status collapsed
5530
5531 \begin_layout Plain Layout
5532 Begrenzungszeichen
5533 \end_layout
5534
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \begin_layout Subsection
5541 Vertikale Klammern und Begrenzungszeichen
5542 \begin_inset Index idx
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546 Klammern ! vertikale
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Standard
5555 \begin_inset space \hfill{}
5556 \end_inset
5557
5558
5559 \begin_inset Tabular
5560 <lyxtabular version="3" rows="9" columns="2">
5561 <features rotate="0" tabularvalignment="middle">
5562 <column alignment="center" valignment="top" width="0pt">
5563 <column alignment="center" valignment="top" width="0pt">
5564 <row>
5565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 Befehl
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 Ergebnis
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 <row>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 (
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 \begin_inset Formula $($
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 {
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 \begin_inset Formula $\{$
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 [
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $[$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \backslash
5660 langle
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\langle$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 lceil
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $\lceil$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708
5709 \backslash
5710 lfloor
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\lfloor$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 /
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $/$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 |
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $|$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 </lyxtabular>
5775
5776 \end_inset
5777
5778
5779 \begin_inset space \hfill{}
5780 \end_inset
5781
5782
5783 \begin_inset Tabular
5784 <lyxtabular version="3" rows="9" columns="2">
5785 <features rotate="0" tabularvalignment="middle">
5786 <column alignment="center" valignment="top" width="0pt">
5787 <column alignment="center" valignment="top" width="0pt">
5788 <row>
5789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 Befehl
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 Ergebnis
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 )
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 \begin_inset Formula $)$
5823 \end_inset
5824
5825
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 </row>
5831 <row>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 }
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 \begin_inset Formula $\}$
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 ]
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $]$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 rangle
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\rangle$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909 rceil
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\rceil$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \backslash
5934 rfloor
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 \begin_inset Formula $\rfloor$
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 </row>
5952 <row>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957
5958 \backslash
5959
5960 \backslash
5961
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\backslash$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984
5985 \backslash
5986 |
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $\|$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 </lyxtabular>
6005
6006 \end_inset
6007
6008
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \begin_layout Standard
6016
6017 \series medium
6018 \begin_inset Note Greyedout
6019 status open
6020
6021 \begin_layout Plain Layout
6022
6023 \series bold
6024 Achtung:
6025 \series default
6026  Im TeX-Modus muss für den Backslash der Befehl 
6027 \series bold
6028
6029 \backslash
6030 textbackslash
6031 \series default
6032
6033 \begin_inset Index idx
6034 status collapsed
6035
6036 \begin_layout Plain Layout
6037 Befehle ! T ! 
6038 \backslash
6039 textbackslash
6040 \end_layout
6041
6042 \end_inset
6043
6044  verwendet werden, denn der Befehl 
6045 \series bold
6046
6047 \backslash
6048
6049 \backslash
6050
6051 \series default
6052  steht dort für einen Zeilenumbruch.
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \begin_layout Standard
6061 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6062  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6063  Dabei können dann statt den Befehlen 
6064 \series bold
6065
6066 \backslash
6067 langle
6068 \series default
6069  und 
6070 \series bold
6071
6072 \backslash
6073 rangle
6074 \series default
6075  direkt die Zeichen < und > verwendet werden.
6076 \end_layout
6077
6078 \begin_layout Subsubsection
6079 Manuelle Klammergrößen
6080 \begin_inset CommandInset label
6081 LatexCommand label
6082 name "sub:Manuelle-Klammergrößen"
6083
6084 \end_inset
6085
6086
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 Klammergrößen ! manuelle
6092 \end_layout
6093
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \begin_layout Standard
6100 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6101  LaTeX-Befehle 
6102 \series bold
6103
6104 \backslash
6105 big
6106 \series default
6107
6108 \begin_inset Index idx
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112 Befehle ! B ! 
6113 \backslash
6114 big
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \series bold
6121
6122 \backslash
6123 Big
6124 \series default
6125
6126 \series bold
6127
6128 \backslash
6129 bigg
6130 \series default
6131  und 
6132 \series bold
6133
6134 \backslash
6135 Bigg
6136 \series default
6137  tun.
6138  
6139 \series bold
6140
6141 \backslash
6142 big
6143 \series default
6144  steht hierbei für die kleinste und 
6145 \series bold
6146
6147 \backslash
6148 Bigg
6149 \series default
6150  für die größte Klammergröße.
6151 \end_layout
6152
6153 \begin_layout Standard
6154 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6155 \end_layout
6156
6157 \begin_layout Standard
6158 \align center
6159 \begin_inset Tabular
6160 <lyxtabular version="3" rows="2" columns="2">
6161 <features rotate="0" tabularvalignment="middle">
6162 <column alignment="center" valignment="top" width="0pt">
6163 <column alignment="center" valignment="top" width="0pt">
6164 <row>
6165 <cell alignment="center" valignment="top" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 einheitliche Klammergröße:
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 besser sieht das so aus:
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 </lyxtabular>
6211
6212 \end_inset
6213
6214
6215 \begin_inset Note Note
6216 status collapsed
6217
6218 \begin_layout Plain Layout
6219
6220 \series bold
6221
6222 \backslash
6223 raisebox
6224 \series default
6225  dient nur
6226 \end_layout
6227
6228 \begin_layout Plain Layout
6229 als Abstandhalter.
6230 \end_layout
6231
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \begin_layout Standard
6238 Für die zweite Formel wurde der Befehl 
6239 \series bold
6240
6241 \backslash
6242 Big((A+B)(A-B)
6243 \backslash
6244 Big)^
6245 \begin_inset space \textvisiblespace{}
6246 \end_inset
6247
6248 C
6249 \series default
6250  verwendet.
6251 \end_layout
6252
6253 \begin_layout Standard
6254 Hier alle Klammergrößen in der Übersicht:
6255 \end_layout
6256
6257 \begin_layout Standard
6258 \align center
6259
6260 \backslash
6261 Bigg(
6262 \backslash
6263 exp
6264 \backslash
6265 bigg<
6266 \backslash
6267 Big[
6268 \backslash
6269 big{
6270 \backslash
6271 ln(3x)
6272 \backslash
6273 big}^2
6274 \begin_inset space \textvisiblespace{}
6275 \end_inset
6276
6277
6278 \backslash
6279 sin(x)
6280 \backslash
6281 Big]^
6282 \begin_inset space \textvisiblespace{}
6283 \end_inset
6284
6285 A
6286 \begin_inset space \textvisiblespace{}
6287 \end_inset
6288
6289
6290 \backslash
6291 bigg>
6292 \backslash
6293 Bigg)^0,5
6294 \end_layout
6295
6296 \begin_layout Standard
6297 \align center
6298 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \begin_layout Standard
6305 Es gibt außer den 
6306 \series bold
6307
6308 \backslash
6309 big
6310 \series default
6311 -Befehlen noch die Variante 
6312 \series bold
6313
6314 \backslash
6315 bigm
6316 \series default
6317
6318 \begin_inset Index idx
6319 status collapsed
6320
6321 \begin_layout Plain Layout
6322 Befehle ! B ! 
6323 \backslash
6324 bigm
6325 \end_layout
6326
6327 \end_inset
6328
6329 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6330  die Variante 
6331 \series bold
6332
6333 \backslash
6334 bigl
6335 \series default
6336 -
6337 \series bold
6338
6339 \backslash
6340 bigr
6341 \series default
6342
6343 \begin_inset Index idx
6344 status collapsed
6345
6346 \begin_layout Plain Layout
6347 Befehle ! B ! 
6348 \backslash
6349 bigl - 
6350 \backslash
6351 bigr
6352 \end_layout
6353
6354 \end_inset
6355
6356 , die keinen zusätzlichen Leerraum erzeugt.
6357  Das 
6358 \emph on
6359 l
6360 \emph default
6361  am Ende des Befehls 
6362 \series bold
6363
6364 \backslash
6365 bigl
6366 \series default
6367  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6368  ein 
6369 \emph on
6370 r
6371 \emph default
6372  ersetzt.
6373  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6374  sein.
6375 \end_layout
6376
6377 \begin_layout Standard
6378 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6379 \end_layout
6380
6381 \begin_layout Standard
6382 \align center
6383 \begin_inset Tabular
6384 <lyxtabular version="3" rows="5" columns="2">
6385 <features rotate="0" tabularvalignment="middle">
6386 <column alignment="center" valignment="middle">
6387 <column alignment="center" valignment="middle">
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 Befehl
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 Ergebnis
6403 \begin_inset Note Note
6404 status collapsed
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409
6410 \backslash
6411 raisebox
6412 \series default
6413  dient nur als Abstandhalter.
6414 \end_layout
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 <row>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429
6430 \backslash
6431 Bigm(
6432 \backslash
6433 bigm(
6434 \backslash
6435 ln(3x)
6436 \backslash
6437 bigm)^2
6438 \begin_inset space \textvisiblespace{}
6439 \end_inset
6440
6441
6442 \backslash
6443 Bigm)
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 <row>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466
6467 \backslash
6468 Big(
6469 \backslash
6470 big(
6471 \backslash
6472 ln(3x)
6473 \backslash
6474 big)^2
6475 \begin_inset space \textvisiblespace{}
6476 \end_inset
6477
6478
6479 \backslash
6480 Big)
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 </row>
6498 <row>
6499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503
6504 \backslash
6505 Bigl(
6506 \backslash
6507 bigl(
6508 \backslash
6509 ln(3x)
6510 \backslash
6511 bigr)^2
6512 \begin_inset space \textvisiblespace{}
6513 \end_inset
6514
6515
6516 \backslash
6517 Bigr)
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540
6541 \backslash
6542 bigl)
6543 \backslash
6544 ln(3x)
6545 \backslash
6546 bigr(
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 </lyxtabular>
6565
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \begin_layout Subsubsection
6572 Automatische Klammergrößen
6573 \begin_inset CommandInset label
6574 LatexCommand label
6575 name "sub:Automatische-Klammergrößen"
6576
6577 \end_inset
6578
6579
6580 \begin_inset Index idx
6581 status collapsed
6582
6583 \begin_layout Plain Layout
6584 Klammergrößen ! automatische
6585 \end_layout
6586
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \begin_layout Standard
6593 Klammern variabler Größe können mit den Befehlen 
6594 \series bold
6595
6596 \backslash
6597 left
6598 \series default
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Befehle ! L ! 
6605 \backslash
6606 left
6607 \end_layout
6608
6609 \end_inset
6610
6611  und 
6612 \series bold
6613
6614 \backslash
6615 right
6616 \series default
6617
6618 \begin_inset Index idx
6619 status collapsed
6620
6621 \begin_layout Plain Layout
6622 Befehle ! R ! 
6623 \backslash
6624 right
6625 \end_layout
6626
6627 \end_inset
6628
6629  oder über den Mathe-Werkzeugleistenknopf
6630 \family sans
6631  
6632 \family default
6633
6634 \begin_inset Info
6635 type  "icon"
6636 arg   "dialog-show mathdelimiter"
6637 \end_inset
6638
6639  eingefügt werden.
6640  Auf 
6641 \series bold
6642
6643 \backslash
6644 left
6645 \series default
6646  und 
6647 \series bold
6648
6649 \backslash
6650 right
6651 \series default
6652  muss unmittelbar die gewünschte Klammer folgen.
6653  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6654 \end_layout
6655
6656 \begin_layout Standard
6657 \align center
6658 normale Klammer: Der Befehl 
6659 \series bold
6660
6661 \backslash
6662 ln(
6663 \backslash
6664 frac
6665 \begin_inset space \textvisiblespace{}
6666 \end_inset
6667
6668 A
6669 \begin_inset Formula $\downarrow$
6670 \end_inset
6671
6672 C
6673 \begin_inset space \textvisiblespace{}
6674 \end_inset
6675
6676 )
6677 \series default
6678  ergibt
6679 \begin_inset Formula 
6680 \[
6681 \ln(\frac{A}{C})
6682 \]
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 \align center
6691 mehrzeilige Klammer: Der Befehl 
6692 \series bold
6693
6694 \backslash
6695 ln
6696 \backslash
6697 left(
6698 \backslash
6699 frac
6700 \begin_inset space \textvisiblespace{}
6701 \end_inset
6702
6703 A
6704 \begin_inset Formula $\downarrow$
6705 \end_inset
6706
6707 C
6708 \begin_inset space \textvisiblespace{}
6709 \end_inset
6710
6711
6712 \backslash
6713 right)
6714 \series default
6715  ergibt
6716 \begin_inset Formula 
6717 \[
6718 \ln\left(\frac{A}{C}\right)
6719 \]
6720
6721 \end_inset
6722
6723
6724 \end_layout
6725
6726 \begin_layout Standard
6727 An Stelle von 
6728 \series bold
6729
6730 \backslash
6731 left
6732 \series default
6733  und 
6734 \series bold
6735
6736 \backslash
6737 right
6738 \series default
6739  kann man die Tastenkürzel 
6740 \family sans
6741 Alt+M
6742 \begin_inset space ~
6743 \end_inset
6744
6745 Klammer
6746 \family default
6747  verwenden.
6748  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6749  und dass die rechte Klammer gleich mit erstellt wird.
6750 \begin_inset Newline newline
6751 \end_inset
6752
6753 Der Befehl für das letzte Beispiel würde dann lauten: 
6754 \series bold
6755
6756 \backslash
6757 ln Alt+M
6758 \series default
6759  
6760 \series bold
6761 (
6762 \backslash
6763 frac
6764 \begin_inset space \textvisiblespace{}
6765 \end_inset
6766
6767 A
6768 \begin_inset Formula $\downarrow$
6769 \end_inset
6770
6771 C
6772 \end_layout
6773
6774 \begin_layout Standard
6775 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6776  Klammer einen Punkt.
6777  So ergibt z.
6778 \begin_inset space \thinspace{}
6779 \end_inset
6780
6781 B.
6782  der Befehl 
6783 \series bold
6784
6785 \backslash
6786 left.
6787 \backslash
6788 frac
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792 A
6793 \begin_inset Formula $\downarrow$
6794 \end_inset
6795
6796 B
6797 \begin_inset space \textvisiblespace{}
6798 \end_inset
6799
6800
6801 \backslash
6802 right}
6803 \series default
6804
6805 \begin_inset space \thinspace{}
6806 \end_inset
6807
6808 :
6809 \series bold
6810
6811 \begin_inset Formula 
6812 \[
6813 \left.\frac{A}{B}\right\} 
6814 \]
6815
6816 \end_inset
6817
6818
6819 \series default
6820 Die Befehle 
6821 \series bold
6822
6823 \backslash
6824 left
6825 \series default
6826  und 
6827 \series bold
6828
6829 \backslash
6830 right
6831 \series default
6832  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6833  umgewandelt.
6834  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6835 \end_layout
6836
6837 \begin_layout Standard
6838 \begin_inset VSpace bigskip
6839 \end_inset
6840
6841 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6842  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6843  Befehl 
6844 \series bold
6845
6846 \backslash
6847 middle
6848 \series default
6849
6850 \begin_inset Index idx
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 Befehle ! M ! 
6855 \backslash
6856 middle
6857 \end_layout
6858
6859 \end_inset
6860
6861  zur Verfügung.
6862  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6863  angepasst, was z.
6864 \begin_inset space \thinspace{}
6865 \end_inset
6866
6867 B.
6868  für physikalische Vektoren von Nutzen ist:
6869 \begin_inset Formula 
6870 \[
6871 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6872 \]
6873
6874 \end_inset
6875
6876 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6877 \begin_inset CommandInset ref
6878 LatexCommand ref
6879 reference "sub:Physikalische-Vektoren"
6880
6881 \end_inset
6882
6883  beschrieben ist.
6884 \end_layout
6885
6886 \begin_layout Subsection
6887 Horizontale Klammern
6888 \begin_inset Index idx
6889 status collapsed
6890
6891 \begin_layout Plain Layout
6892 Klammern ! horizontale
6893 \end_layout
6894
6895 \end_inset
6896
6897
6898 \end_layout
6899
6900 \begin_layout Standard
6901 \align center
6902 \begin_inset Tabular
6903 <lyxtabular version="3" rows="4" columns="2">
6904 <features rotate="0" tabularvalignment="middle">
6905 <column alignment="center" valignment="top" width="0pt">
6906 <column alignment="center" valignment="top" width="0pt">
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 Befehl
6913 \begin_inset Note Note
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917
6918 \series bold
6919
6920 \backslash
6921 raisebox
6922 \series default
6923  dient nur als Abstandhalter.
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 Ergebnis
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 \begin_inset ERT
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952
6953
6954 \backslash
6955 raisebox{2.3mm}{
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \backslash
6962 overbrace
6963 \begin_inset space \textvisiblespace{}
6964 \end_inset
6965
6966 A+B
6967 \begin_inset space \textvisiblespace{}
6968 \end_inset
6969
6970 ^
6971 \begin_inset space \textvisiblespace{}
6972 \end_inset
6973
6974 3
6975 \begin_inset ERT
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979
6980 }
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \begin_inset Index idx
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990 Befehle ! O ! 
6991 \backslash
6992 overbrace
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 \begin_inset Formula $\overbrace{A+B}^{3}$
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 raisebox{-2.2mm}{
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \backslash
7034 underbrace
7035 \begin_inset space \textvisiblespace{}
7036 \end_inset
7037
7038 A+B
7039 \begin_inset space \textvisiblespace{}
7040 \end_inset
7041
7042 _5
7043 \begin_inset ERT
7044 status collapsed
7045
7046 \begin_layout Plain Layout
7047
7048 }
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \begin_inset Index idx
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058 Befehle ! U ! 
7059 \backslash
7060 underbrace
7061 \end_layout
7062
7063 \end_inset
7064
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 \begin_inset Formula $\underbrace{A+B}_{5}$
7075 \end_inset
7076
7077
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 </row>
7083 <row>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088
7089 \backslash
7090 overbrace
7091 \begin_inset space \textvisiblespace{}
7092 \end_inset
7093
7094
7095 \backslash
7096 underbrace
7097 \begin_inset space \textvisiblespace{}
7098 \end_inset
7099
7100 A+B_w
7101 \begin_inset space \textvisiblespace{}
7102 \end_inset
7103
7104
7105 \begin_inset space \textvisiblespace{}
7106 \end_inset
7107
7108 _7
7109 \begin_inset space \textvisiblespace{}
7110 \end_inset
7111
7112
7113 \begin_inset space \textvisiblespace{}
7114 \end_inset
7115
7116 ^
7117 \begin_inset space \textvisiblespace{}
7118 \end_inset
7119
7120 C
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 </lyxtabular>
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \begin_layout Standard
7146 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7147 \series bold
7148
7149 \backslash
7150 overbrace
7151 \series default
7152  oder 
7153 \series bold
7154
7155 \backslash
7156 underbrace
7157 \series default
7158  eingibt.
7159 \end_layout
7160
7161 \begin_layout Standard
7162 \begin_inset VSpace bigskip
7163 \end_inset
7164
7165 Benötigt man Klammern, die sich überschneiden, muss man die in 
7166 \begin_inset CommandInset ref
7167 LatexCommand ref
7168 reference "sec:Mehrzeilige-Formeln"
7169
7170 \end_inset
7171
7172  beschriebenen mehrzeiligen Formeln verwenden:
7173 \begin_inset Formula 
7174 \begin{eqnarray*}
7175 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7176  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7177 \end{eqnarray*}
7178
7179 \end_inset
7180
7181 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7182  Dabei ist es wichtig, dass vor dem ersten 
7183 \begin_inset Formula $d$
7184 \end_inset
7185
7186  der Abstandsbefehl
7187 \begin_inset Foot
7188 status collapsed
7189
7190 \begin_layout Plain Layout
7191 Abstandsbefehle sind in 
7192 \begin_inset CommandInset ref
7193 LatexCommand ref
7194 reference "sub:Vordefinierter-Leerraum"
7195
7196 \end_inset
7197
7198  erklärt.
7199 \end_layout
7200
7201 \end_inset
7202
7203  
7204 \series bold
7205
7206 \backslash
7207 :
7208 \series default
7209  eingegeben wird, denn die nach dem 
7210 \begin_inset Formula $q$
7211 \end_inset
7212
7213  endende Klammer verhindert, dass das nachfolgende 
7214 \begin_inset Quotes gld
7215 \end_inset
7216
7217 +
7218 \begin_inset Quotes grd
7219 \end_inset
7220
7221  von Leerraum umgeben ist.
7222 \begin_inset Foot
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226 weil eine Klammer nicht als Zeichen gilt, siehe 
7227 \begin_inset CommandInset ref
7228 LatexCommand ref
7229 reference "sub:Binäre-Operatoren"
7230
7231 \end_inset
7232
7233
7234 \end_layout
7235
7236 \end_inset
7237
7238  In die zweite Zeile wird die zweite Klammer eingegeben.
7239  Da sie vor dem 
7240 \begin_inset Formula $b$
7241 \end_inset
7242
7243  beginnen soll, gibt man zuerst 
7244 \series bold
7245
7246 \backslash
7247 hphantom{gggg+
7248 \backslash
7249 :}
7250 \series default
7251  ein.
7252 \begin_inset Foot
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256 mehr zu 
7257 \series bold
7258
7259 \backslash
7260 hphantom
7261 \series default
7262  siehe 
7263 \begin_inset CommandInset ref
7264 LatexCommand ref
7265 reference "sub:Platzhalter"
7266
7267 \end_inset
7268
7269 .
7270 \end_layout
7271
7272 \end_inset
7273
7274  Dieser Leerraum wird benötigt, weil das 
7275 \begin_inset Quotes gld
7276 \end_inset
7277
7278 +
7279 \begin_inset Quotes grd
7280 \end_inset
7281
7282  in der Formel auch von Leerraum umgeben ist.
7283  Die Klammer wird unter den Befehl 
7284 \series bold
7285
7286 \backslash
7287 hphantom{bbqq+dddd}
7288 \series default
7289  gesetzt.
7290 \end_layout
7291
7292 \begin_layout Standard
7293 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7294 n, wie in folgendem Beispiel:
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300
7301 \backslash
7302 setlength{
7303 \backslash
7304 jot}{-6pt}
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \begin_inset Formula 
7311 \begin{eqnarray*}
7312  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7313 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7314 \end{eqnarray*}
7315
7316 \end_inset
7317
7318
7319 \begin_inset ERT
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323
7324
7325 \backslash
7326 setlength{
7327 \backslash
7328 jot}{3pt}
7329 \end_layout
7330
7331 \end_inset
7332
7333 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7334  mit dem Unterschied, dass sich die Klammer oben befindet.
7335  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7336  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7337  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7338  werden.
7339  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7340 \begin_inset Foot
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344 \begin_inset CommandInset href
7345 LatexCommand href
7346 name "LyX-Fehler #1505"
7347 target "http://www.lyx.org/trac/ticket/1505"
7348
7349 \end_inset
7350
7351
7352 \end_layout
7353
7354 \end_inset
7355
7356 .
7357  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7358 \series bold
7359
7360 \backslash
7361 jot
7362 \series default
7363
7364 \begin_inset Index idx
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 Befehle ! J ! 
7369 \backslash
7370 jot
7371 \end_layout
7372
7373 \end_inset
7374
7375  vor der Formel mit dem Befehl 
7376 \series bold
7377
7378 \backslash
7379 setlength{
7380 \backslash
7381 jot}{-6pt}
7382 \series default
7383  im TeX-Modus auf den Wert -6
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 pt geändert.
7388  Nach der Formel wird 
7389 \series bold
7390
7391 \backslash
7392 jot
7393 \series default
7394  mit demselben Befehl wieder auf den Standardwert 3
7395 \begin_inset space \thinspace{}
7396 \end_inset
7397
7398 pt zurückgesetzt.
7399  Genaueres zum Zeilenabstand in Formeln ist in 
7400 \begin_inset CommandInset ref
7401 LatexCommand ref
7402 reference "sub:Zeilenabstand"
7403
7404 \end_inset
7405
7406  erklärt.
7407 \end_layout
7408
7409 \begin_layout Section
7410 Pfeile
7411 \begin_inset Index idx
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 Pfeile
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \begin_layout Standard
7424 Pfeile können über den Mathe-Werkzeugleistenknopf 
7425 \begin_inset Info
7426 type  "icon"
7427 arg   "math-insert \\leftarrow"
7428 \end_inset
7429
7430  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7431  aufgelistet sind.
7432 \end_layout
7433
7434 \begin_layout Subsection
7435 Horizontale Pfeile
7436 \begin_inset Index idx
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Pfeile ! horizontale
7441 \end_layout
7442
7443 \end_inset
7444
7445
7446 \end_layout
7447
7448 \begin_layout Standard
7449 \begin_inset space \hfill{}
7450 \end_inset
7451
7452
7453 \begin_inset Tabular
7454 <lyxtabular version="3" rows="8" columns="2">
7455 <features rotate="0" tabularvalignment="middle">
7456 <column alignment="center" valignment="top" width="0pt">
7457 <column alignment="center" valignment="top" width="0pt">
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 Befehl
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 Ergebnis
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \backslash
7485 gets
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 \begin_inset Formula $\gets$
7495 \end_inset
7496
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 </row>
7503 <row>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \backslash
7510 Leftarrow
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 \begin_inset Formula $\Leftarrow$
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \backslash
7535 longleftarrow
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\longleftarrow$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \backslash
7560 Longleftarrow
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 \begin_inset Formula $\Longleftarrow$
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \backslash
7585 leftharpoonup
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 \begin_inset Formula $\leftharpoonup$
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 </row>
7603 <row>
7604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \backslash
7610 leftharpoondown
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 \begin_inset Formula $\leftharpoondown$
7620 \end_inset
7621
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 </row>
7628 <row>
7629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \backslash
7635 hookleftarrow
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 \begin_inset Formula $\hookleftarrow$
7645 \end_inset
7646
7647
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 </lyxtabular>
7654
7655 \end_inset
7656
7657
7658 \begin_inset space \hfill{}
7659 \end_inset
7660
7661
7662 \begin_inset Tabular
7663 <lyxtabular version="3" rows="8" columns="2">
7664 <features rotate="0" tabularvalignment="middle">
7665 <column alignment="center" valignment="top" width="0pt">
7666 <column alignment="center" valignment="top" width="0pt">
7667 <row>
7668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 Befehl
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 Ergebnis
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 </row>
7687 <row>
7688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \backslash
7694 to
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 \begin_inset Formula $\to$
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \backslash
7719 Rightarrow
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 \begin_inset Formula $\Rightarrow$
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \backslash
7744 longrightarrow
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 \begin_inset Formula $\longrightarrow$
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \backslash
7769 Longrightarrow
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 \begin_inset Formula $\Longrightarrow$
7779 \end_inset
7780
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \backslash
7794 rightharpoonup
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 \begin_inset Formula $\rightharpoonup$
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 <row>
7813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \backslash
7819 rightharpoondown
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 \begin_inset Formula $\rightharpoondown$
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 </row>
7837 <row>
7838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \backslash
7844 hookrightarrow
7845 \end_layout
7846
7847 \end_inset
7848 </cell>
7849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853 \begin_inset Formula $\hookrightarrow$
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 </lyxtabular>
7863
7864 \end_inset
7865
7866
7867 \begin_inset space \hfill{}
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \begin_layout Standard
7874 \begin_inset space \hfill{}
7875 \end_inset
7876
7877
7878 \begin_inset Tabular
7879 <lyxtabular version="3" rows="6" columns="2">
7880 <features rotate="0" tabularvalignment="middle">
7881 <column alignment="center" valignment="top" width="0pt">
7882 <column alignment="center" valignment="top" width="0pt">
7883 <row>
7884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Befehl
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 Ergebnis
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \backslash
7910 leftrightarrow
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 \begin_inset Formula $\leftrightarrow$
7920 \end_inset
7921
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \backslash
7935 Leftrightarrow
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 \begin_inset Formula $\Leftrightarrow$
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \backslash
7960 longleftrightarrow
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 \begin_inset Formula $\longleftrightarrow$
7970 \end_inset
7971
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \backslash
7985 Longleftrightarrow
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 \begin_inset Formula $\Longleftrightarrow$
7995 \end_inset
7996
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \backslash
8010 rightleftharpoons
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 \begin_inset Formula $\rightleftharpoons$
8020 \end_inset
8021
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 </lyxtabular>
8029
8030 \end_inset
8031
8032
8033 \begin_inset space \hspace{}
8034 \length 25pt
8035 \end_inset
8036
8037
8038 \begin_inset space \hfill{}
8039 \end_inset
8040
8041
8042 \begin_inset Tabular
8043 <lyxtabular version="3" rows="5" columns="2">
8044 <features rotate="0" tabularvalignment="middle">
8045 <column alignment="center" valignment="top" width="0pt">
8046 <column alignment="center" valignment="top" width="0pt">
8047 <row>
8048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 Befehl
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Ergebnis
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 mapsto
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\mapsto$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 longmapsto
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\longmapsto$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 leadsto
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\leadsto$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 dasharrow
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\dasharrow$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 </lyxtabular>
8168
8169 \end_inset
8170
8171
8172 \begin_inset space \hfill{}
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \begin_layout Standard
8179 \begin_inset VSpace medskip
8180 \end_inset
8181
8182 Als Akzente verwendete Pfeile, wie z.
8183 \begin_inset space \thinspace{}
8184 \end_inset
8185
8186 B.
8187  Vektorpfeile, sind in 
8188 \begin_inset CommandInset ref
8189 LatexCommand ref
8190 reference "sec:Akzente"
8191
8192 \end_inset
8193
8194  aufgelistet.
8195 \end_layout
8196
8197 \begin_layout Standard
8198 \begin_inset VSpace bigskip
8199 \end_inset
8200
8201 Des Weiteren gibt es die beschriftbaren Pfeile
8202 \begin_inset Index idx
8203 status collapsed
8204
8205 \begin_layout Plain Layout
8206 Pfeile ! beschriftbare
8207 \end_layout
8208
8209 \end_inset
8210
8211  
8212 \series bold
8213
8214 \backslash
8215 xleftarrow
8216 \series default
8217
8218 \begin_inset Index idx
8219 status collapsed
8220
8221 \begin_layout Plain Layout
8222 Befehle ! X ! 
8223 \backslash
8224 xleftarrow
8225 \end_layout
8226
8227 \end_inset
8228
8229  und 
8230 \series bold
8231
8232 \backslash
8233 xrightarrow
8234 \series default
8235
8236 \begin_inset Index idx
8237 status collapsed
8238
8239 \begin_layout Plain Layout
8240 Befehle ! X ! 
8241 \backslash
8242 xrightarrow
8243 \begin_inset ERT
8244 status collapsed
8245
8246 \begin_layout Plain Layout
8247
8248
8249 \backslash
8250 vspace{4mm}
8251 \end_layout
8252
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259
8260 .
8261  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8262  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8263  Die Pfeillänge passt sich der Breite der Beschriftung an.
8264 \end_layout
8265
8266 \begin_layout Standard
8267 \align center
8268 \begin_inset Tabular
8269 <lyxtabular version="3" rows="3" columns="2">
8270 <features rotate="0" tabularvalignment="middle">
8271 <column alignment="center" valignment="top" width="0pt">
8272 <column alignment="center" valignment="top" width="0pt">
8273 <row>
8274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Befehl
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Ergebnis
8288 \begin_inset Note Note
8289 status collapsed
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294
8295 \backslash
8296 raisebox
8297 \series default
8298  dient nur als Abstandhalter.
8299 \end_layout
8300
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 F(a)
8315 \backslash
8316 xleftarrow
8317 \begin_inset space \textvisiblespace{}
8318 \end_inset
8319
8320 x=a
8321 \begin_inset Formula $\downarrow$
8322 \end_inset
8323
8324 x>0
8325 \begin_inset Formula $\to$
8326 \end_inset
8327
8328 F(x)
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8338 \end_inset
8339
8340
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 F(x)
8352 \backslash
8353 xrightarrow
8354 \begin_inset space \textvisiblespace{}
8355 \end_inset
8356
8357 x=a
8358 \begin_inset Formula $\downarrow$
8359 \end_inset
8360
8361 x>0
8362 \begin_inset Formula $\to$
8363 \end_inset
8364
8365 F(a)
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 </lyxtabular>
8384
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \begin_layout Subsection
8391 Vertikale und diagonale Pfeile
8392 \begin_inset Index idx
8393 status collapsed
8394
8395 \begin_layout Plain Layout
8396 Pfeile ! diagonale
8397 \end_layout
8398
8399 \end_inset
8400
8401
8402 \begin_inset Index idx
8403 status collapsed
8404
8405 \begin_layout Plain Layout
8406 Pfeile ! vertikale
8407 \end_layout
8408
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \begin_layout Standard
8415 \begin_inset space \hfill{}
8416 \end_inset
8417
8418
8419 \begin_inset Tabular
8420 <lyxtabular version="3" rows="7" columns="2">
8421 <features rotate="0" tabularvalignment="middle">
8422 <column alignment="center" valignment="top" width="0pt">
8423 <column alignment="center" valignment="top" width="0pt">
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Befehl
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Ergebnis
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \backslash
8451 uparrow
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 \begin_inset Formula $\uparrow$
8461 \end_inset
8462
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \backslash
8476 Uparrow
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 \begin_inset Formula $\Uparrow$
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \backslash
8501 updownarrow
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 \begin_inset Formula $\updownarrow$
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 Updownarrow
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\Updownarrow$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \backslash
8551 Downarrow
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $\Downarrow$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \backslash
8576 downarrow
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 \begin_inset Formula $\downarrow$
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 </lyxtabular>
8595
8596 \end_inset
8597
8598
8599 \begin_inset space \hfill{}
8600 \end_inset
8601
8602
8603 \begin_inset Tabular
8604 <lyxtabular version="3" rows="5" columns="2">
8605 <features rotate="0" tabularvalignment="middle">
8606 <column alignment="center" valignment="top" width="0pt">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Befehl
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Ergebnis
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \backslash
8635 nearrow
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 \begin_inset Formula $\nearrow$
8645 \end_inset
8646
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 searrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\searrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 swarrow
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\swarrow$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 nwarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\nwarrow$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 </lyxtabular>
8729
8730 \end_inset
8731
8732
8733 \begin_inset space \hfill{}
8734 \end_inset
8735
8736
8737 \end_layout
8738
8739 \begin_layout Standard
8740 \begin_inset VSpace medskip
8741 \end_inset
8742
8743 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8744  
8745 \begin_inset CommandInset ref
8746 LatexCommand ref
8747 reference "sub:Manuelle-Klammergrößen"
8748
8749 \end_inset
8750
8751  und 
8752 \begin_inset CommandInset ref
8753 LatexCommand ref
8754 reference "sub:Automatische-Klammergrößen"
8755
8756 \end_inset
8757
8758  beschriebenen Befehlen verwendet werden.
8759 \end_layout
8760
8761 \begin_layout Section
8762 Akzente
8763 \begin_inset CommandInset label
8764 LatexCommand label
8765 name "sec:Akzente"
8766
8767 \end_inset
8768
8769
8770 \begin_inset Index idx
8771 status collapsed
8772
8773 \begin_layout Plain Layout
8774 Akzente
8775 \end_layout
8776
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \begin_layout Standard
8783 Akzente können über den Mathe-Werkzeugleistenknopf 
8784 \begin_inset Info
8785 type  "icon"
8786 arg   "math-insert \\hat"
8787 \end_inset
8788
8789  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8790  aufgelistet sind.
8791 \end_layout
8792
8793 \begin_layout Subsection
8794 Akzente für ein Zeichen
8795 \begin_inset ERT
8796 status collapsed
8797
8798 \begin_layout Plain Layout
8799
8800
8801 \backslash
8802 texorpdfstring{
8803 \end_layout
8804
8805 \end_inset
8806
8807
8808 \begin_inset Foot
8809 status collapsed
8810
8811 \begin_layout Plain Layout
8812 Akzente im Text siehe 
8813 \begin_inset CommandInset ref
8814 LatexCommand ref
8815 reference "sub:Sonderzeichen-Akzente"
8816
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823
8824
8825 \begin_inset ERT
8826 status collapsed
8827
8828 \begin_layout Plain Layout
8829
8830 }{}
8831 \end_layout
8832
8833 \end_inset
8834
8835
8836 \begin_inset Note Note
8837 status collapsed
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842
8843 \backslash
8844 texorpdfstring
8845 \series default
8846  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8847 \end_layout
8848
8849 \begin_layout Plain Layout
8850 Näheres zu 
8851 \series bold
8852
8853 \backslash
8854 texorpdfstring
8855 \series default
8856  steht in Kapitel 
8857 \begin_inset CommandInset ref
8858 LatexCommand ref
8859 reference "sub:Formeln-in-Überschriften"
8860
8861 \end_inset
8862
8863 .
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \begin_inset CommandInset label
8870 LatexCommand label
8871 name "sub:Akzente-für-ein"
8872
8873 \end_inset
8874
8875
8876 \begin_inset Index idx
8877 status collapsed
8878
8879 \begin_layout Plain Layout
8880 Akzente ! für ein Zeichen
8881 \end_layout
8882
8883 \end_inset
8884
8885
8886 \end_layout
8887
8888 \begin_layout Standard
8889 \begin_inset space \hfill{}
8890 \end_inset
8891
8892
8893 \begin_inset Tabular
8894 <lyxtabular version="3" rows="8" columns="2">
8895 <features rotate="0" tabularvalignment="middle">
8896 <column alignment="center" valignment="top" width="0pt">
8897 <column alignment="center" valignment="top" width="0pt">
8898 <row>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Befehl
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Ergebnis
8913 \begin_inset Note Note
8914 status collapsed
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919
8920 \backslash
8921 raisebox
8922 \series default
8923  dient nur als Abstandhalter.
8924 \end_layout
8925
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \backslash
8941 dot
8942 \begin_inset space \textvisiblespace{}
8943 \end_inset
8944
8945 A
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \backslash
8970 ddot
8971 \begin_inset space \textvisiblespace{}
8972 \end_inset
8973
8974 A
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 dddot
9000 \begin_inset space \textvisiblespace{}
9001 \end_inset
9002
9003 A
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9013 \end_inset
9014
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \backslash
9028 ddddot
9029 \begin_inset space \textvisiblespace{}
9030 \end_inset
9031
9032 A
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \backslash
9057 vec
9058 \begin_inset space \textvisiblespace{}
9059 \end_inset
9060
9061 A
9062 \begin_inset Index idx
9063 status collapsed
9064
9065 \begin_layout Plain Layout
9066 Vektoren
9067 \end_layout
9068
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9081 \end_inset
9082
9083
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \backslash
9096 bar
9097 \begin_inset space \textvisiblespace{}
9098 \end_inset
9099
9100 A
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \backslash
9125 mathring
9126 \begin_inset space \textvisiblespace{}
9127 \end_inset
9128
9129 A
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 </lyxtabular>
9148
9149 \end_inset
9150
9151
9152 \begin_inset space \hfill{}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="7" columns="2">
9158 <features rotate="0" tabularvalignment="middle">
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Befehl
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Ergebnis
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \backslash
9188 tilde
9189 \begin_inset space \textvisiblespace{}
9190 \end_inset
9191
9192 A
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 hat
9218 \begin_inset space \textvisiblespace{}
9219 \end_inset
9220
9221 A
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9231 \end_inset
9232
9233
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \backslash
9246 check
9247 \begin_inset space \textvisiblespace{}
9248 \end_inset
9249
9250 A
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \backslash
9275 acute
9276 \begin_inset space \textvisiblespace{}
9277 \end_inset
9278
9279 A
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9289 \end_inset
9290
9291
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \backslash
9304 grave
9305 \begin_inset space \textvisiblespace{}
9306 \end_inset
9307
9308 A
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \backslash
9333 breve
9334 \begin_inset space \textvisiblespace{}
9335 \end_inset
9336
9337 A
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 </lyxtabular>
9356
9357 \end_inset
9358
9359
9360 \begin_inset space \hfill{}
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \begin_layout Standard
9367 \begin_inset VSpace bigskip
9368 \end_inset
9369
9370 Akzente wie z.B.
9371  é können direkt in Formeln eingegeben werden.
9372  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9373  Für Umlaute
9374 \begin_inset Index idx
9375 status collapsed
9376
9377 \begin_layout Plain Layout
9378 Umlaute
9379 \end_layout
9380
9381 \end_inset
9382
9383  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9384  Diese beiden Zeichen bilden dann für LaTeX 
9385 \emph on
9386 ein
9387 \emph default
9388  Zeichen.
9389  Im Gegensatz zu 
9390 \series bold
9391
9392 \backslash
9393 ddot
9394 \series default
9395  entstehen damit 
9396 \begin_inset Quotes gld
9397 \end_inset
9398
9399 echte
9400 \begin_inset Quotes grd
9401 \end_inset
9402
9403  Umlaute, was folgendes Beispiel zeigt:
9404 \end_layout
9405
9406 \begin_layout Standard
9407 \begin_inset VSpace -2mm
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \begin_layout Standard
9414 \align center
9415 \begin_inset Tabular
9416 <lyxtabular version="3" rows="3" columns="2">
9417 <features rotate="0" tabularvalignment="middle">
9418 <column alignment="center" valignment="top">
9419 <column alignment="center" valignment="top">
9420 <row>
9421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 Befehl
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 Ergebnis
9435 \begin_inset Note Note
9436 status collapsed
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441
9442 \backslash
9443 raisebox
9444 \series default
9445  dient nur als Abstandhalter.
9446 \end_layout
9447
9448 \end_inset
9449
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 </row>
9456 <row>
9457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Quotes grd
9462 \end_inset
9463
9464 i
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 \begin_inset Formula $"i$
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 ddot
9490 \begin_inset space \textvisiblespace{}
9491 \end_inset
9492
9493 i
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 </row>
9511 </lyxtabular>
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \begin_layout Standard
9519 Ein weiterer Vorteil gegenüber 
9520 \series bold
9521
9522 \backslash
9523 ddot
9524 \series default
9525  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9526  denn die obigen Akzentbefehle sind 
9527 \emph on
9528 im mathematischen Text\SpecialChar \-
9529 modus nicht erlaubt
9530 \emph default
9531 .
9532  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9533  nur das Zeichen unter dem Akzent umgewandelt werden.
9534  Das gilt auch für alle anderen Umwandlungen wie z.
9535 \begin_inset space \thinspace{}
9536 \end_inset
9537
9538 B.
9539  in kursiv oder fett.
9540 \end_layout
9541
9542 \begin_layout Standard
9543 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9544  direkt eingegeben werden.
9545 \end_layout
9546
9547 \begin_layout Standard
9548 \begin_inset VSpace bigskip
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \begin_layout Standard
9555 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
9556  
9557 \series bold
9558 undertilde
9559 \series default
9560
9561 \begin_inset Index idx
9562 status collapsed
9563
9564 \begin_layout Plain Layout
9565 Pakete ! undertilde
9566 \end_layout
9567
9568 \end_inset
9569
9570  auf Ihrem System installiert ist:
9571 \end_layout
9572
9573 \begin_layout Standard
9574 \begin_inset ERT
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578
9579
9580 \backslash
9581 ifundertilde 
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \begin_inset Note Note
9588 status open
9589
9590 \begin_layout Plain Layout
9591 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
9592 \series bold
9593 undertilde
9594 \series default
9595  installiert ist:
9596 \end_layout
9597
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \begin_layout Standard
9604 \noindent
9605 \align center
9606 \begin_inset Tabular
9607 <lyxtabular version="3" rows="2" columns="2">
9608 <features rotate="0" tabularvalignment="middle">
9609 <column alignment="center" valignment="top" width="0pt">
9610 <column alignment="center" valignment="top" width="0pt">
9611 <row>
9612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 Befehl
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 Ergebnis
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 utilde
9639 \begin_inset space \textvisiblespace{}
9640 \end_inset
9641
9642 A
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 </lyxtabular>
9661
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \begin_layout Standard
9668 \begin_inset ERT
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672
9673
9674 \backslash
9675 else 
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \begin_inset Note Note
9682 status open
9683
9684 \begin_layout Plain Layout
9685 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
9686 \series bold
9687 undertilde
9688 \series default
9689  nicht installiert ist:
9690 \end_layout
9691
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \begin_layout Standard
9698 Das LaTeX-Paket 
9699 \series bold
9700 undertilde 
9701 \series default
9702 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
9703 \end_layout
9704
9705 \begin_layout Standard
9706 \begin_inset ERT
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710
9711
9712 \backslash
9713 fi 
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Subsection
9722 Akzente für mehrere Zeichen
9723 \begin_inset Index idx
9724 status collapsed
9725
9726 \begin_layout Plain Layout
9727 Akzente ! für mehrere Zeichen
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \begin_layout Standard
9736 \begin_inset space \hfill{}
9737 \end_inset
9738
9739
9740 \begin_inset Tabular
9741 <lyxtabular version="3" rows="5" columns="2">
9742 <features rotate="0" tabularvalignment="middle">
9743 <column alignment="center" valignment="top" width="0pt">
9744 <column alignment="center" valignment="top" width="0pt">
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 Befehl
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Ergebnis
9760 \begin_inset Note Note
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765 \series bold
9766
9767 \backslash
9768 raisebox
9769 \series default
9770  dient nur als Abstandhalter.
9771 \end_layout
9772
9773 \end_inset
9774
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row>
9782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \backslash
9788 overleftarrow
9789 \begin_inset space \textvisiblespace{}
9790 \end_inset
9791
9792 A=B
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 </row>
9810 <row>
9811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \backslash
9817 underleftarrow
9818 \begin_inset space \textvisiblespace{}
9819 \end_inset
9820
9821 A=B
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9831 \end_inset
9832
9833
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row>
9840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \backslash
9846 overleftrightarrow
9847 \begin_inset space \textvisiblespace{}
9848 \end_inset
9849
9850 A=B
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 <row>
9869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \backslash
9875 underleftrightarrow
9876 \begin_inset space \textvisiblespace{}
9877 \end_inset
9878
9879 A=B
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 </lyxtabular>
9898
9899 \end_inset
9900
9901
9902 \begin_inset space \hfill{}
9903 \end_inset
9904
9905
9906 \begin_inset Tabular
9907 <lyxtabular version="3" rows="5" columns="2">
9908 <features rotate="0" tabularvalignment="middle">
9909 <column alignment="center" valignment="top" width="0pt">
9910 <column alignment="center" valignment="top" width="0pt">
9911 <row>
9912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 Befehl
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 Ergebnis
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 </row>
9931 <row>
9932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936
9937 \backslash
9938 overrightarrow
9939 \begin_inset space \textvisiblespace{}
9940 \end_inset
9941
9942 A=B
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9952 \end_inset
9953
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \backslash
9967 underrightarrow
9968 \begin_inset space \textvisiblespace{}
9969 \end_inset
9970
9971 A=B
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \backslash
9996 widetilde
9997 \begin_inset space \textvisiblespace{}
9998 \end_inset
9999
10000 A=B
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \backslash
10025 widehat
10026 \begin_inset space \textvisiblespace{}
10027 \end_inset
10028
10029 A=B
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 </lyxtabular>
10048
10049 \end_inset
10050
10051
10052 \begin_inset space \hfill{}
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \begin_layout Standard
10059 \begin_inset VSpace medskip
10060 \end_inset
10061
10062 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10063  Die Akzente
10064 \begin_inset Newline linebreak
10065 \end_inset
10066
10067
10068 \series bold
10069
10070 \backslash
10071 widetilde
10072 \series default
10073  und 
10074 \series bold
10075
10076 \backslash
10077 widehat
10078 \series default
10079  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10080  was folgendes Beispiel verdeutlicht:
10081 \begin_inset Formula 
10082 \[
10083 \widetilde{A+B=C-D}
10084 \]
10085
10086 \end_inset
10087
10088
10089 \end_layout
10090
10091 \begin_layout Standard
10092 Mit den im vorigen Kapitel beschriebenen Befehlen 
10093 \series bold
10094
10095 \backslash
10096 overset
10097 \series default
10098
10099 \begin_inset Index idx
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103 Befehle ! O ! 
10104 \backslash
10105 overset
10106 \end_layout
10107
10108 \end_inset
10109
10110  und 
10111 \series bold
10112
10113 \backslash
10114 underset
10115 \series default
10116
10117 \begin_inset Index idx
10118 status collapsed
10119
10120 \begin_layout Plain Layout
10121 Befehle ! U ! 
10122 \backslash
10123 underset
10124 \end_layout
10125
10126 \end_inset
10127
10128  ist es auch möglich mehrere Zeichen zu akzentuieren.
10129  Der Befehl 
10130 \series bold
10131
10132 \backslash
10133 underset
10134 \begin_inset space \textvisiblespace{}
10135 \end_inset
10136
10137 A=B
10138 \begin_inset Formula $\downarrow$
10139 \end_inset
10140
10141 ***
10142 \series default
10143  ergibt:
10144 \begin_inset Formula 
10145 \[
10146 \underset{***}{A=B}
10147 \]
10148
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \begin_layout Section
10155 Leerraum
10156 \begin_inset CommandInset label
10157 LatexCommand label
10158 name "sub:Leerraum"
10159
10160 \end_inset
10161
10162
10163 \begin_inset Index idx
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167 Leerraum ! horizontaler
10168 \end_layout
10169
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \begin_layout Subsection
10176 Vordefinierter Leerraum
10177 \begin_inset CommandInset label
10178 LatexCommand label
10179 name "sub:Vordefinierter-Leerraum"
10180
10181 \end_inset
10182
10183
10184 \begin_inset Index idx
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188 Leerraum ! horizontaler ! vordefiniert
10189 \end_layout
10190
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10198  Dazu gibt man ein geschütztes Leerzeichen ein.
10199  Es erscheint ein 
10200 \begin_inset Quotes gld
10201 \end_inset
10202
10203
10204 \color blue
10205
10206 \begin_inset space \textvisiblespace{}
10207 \end_inset
10208
10209
10210 \color inherit
10211
10212 \begin_inset Quotes grd
10213 \end_inset
10214
10215  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10216  Leerraum-Größen wählen.
10217  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10218 \begin_inset Info
10219 type  "icon"
10220 arg   "math-insert \\space"
10221 \end_inset
10222
10223  oder mit einzelnen Befehlen aufrufen.
10224  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10225  danach wieder aus allen Größen wählen.
10226 \end_layout
10227
10228 \begin_layout Standard
10229 \align center
10230 \begin_inset Tabular
10231 <lyxtabular version="3" rows="6" columns="3">
10232 <features rotate="0" tabularvalignment="middle">
10233 <column alignment="center" valignment="top">
10234 <column alignment="center" valignment="top" width="15col%">
10235 <column alignment="center" valignment="top">
10236 <row>
10237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Befehl
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Anzahl der Leertastendrücke
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Ergebnis
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \backslash
10272 ,
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 0
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 \begin_inset Formula $A\, B$
10291 \end_inset
10292
10293
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \backslash
10306 :
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 1
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 \begin_inset Formula $A\: B$
10325 \end_inset
10326
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \backslash
10340 ;
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 2
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 \begin_inset Formula $A\; B$
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \backslash
10374 quad
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 3
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 \begin_inset Formula $A\quad B$
10393 \end_inset
10394
10395
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \backslash
10408 qquad
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 4
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 \begin_inset Formula $A\qquad B$
10427 \end_inset
10428
10429
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 </lyxtabular>
10436
10437 \end_inset
10438
10439
10440 \begin_inset space \hfill{}
10441 \end_inset
10442
10443
10444 \begin_inset Tabular
10445 <lyxtabular version="3" rows="6" columns="3">
10446 <features rotate="0" tabularvalignment="middle">
10447 <column alignment="center" valignment="top">
10448 <column alignment="center" valignment="top" width="15col%">
10449 <column alignment="center" valignment="top">
10450 <row>
10451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Befehl
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Anzahl der Leertastendrücke
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Ergebnis
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 hfill
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 5
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Formula $A\hfill B$
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 hspace*{1em}
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 6
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $A\hspace*{1em}B$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 hspace{1em}
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 7
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 \begin_inset Formula $A\hspace{1em}B$
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \backslash
10588
10589 \begin_inset space \textvisiblespace{}
10590 \end_inset
10591
10592
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 8
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 \begin_inset Formula $A\ B$
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \backslash
10626 !
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 9
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 \begin_inset Formula $A\! B$
10645 \end_inset
10646
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 </lyxtabular>
10654
10655 \end_inset
10656
10657
10658 \end_layout
10659
10660 \begin_layout Standard
10661 Leerraum
10662 \begin_inset space ~
10663 \end_inset
10664
10665 5
10666 \begin_inset space \thinspace{}
10667 \end_inset
10668
10669 --
10670 \begin_inset space \thinspace{}
10671 \end_inset
10672
10673 7 sind variable Leerräume, die in 
10674 \begin_inset CommandInset ref
10675 LatexCommand ref
10676 reference "sub:Variabler-Leerraum"
10677
10678 \end_inset
10679
10680  erläutert sind.
10681  Leerraum
10682 \begin_inset space ~
10683 \end_inset
10684
10685 9 scheint überhaupt keinen Leerraum zu produzieren.
10686  Er ist in LyX allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10687  denn er erstellt negativen Leerraum.
10688  Es gibt noch zwei weitere negative Leerräume:
10689 \end_layout
10690
10691 \begin_layout Standard
10692 \align center
10693 \begin_inset Tabular
10694 <lyxtabular version="3" rows="3" columns="3">
10695 <features rotate="0" tabularvalignment="middle">
10696 <column alignment="center" valignment="middle" width="6.8cm">
10697 <column alignment="center" valignment="top" width="0pt">
10698 <column alignment="center" valignment="top" width="0pt">
10699 <row>
10700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Befehl
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \backslash
10715 negmedspace
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \backslash
10726 negthickspace
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row>
10733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 10
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 11
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Ergebnis
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 \begin_inset Formula $A\negmedspace B$
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 \begin_inset Formula $A\negthickspace B$
10788 \end_inset
10789
10790
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 </lyxtabular>
10797
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \begin_layout Standard
10804 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10805  Man kann auf diese Weise Ligaturen erzwingen, was z.
10806 \begin_inset space \thinspace{}
10807 \end_inset
10808
10809 B.
10810  für Summenzeichen von Nutzen ist: 
10811 \end_layout
10812
10813 \begin_layout Standard
10814 \align center
10815 \begin_inset Tabular
10816 <lyxtabular version="3" rows="3" columns="2">
10817 <features rotate="0" tabularvalignment="middle">
10818 <column alignment="center" valignment="top">
10819 <column alignment="center" valignment="top">
10820 <row>
10821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Befehl
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 Ergebnis
10835 \begin_inset Note Note
10836 status collapsed
10837
10838 \begin_layout Plain Layout
10839
10840 \series bold
10841
10842 \backslash
10843 raisebox
10844 \series default
10845  dient nur als Abstandhalter.
10846 \end_layout
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 </row>
10856 <row>
10857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \backslash
10863 sum
10864 \backslash
10865 sum
10866 \begin_inset space \textvisiblespace{}
10867 \end_inset
10868
10869 f_kl
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \backslash
10894 sum
10895 \backslash
10896 negmedspace
10897 \backslash
10898 sum
10899 \begin_inset space \textvisiblespace{}
10900 \end_inset
10901
10902 f_kl
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 </lyxtabular>
10921
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \begin_layout Standard
10928 \noindent
10929 \begin_inset VSpace medskip
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \begin_layout Standard
10936 \noindent
10937 Relationen, wie z.
10938 \begin_inset space \thinspace{}
10939 \end_inset
10940
10941 B.
10942  Gleichheitszeichen, sind immer von Leerraum umgeben.
10943  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10944  TeX-Klammer.
10945  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10946 \end_layout
10947
10948 \begin_layout Standard
10949 \align center
10950 \begin_inset Tabular
10951 <lyxtabular version="3" rows="2" columns="2">
10952 <features rotate="0" tabularvalignment="middle">
10953 <column alignment="center" valignment="top" width="0pt">
10954 <column alignment="center" valignment="top" width="0pt">
10955 <row>
10956 <cell alignment="center" valignment="top" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 normale Gleichung
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 \begin_inset Formula $A=B$
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="center" valignment="top" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 \begin_inset Note Note
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987
10988 \series bold
10989
10990 \backslash
10991 raisebox
10992 \series default
10993  dient nur als Abstandhalter.
10994 \end_layout
10995
10996 \end_inset
10997
10998
10999 \begin_inset Formula $\raisebox{5mm}{}$
11000 \end_inset
11001
11002 Gleichung ohne Leerraum
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 \begin_inset Formula $A{=}B$
11012 \end_inset
11013
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 </lyxtabular>
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Standard
11028 Der Befehl für die letzte Formel lautet: 
11029 \series bold
11030 A
11031 \backslash
11032 {=
11033 \begin_inset Formula $\to$
11034 \end_inset
11035
11036 B
11037 \end_layout
11038
11039 \begin_layout Standard
11040 \begin_inset VSpace bigskip
11041 \end_inset
11042
11043 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11044  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11045  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11046 \family sans
11047 Einfügen\SpecialChar \menuseparator
11048 Formatierung\SpecialChar \menuseparator
11049 Kleiner
11050 \begin_inset space ~
11051 \end_inset
11052
11053 Abstand
11054 \family default
11055  (Tastenkürzel 
11056 \family sans
11057 Strg+Shift+Leertaste
11058 \family default
11059 ) ein.
11060 \end_layout
11061
11062 \begin_layout Standard
11063 Ein Beispiel zur Veranschaulichung:
11064 \end_layout
11065
11066 \begin_layout Standard
11067 \begin_inset Tabular
11068 <lyxtabular version="3" rows="2" columns="2">
11069 <features rotate="0" tabularvalignment="middle">
11070 <column alignment="left" valignment="top">
11071 <column alignment="left" valignment="top">
11072 <row>
11073 <cell alignment="center" valignment="top" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 24 kW
11078 \begin_inset Formula $\cdot$
11079 \end_inset
11080
11081 h
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 Leerzeichen zwischen Wert und Einheit
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 </row>
11096 <row>
11097 <cell alignment="center" valignment="top" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 24
11102 \begin_inset space \thinspace{}
11103 \end_inset
11104
11105 kW
11106 \begin_inset Formula $\cdot$
11107 \end_inset
11108
11109 h
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 kleinster Leerraum zwischen Wert und Einheit
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 </lyxtabular>
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Standard
11132 \begin_inset Newpage newpage
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Subsection
11139 Variabler Leerraum
11140 \begin_inset ERT
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144
11145
11146 \backslash
11147 texorpdfstring{
11148 \end_layout
11149
11150 \end_inset
11151
11152
11153 \begin_inset Foot
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157 für vertikalen Leerraum in Formeln siehe 
11158 \begin_inset CommandInset ref
11159 LatexCommand ref
11160 reference "sub:Zeilenabstand"
11161
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \begin_inset ERT
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174
11175 }{}
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \begin_inset Note Note
11182 status collapsed
11183
11184 \begin_layout Plain Layout
11185
11186 \series bold
11187
11188 \backslash
11189 texorpdfstring
11190 \series default
11191  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11192 \end_layout
11193
11194 \begin_layout Plain Layout
11195 Näheres zu 
11196 \series bold
11197
11198 \backslash
11199 texorpdfstring
11200 \series default
11201  steht in Kapitel 
11202 \begin_inset CommandInset ref
11203 LatexCommand ref
11204 reference "sub:Formeln-in-Überschriften"
11205
11206 \end_inset
11207
11208 .
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \begin_inset CommandInset label
11215 LatexCommand label
11216 name "sub:Variabler-Leerraum"
11217
11218 \end_inset
11219
11220
11221 \begin_inset Index idx
11222 status collapsed
11223
11224 \begin_layout Plain Layout
11225 Leerraum ! horizontaler ! variabel
11226 \end_layout
11227
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \begin_layout Standard
11234 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11235 \series bold
11236
11237 \backslash
11238 hspace
11239 \series default
11240
11241 \begin_inset Index idx
11242 status collapsed
11243
11244 \begin_layout Plain Layout
11245 Befehle ! H ! 
11246 \backslash
11247 hspace
11248 \end_layout
11249
11250 \end_inset
11251
11252  einfügen.
11253  Es erscheint ein langes 
11254 \begin_inset Quotes gld
11255 \end_inset
11256
11257
11258 \color blue
11259
11260 \begin_inset space \textvisiblespace{}
11261 \end_inset
11262
11263
11264 \color inherit
11265
11266 \begin_inset Quotes grd
11267 \end_inset
11268
11269 .
11270  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11271  das 
11272 \begin_inset Quotes gld
11273 \end_inset
11274
11275
11276 \color blue
11277
11278 \begin_inset space \textvisiblespace{}
11279 \end_inset
11280
11281
11282 \color inherit
11283
11284 \begin_inset Quotes grd
11285 \end_inset
11286
11287  klickt.
11288  Die Länge darf auch negativ sein.
11289  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
11290  weggelassen.
11291  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
11292 \series bold
11293
11294 \backslash
11295 hspace*
11296 \series default
11297  statt 
11298 \series bold
11299
11300 \backslash
11301 hspace
11302 \series default
11303  oder klickt mit der linken Maustaste auf das 
11304 \begin_inset Quotes gld
11305 \end_inset
11306
11307
11308 \color blue
11309
11310 \begin_inset space \textvisiblespace{}
11311 \end_inset
11312
11313
11314 \color inherit
11315
11316 \begin_inset Quotes grd
11317 \end_inset
11318
11319  und wählt die Option 
11320 \family sans
11321 Schützen
11322 \family default
11323  aus.
11324 \begin_inset Newline newline
11325 \end_inset
11326
11327 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11328  einnimmt, benutzt man den Befehl 
11329 \series bold
11330
11331 \backslash
11332 hfill
11333 \series default
11334
11335 \begin_inset Index idx
11336 status collapsed
11337
11338 \begin_layout Plain Layout
11339 Befehle ! H ! 
11340 \backslash
11341 hfill
11342 \end_layout
11343
11344 \end_inset
11345
11346 .
11347 \end_layout
11348
11349 \begin_layout Standard
11350 \begin_inset VSpace -1mm
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \begin_layout Standard
11357 \align center
11358 \begin_inset Tabular
11359 <lyxtabular version="3" rows="4" columns="2">
11360 <features rotate="0" tabularvalignment="middle">
11361 <column alignment="center" valignment="top">
11362 <column alignment="center" valignment="top">
11363 <row>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 Befehl (
11369 \backslash
11370 hspace Länge)
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 Ergebnis
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 </row>
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 A=B
11391 \backslash
11392 hspace
11393 \begin_inset space \textvisiblespace{}
11394 \end_inset
11395
11396 A
11397 \backslash
11398 not=C (3
11399 \begin_inset space \thinspace{}
11400 \end_inset
11401
11402 cm)
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 A
11426 \backslash
11427 hspace
11428 \begin_inset space \textvisiblespace{}
11429 \end_inset
11430
11431 A
11432 \backslash
11433 not=A (-1
11434 \begin_inset space \thinspace{}
11435 \end_inset
11436
11437 mm)
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 </row>
11455 <row>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 A=A
11461 \backslash
11462 hfill
11463 \begin_inset space \textvisiblespace{}
11464 \end_inset
11465
11466 B=B
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 \begin_inset Formula $A=A\hfill B=B$
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 </row>
11484 </lyxtabular>
11485
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \begin_layout Standard
11492 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11493  Spalteneintrags der Tabelle vorgegeben.
11494  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11495  in die 
11496 \series bold
11497
11498 \backslash
11499 hfill
11500 \series default
11501  eingegeben wird.
11502  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11503  
11504 \series bold
11505
11506 \backslash
11507 hfill
11508 \series default
11509  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11510 \series bold
11511 Eingerückt
11512 \series default
11513  eingestellt ist.
11514  (Formelstile sind in 
11515 \begin_inset CommandInset ref
11516 LatexCommand ref
11517 reference "sec:Formelstile"
11518
11519 \end_inset
11520
11521  erklärt.)
11522 \end_layout
11523
11524 \begin_layout Standard
11525 Neben 
11526 \series bold
11527
11528 \backslash
11529 hfill
11530 \series default
11531  gibt es noch die Befehle 
11532 \series bold
11533
11534 \backslash
11535 dotfill
11536 \series default
11537  und 
11538 \series bold
11539
11540 \backslash
11541 hrulefill
11542 \series default
11543 , die den Leerraum mit einem Muster füllen, siehe 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "sub:Fortsetzungspunkte"
11547
11548 \end_inset
11549
11550  für ein Beispiel.
11551 \end_layout
11552
11553 \begin_layout Standard
11554 Variabler Leerraum kann für Text über das Menü 
11555 \family sans
11556 Einfügen\SpecialChar \menuseparator
11557 Formatierung\SpecialChar \menuseparator
11558 Horizontaler
11559 \begin_inset space ~
11560 \end_inset
11561
11562 Abstand
11563 \family default
11564  eingefügt werden:
11565 \end_layout
11566
11567 \begin_layout Standard
11568 Dies ist eine Zeile mit
11569 \begin_inset space \hspace{}
11570 \length 2cm
11571 \end_inset
11572
11573 2
11574 \begin_inset space \thinspace{}
11575 \end_inset
11576
11577 cm Leerraum.
11578 \end_layout
11579
11580 \begin_layout Standard
11581 Dies ist eine Zeile mit
11582 \begin_inset space \hfill{}
11583 \end_inset
11584
11585 maximalem Leerraum.
11586 \end_layout
11587
11588 \begin_layout Subsection
11589 Leerraum neben eingebetteten Formeln
11590 \begin_inset Index idx
11591 status collapsed
11592
11593 \begin_layout Plain Layout
11594 Leerraum ! neben eingebetteten Formeln
11595 \end_layout
11596
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \begin_layout Standard
11603 Über die Länge 
11604 \series bold
11605
11606 \backslash
11607 mathsurround
11608 \series default
11609
11610 \begin_inset Index idx
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 Befehle ! M ! 
11615 \backslash
11616 mathsurround
11617 \end_layout
11618
11619 \end_inset
11620
11621  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11622  wird.
11623  Der Wert einer Länge wird mit dem Befehl 
11624 \series bold
11625
11626 \backslash
11627 setlength
11628 \series default
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Befehle ! S ! 
11635 \backslash
11636 setlength
11637 \end_layout
11638
11639 \end_inset
11640
11641  gesetzt.
11642  Dieser besitzt folgendes Befehlsschema:
11643 \end_layout
11644
11645 \begin_layout Standard
11646
11647 \series bold
11648
11649 \backslash
11650 setlength{Längenname}{Wert}
11651 \end_layout
11652
11653 \begin_layout Standard
11654 Um 
11655 \series bold
11656
11657 \backslash
11658 mathsurround
11659 \series default
11660  den Wert 5
11661 \begin_inset space \thinspace{}
11662 \end_inset
11663
11664 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11665 \end_layout
11666
11667 \begin_layout Standard
11668
11669 \series bold
11670
11671 \backslash
11672 setlength{
11673 \backslash
11674 mathsurround}{5mm}
11675 \end_layout
11676
11677 \begin_layout Standard
11678 ein.
11679  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11680 \begin_inset space \thinspace{}
11681 \end_inset
11682
11683 mm Leerraum gesetzt:
11684 \begin_inset ERT
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688
11689
11690 \backslash
11691 setlength{
11692 \backslash
11693 mathsurround}{5mm}
11694 \end_layout
11695
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \begin_layout Standard
11702 Dies ist eine Zeile in der sich 
11703 \begin_inset Formula $A=B$
11704 \end_inset
11705
11706  eine Formel mit 5
11707 \begin_inset space \thinspace{}
11708 \end_inset
11709
11710 mm umgebendem Leerraum befindet.
11711 \begin_inset ERT
11712 status collapsed
11713
11714 \begin_layout Plain Layout
11715
11716
11717 \backslash
11718 setlength{
11719 \backslash
11720 mathsurround}{0pt}
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \begin_layout Standard
11729 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11730 \series bold
11731
11732 \backslash
11733 mathsurround
11734 \series default
11735  auf den Wert 0
11736 \begin_inset space \thinspace{}
11737 \end_inset
11738
11739 pt.
11740 \end_layout
11741
11742 \begin_layout Section
11743 Boxen und Rahmen
11744 \begin_inset Index idx
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 Boxen
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset Index idx
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758 Rahmen | see
11759 \begin_inset ERT
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764 {
11765 \end_layout
11766
11767 \end_inset
11768
11769 Boxen
11770 \begin_inset ERT
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774
11775 }
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Boxen für Text sind im Kapitel 
11790 \family typewriter
11791 Boxen
11792 \family default
11793  im Handbuch 
11794 \family typewriter
11795 Eingebettete
11796 \begin_inset space ~
11797 \end_inset
11798
11799 Objekte
11800 \family default
11801  beschrieben.
11802 \end_layout
11803
11804 \begin_layout Subsection
11805 Boxen mit Rahmen
11806 \begin_inset CommandInset label
11807 LatexCommand label
11808 name "sub:Boxen-mit-Rahmen"
11809
11810 \end_inset
11811
11812
11813 \begin_inset Index idx
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817 Boxen ! mit Rahmen
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11827 \series bold
11828
11829 \backslash
11830 fbox
11831 \series default
11832
11833 \begin_inset Index idx
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Befehle ! F ! 
11838 \backslash
11839 fbox
11840 \end_layout
11841
11842 \end_inset
11843
11844  und 
11845 \series bold
11846
11847 \backslash
11848 boxed
11849 \series default
11850
11851 \begin_inset Index idx
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Befehle ! B ! 
11856 \backslash
11857 boxed
11858 \end_layout
11859
11860 \end_inset
11861
11862  zu umranden.
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11867  in einem Rahmen.
11868  Bei 
11869 \series bold
11870
11871 \backslash
11872 fbox
11873 \series default
11874  muss in diesem Eingabefeld mit 
11875 \family sans
11876 Strg+M
11877 \family default
11878  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11879  als mathematischer Text behandelt.
11880  Verwendet man 
11881 \series bold
11882
11883 \backslash
11884 boxed
11885 \series default
11886 , wird automatisch im Rahmen eine neue Formel erzeugt.
11887 \end_layout
11888
11889 \begin_layout Standard
11890 Der Befehl 
11891 \series bold
11892
11893 \backslash
11894 fbox
11895 \series default
11896  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11897  wird dann immer in Textzeilengröße gesetzt.
11898  Im Gegensatz dazu ist 
11899 \series bold
11900
11901 \backslash
11902 boxed
11903 \series default
11904  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11905  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11906 \end_layout
11907
11908 \begin_layout Standard
11909 Als Erweiterung zu 
11910 \series bold
11911
11912 \backslash
11913 fbox
11914 \series default
11915  gibt es den Befehl 
11916 \series bold
11917
11918 \backslash
11919 framebox
11920 \series default
11921
11922 \begin_inset Index idx
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Befehle ! F ! 
11927 \backslash
11928 framebox
11929 \end_layout
11930
11931 \end_inset
11932
11933 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11934  kann.
11935  
11936 \series bold
11937
11938 \backslash
11939 framebox
11940 \series default
11941  wird nach folgendem Schema verwendet:
11942 \end_layout
11943
11944 \begin_layout Standard
11945
11946 \series bold
11947
11948 \backslash
11949 framebox[Rahmenbreite][Position]{Boxinhalt}
11950 \end_layout
11951
11952 \begin_layout Standard
11953 Die Position kann entweder 
11954 \emph on
11955 l
11956 \emph default
11957  oder 
11958 \emph on
11959 r
11960 \emph default
11961  sein.
11962  
11963 \emph on
11964 l
11965 \emph default
11966  bewirkt linksbündige, 
11967 \emph on
11968 r
11969 \emph default
11970  rechtsbündige Ausrichtung der Formel in der Box.
11971  Gibt man keine Position an, wird die Formel zentriert.
11972 \begin_inset Newline newline
11973 \end_inset
11974
11975 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11976  In diesem Falle wird die Rahmenbreite wie bei 
11977 \series bold
11978
11979 \backslash
11980 fbox
11981 \series default
11982  an den Boxinhalt angepasst.
11983 \end_layout
11984
11985 \begin_layout Standard
11986 Wenn man den Befehl 
11987 \series bold
11988
11989 \backslash
11990 framebox
11991 \series default
11992  eingibt, erscheint eine Box mit drei Eingabefeldern.
11993  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
11994  beiden optionalen Argumente.
11995  In das dritte Feld wird wie bei 
11996 \series bold
11997
11998 \backslash
11999 fbox
12000 \series default
12001  die Formel eingegeben.
12002 \end_layout
12003
12004 \begin_layout Standard
12005 \align center
12006 \begin_inset Tabular
12007 <lyxtabular version="3" rows="5" columns="2">
12008 <features rotate="0" tabularvalignment="middle">
12009 <column alignment="center" valignment="top">
12010 <column alignment="center" valignment="top">
12011 <row>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 Befehl
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 Ergebnis
12026 \begin_inset Note Note
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030
12031 \series bold
12032
12033 \backslash
12034 raisebox
12035 \series default
12036  dient nur als Abstandhalter.
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052
12053 \backslash
12054 fbox
12055 \begin_inset space \textvisiblespace{}
12056 \end_inset
12057
12058
12059 \family sans
12060 Strg+M
12061 \family default
12062  
12063 \backslash
12064 int
12065 \begin_inset space \textvisiblespace{}
12066 \end_inset
12067
12068 A=B
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091
12092 \backslash
12093 boxed
12094 \begin_inset space \textvisiblespace{}
12095 \end_inset
12096
12097
12098 \backslash
12099 int
12100 \begin_inset space \textvisiblespace{}
12101 \end_inset
12102
12103 A=B
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12109 \begin_inset Text
12110
12111 \begin_layout Plain Layout
12112 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 <row>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 A+
12127 \backslash
12128 fbox
12129 \begin_inset space \textvisiblespace{}
12130 \end_inset
12131
12132 B
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12142 \end_inset
12143
12144
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 </row>
12150 <row>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155
12156 \backslash
12157 framebox
12158 \begin_inset space \textvisiblespace{}
12159 \end_inset
12160
12161 20mm
12162 \begin_inset Formula $\to$
12163 \end_inset
12164
12165
12166 \begin_inset Formula $\to$
12167 \end_inset
12168
12169
12170 \family sans
12171 Strg+M
12172 \family default
12173  
12174 \backslash
12175 frac
12176 \begin_inset space \textvisiblespace{}
12177 \end_inset
12178
12179 A
12180 \begin_inset Formula $\downarrow$
12181 \end_inset
12182
12183 B
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 \begin_inset Formula $\raisebox{6mm}{}$
12193 \end_inset
12194
12195
12196 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12197 \end_inset
12198
12199
12200 \begin_inset Formula $\raisebox{-4mm}{}$
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 </lyxtabular>
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 Die Rahmendicke kann ebenfalls eingestellt werden.
12218  Dazu müssen vor der Formel im TeX-Modus die Befehle
12219 \end_layout
12220
12221 \begin_layout Standard
12222
12223 \series bold
12224
12225 \backslash
12226 fboxrule
12227 \series default
12228  
12229 \series bold
12230
12231 \begin_inset Quotes gld
12232 \end_inset
12233
12234 Dicke
12235 \begin_inset Quotes grd
12236 \end_inset
12237
12238
12239 \series default
12240  
12241 \series bold
12242
12243 \backslash
12244 fboxsep
12245 \series default
12246  
12247 \series bold
12248
12249 \begin_inset Quotes gld
12250 \end_inset
12251
12252 Abstand
12253 \begin_inset Quotes grd
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \begin_layout Standard
12260 eingegeben werden.
12261  
12262 \begin_inset Quotes gld
12263 \end_inset
12264
12265 Abstand
12266 \begin_inset Quotes grd
12267 \end_inset
12268
12269  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12270  in der Box fest.
12271  Ein Beispiel dafür ist folgende umrandete Formel:
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277
12278 \backslash
12279 fboxrule 2mm 
12280 \backslash
12281 fboxsep 3mm
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \begin_inset Formula 
12288 \[
12289 \boxed{A+B=C}
12290 \]
12291
12292 \end_inset
12293
12294 Vor dieser Formel wurde im TeX-Modus
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300
12301 \backslash
12302 fboxrule
12303 \series default
12304  
12305 \series bold
12306 2mm
12307 \series default
12308  
12309 \series bold
12310
12311 \backslash
12312 fboxsep
12313 \series default
12314  
12315 \series bold
12316 3mm
12317 \end_layout
12318
12319 \begin_layout Standard
12320 eingegeben.
12321  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12322 \end_layout
12323
12324 \begin_layout Standard
12325 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12326  nächsten Formel im TeX-Modus folgende Befehle ein:
12327 \end_layout
12328
12329 \begin_layout Standard
12330
12331 \series bold
12332
12333 \backslash
12334 fboxrule
12335 \series default
12336  
12337 \series bold
12338 0.4pt
12339 \series default
12340  
12341 \series bold
12342
12343 \backslash
12344 fboxsep
12345 \series default
12346  
12347 \series bold
12348 3pt
12349 \series default
12350
12351 \begin_inset ERT
12352 status collapsed
12353
12354 \begin_layout Plain Layout
12355
12356
12357 \backslash
12358 fboxrule 0.4pt 
12359 \backslash
12360 fboxsep 3pt
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Subsection
12369 Boxen ohne Rahmen
12370 \begin_inset CommandInset label
12371 LatexCommand label
12372 name "sub:Boxen-ohne-Rahmen"
12373
12374 \end_inset
12375
12376
12377 \begin_inset Index idx
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 Boxen ! ohne Rahmen
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12391 \series bold
12392
12393 \backslash
12394 mbox
12395 \series default
12396
12397 \begin_inset Index idx
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 Befehle ! M ! 
12402 \backslash
12403 mbox
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \series bold
12410
12411 \backslash
12412 makebox
12413 \series default
12414
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 Befehle ! M ! 
12420 \backslash
12421 makebox
12422 \end_layout
12423
12424 \end_inset
12425
12426  und
12427 \begin_inset Newline linebreak
12428 \end_inset
12429
12430
12431 \series bold
12432
12433 \backslash
12434 raisebox
12435 \series default
12436
12437 \begin_inset Index idx
12438 status collapsed
12439
12440 \begin_layout Plain Layout
12441 Befehle ! R ! 
12442 \backslash
12443 raisebox
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Mit 
12453 \series bold
12454
12455 \backslash
12456 raisebox
12457 \series default
12458  kann man eine Box hoch- oder tiefstellen.
12459  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12460 n die Schriftgröße bei.
12461  
12462 \series bold
12463
12464 \backslash
12465 raisebox
12466 \series default
12467  wird dabei mit folgendem Schema benutzt:
12468 \end_layout
12469
12470 \begin_layout Standard
12471
12472 \series bold
12473
12474 \backslash
12475 raisebox{Höhe}{Boxinhalt}
12476 \end_layout
12477
12478 \begin_layout Standard
12479 Soll in der Box eine Formel stehen, muss man wie bei 
12480 \series bold
12481
12482 \backslash
12483 fbox
12484 \series default
12485  eine weitere Formel erstellen.
12486  
12487 \begin_inset Note Greyedout
12488 status open
12489
12490 \begin_layout Plain Layout
12491
12492 \series bold
12493 Achtung:
12494 \series default
12495  Für 
12496 \series bold
12497
12498 \backslash
12499 raisebox
12500 \series default
12501  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12502  
12503 \family sans
12504 Strg+M
12505 \family default
12506  erstellt, denn LyX unterstützt 
12507 \series bold
12508
12509 \backslash
12510 raisebox
12511 \series default
12512  noch nicht direkt.
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 \align center
12522 \begin_inset Tabular
12523 <lyxtabular version="3" rows="4" columns="2">
12524 <features rotate="0" tabularvalignment="middle">
12525 <column alignment="center" valignment="top">
12526 <column alignment="center" valignment="top">
12527 <row>
12528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Befehl
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 Ergebnis
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 H
12553 \backslash
12554 raisebox{2mm
12555 \begin_inset Formula $\to$
12556 \end_inset
12557
12558
12559 \backslash
12560 {al
12561 \begin_inset Formula $\to$
12562 \end_inset
12563
12564  lo
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 H
12588 \backslash
12589 raisebox{-2mm
12590 \begin_inset Formula $\to$
12591 \end_inset
12592
12593
12594 \backslash
12595 {al
12596 \begin_inset Formula $\to$
12597 \end_inset
12598
12599 lo
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 A=
12623 \backslash
12624 raisebox{-2mm
12625 \begin_inset Formula $\to$
12626 \end_inset
12627
12628
12629 \backslash
12630 {
12631 \family sans
12632 Strg+M Strg+M
12633 \family default
12634  
12635 \backslash
12636 sqrt
12637 \begin_inset space \textvisiblespace{}
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 </lyxtabular>
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Standard
12666 Der Befehl 
12667 \series bold
12668
12669 \backslash
12670 mbox
12671 \series default
12672  ist äquivalent zu 
12673 \series bold
12674
12675 \backslash
12676 fbox
12677 \series default
12678  und 
12679 \series bold
12680
12681 \backslash
12682 makebox
12683 \series default
12684  ist äquivalent zu 
12685 \series bold
12686
12687 \backslash
12688 framebox
12689 \series default
12690 , nur dass es keinen Rahmen gibt.
12691 \end_layout
12692
12693 \begin_layout Subsection
12694 Farbige Boxen
12695 \begin_inset CommandInset label
12696 LatexCommand label
12697 name "sub:Farbige-Boxen"
12698
12699 \end_inset
12700
12701
12702 \begin_inset Index idx
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706 Boxen ! farbige
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12716  im LaTeX-Vorspann das LaTeX-Paket 
12717 \series bold
12718 color
12719 \series default
12720
12721 \begin_inset Foot
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725 Das Paket 
12726 \series bold
12727 color
12728 \series default
12729  ist Teil jeder LaTeX-Standardinstallation.
12730 \end_layout
12731
12732 \end_inset
12733
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Pakete ! color
12740 \end_layout
12741
12742 \end_inset
12743
12744  mit der Zeile
12745 \end_layout
12746
12747 \begin_layout Standard
12748
12749 \series bold
12750
12751 \backslash
12752 usepackage{color}
12753 \end_layout
12754
12755 \begin_layout Standard
12756 geladen werden
12757 \begin_inset Foot
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12762  LyX das LaTeX-Paket 
12763 \series bold
12764 color
12765 \series default
12766  automatisch.
12767  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12768  keine Probleme hervorruft.
12769 \end_layout
12770
12771 \end_inset
12772
12773
12774 \begin_inset Note Note
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12779  ein Makro eingefügt.
12780 \end_layout
12781
12782 \end_inset
12783
12784 .
12785 \end_layout
12786
12787 \begin_layout Standard
12788 \begin_inset VSpace medskip
12789 \end_inset
12790
12791 Um Boxen einzufärben, verwendet man den Befehl 
12792 \series bold
12793
12794 \backslash
12795 colorbox
12796 \series default
12797
12798 \begin_inset Index idx
12799 status collapsed
12800
12801 \begin_layout Plain Layout
12802 Befehle ! C ! 
12803 \backslash
12804 colorbox
12805 \end_layout
12806
12807 \end_inset
12808
12809  nach folgendem Schema:
12810 \end_layout
12811
12812 \begin_layout Standard
12813
12814 \series bold
12815
12816 \backslash
12817 colorbox{Farbe}{Boxinhalt}
12818 \end_layout
12819
12820 \begin_layout Standard
12821 Der Boxinhalt kann auch wieder eine Box sein und eine 
12822 \series bold
12823
12824 \backslash
12825 colorbox
12826 \series default
12827  kann auch ein Teil einer anderen Box sein (siehe 2.
12828  und 3.
12829  Beispiel).
12830  Soll in der Box eine Formel stehen, muss wie bei 
12831 \series bold
12832
12833 \backslash
12834 raisebox
12835 \series default
12836  eine weitere Formel erstellt werden.
12837 \begin_inset Foot
12838 status collapsed
12839
12840 \begin_layout Plain Layout
12841 Das gilt auch für den Befehl 
12842 \series bold
12843
12844 \backslash
12845 fcolorbox
12846 \series default
12847 .
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 Aus folgenden vordefinierten Farben kann gewählt werden:
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862 black
12863 \series default
12864
12865 \series bold
12866 blue
12867 \series default
12868
12869 \series bold
12870 cyan
12871 \series default
12872
12873 \series bold
12874 green
12875 \series default
12876
12877 \series bold
12878 magenta
12879 \series default
12880
12881 \series bold
12882 red
12883 \series default
12884
12885 \series bold
12886 white
12887 \series default
12888  und 
12889 \series bold
12890 yellow
12891 \end_layout
12892
12893 \begin_layout Standard
12894 \align center
12895 \begin_inset Tabular
12896 <lyxtabular version="3" rows="4" columns="2">
12897 <features rotate="0" tabularvalignment="middle">
12898 <column alignment="center" valignment="top">
12899 <column alignment="center" valignment="top">
12900 <row>
12901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 Befehl
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 Ergebnis
12915 \begin_inset Note Note
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919
12920 \series bold
12921
12922 \backslash
12923 raisebox
12924 \series default
12925  dient nur als Abstandhalter.
12926 \end_layout
12927
12928 \end_inset
12929
12930
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 </row>
12936 <row>
12937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941
12942 \backslash
12943 colorbox{yellow
12944 \begin_inset Formula $\to$
12945 \end_inset
12946
12947
12948 \backslash
12949 {A=B
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 <row>
12968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \backslash
12974 colorbox{green
12975 \begin_inset Formula $\to$
12976 \end_inset
12977
12978
12979 \backslash
12980 {
12981 \backslash
12982 fbox
12983 \begin_inset space \textvisiblespace{}
12984 \end_inset
12985
12986 A=B
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12996 \end_inset
12997
12998
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 <row>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \backslash
13011 fbox
13012 \begin_inset space \textvisiblespace{}
13013 \end_inset
13014
13015
13016 \backslash
13017 colorbox{green
13018 \begin_inset Formula $\to$
13019 \end_inset
13020
13021
13022 \backslash
13023 {
13024 \family sans
13025 Strg+M Strg+M
13026 \family default
13027  
13028 \backslash
13029 int
13030 \begin_inset space \textvisiblespace{}
13031 \end_inset
13032
13033 C=D
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 </row>
13051 </lyxtabular>
13052
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \begin_layout Standard
13059
13060 \series bold
13061
13062 \backslash
13063 colorbox
13064 \series default
13065  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13066  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13067  
13068 \family sans
13069 Textstil
13070 \family default
13071  die gewünschte Farbe aus.
13072  Der Dialog kann mit dem Werkzeugleistenknopf 
13073 \begin_inset Info
13074 type  "icon"
13075 arg   "dialog-show character"
13076 \end_inset
13077
13078  oder dem Menü 
13079 \family sans
13080 Bearbeiten\SpecialChar \menuseparator
13081 Textstil\SpecialChar \menuseparator
13082 Benutzerdefiniert
13083 \family default
13084  aufgerufen werden.
13085  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13086  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13087  innerhalb der Formel die Farbe geändert werden.
13088 \end_layout
13089
13090 \begin_layout Standard
13091 Ein Beispiel:
13092 \end_layout
13093
13094 \begin_layout Standard
13095
13096 \color red
13097 \begin_inset Formula 
13098 \begin{equation}
13099 \int A=B\label{eq:rot}
13100 \end{equation}
13101
13102 \end_inset
13103
13104
13105 \color green
13106
13107 \begin_inset Formula 
13108 \begin{equation}
13109 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13110 \end{equation}
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Formel 
13119 \begin_inset CommandInset ref
13120 LatexCommand eqref
13121 reference "eq:rot"
13122
13123 \end_inset
13124
13125  ist komplett rot gefärbt.
13126 \begin_inset Newline newline
13127 \end_inset
13128
13129 Formel 
13130 \begin_inset CommandInset ref
13131 LatexCommand eqref
13132 reference "eq:rotgruen"
13133
13134 \end_inset
13135
13136  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13137  Anschließend wurden die Formelzeichen rot gefärbt.
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset VSpace bigskip
13142 \end_inset
13143
13144 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13145  den Befehl 
13146 \series bold
13147
13148 \backslash
13149 fcolorbox
13150 \series default
13151
13152 \begin_inset Index idx
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156 Befehle ! F ! 
13157 \backslash
13158 fcolorbox
13159 \end_layout
13160
13161 \end_inset
13162
13163  nach folgendem Schema:
13164 \end_layout
13165
13166 \begin_layout Standard
13167
13168 \series bold
13169
13170 \backslash
13171 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 fcolorbox
13180 \series default
13181  stellt also eine Erweiterung des Befehls 
13182 \series bold
13183
13184 \backslash
13185 colorbox
13186 \series default
13187  dar.
13188  Die Rahmenbreite wird, wie bei 
13189 \series bold
13190
13191 \backslash
13192 framebox
13193 \series default
13194 , mit 
13195 \series bold
13196
13197 \backslash
13198 fboxrule
13199 \series default
13200  und 
13201 \series bold
13202
13203 \backslash
13204 fboxsep
13205 \series default
13206  festgelegt.
13207  Ein Beispiel:
13208 \begin_inset ERT
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212
13213
13214 \backslash
13215 fboxrule 1mm 
13216 \backslash
13217 fboxsep 1mm
13218 \end_layout
13219
13220 \end_inset
13221
13222
13223 \begin_inset Formula 
13224 \[
13225 \fcolorbox{cyan}{magenta}{A=B}
13226 \]
13227
13228 \end_inset
13229
13230
13231 \begin_inset ERT
13232 status collapsed
13233
13234 \begin_layout Plain Layout
13235
13236
13237 \backslash
13238 fboxrule 0.4pt 
13239 \backslash
13240 fboxsep 3pt
13241 \end_layout
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249 Diese Formel wurde mit folgendem Befehl erstellt:
13250 \begin_inset Newline newline
13251 \end_inset
13252
13253
13254 \series bold
13255
13256 \backslash
13257 fcolorbox{cyan
13258 \begin_inset Formula $\to$
13259 \end_inset
13260
13261
13262 \backslash
13263 {magenta
13264 \begin_inset Formula $\to$
13265 \end_inset
13266
13267
13268 \backslash
13269 {A=B
13270 \end_layout
13271
13272 \begin_layout Standard
13273 \begin_inset VSpace bigskip
13274 \end_inset
13275
13276 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13277  selbst definieren.
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Man kann z.
13282 \begin_inset space \thinspace{}
13283 \end_inset
13284
13285 B.
13286  mit folgender LaTeX-Vorspannzeile die Farbe 
13287 \begin_inset Quotes gld
13288 \end_inset
13289
13290
13291 \series bold
13292 dunkelgruen
13293 \series default
13294
13295 \begin_inset Quotes grd
13296 \end_inset
13297
13298
13299 \begin_inset Foot
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303 In Befehlen darf kein Umlaut stehen, siehe 
13304 \begin_inset CommandInset ref
13305 LatexCommand ref
13306 reference "sec:Benutzerdefinierte-Befehle"
13307
13308 \end_inset
13309
13310 .
13311 \end_layout
13312
13313 \end_inset
13314
13315  definieren:
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321
13322 \backslash
13323 definecolor{dunkelgruen}{cmyk}{0.5,
13324 \series default
13325  
13326 \series bold
13327 0,
13328 \series default
13329  
13330 \series bold
13331 1,
13332 \series default
13333  
13334 \series bold
13335 0.5}
13336 \series default
13337
13338 \begin_inset Index idx
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342 Befehle ! D ! 
13343 \backslash
13344 definecolor
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353
13354 \series bold
13355 cmyk
13356 \series default
13357  ist der Farbraum und steht für die Farben 
13358 \series bold
13359 cyan
13360 \series default
13361
13362 \series bold
13363 magenta
13364 \series default
13365
13366 \series bold
13367 yellow
13368 \series default
13369  und 
13370 \series bold
13371 black
13372 \series default
13373 .
13374  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13375  Für den Anteil kann man Werte im Bereich 0
13376 \begin_inset space \thinspace{}
13377 \end_inset
13378
13379 -
13380 \begin_inset space \thinspace{}
13381 \end_inset
13382
13383 1 angeben.
13384  Anstelle von 
13385 \series bold
13386 cmyk
13387 \series default
13388  kann man zur Definition auch den Farbraum 
13389 \series bold
13390 rgb
13391 \series default
13392  verwenden.
13393  
13394 \series bold
13395 rgb
13396 \series default
13397  steht für 
13398 \series bold
13399 red
13400 \series default
13401
13402 \series bold
13403 green
13404 \series default
13405  und 
13406 \series bold
13407 blue
13408 \series default
13409 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13410  Des Weiteren gibt es noch den Farbraum 
13411 \series bold
13412 gray
13413 \series default
13414 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13415 \end_layout
13416
13417 \begin_layout Standard
13418 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13419 \series bold
13420 darkgreen
13421 \series default
13422 , bei der die Zeichenfarbe 
13423 \series bold
13424 yellow
13425 \series default
13426  gewählt wurde:
13427 \begin_inset Formula 
13428 \begin{equation}
13429 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13430 \end{equation}
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Selbst definierte Farben können mit dem Befehl 
13439 \series bold
13440
13441 \backslash
13442 textcolor
13443 \series default
13444  auch für Text
13445 \begin_inset Index idx
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Text ! farbiger
13450 \end_layout
13451
13452 \end_inset
13453
13454  verwendet werden:
13455 \end_layout
13456
13457 \begin_layout Standard
13458 \begin_inset ERT
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462
13463
13464 \backslash
13465 textcolor{dunkelgruen}{
13466 \end_layout
13467
13468 \end_inset
13469
13470 Dieser Satz ist 
13471 \begin_inset Quotes gld
13472 \end_inset
13473
13474 dunkelgruen
13475 \begin_inset Quotes grd
13476 \end_inset
13477
13478 .
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484 }
13485 \end_layout
13486
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \series bold
13495
13496 \backslash
13497 textcolor
13498 \series default
13499
13500 \begin_inset Index idx
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504 Befehle ! T ! 
13505 \backslash
13506 textcolor
13507 \end_layout
13508
13509 \end_inset
13510
13511  wird nach dem Schema 
13512 \series bold
13513
13514 \backslash
13515 textcolor{Farbe}{zu
13516 \series default
13517  
13518 \series bold
13519 färbende
13520 \series default
13521  
13522 \series bold
13523 Zeichen}
13524 \series default
13525  verwendet.
13526 \end_layout
13527
13528 \begin_layout Subsection
13529 Absatzboxen
13530 \begin_inset CommandInset label
13531 LatexCommand label
13532 name "sub:Absatzboxen"
13533
13534 \end_inset
13535
13536
13537 \begin_inset Index idx
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541 Boxen ! Absatz-
13542 \end_layout
13543
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \begin_layout Standard
13550 Mit dem Menü 
13551 \family sans
13552 Einfügen\SpecialChar \menuseparator
13553 Box
13554 \family default
13555  oder dem Werkzeugleistenknopf 
13556 \begin_inset Info
13557 type  "icon"
13558 arg   "box-insert"
13559 \end_inset
13560
13561  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13562  eine so genannte 
13563 \emph on
13564 Parbox
13565 \emph default
13566  (Absatzbox).
13567 \end_layout
13568
13569 \begin_layout Standard
13570 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13571 \end_layout
13572
13573 \begin_layout Standard
13574 \begin_inset VSpace medskip
13575 \end_inset
13576
13577 Dies ist eine Zeile 
13578 \begin_inset Box Boxed
13579 position "c"
13580 hor_pos "c"
13581 has_inner_box 1
13582 inner_pos "t"
13583 use_parbox 1
13584 use_makebox 0
13585 width "5cm"
13586 special "none"
13587 height "1in"
13588 height_special "totalheight"
13589 status open
13590
13591 \begin_layout Plain Layout
13592 Dies ist die Absatzbox.
13593  Sie ist genau 5
13594 \begin_inset space \thinspace{}
13595 \end_inset
13596
13597 cm lang und kann auch Formeln enthalten: 
13598 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13599 \end_inset
13600
13601
13602 \end_layout
13603
13604 \end_inset
13605
13606  mit einer Absatzbox.
13607 \begin_inset VSpace medskip
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \begin_layout Standard
13614 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13615  graue Box mit dem Namen 
13616 \begin_inset Quotes gld
13617 \end_inset
13618
13619 Box(Gerahmt)
13620 \begin_inset Quotes grd
13621 \end_inset
13622
13623  klickt.
13624  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13625  In diesem Fall: 
13626 \emph on
13627 Verzierung
13628 \emph default
13629 : Rechteckige Box, 
13630 \emph on
13631 Innere Box
13632 \emph default
13633 : Parbox, 
13634 \emph on
13635 Breite
13636 \emph default
13637 : 5
13638 \begin_inset space \thinspace{}
13639 \end_inset
13640
13641 cm, 
13642 \emph on
13643 Vertikale Box Ausrichtung
13644 \emph default
13645 : Mitte
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset VSpace medskip
13650 \end_inset
13651
13652 In LaTeX wird eine Absatzbox mit dem Befehl 
13653 \series bold
13654
13655 \backslash
13656 parbox
13657 \series default
13658
13659 \begin_inset Index idx
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663 Befehle ! P ! 
13664 \backslash
13665 parbox
13666 \end_layout
13667
13668 \end_inset
13669
13670  erstellt, welcher folgendes Schema besitzt:
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 parbox[Position]{Breite}{Boxinhalt}
13679 \end_layout
13680
13681 \begin_layout Standard
13682 Die Positionen 
13683 \emph on
13684 b
13685 \emph default
13686  und 
13687 \emph on
13688 t
13689 \emph default
13690  sind möglich.
13691  
13692 \emph on
13693 b
13694 \emph default
13695  steht für 
13696 \begin_inset Quotes gld
13697 \end_inset
13698
13699 bottom
13700 \begin_inset Quotes grd
13701 \end_inset
13702
13703  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13704  eingepasst wird.
13705  Bei 
13706 \emph on
13707 t
13708 \emph default
13709  wie 
13710 \begin_inset Quotes gld
13711 \end_inset
13712
13713 top
13714 \begin_inset Quotes grd
13715 \end_inset
13716
13717  (oben) geschieht dies für die erste Zeile.
13718  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13719  siehe das Kapitel 
13720 \emph on
13721 Boxen
13722 \emph default
13723  des Handbuchs
13724 \emph on
13725  Eingebettete
13726 \begin_inset space ~
13727 \end_inset
13728
13729 Objekte
13730 \emph default
13731  für Beispiele.
13732 \end_layout
13733
13734 \begin_layout Standard
13735 \begin_inset VSpace bigskip
13736 \end_inset
13737
13738 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13739  in eine Absatzbox setzen.
13740  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13741 \series bold
13742
13743 \backslash
13744 fbox{
13745 \backslash
13746 parbox{
13747 \backslash
13748 linewidth-2
13749 \backslash
13750 fboxsep-2
13751 \backslash
13752 fboxrule}{
13753 \series default
13754 .
13755  Hierbei steht 
13756 \series bold
13757
13758 \backslash
13759 linewidth
13760 \series default
13761
13762 \begin_inset Index idx
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766 Befehle ! L ! 
13767 \backslash
13768 linewidth
13769 \end_layout
13770
13771 \end_inset
13772
13773  für die im Dokument eingestellte Zeilenbreite.
13774  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13775 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13776  Da dies LyX aufgrund eines Fehlers
13777 \begin_inset Foot
13778 status collapsed
13779
13780 \begin_layout Plain Layout
13781 \begin_inset CommandInset href
13782 LatexCommand href
13783 name "LyX-Fehler #4483"
13784 target "http://www.lyx.org/trac/ticket/4483"
13785
13786 \end_inset
13787
13788
13789 \end_layout
13790
13791 \end_inset
13792
13793  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13794  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13795 spann das LaTeX-Paket 
13796 \series bold
13797 calc
13798 \series default
13799
13800 \begin_inset Foot
13801 status collapsed
13802
13803 \begin_layout Plain Layout
13804
13805 \series bold
13806 calc
13807 \series default
13808  ist Teil jeder LaTeX-Standardinstallation.
13809 \end_layout
13810
13811 \end_inset
13812
13813
13814 \begin_inset Index idx
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818 Pakete ! calc
13819 \end_layout
13820
13821 \end_inset
13822
13823  mit der Zeile
13824 \end_layout
13825
13826 \begin_layout Standard
13827
13828 \series bold
13829
13830 \backslash
13831 usepackage{calc}
13832 \end_layout
13833
13834 \begin_layout Standard
13835 geladen werden.
13836  Nach der Formel werden beide Boxen geschlossen, indem man 
13837 \series bold
13838 }}
13839 \series default
13840  im TeX-Modus eingibt.
13841  Dazu ein Beispiel:
13842 \begin_inset ERT
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846
13847
13848 \backslash
13849 fboxsep 5mm 
13850 \backslash
13851 fboxrule 5mm
13852 \end_layout
13853
13854 \end_inset
13855
13856
13857 \end_layout
13858
13859 \begin_layout Standard
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865
13866 \backslash
13867 fbox{
13868 \backslash
13869 parbox{
13870 \backslash
13871 linewidth-2
13872 \backslash
13873 fboxsep-2
13874 \backslash
13875 fboxrule}{
13876 \end_layout
13877
13878 \end_inset
13879
13880
13881 \begin_inset Formula 
13882 \begin{equation}
13883 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13884 \end{equation}
13885
13886 \end_inset
13887
13888
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894 }}
13895 \end_layout
13896
13897 \end_inset
13898
13899
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905
13906 \backslash
13907 fboxrule 0.4pt 
13908 \backslash
13909 fboxsep 3pt
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Standard
13918 \begin_inset VSpace medskip
13919 \end_inset
13920
13921 Da im Argument von 
13922 \series bold
13923
13924 \backslash
13925 fbox
13926 \series default
13927  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13928  keinen Unterschied zwischen 
13929 \series bold
13930
13931 \backslash
13932 fbox
13933 \series default
13934  und 
13935 \series bold
13936
13937 \backslash
13938 boxed
13939 \series default
13940 .
13941 \end_layout
13942
13943 \begin_layout Standard
13944 \begin_inset VSpace bigskip
13945 \end_inset
13946
13947 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13948  Dazu verwendet man 
13949 \series bold
13950
13951 \backslash
13952 parbox
13953 \series default
13954  in Verbindung mit dem Befehl 
13955 \series bold
13956
13957 \backslash
13958 tag
13959 \series default
13960 .
13961  (mehr zu 
13962 \series bold
13963
13964 \backslash
13965 tag
13966 \series default
13967  siehe 
13968 \begin_inset CommandInset ref
13969 LatexCommand ref
13970 reference "sub:Benutzerdefinierte-Nummerierung"
13971
13972 \end_inset
13973
13974 )
13975 \end_layout
13976
13977 \begin_layout Standard
13978 Ein Beispiel einer mit Hilfe von 
13979 \series bold
13980
13981 \backslash
13982 parbox
13983 \series default
13984  kommentierten Formel:
13985 \end_layout
13986
13987 \begin_layout Standard
13988 \begin_inset ERT
13989 status collapsed
13990
13991 \begin_layout Plain Layout
13992
13993
13994 \backslash
13995 [5x-7b=3b
13996 \backslash
13997 tag*{
13998 \backslash
13999 parbox{5cm}{
14000 \end_layout
14001
14002 \end_inset
14003
14004 Dies ist eine Beschreibung.
14005  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 }}
14012 \backslash
14013 ]
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14023  Befehl 
14024 \series bold
14025
14026 \backslash
14027 parbox
14028 \series default
14029  in Formeln noch nicht unterstützt.
14030  Die Formel wird mit folgender Befehlssequenz erstellt:
14031 \end_layout
14032
14033 \begin_layout Standard
14034 Der Befehl 
14035 \series bold
14036
14037 \backslash
14038 [5x-7b=3b
14039 \backslash
14040 tag*
14041 \backslash
14042 {
14043 \backslash
14044 parbox{5cm}{
14045 \series default
14046  wird im TeX-Modus eingegeben.
14047 \begin_inset Foot
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051 Ist der Formelstil 
14052 \series bold
14053 Eingerückt
14054 \series default
14055  aktiviert, kann 
14056 \series bold
14057
14058 \backslash
14059 tag*
14060 \backslash
14061 {
14062 \series default
14063  auch durch 
14064 \series bold
14065
14066 \backslash
14067 hfill
14068 \series default
14069  ersetzt werden.
14070  (Formelstile siehe 
14071 \begin_inset CommandInset ref
14072 LatexCommand ref
14073 reference "sec:Formelstile"
14074
14075 \end_inset
14076
14077 )
14078 \end_layout
14079
14080 \end_inset
14081
14082  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14083 \series bold
14084 }}
14085 \backslash
14086 ]
14087 \series default
14088  im TeX-Modus ein.
14089  Die Befehle 
14090 \series bold
14091
14092 \backslash
14093 [
14094 \series default
14095  und 
14096 \series bold
14097
14098 \backslash
14099 ]
14100 \series default
14101  erstellen hierbei eine abgesetzte Formel.
14102 \end_layout
14103
14104 \begin_layout Standard
14105 Die Vorteile von 
14106 \series bold
14107
14108 \backslash
14109 parbox
14110 \series default
14111  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14112  Textmodus 
14113 \begin_inset Quotes gld
14114 \end_inset
14115
14116 kommentiert
14117 \begin_inset Quotes grd
14118 \end_inset
14119
14120  wurde:
14121 \begin_inset Formula 
14122 \[
14123 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14124 \]
14125
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \begin_layout Standard
14132 \begin_inset Newpage newpage
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \begin_layout Section
14139 Operatoren
14140 \begin_inset Index idx
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144 Operatoren
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \begin_layout Subsection
14153 Große Operatoren
14154 \begin_inset CommandInset label
14155 LatexCommand label
14156 name "sub:Große-Operatoren"
14157
14158 \end_inset
14159
14160
14161 \begin_inset Index idx
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165 Operatoren ! große
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \begin_inset Index idx
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175 Summen
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \begin_inset Index idx
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185 Integrale
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \begin_layout Standard
14194 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14195  sind, muss die Option 
14196 \family sans
14197 esint-Paket automatisch verwenden
14198 \family default
14199  in den Dokumenteinstellungen unter 
14200 \family sans
14201 Mathe-Optionen
14202 \family default
14203  gewählt sein.
14204 \end_layout
14205
14206 \begin_layout Standard
14207 \begin_inset space \hfill{}
14208 \end_inset
14209
14210
14211 \begin_inset Tabular
14212 <lyxtabular version="3" rows="11" columns="2">
14213 <features rotate="0" tabularvalignment="middle">
14214 <column alignment="center" valignment="top" width="0pt">
14215 <column alignment="center" valignment="top" width="0pt">
14216 <row>
14217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 Befehl
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 Ergebnis
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 <row>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241
14242 \backslash
14243 int
14244 \begin_inset Index idx
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248 Befehle ! I ! 
14249 \backslash
14250 int
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 \begin_inset Formula $\int$
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278
14279 \backslash
14280 oint
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 \begin_inset Formula $\oint$
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303
14304 \backslash
14305 ointctrclockwise
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 \begin_inset Formula $\ointctrclockwise$
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 </row>
14323 <row>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328
14329 \backslash
14330 ointclockwise
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 \begin_inset Formula $\ointclockwise$
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 </row>
14348 <row>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353
14354 \backslash
14355 sqint
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 \begin_inset Formula $\sqint$
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 <row>
14374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378
14379 \backslash
14380 fint
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389  
14390 \begin_inset Formula $\fint$
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 </row>
14399 <row>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \backslash
14406 landupint
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415  
14416 \begin_inset Formula $\landupint$
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 </row>
14425 <row>
14426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430
14431 \backslash
14432 landdownint
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441  
14442 \begin_inset Formula $\landdownint$
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456
14457 \backslash
14458 bigcap
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 \begin_inset Formula $\bigcap$
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 </row>
14476 <row>
14477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481
14482 \backslash
14483 bigcup
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492 \begin_inset Formula $\bigcup$
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 </row>
14501 </lyxtabular>
14502
14503 \end_inset
14504
14505
14506 \begin_inset space \hfill{}
14507 \end_inset
14508
14509
14510 \begin_inset Tabular
14511 <lyxtabular version="3" rows="11" columns="2">
14512 <features rotate="0" tabularvalignment="middle">
14513 <column alignment="center" valignment="top" width="0pt">
14514 <column alignment="center" valignment="top" width="0pt">
14515 <row>
14516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 Befehl
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 Ergebnis
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 <row>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \backslash
14542 sum
14543 \begin_inset Index idx
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 Befehle ! S ! 
14548 \backslash
14549 sum
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 \begin_inset Formula $\sum$
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577
14578 \backslash
14579 prod
14580 \begin_inset Index idx
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584 Befehle ! P ! 
14585 \backslash
14586 prod
14587 \end_layout
14588
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 \begin_inset Formula $\prod$
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614
14615 \backslash
14616 coprod
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 \begin_inset Formula $\coprod$
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 </row>
14634 <row>
14635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639
14640 \backslash
14641 bigodot
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 \begin_inset Formula $\bigodot$
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 </row>
14659 <row>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664
14665 \backslash
14666 bigotimes
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset Formula $\bigotimes$
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 </row>
14684 <row>
14685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689
14690 \backslash
14691 bigoplus
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700 \begin_inset Formula $\bigoplus$
14701 \end_inset
14702
14703
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 </row>
14709 <row>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Plain Layout
14714
14715 \backslash
14716 bigwedge
14717 \end_layout
14718
14719 \end_inset
14720 </cell>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725 \begin_inset Formula $\bigwedge$
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 </row>
14734 <row>
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739
14740 \backslash
14741 bigvee
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 \begin_inset Formula $\bigvee$
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 </row>
14759 <row>
14760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764
14765 \backslash
14766 bigsqcup
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775 \begin_inset Formula $\bigsqcup$
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 </row>
14784 <row>
14785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789
14790 \backslash
14791 biguplus
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 \begin_inset Formula $\biguplus$
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 </row>
14809 </lyxtabular>
14810
14811 \end_inset
14812
14813
14814 \begin_inset space \hfill{}
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14822 \begin_inset Info
14823 type  "icon"
14824 arg   "math-insert \\intop"
14825 \end_inset
14826
14827  eingefügt werden.
14828 \end_layout
14829
14830 \begin_layout Standard
14831 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14832  Teil gleich aussehenden binären Operatoren.
14833  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14834  beschrieben.
14835 \end_layout
14836
14837 \begin_layout Standard
14838 Für alle Integrale gibt es Befehle, die auf 
14839 \series bold
14840 op
14841 \series default
14842  enden: 
14843 \series bold
14844
14845 \backslash
14846 intop
14847 \series default
14848
14849 \series bold
14850
14851 \backslash
14852 ointop
14853 \series default
14854  usw..
14855  Diese unterscheiden sich von 
14856 \series bold
14857
14858 \backslash
14859 int
14860 \series default
14861  usw.
14862 \begin_inset space \space{}
14863 \end_inset
14864
14865 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14866 \begin_inset CommandInset ref
14867 LatexCommand ref
14868 reference "sub:Operatorgrenzen"
14869
14870 \end_inset
14871
14872 .
14873  
14874 \end_layout
14875
14876 \begin_layout Subsubsection*
14877 Hinweise zu Integralen
14878 \end_layout
14879
14880 \begin_layout Standard
14881 Der Buchstabe 
14882 \emph on
14883 d
14884 \emph default
14885  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14886  muss.
14887  Dazu markiert man das 
14888 \emph on
14889 d
14890 \emph default
14891  und wandelt es mit der Tastenkombination 
14892 \family sans
14893 Alt+Z
14894 \begin_inset space ~
14895 \end_inset
14896
14897 R
14898 \family default
14899
14900 \begin_inset Foot
14901 status collapsed
14902
14903 \begin_layout Plain Layout
14904 Schriftstile siehe 
14905 \begin_inset CommandInset ref
14906 LatexCommand ref
14907 reference "sub:Schriftstile"
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \end_inset
14915
14916  um.
14917  Anschließend fügt man vor dem 
14918 \emph on
14919 d
14920 \emph default
14921 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14922  Dazu ein Beispiel:
14923 \end_layout
14924
14925 \begin_layout Standard
14926 inkorrekt: 
14927 \begin_inset Formula $\int A(x)dx$
14928 \end_inset
14929
14930
14931 \begin_inset Newline newline
14932 \end_inset
14933
14934
14935 \begin_inset Phantom HPhantom
14936 status open
14937
14938 \begin_layout Plain Layout
14939 in
14940 \end_layout
14941
14942 \end_inset
14943
14944 korrekt: 
14945 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \begin_layout Standard
14952 \begin_inset VSpace medskip
14953 \end_inset
14954
14955 Für Mehrfachintegrale gibt es folgende Befehle:
14956 \begin_inset VSpace medskip
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 \begin_inset space \hfill{}
14964 \end_inset
14965
14966
14967 \begin_inset Tabular
14968 <lyxtabular version="3" rows="4" columns="2">
14969 <features rotate="0" tabularvalignment="middle">
14970 <column alignment="center" valignment="top">
14971 <column alignment="center" valignment="top">
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 Befehl
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 Ergebnis
14987 \begin_inset Note Note
14988 status collapsed
14989
14990 \begin_layout Plain Layout
14991
14992 \series bold
14993
14994 \backslash
14995 raisebox
14996 \series default
14997  dient nur als Abstandhalter.
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \backslash
15015 iint
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \backslash
15040 oiint
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \backslash
15065 sqiint
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 </row>
15083 </lyxtabular>
15084
15085 \end_inset
15086
15087
15088 \begin_inset space \hfill{}
15089 \end_inset
15090
15091
15092 \begin_inset Tabular
15093 <lyxtabular version="3" rows="4" columns="2">
15094 <features rotate="0" tabularvalignment="middle">
15095 <column alignment="center" valignment="top">
15096 <column alignment="center" valignment="top">
15097 <row>
15098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 Befehl
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 Ergebnis
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 iiint
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 iiiint
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \backslash
15174 dotsint
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 </lyxtabular>
15193
15194 \end_inset
15195
15196
15197 \begin_inset space \hfill{}
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Subsection
15204 Operatorgrenzen
15205 \begin_inset CommandInset label
15206 LatexCommand label
15207 name "sub:Operatorgrenzen"
15208
15209 \end_inset
15210
15211
15212 \begin_inset Index idx
15213 status collapsed
15214
15215 \begin_layout Plain Layout
15216 Operatoren ! Grenzen
15217 \end_layout
15218
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \begin_layout Standard
15225 Grenzen werden durch Hoch- bzw.
15226 \begin_inset space \space{}
15227 \end_inset
15228
15229 Tiefstellen erzeugt:
15230 \end_layout
15231
15232 \begin_layout Standard
15233 \align center
15234 \begin_inset Tabular
15235 <lyxtabular version="3" rows="2" columns="2">
15236 <features rotate="0" tabularvalignment="middle">
15237 <column alignment="center" valignment="top" width="0pt">
15238 <column alignment="center" valignment="top" width="0pt">
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 Befehl
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 Ergebnis
15254 \begin_inset Note Note
15255 status collapsed
15256
15257 \begin_layout Plain Layout
15258
15259 \series bold
15260
15261 \backslash
15262 raisebox
15263 \series default
15264  dient nur als Abstandhalter.
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row>
15276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \backslash
15282 prod^
15283 \backslash
15284 infty
15285 \begin_inset space \textvisiblespace{}
15286 \end_inset
15287
15288
15289 \begin_inset Formula $\to$
15290 \end_inset
15291
15292 _0
15293 \begin_inset Formula $\to$
15294 \end_inset
15295
15296 A(x)
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 </lyxtabular>
15315
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \begin_layout Standard
15322 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15323  Operator gesetzt.
15324  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15325  bzw.
15326 \begin_inset space \space{}
15327 \end_inset
15328
15329 unter den Operator gesetzt.
15330 \end_layout
15331
15332 \begin_layout Standard
15333 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15334  man den Cursor direkt hinter den Operator und setzt über das Menü 
15335 \family sans
15336 Bearbeiten\SpecialChar \menuseparator
15337 Mathe\SpecialChar \menuseparator
15338 Art der Operatorgrenzen ändern
15339 \family default
15340  die Grenzen auf 
15341 \series bold
15342 Eingebettet
15343 \series default
15344  (Tastenkombination 
15345 \family sans
15346 Alt+M
15347 \begin_inset space ~
15348 \end_inset
15349
15350 L
15351 \family default
15352 ).
15353  Dazu folgendes Beispiel:
15354 \end_layout
15355
15356 \begin_layout Standard
15357 Die normalen Grenzen sehen so aus:
15358 \begin_inset Formula 
15359 \[
15360 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15361 \]
15362
15363 \end_inset
15364
15365 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15366 \begin_inset Formula 
15367 \[
15368 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15369 \]
15370
15371 \end_inset
15372
15373 Bei Integralen werden mit Ausnahme von denen, die auf 
15374 \series bold
15375 op
15376 \series default
15377  enden (
15378 \series bold
15379
15380 \backslash
15381 intop
15382 \series default
15383
15384 \series bold
15385
15386 \backslash
15387 ointop
15388 \series default
15389  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
15390  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15391  gesetzt.
15392  Im folgenden Beispiel wurde die Grenze deswegen auf 
15393 \series bold
15394 Anzeige
15395 \series default
15396  gesetzt und damit unter die Integrale geschrieben:
15397 \begin_inset Formula 
15398 \begin{equation}
15399 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15400 \end{equation}
15401
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \begin_layout Standard
15408 \begin_inset VSpace medskip
15409 \end_inset
15410
15411 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15412 \series bold
15413
15414 \backslash
15415 subarray
15416 \series default
15417
15418 \begin_inset Index idx
15419 status collapsed
15420
15421 \begin_layout Plain Layout
15422 Befehle ! S ! 
15423 \backslash
15424 subarray
15425 \end_layout
15426
15427 \end_inset
15428
15429  und 
15430 \series bold
15431
15432 \backslash
15433 substack
15434 \series default
15435
15436 \begin_inset Index idx
15437 status collapsed
15438
15439 \begin_layout Plain Layout
15440 Befehle ! S ! 
15441 \backslash
15442 substack
15443 \end_layout
15444
15445 \end_inset
15446
15447 .
15448  Um z.
15449 \begin_inset space \thinspace{}
15450 \end_inset
15451
15452 B.
15453  diesen Ausdruck 
15454 \begin_inset Formula 
15455 \begin{equation}
15456 \sum_{\begin{subarray}{c}
15457 0<k<1000\\
15458 \\
15459 k\,\in\,\mathbb{N}
15460 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15461 \end{equation}
15462
15463 \end_inset
15464
15465 zu erstellen, muss man Folgendes tun:
15466 \begin_inset Newline newline
15467 \end_inset
15468
15469 Zuerst gibt man den Befehl 
15470 \series bold
15471
15472 \backslash
15473 sum
15474 \series default
15475 ^
15476 \series bold
15477 n
15478 \begin_inset space \textvisiblespace{}
15479 \end_inset
15480
15481 _
15482 \series default
15483  ein.
15484  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15485  In dieses gibt man den Befehl 
15486 \series bold
15487
15488 \backslash
15489 subarray
15490 \begin_inset space \textvisiblespace{}
15491 \end_inset
15492
15493
15494 \series default
15495  ein.
15496  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15497  Zeilen untereinander schreiben.
15498  Mit Eingabe des Zeilenumbruchs (
15499 \family sans
15500 Strg+Enter
15501 \family default
15502 ) wird eine neue Zeile erstellt.
15503  Gibt man
15504 \begin_inset Newline newline
15505 \end_inset
15506
15507
15508 \series bold
15509 0<k<1000 Strg+Enter
15510 \begin_inset Newline newline
15511 \end_inset
15512
15513
15514 \series default
15515 ein, erscheint darunter ein Kästchen für die neue Zeile.
15516 \end_layout
15517
15518 \begin_layout Standard
15519 Die Ausrichtung der Zeilen kann mit der 
15520 \family sans
15521 Tabellen-Werkzeugleiste
15522 \family default
15523  oder dem Menü 
15524 \family sans
15525 Bearbeiten\SpecialChar \menuseparator
15526 Zeilen & Spalten
15527 \family default
15528  auf links geändert werden.
15529  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15530 \series bold
15531
15532 \backslash
15533 hfill
15534 \begin_inset space \textvisiblespace{}
15535 \end_inset
15536
15537
15538 \series default
15539  eingegeben.
15540 \end_layout
15541
15542 \begin_layout Standard
15543 Der Befehl 
15544 \series bold
15545
15546 \backslash
15547 substack
15548 \series default
15549  ist äquivalent zu 
15550 \series bold
15551
15552 \backslash
15553 subarray
15554 \series default
15555 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace bigskip
15560 \end_inset
15561
15562 Wie bei Formel 
15563 \begin_inset CommandInset ref
15564 LatexCommand eqref
15565 reference "eq:substack"
15566
15567 \end_inset
15568
15569  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15570  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15571  Um das zu verhindern, kann man den Befehl 
15572 \series bold
15573
15574 \backslash
15575 mathclap
15576 \series default
15577
15578 \begin_inset Index idx
15579 status collapsed
15580
15581 \begin_layout Plain Layout
15582 Befehle ! M ! 
15583 \backslash
15584 mathclap
15585 \end_layout
15586
15587 \end_inset
15588
15589  verwenden, der die Breite seines Inhalts auf 0
15590 \begin_inset space \thinspace{}
15591 \end_inset
15592
15593 pt setzt.
15594 \begin_inset Newline newline
15595 \end_inset
15596
15597 Auf Formel 
15598 \begin_inset CommandInset ref
15599 LatexCommand eqref
15600 reference "eq:substack"
15601
15602 \end_inset
15603
15604  angewandt, gibt man den Befehl
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610
15611 \backslash
15612 sum_
15613 \backslash
15614 mathclap
15615 \backslash
15616 substack
15617 \begin_inset space \textvisiblespace{}
15618 \end_inset
15619
15620 0<k<1000 Strg+Enter
15621 \end_layout
15622
15623 \begin_layout Standard
15624 ein, um die untere Grenze zu erstellen.
15625  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15626 \begin_inset Formula 
15627 \[
15628 \sum_{\mathclap{\substack{0<k<1000\\
15629 \\
15630 k\,\in\,\mathbb{N}
15631 }
15632 }}^{n}k^{-2}
15633 \]
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \begin_layout Standard
15641 \begin_inset VSpace bigskip
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
15649  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
15650 \begin_inset Formula 
15651 \[
15652 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15653 \]
15654
15655 \end_inset
15656
15657 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
15658  unter 
15659 \family sans
15660 Mathe-Optionen
15661 \family default
15662  für das Paket 
15663 \series bold
15664 mathtools
15665 \series default
15666
15667 \begin_inset Index idx
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671 Pakete ! mathtools
15672 \end_layout
15673
15674 \end_inset
15675
15676  die Option 
15677 \family sans
15678 Immer
15679 \begin_inset space ~
15680 \end_inset
15681
15682 laden
15683 \family default
15684  ein.
15685  Nun fügt man direkt vor den ersten Operator denn Befehl 
15686 \series bold
15687
15688 \backslash
15689 adjustlimits
15690 \series default
15691
15692 \begin_inset Index idx
15693 status collapsed
15694
15695 \begin_layout Plain Layout
15696 Befehle ! A ! 
15697 \backslash
15698 adjustlimits
15699 \end_layout
15700
15701 \end_inset
15702
15703  ein.
15704  Das Beispiel schaut dann so aus:
15705 \begin_inset Formula 
15706 \[
15707 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15708 \]
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716 \begin_inset VSpace bigskip
15717 \end_inset
15718
15719 In 
15720 \begin_inset CommandInset ref
15721 LatexCommand ref
15722 reference "sub:Selbstdefinierte-Operatoren"
15723
15724 \end_inset
15725
15726  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15727 \end_layout
15728
15729 \begin_layout Subsection
15730 Dekoration für Operatoren
15731 \begin_inset Index idx
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735 Operatoren ! Dekoration
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Zum Dekorieren von Operatoren gibt es die Befehle 
15745 \series bold
15746
15747 \backslash
15748 overset
15749 \series default
15750
15751 \begin_inset Index idx
15752 status collapsed
15753
15754 \begin_layout Plain Layout
15755 Befehle ! O ! 
15756 \backslash
15757 overset
15758 \end_layout
15759
15760 \end_inset
15761
15762  und 
15763 \series bold
15764
15765 \backslash
15766 underset
15767 \series default
15768
15769 \begin_inset Index idx
15770 status collapsed
15771
15772 \begin_layout Plain Layout
15773 Befehle ! U ! 
15774 \backslash
15775 underset
15776 \end_layout
15777
15778 \end_inset
15779
15780 , mit denen man Zeichen über bzw.
15781 \begin_inset space \space{}
15782 \end_inset
15783
15784 unter einen Operator setzen kann.
15785  Mit dem Befehl 
15786 \series bold
15787
15788 \backslash
15789 sideset
15790 \series default
15791
15792 \begin_inset Index idx
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 Befehle ! S ! 
15797 \backslash
15798 sideset
15799 \end_layout
15800
15801 \end_inset
15802
15803  können Zeichen vor und nach einen großen Operator gesetzt werden.
15804 \end_layout
15805
15806 \begin_layout Standard
15807 Es gibt 4
15808 \begin_inset space ~
15809 \end_inset
15810
15811 Varianten von 
15812 \series bold
15813
15814 \backslash
15815 sideset
15816 \series default
15817 :
15818 \end_layout
15819
15820 \begin_layout Itemize
15821
15822 \series bold
15823
15824 \backslash
15825 sideset
15826 \series default
15827  zum Setzen von Zeichen an die Ecken des Operators
15828 \end_layout
15829
15830 \begin_layout Itemize
15831
15832 \series bold
15833
15834 \backslash
15835 sidesetn
15836 \series default
15837  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
15838 t LaTeXs originalem 
15839 \series bold
15840
15841 \backslash
15842 sideset
15843 \series default
15844  Befehl)
15845 \end_layout
15846
15847 \begin_layout Itemize
15848
15849 \series bold
15850
15851 \backslash
15852 sidesetl
15853 \series default
15854  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
15855 \end_layout
15856
15857 \begin_layout Itemize
15858
15859 \series bold
15860
15861 \backslash
15862 sidesetr
15863 \series default
15864  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
15865 \end_layout
15866
15867 \begin_layout Standard
15868 Z.
15869 \begin_inset space \thinspace{}
15870 \end_inset
15871
15872 B.
15873  ergibt der Befehl 
15874 \series bold
15875
15876 \backslash
15877 sidesetn
15878 \begin_inset space \textvisiblespace{}
15879 \end_inset
15880
15881
15882 \backslash
15883 sum
15884 \begin_inset space \textvisiblespace{}
15885 \end_inset
15886
15887
15888 \begin_inset Formula $\to$
15889 \end_inset
15890
15891 '
15892 \begin_inset Formula $\to$
15893 \end_inset
15894
15895 _k=1
15896 \begin_inset space \textvisiblespace{}
15897 \end_inset
15898
15899
15900 \series default
15901 ^
15902 \series bold
15903 n
15904 \series default
15905  :
15906 \begin_inset Formula 
15907 \[
15908 \sideset{}{'}\sum_{k=1}^{n}
15909 \]
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 \begin_inset Note Greyedout
15918 status open
15919
15920 \begin_layout Plain Layout
15921
15922 \series bold
15923 Achtung: 
15924 \backslash
15925 sideset
15926 \series default
15927  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15928  Operatoren sind nicht erlaubt.
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \begin_layout Standard
15937 Mit 
15938 \series bold
15939
15940 \backslash
15941 overset
15942 \series default
15943  bzw.
15944 \begin_inset space \space{}
15945 \end_inset
15946
15947
15948 \series bold
15949
15950 \backslash
15951 underset
15952 \series default
15953  kann man auch Symbole und Zeichen dekorieren.
15954  Beispielsweise ergibt der Befehl 
15955 \series bold
15956
15957 \backslash
15958 overset
15959 \begin_inset space \textvisiblespace{}
15960 \end_inset
15961
15962
15963 \backslash
15964 maltese
15965 \begin_inset space \textvisiblespace{}
15966 \end_inset
15967
15968
15969 \series default
15970
15971 \begin_inset Formula $\uparrow$
15972 \end_inset
15973
15974
15975 \series bold
15976 a
15977 \series default
15978  :
15979 \begin_inset Formula 
15980 \[
15981 \overset{a}{\maltese}
15982 \]
15983
15984 \end_inset
15985
15986
15987 \end_layout
15988
15989 \begin_layout Subsection
15990 Binäre Operatoren
15991 \begin_inset CommandInset label
15992 LatexCommand label
15993 name "sub:Binäre-Operatoren"
15994
15995 \end_inset
15996
15997
15998 \begin_inset Index idx
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 Operatoren ! binäre
16003 \end_layout
16004
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \begin_layout Standard
16011 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16012  ein Zeichen befindet.
16013 \begin_inset VSpace medskip
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \begin_layout Standard
16020 \begin_inset space \hfill{}
16021 \end_inset
16022
16023
16024 \begin_inset Tabular
16025 <lyxtabular version="3" rows="13" columns="2">
16026 <features rotate="0" tabularvalignment="middle">
16027 <column alignment="center" valignment="top" width="0pt">
16028 <column alignment="center" valignment="top" width="0pt">
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 Befehl
16035 \begin_inset Note Note
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039
16040 \series bold
16041
16042 \backslash
16043 raisebox
16044 \series default
16045  dient nur als Abstandhalter.
16046 \end_layout
16047
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 Ergebnis
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 <row>
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 +
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Formula $+$
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 -
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 \begin_inset Formula $-$
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116
16117 \backslash
16118 pm
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 \begin_inset Formula $\pm$
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141
16142 \backslash
16143 mp
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 \begin_inset Formula $\mp$
16153 \end_inset
16154
16155
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 </row>
16161 <row>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166
16167 \backslash
16168 cdot
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 \begin_inset Formula $\cdot$
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 </row>
16186 <row>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191
16192 \backslash
16193 times
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $\times$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216
16217 \backslash
16218 div
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 \begin_inset Formula $\div$
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 \begin_inset ERT
16242 status collapsed
16243
16244 \begin_layout Plain Layout
16245
16246
16247 \backslash
16248 raisebox{-1.2mm}{
16249 \end_layout
16250
16251 \end_inset
16252
16253 *
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259 }
16260 \end_layout
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273 \begin_inset Formula $*$
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \backslash
16289 star
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Formula $\star$
16299 \end_inset
16300
16301
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312
16313 \backslash
16314 circ
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 \begin_inset Formula $\circ$
16324 \end_inset
16325
16326
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 </row>
16332 <row>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337
16338 \backslash
16339 diamond
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 \begin_inset Formula $\diamond$
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 </row>
16357 <row>
16358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362
16363 \backslash
16364 bullet
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 \begin_inset Formula $\bullet$
16374 \end_inset
16375
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 </lyxtabular>
16383
16384 \end_inset
16385
16386
16387 \begin_inset space \hfill{}
16388 \end_inset
16389
16390
16391 \begin_inset Tabular
16392 <lyxtabular version="3" rows="13" columns="2">
16393 <features rotate="0" tabularvalignment="middle">
16394 <column alignment="center" valignment="top" width="0pt">
16395 <column alignment="center" valignment="top" width="0pt">
16396 <row>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 Befehl
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 Ergebnis
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \backslash
16423 nabla
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 \begin_inset Formula $\nabla$
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \backslash
16448 bigtriangledown
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 \begin_inset Formula $\bigtriangledown$
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471
16472 \backslash
16473 bigtriangleup
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 \begin_inset Formula $\bigtriangleup$
16483 \end_inset
16484
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496
16497 \backslash
16498 Box
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Formula $\Box$
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521
16522 \backslash
16523 cap 
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 \begin_inset Formula $\cap$
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \end_inset
16539 </cell>
16540 </row>
16541 <row>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \backslash
16548 cup
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 \begin_inset Formula $\cup$
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 </row>
16566 <row>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571
16572 \backslash
16573 dagger
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 \begin_inset Formula $\dagger$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 <row>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \backslash
16598 ddagger
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 \begin_inset Formula $\ddagger$
16608 \end_inset
16609
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621
16622 \backslash
16623 wr
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 \begin_inset Formula $\wr$
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646
16647 \backslash
16648 bigcirc
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 \begin_inset Formula $\bigcirc$
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 </row>
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671
16672 \backslash
16673 wedge
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 \begin_inset Formula $\wedge$
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 </row>
16691 <row>
16692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696
16697 \backslash
16698 vee
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $\vee$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 </lyxtabular>
16717
16718 \end_inset
16719
16720
16721 \begin_inset space \hfill{}
16722 \end_inset
16723
16724
16725 \begin_inset Tabular
16726 <lyxtabular version="3" rows="13" columns="2">
16727 <features rotate="0" tabularvalignment="middle">
16728 <column alignment="center" valignment="top" width="0pt">
16729 <column alignment="center" valignment="top" width="0pt">
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 Befehl
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 Ergebnis
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 oplus
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\oplus$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 ominus
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\ominus$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 otimes
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\otimes$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 oslash
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\oslash$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 odot
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\odot$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 amalg
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\amalg$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 uplus
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\uplus$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 setminus
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\setminus$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 sqcap
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\sqcap$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \backslash
16982 sqcup
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\sqcup$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \backslash
17007 triangleleft
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $\triangleleft$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 </row>
17025 <row>
17026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030
17031 \backslash
17032 triangleright
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\triangleright$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 </lyxtabular>
17051
17052 \end_inset
17053
17054
17055 \begin_inset space \hfill{}
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \begin_layout Standard
17062 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17063  
17064 \begin_inset Info
17065 type  "icon"
17066 arg   "math-insert \\pm"
17067 \end_inset
17068
17069  eingefügt werden.
17070 \end_layout
17071
17072 \begin_layout Standard
17073 Um den Laplace-Operator darzustellen, kann man statt 
17074 \series bold
17075
17076 \backslash
17077 bigtriangleup
17078 \series default
17079  auch 
17080 \series bold
17081
17082 \backslash
17083 Delta
17084 \series default
17085  verwenden oder man benutzt 
17086 \series bold
17087
17088 \backslash
17089 nabla
17090 \series default
17091 ^
17092 \series bold
17093 2
17094 \series default
17095  (
17096 \begin_inset Formula $\nabla^{2}$
17097 \end_inset
17098
17099 ).
17100 \end_layout
17101
17102 \begin_layout Standard
17103 Das Zeichen 
17104 \family sans
17105 Menütrenner
17106 \family default
17107  im Menü 
17108 \family sans
17109 Einfügen\SpecialChar \menuseparator
17110 Sonderzeichen
17111 \family default
17112  ist der Operator 
17113 \series bold
17114
17115 \backslash
17116 triangleright
17117 \series default
17118 .
17119 \end_layout
17120
17121 \begin_layout Subsection
17122 Selbst definierte Operatoren
17123 \begin_inset CommandInset label
17124 LatexCommand label
17125 name "sub:Selbstdefinierte-Operatoren"
17126
17127 \end_inset
17128
17129
17130 \begin_inset Index idx
17131 status collapsed
17132
17133 \begin_layout Plain Layout
17134 Operatoren ! selbstdefinierte
17135 \end_layout
17136
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \begin_layout Standard
17143 Mit Hilfe des Befehls 
17144 \series bold
17145
17146 \backslash
17147 DeclareMathOperator
17148 \series default
17149
17150 \begin_inset Index idx
17151 status collapsed
17152
17153 \begin_layout Plain Layout
17154 Befehle ! D ! 
17155 \backslash
17156 dbinom@
17157 \backslash
17158 DeclareMathOperator
17159 \end_layout
17160
17161 \end_inset
17162
17163  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17164  Das Befehlsschema dazu lautet:
17165 \end_layout
17166
17167 \begin_layout Standard
17168
17169 \series bold
17170
17171 \backslash
17172 DeclareMathOperator{neuer Befehl}{Anzeige}
17173 \end_layout
17174
17175 \begin_layout Standard
17176 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17177  im Ausdruck aussieht.
17178  Will man einen großen Operator definieren, setzt man hinter den Befehl
17179  ein 
17180 \series bold
17181 *
17182 \series default
17183 .
17184  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17185  wie in 
17186 \begin_inset CommandInset ref
17187 LatexCommand ref
17188 reference "sub:Operatorgrenzen"
17189
17190 \end_inset
17191
17192  beschrieben.
17193 \end_layout
17194
17195 \begin_layout Standard
17196 Beispielsweise definiert die LaTeX-Vorspannzeile
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \series bold
17202
17203 \backslash
17204 DeclareMathOperator*{
17205 \backslash
17206 Raute}{
17207 \backslash
17208 blacklozenge}
17209 \end_layout
17210
17211 \begin_layout Standard
17212 den Befehl 
17213 \series bold
17214
17215 \backslash
17216 Raute
17217 \series default
17218 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17219  aus 
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "sub:Sonstige-Symbole"
17223
17224 \end_inset
17225
17226  besteht:
17227 \begin_inset Formula 
17228 \[
17229 \Raute_{n=1}^{\infty}
17230 \]
17231
17232 \end_inset
17233
17234 Der Befehl für diese Formel lautet: 
17235 \series bold
17236
17237 \backslash
17238 Raute
17239 \series default
17240 ^
17241 \series bold
17242
17243 \backslash
17244 infty
17245 \begin_inset Formula $\to$
17246 \end_inset
17247
17248 _n=1
17249 \end_layout
17250
17251 \begin_layout Standard
17252 \begin_inset VSpace bigskip
17253 \end_inset
17254
17255 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17256  auch mit den Befehlen 
17257 \series bold
17258
17259 \backslash
17260 mathop
17261 \series default
17262
17263 \begin_inset Index idx
17264 status collapsed
17265
17266 \begin_layout Plain Layout
17267 Befehle ! M ! 
17268 \backslash
17269 mathop
17270 \end_layout
17271
17272 \end_inset
17273
17274  und 
17275 \series bold
17276
17277 \backslash
17278 mathbin
17279 \series default
17280
17281 \begin_inset Index idx
17282 status collapsed
17283
17284 \begin_layout Plain Layout
17285 Befehle ! M ! 
17286 \backslash
17287 mathbin
17288 \end_layout
17289
17290 \end_inset
17291
17292  definieren, die folgendes Schema besitzen:
17293 \end_layout
17294
17295 \begin_layout Standard
17296
17297 \series bold
17298
17299 \backslash
17300 mathop{Anzeige}
17301 \series default
17302  bzw.
17303 \begin_inset space \space{}
17304 \end_inset
17305
17306
17307 \series bold
17308
17309 \backslash
17310 mathbin{Anzeige}
17311 \end_layout
17312
17313 \begin_layout Standard
17314
17315 \series bold
17316
17317 \backslash
17318 mathop
17319 \series default
17320  definiert große, 
17321 \series bold
17322
17323 \backslash
17324 mathbin
17325 \series default
17326  binäre Operatoren.
17327 \end_layout
17328
17329 \begin_layout Standard
17330
17331 \series bold
17332
17333 \backslash
17334 mathop
17335 \series default
17336  lässt sich z.
17337 \begin_inset space \thinspace{}
17338 \end_inset
17339
17340 B.
17341  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17342 \begin_inset Formula 
17343 \[
17344 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17345 \]
17346
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \begin_layout Standard
17353 Der Befehl für obige Formel lautet:
17354 \begin_inset Newline newline
17355 \end_inset
17356
17357  
17358 \series bold
17359
17360 \backslash
17361 mathop{
17362 \backslash
17363 sum
17364 \backslash
17365 negmedspace
17366 \backslash
17367 sum
17368 \series default
17369
17370 \begin_inset space \textvisiblespace{}
17371 \end_inset
17372
17373
17374 \series bold
17375
17376 \begin_inset Formula $\to$
17377 \end_inset
17378
17379 ^N
17380 \series default
17381
17382 \begin_inset space \textvisiblespace{}
17383 \end_inset
17384
17385
17386 \series bold
17387 _i,j=1
17388 \end_layout
17389
17390 \begin_layout Standard
17391 \begin_inset Newpage newpage
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \begin_layout Section
17398 Schriften
17399 \begin_inset Index idx
17400 status collapsed
17401
17402 \begin_layout Plain Layout
17403 Schriften
17404 \end_layout
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Subsection
17412 Schriftstile
17413 \begin_inset CommandInset label
17414 LatexCommand label
17415 name "sub:Schriftstile"
17416
17417 \end_inset
17418
17419
17420 \begin_inset Index idx
17421 status collapsed
17422
17423 \begin_layout Plain Layout
17424 Schriften ! Schriftstile
17425 \end_layout
17426
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \begin_layout Standard
17433 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17434  gesetzt werden:
17435 \begin_inset VSpace -2mm
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \begin_layout Standard
17442 \align center
17443 \begin_inset Tabular
17444 <lyxtabular version="3" rows="7" columns="3">
17445 <features rotate="0" tabularvalignment="middle">
17446 <column alignment="center" valignment="top">
17447 <column alignment="center" valignment="top">
17448 <column alignment="center" valignment="top">
17449 <row>
17450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 Befehl
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 Ergebnis
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 Tastenkürzel
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \backslash
17485 mathbb
17486 \series bold
17487
17488 \begin_inset space \textvisiblespace{}
17489 \end_inset
17490
17491
17492 \series default
17493 ABC
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 \begin_inset Formula $\mathbb{ABC}$
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 Alt+Z K
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 <row>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525
17526 \backslash
17527 mathbf
17528 \series bold
17529
17530 \begin_inset space \textvisiblespace{}
17531 \end_inset
17532
17533
17534 \series default
17535 AbC
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $\mathbf{AbC}$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 Strg+B
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 <row>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567
17568 \backslash
17569 boldsymbol
17570 \series bold
17571
17572 \begin_inset space \textvisiblespace{}
17573 \end_inset
17574
17575
17576 \series default
17577 AbC
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Formula $\boldsymbol{AbC}$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 Alt+Z F oder Strg+Alt+B
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \backslash
17611 mathcal
17612 \series bold
17613
17614 \begin_inset space \textvisiblespace{}
17615 \end_inset
17616
17617
17618 \series default
17619 ABC
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $\mathcal{ABC}$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 Alt+Z H
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 mathfrak
17654 \series bold
17655
17656 \begin_inset space \textvisiblespace{}
17657 \end_inset
17658
17659
17660 \series default
17661 AbC
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 \begin_inset Formula $\mathfrak{AbC}$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 -
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \backslash
17695 mathscr
17696 \series bold
17697
17698 \begin_inset space \textvisiblespace{}
17699 \end_inset
17700
17701
17702 \series default
17703 AbC
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\mathscr{AbC}$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 -
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 </row>
17730 </lyxtabular>
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 \align center
17739 \begin_inset Tabular
17740 <lyxtabular version="3" rows="5" columns="3">
17741 <features rotate="0" tabularvalignment="middle">
17742 <column alignment="center" valignment="top">
17743 <column alignment="center" valignment="top">
17744 <column alignment="center" valignment="top">
17745 <row>
17746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 Befehl
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 Ergebnis
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 Tastenkürzel
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 </row>
17774 <row>
17775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout Plain Layout
17779
17780 \backslash
17781 mathit
17782 \series bold
17783
17784 \begin_inset space \textvisiblespace{}
17785 \end_inset
17786
17787
17788 \series default
17789 AbC
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 \begin_inset Formula $\mathit{AbC}$
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 -
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 mathrm
17824 \series bold
17825
17826 \begin_inset space \textvisiblespace{}
17827 \end_inset
17828
17829
17830 \series default
17831 AbC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathrm{AbC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 Alt+Z R
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 <row>
17859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \backslash
17865 mathsf
17866 \series bold
17867
17868 \begin_inset space \textvisiblespace{}
17869 \end_inset
17870
17871
17872 \series default
17873 AbC
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Formula $\mathsf{AbC}$
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 Alt+Z S
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 </row>
17900 <row>
17901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \backslash
17907 mathtt
17908 \series bold
17909
17910 \begin_inset space \textvisiblespace{}
17911 \end_inset
17912
17913
17914 \series default
17915 AbC
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 \begin_inset Formula $\mathtt{AbC}$
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 Alt+Z C
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 </row>
17942 </lyxtabular>
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset Note Greyedout
17951 status open
17952
17953 \begin_layout Plain Layout
17954
17955 \series bold
17956 Achtung:
17957 \series default
17958  Die Stile 
17959 \series bold
17960
17961 \backslash
17962 mathbb
17963 \series default
17964  und 
17965 \series bold
17966
17967 \backslash
17968 mathcal
17969 \series default
17970  können nur für Großbuchstaben verwendet werden.
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 Voreingestellt ist der Stil 
17980 \series bold
17981
17982 \backslash
17983 mathnormal
17984 \series default
17985 .
17986 \end_layout
17987
17988 \begin_layout Standard
17989 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
17990 \begin_inset Formula 
17991 \[
17992 \mathfrak{A=\frac{b}{C}}
17993 \]
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \begin_layout Standard
18001 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18002 ile, sondern in dem Textschriftstil 
18003 \series bold
18004
18005 \backslash
18006 textrm
18007 \series default
18008 .
18009  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18010  ein Fehler in LyX.
18011 \begin_inset Foot
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015 \begin_inset CommandInset href
18016 LatexCommand href
18017 name "LyX-Fehler #4629"
18018 target "http://www.lyx.org/trac/ticket/4629"
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Standard
18031 Anstelle der Stilbefehle kann man auch den Dialog 
18032 \family sans
18033 Bearbeiten\SpecialChar \menuseparator
18034 Mathe\SpecialChar \menuseparator
18035 Text-Stil
18036 \family default
18037  oder den Mathe-Werkzeugleistenknopf 
18038 \begin_inset Info
18039 type  "icon"
18040 arg   "math-insert \\font"
18041 \end_inset
18042
18043  verwenden.
18044 \end_layout
18045
18046 \begin_layout Subsection
18047 Fett gedruckte Formeln
18048 \begin_inset CommandInset label
18049 LatexCommand label
18050 name "sub:Fett-gedruckte-Formeln"
18051
18052 \end_inset
18053
18054
18055 \begin_inset Index idx
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059 Formel ! fett gedruckte
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \begin_layout Standard
18068 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18069  Kapitel angegebenen Befehl 
18070 \series bold
18071
18072 \backslash
18073 mathbf
18074 \series default
18075  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18076  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18077  Formel gut erkennt:
18078 \end_layout
18079
18080 \begin_layout Standard
18081 \begin_inset Formula 
18082 \[
18083 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18084 \]
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18093 \series bold
18094
18095 \backslash
18096 boldsymbol
18097 \series default
18098 :
18099 \begin_inset Formula 
18100 \[
18101 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18102 \]
18103
18104 \end_inset
18105
18106 Es gibt auch die Möglichkeit die Formel in eine 
18107 \series bold
18108 boldmath-Umgebung
18109 \series default
18110  zu setzen.
18111  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18112 \series bold
18113
18114 \backslash
18115 boldmath
18116 \series default
18117
18118 \begin_inset Index idx
18119 status collapsed
18120
18121 \begin_layout Plain Layout
18122 Befehle ! B ! 
18123 \backslash
18124 boldmath
18125 \end_layout
18126
18127 \end_inset
18128
18129  eingibt.
18130  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18131 \series bold
18132
18133 \backslash
18134 unboldmath
18135 \series default
18136
18137 \begin_inset Index idx
18138 status collapsed
18139
18140 \begin_layout Plain Layout
18141 Befehle ! U ! 
18142 \backslash
18143 unboldmath
18144 \end_layout
18145
18146 \end_inset
18147
18148  ein.
18149 \begin_inset ERT
18150 status collapsed
18151
18152 \begin_layout Plain Layout
18153
18154
18155 \backslash
18156 boldmath 
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \begin_inset Formula 
18163 \[
18164 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18165 \]
18166
18167 \end_inset
18168
18169
18170 \begin_inset ERT
18171 status collapsed
18172
18173 \begin_layout Plain Layout
18174
18175
18176 \backslash
18177 unboldmath 
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \begin_layout Subsection
18186 Farbige Formeln
18187 \begin_inset Index idx
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191 Formel ! farbige
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Standard
18200 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18201  oder Formelteile und verwenden dann den 
18202 \family sans
18203 Textstil
18204 \family default
18205  Dialog.
18206  Hier ist eine Formel in Magenta:
18207 \begin_inset Formula 
18208 \[
18209 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18210 \]
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \begin_layout Standard
18218 Man kann auch eigene Farben definieren, wie in 
18219 \begin_inset CommandInset ref
18220 LatexCommand ref
18221 reference "sub:Farbige-Boxen"
18222
18223 \end_inset
18224
18225  erklärt ist.
18226  Diese können dann mit dem TeX-Code Befehl 
18227 \series bold
18228
18229 \backslash
18230 textcolor
18231 \series default
18232
18233 \begin_inset Index idx
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237 Befehle! T ! 
18238 \backslash
18239 textcolor
18240 \end_layout
18241
18242 \end_inset
18243
18244  verwendet werden, dass folgendes Schema besitzt:
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250
18251 \backslash
18252 textcolor{Farbe}{Zeichen oder Formel}
18253 \end_layout
18254
18255 \begin_layout Standard
18256 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18257 \end_layout
18258
18259 \begin_layout Standard
18260 \begin_inset ERT
18261 status collapsed
18262
18263 \begin_layout Plain Layout
18264
18265
18266 \backslash
18267 textcolor{dunkelgruen}{
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \begin_inset Formula 
18274 \[
18275 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18276 \]
18277
18278 \end_inset
18279
18280
18281 \begin_inset ERT
18282 status collapsed
18283
18284 \begin_layout Plain Layout
18285
18286 }
18287 \end_layout
18288
18289 \end_inset
18290
18291
18292 \end_layout
18293
18294 \begin_layout Standard
18295 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18296 n Farben gefärbt werden.
18297 \begin_inset Foot
18298 status collapsed
18299
18300 \begin_layout Plain Layout
18301 \begin_inset CommandInset href
18302 LatexCommand href
18303 name "LyX-bug #5269"
18304 target "http://www.lyx.org/trac/ticket/5269"
18305
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Subsection
18317 Schriftgrößen
18318 \begin_inset CommandInset label
18319 LatexCommand label
18320 name "sub:Schriftgrößen"
18321
18322 \end_inset
18323
18324
18325 \begin_inset Index idx
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329 Schriften ! Schriftgrößen
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18339 le:
18340 \end_layout
18341
18342 \begin_layout Standard
18343
18344 \series bold
18345
18346 \backslash
18347 Huge
18348 \series default
18349
18350 \series bold
18351
18352 \backslash
18353 huge
18354 \series default
18355
18356 \series bold
18357
18358 \backslash
18359 LARGE
18360 \series default
18361
18362 \series bold
18363
18364 \backslash
18365 Large
18366 \series default
18367
18368 \series bold
18369
18370 \backslash
18371 large
18372 \series default
18373
18374 \series bold
18375
18376 \backslash
18377 normalsize
18378 \series default
18379
18380 \series bold
18381
18382 \backslash
18383 small
18384 \series default
18385
18386 \series bold
18387
18388 \backslash
18389 footnotesize
18390 \series default
18391 ,
18392 \begin_inset Newline linebreak
18393 \end_inset
18394
18395
18396 \series bold
18397
18398 \backslash
18399 scriptsize
18400 \series default
18401  und 
18402 \series bold
18403
18404 \backslash
18405 tiny
18406 \end_layout
18407
18408 \begin_layout Standard
18409 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18410  ab, die dem Befehl 
18411 \series bold
18412
18413 \backslash
18414 normalsize
18415 \series default
18416  entspricht.
18417  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18418 \series bold
18419
18420 \backslash
18421 normalsize
18422 \series default
18423 .
18424  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18425  Beträgt z.
18426 \begin_inset space \thinspace{}
18427 \end_inset
18428
18429 B.
18430  die Dokumentschriftgröße 12
18431 \begin_inset space \thinspace{}
18432 \end_inset
18433
18434 pt, produziert der Befehl 
18435 \series bold
18436
18437 \backslash
18438 Huge
18439 \series default
18440  dasselbe wie 
18441 \series bold
18442
18443 \backslash
18444 huge
18445 \series default
18446 .
18447  
18448 \end_layout
18449
18450 \begin_layout Standard
18451 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18452  Größe aller nachfolgenden Formel- und Textzeichen fest.
18453  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18454  TeX-Modus den Befehl 
18455 \series bold
18456
18457 \backslash
18458 normalsize
18459 \series default
18460  ein.
18461 \end_layout
18462
18463 \begin_layout Standard
18464 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen oder
18465  dem Mathe-Werkzeugleistenknopf 
18466 \begin_inset Info
18467 type  "icon"
18468 arg   "math-insert \\style"
18469 \end_inset
18470
18471  geändert werden:
18472 \end_layout
18473
18474 \begin_layout Standard
18475 \noindent
18476 \align center
18477 \begin_inset Tabular
18478 <lyxtabular version="3" rows="5" columns="2">
18479 <features rotate="0" tabularvalignment="middle">
18480 <column alignment="center" valignment="top">
18481 <column alignment="center" valignment="top">
18482 <row>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 Befehl
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 Ergebnis
18497 \begin_inset Note Note
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501
18502 \series bold
18503
18504 \backslash
18505 raisebox
18506 \series default
18507  dient nur als Abstandhalter.
18508 \end_layout
18509
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 <row>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \backslash
18525 displaystyle
18526 \begin_inset Index idx
18527 status collapsed
18528
18529 \begin_layout Plain Layout
18530 Befehle ! D ! 
18531 \backslash
18532 displaystyle
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \backslash
18562 textstyle
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \backslash
18587 scriptstyle
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \backslash
18612 scriptscriptstyle
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 </row>
18630 </lyxtabular>
18631
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \begin_layout Standard
18638 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18639  in das die Formelteile eingegeben werden.
18640 \end_layout
18641
18642 \begin_layout Standard
18643 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18644  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18645  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18646  eingegeben.
18647  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18648  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18649  Dazu zwei Beispiele:
18650 \begin_inset VSpace -2mm
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \begin_layout Standard
18657 \begin_inset ERT
18658 status collapsed
18659
18660 \begin_layout Plain Layout
18661
18662
18663 \backslash
18664 huge 
18665 \end_layout
18666
18667 \end_inset
18668
18669
18670 \begin_inset Formula 
18671 \[
18672 A=\frac{B}{c}\cdot\maltese
18673 \]
18674
18675 \end_inset
18676
18677
18678 \begin_inset Formula 
18679 \[
18680 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18681 \]
18682
18683 \end_inset
18684
18685
18686 \begin_inset ERT
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690
18691
18692 \backslash
18693 normalsize 
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Standard
18702 \begin_inset VSpace medskip
18703 \end_inset
18704
18705 Vor beiden Formeln wurde der Befehl 
18706 \series bold
18707
18708 \backslash
18709 huge
18710 \series default
18711  eingegeben.
18712  Der Befehl für die zweite Formel lautet:
18713 \begin_inset Newline newline
18714 \end_inset
18715
18716
18717 \series bold
18718
18719 \backslash
18720 maltese
18721 \begin_inset space \textvisiblespace{}
18722 \end_inset
18723
18724 A M-m m 
18725 \backslash
18726 Large
18727 \begin_inset space \textvisiblespace{}
18728 \end_inset
18729
18730
18731 \backslash
18732 maltese
18733 \begin_inset space \textvisiblespace{}
18734 \end_inset
18735
18736
18737 \backslash
18738 textit
18739 \begin_inset space \textvisiblespace{}
18740 \end_inset
18741
18742 A
18743 \begin_inset Formula $\to$
18744 \end_inset
18745
18746
18747 \begin_inset Formula $\to$
18748 \end_inset
18749
18750
18751 \begin_inset Newline newline
18752 \end_inset
18753
18754
18755 \begin_inset space \hspace*{}
18756 \length 1cm
18757 \end_inset
18758
18759 M-m
18760 \series default
18761  
18762 \series bold
18763
18764 \backslash
18765 tiny
18766 \begin_inset space \textvisiblespace{}
18767 \end_inset
18768
18769
18770 \backslash
18771 maltese
18772 \begin_inset space \textvisiblespace{}
18773 \end_inset
18774
18775
18776 \backslash
18777 textit
18778 \begin_inset space \textvisiblespace{}
18779 \end_inset
18780
18781 A
18782 \end_layout
18783
18784 \begin_layout Standard
18785 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18786  immer in der Standardgröße dargestellt.
18787 \end_layout
18788
18789 \begin_layout Section
18790 Griechische Buchstaben
18791 \begin_inset Index idx
18792 status collapsed
18793
18794 \begin_layout Plain Layout
18795 griechische Buchstaben
18796 \end_layout
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \begin_layout Standard
18804 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18805  
18806 \begin_inset Info
18807 type  "icon"
18808 arg   "math-insert \\alpha"
18809 \end_inset
18810
18811  eingefügt werden.
18812  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18813  in Formeln aufrecht gesetzt werden.
18814  In einigen Sprachen, wie z.
18815 \begin_inset space \thinspace{}
18816 \end_inset
18817
18818 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18819 \end_layout
18820
18821 \begin_layout Subsection
18822 Kleine Buchstaben
18823 \begin_inset Index idx
18824 status collapsed
18825
18826 \begin_layout Plain Layout
18827 griechische Buchstaben ! kleine
18828 \end_layout
18829
18830 \end_inset
18831
18832
18833 \end_layout
18834
18835 \begin_layout Standard
18836 \begin_inset space \hfill{}
18837 \end_inset
18838
18839
18840 \begin_inset Tabular
18841 <lyxtabular version="3" rows="11" columns="2">
18842 <features rotate="0" tabularvalignment="middle">
18843 <column alignment="center" valignment="top" width="0pt">
18844 <column alignment="center" valignment="top" width="0pt">
18845 <row>
18846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18847 \begin_inset Text
18848
18849 \begin_layout Plain Layout
18850 Befehl
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 Ergebnis
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 </row>
18865 <row>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \backslash
18872 alpha
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 \begin_inset Formula $\alpha$
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 </row>
18890 <row>
18891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895
18896 \backslash
18897 beta
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906 \begin_inset Formula $\beta$
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 </row>
18915 <row>
18916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920
18921 \backslash
18922 gamma
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18928 \begin_inset Text
18929
18930 \begin_layout Plain Layout
18931 \begin_inset Formula $\gamma$
18932 \end_inset
18933
18934
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 </row>
18940 <row>
18941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945
18946 \backslash
18947 delta
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 \begin_inset Formula $\delta$
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 </row>
18965 <row>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \backslash
18972 epsilon
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981 \begin_inset Formula $\epsilon$
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 </row>
18990 <row>
18991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \backslash
18997 varepsilon
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Formula $\varepsilon$
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 <row>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \backslash
19022 zeta
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 \begin_inset Formula $\zeta$
19032 \end_inset
19033
19034
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 </row>
19040 <row>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \backslash
19047 eta
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 \begin_inset Formula $\eta$
19057 \end_inset
19058
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 </row>
19065 <row>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \backslash
19072 theta
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 \begin_inset Formula $\theta$
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 </row>
19090 <row>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \backslash
19097 vartheta
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Formula $\vartheta$
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 </row>
19115 </lyxtabular>
19116
19117 \end_inset
19118
19119
19120 \begin_inset space \hfill{}
19121 \end_inset
19122
19123
19124 \begin_inset Tabular
19125 <lyxtabular version="3" rows="12" columns="2">
19126 <features rotate="0" tabularvalignment="middle">
19127 <column alignment="center" valignment="top" width="0pt">
19128 <column alignment="center" valignment="top" width="0pt">
19129 <row>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 Befehl
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 Ergebnis
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 </row>
19149 <row>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \backslash
19156 iota
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 \begin_inset Formula $\iota$
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 </row>
19174 <row>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \backslash
19181 kappa
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 \begin_inset Formula $\kappa$
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 </row>
19199 <row>
19200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204
19205 \backslash
19206 varkappa
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215 \begin_inset Formula $\varkappa$
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 </row>
19224 <row>
19225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229
19230 \backslash
19231 lambda
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 \begin_inset Formula $\lambda$
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \backslash
19256 mu
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 \begin_inset Formula $\mu$
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \backslash
19281 nu
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Formula $\nu$
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \backslash
19306 xi
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 \begin_inset Formula $\xi$
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 o
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 \begin_inset Formula $o$
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 </row>
19347 <row>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352
19353 \backslash
19354 pi
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Formula $\pi$
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 </row>
19372 <row>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \backslash
19379 varpi
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 \begin_inset Formula $\varpi$
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 rho
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\rho$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 </lyxtabular>
19423
19424 \end_inset
19425
19426
19427 \begin_inset space \hfill{}
19428 \end_inset
19429
19430
19431 \begin_inset Tabular
19432 <lyxtabular version="3" rows="11" columns="2">
19433 <features rotate="0" tabularvalignment="middle">
19434 <column alignment="center" valignment="top" width="0pt">
19435 <column alignment="center" valignment="top" width="0pt">
19436 <row>
19437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 Befehl
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 Ergebnis
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 </row>
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461
19462 \backslash
19463 varrho
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset Formula $\varrho$
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 </row>
19481 <row>
19482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486
19487 \backslash
19488 sigma
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 \begin_inset Formula $\sigma$
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \backslash
19513 varsigma
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 \begin_inset Formula $\varsigma$
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 tau
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\tau$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \backslash
19563 upsilon
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 \begin_inset Formula $\upsilon$
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \backslash
19588 phi
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $\phi$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 varphi
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Formula $\varphi$
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 </row>
19631 <row>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636
19637 \backslash
19638 chi
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 \begin_inset Formula $\chi$
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661
19662 \backslash
19663 psi
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672 \begin_inset Formula $\psi$
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686
19687 \backslash
19688 omega
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset Formula $\omega$
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 </lyxtabular>
19707
19708 \end_inset
19709
19710
19711 \begin_inset space \hfill{}
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \begin_layout Standard
19718 \begin_inset VSpace medskip
19719 \end_inset
19720
19721 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19722 \begin_inset CommandInset ref
19723 LatexCommand ref
19724 reference "sub:Aufrechte-kleine-griechische"
19725
19726 \end_inset
19727
19728  beschrieben.
19729 \end_layout
19730
19731 \begin_layout Subsection
19732 Große Buchstaben
19733 \begin_inset Index idx
19734 status collapsed
19735
19736 \begin_layout Plain Layout
19737 griechische Buchstaben ! große
19738 \end_layout
19739
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \begin_layout Standard
19746 \begin_inset space \hfill{}
19747 \end_inset
19748
19749
19750 \begin_inset Tabular
19751 <lyxtabular version="3" rows="7" columns="2">
19752 <features rotate="0" tabularvalignment="middle">
19753 <column alignment="center" valignment="top" width="0pt">
19754 <column alignment="center" valignment="top" width="0pt">
19755 <row>
19756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 Befehl
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 Ergebnis
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 Gamma
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\Gamma$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 Delta
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\Delta$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 Theta
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\Theta$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 Lambda
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Formula $\Lambda$
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 Xi
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\Xi$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 Pi
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\Pi$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 </lyxtabular>
19926
19927 \end_inset
19928
19929
19930 \begin_inset space \hfill{}
19931 \end_inset
19932
19933
19934 \begin_inset Tabular
19935 <lyxtabular version="3" rows="6" columns="2">
19936 <features rotate="0" tabularvalignment="middle">
19937 <column alignment="center" valignment="top" width="0pt">
19938 <column alignment="center" valignment="top" width="0pt">
19939 <row>
19940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 Befehl
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 Ergebnis
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 Sigma
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\Sigma$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 Upsilon
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\Upsilon$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \backslash
20016 Phi
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Formula $\Phi$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \backslash
20041 Psi
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Formula $\Psi$
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \backslash
20066 Omega
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\Omega$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 </lyxtabular>
20085
20086 \end_inset
20087
20088
20089 \begin_inset space \hfill{}
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \begin_layout Standard
20096 \begin_inset VSpace medskip
20097 \end_inset
20098
20099 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20100  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20101  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20102  mit 
20103 \series bold
20104 var
20105 \series default
20106 .
20107  So ergibt z.
20108 \begin_inset space \thinspace{}
20109 \end_inset
20110
20111 B.
20112  der Befehl 
20113 \series bold
20114
20115 \backslash
20116 varGamma
20117 \series default
20118  
20119 \begin_inset Formula $\varGamma$
20120 \end_inset
20121
20122 .
20123  Eine andere Methode ist das Laden des Pakets 
20124 \series bold
20125 fixmath
20126 \series default
20127
20128 \begin_inset Foot
20129 status collapsed
20130
20131 \begin_layout Plain Layout
20132
20133 \series bold
20134 fixmath
20135 \series default
20136  ist Teil des LaTeX-Paketes 
20137 \series bold
20138 was
20139 \series default
20140
20141 \begin_inset Index idx
20142 status collapsed
20143
20144 \begin_layout Plain Layout
20145 Pakete ! was
20146 \begin_inset ERT
20147 status collapsed
20148
20149 \begin_layout Plain Layout
20150
20151
20152 \backslash
20153 vspace{4mm}
20154 \end_layout
20155
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162
20163 .
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \begin_inset Index idx
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173 Pakete ! fixmath
20174 \end_layout
20175
20176 \end_inset
20177
20178  mit der LaTeX-Vorspannzeile
20179 \end_layout
20180
20181 \begin_layout Standard
20182
20183 \series bold
20184
20185 \backslash
20186 usepackage{fixmath}
20187 \end_layout
20188
20189 \begin_layout Standard
20190 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20191  kursiv ausgegeben.
20192 \end_layout
20193
20194 \begin_layout Subsection
20195 Fett gedruckte Buchstaben
20196 \begin_inset Index idx
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200 griechische Buchstaben ! fett gedruckte
20201 \end_layout
20202
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \begin_layout Standard
20209 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20210  Schriftstilen darstellen.
20211  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20212 \series bold
20213
20214 \backslash
20215 boldsymbol
20216 \series default
20217
20218 \begin_inset Index idx
20219 status collapsed
20220
20221 \begin_layout Plain Layout
20222 Befehle ! B ! 
20223 \backslash
20224 boldsymbol
20225 \end_layout
20226
20227 \end_inset
20228
20229  fett gedruckt auszugeben.
20230 \end_layout
20231
20232 \begin_layout Standard
20233 \align center
20234 \begin_inset Tabular
20235 <lyxtabular version="3" rows="3" columns="2">
20236 <features rotate="0" tabularvalignment="middle">
20237 <column alignment="center" valignment="top">
20238 <column alignment="center" valignment="top">
20239 <row>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 Befehl
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 Ergebnis
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \backslash
20266 Upsilon
20267 \backslash
20268 boldsymbol
20269 \backslash
20270 Upsilon
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 </row>
20288 <row>
20289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20290 \begin_inset Text
20291
20292 \begin_layout Plain Layout
20293
20294 \backslash
20295 theta
20296 \backslash
20297 boldsymbol
20298 \backslash
20299 theta
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Formula $\theta\boldsymbol{\theta}$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 </lyxtabular>
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Section
20325 Symbole
20326 \begin_inset ERT
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330
20331
20332 \backslash
20333 texorpdfstring{
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \begin_inset Foot
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20344  
20345 \begin_inset CommandInset citation
20346 LatexCommand cite
20347 key "Symbole"
20348
20349 \end_inset
20350
20351 .
20352 \end_layout
20353
20354 \end_inset
20355
20356
20357 \begin_inset ERT
20358 status collapsed
20359
20360 \begin_layout Plain Layout
20361
20362 }{}
20363 \end_layout
20364
20365 \end_inset
20366
20367
20368 \begin_inset Note Note
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372
20373 \series bold
20374
20375 \backslash
20376 texorpdfstring
20377 \series default
20378  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20379 \end_layout
20380
20381 \begin_layout Plain Layout
20382 Näheres zu 
20383 \series bold
20384
20385 \backslash
20386 texorpdfstring
20387 \series default
20388  steht in Kapitel 
20389 \begin_inset CommandInset ref
20390 LatexCommand ref
20391 reference "sub:Formeln-in-Überschriften"
20392
20393 \end_inset
20394
20395 .
20396 \end_layout
20397
20398 \end_inset
20399
20400
20401 \begin_inset Index idx
20402 status collapsed
20403
20404 \begin_layout Plain Layout
20405 Symbole
20406 \end_layout
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Standard
20414 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20415
20416 leistenknöpfe 
20417 \begin_inset Info
20418 type  "icon"
20419 arg   "math-insert \\nabla"
20420 \end_inset
20421
20422  und 
20423 \begin_inset Info
20424 type  "icon"
20425 arg   "math-insert \\digamma"
20426 \end_inset
20427
20428  eingefügt werden.
20429 \end_layout
20430
20431 \begin_layout Subsection
20432 Mathematische Symbole
20433 \begin_inset CommandInset label
20434 LatexCommand label
20435 name "sub:Mathematische-Symbole"
20436
20437 \end_inset
20438
20439
20440 \begin_inset Index idx
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 Symbole ! mathematische
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \begin_layout Standard
20453 \begin_inset space \hfill{}
20454 \end_inset
20455
20456
20457 \begin_inset Tabular
20458 <lyxtabular version="3" rows="10" columns="2">
20459 <features rotate="0" tabularvalignment="middle">
20460 <column alignment="center" valignment="top" width="0pt">
20461 <column alignment="center" valignment="top" width="0pt">
20462 <row>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Befehl
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 Ergebnis
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 neg
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\neg$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 Im
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Formula $\Im$
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 </row>
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \backslash
20539 Re
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548 \begin_inset Formula $\Re$
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 <row>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562
20563 \backslash
20564 aleph
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Formula $\aleph$
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 partial
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\partial$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \backslash
20614 infty
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\infty$
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 <row>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637
20638 \backslash
20639 wp
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648 \begin_inset Formula $\wp$
20649 \end_inset
20650
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 imath
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\imath$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 jmath
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\jmath$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 </lyxtabular>
20708
20709 \end_inset
20710
20711
20712 \begin_inset space \hfill{}
20713 \end_inset
20714
20715
20716 \begin_inset Tabular
20717 <lyxtabular version="3" rows="10" columns="2">
20718 <features rotate="0" tabularvalignment="middle">
20719 <column alignment="center" valignment="top" width="0pt">
20720 <column alignment="center" valignment="top" width="0pt">
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 Befehl
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 Ergebnis
20736 \begin_inset Note Note
20737 status collapsed
20738
20739 \begin_layout Plain Layout
20740
20741 \series bold
20742
20743 \backslash
20744 raisebox
20745 \series default
20746  dient nur als Abstandhalter.
20747 \end_layout
20748
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 forall
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\forall$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787
20788 \backslash
20789 exists
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 \begin_inset Formula $\exists$
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 <row>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \backslash
20814 nexists
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Formula $\nexists$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 emptyset
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\emptyset$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 varnothing
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\varnothing$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 dag
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\dag$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 ddag
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 \begin_inset Formula $\ddag$
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 complement
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset ERT
20949 status collapsed
20950
20951 \begin_layout Plain Layout
20952
20953
20954 \backslash
20955 raisebox{-0.8mm}{
20956 \end_layout
20957
20958 \end_inset
20959
20960
20961 \begin_inset Formula $\complement$
20962 \end_inset
20963
20964
20965 \begin_inset ERT
20966 status collapsed
20967
20968 \begin_layout Plain Layout
20969
20970 }
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 </row>
20981 <row>
20982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986
20987 \backslash
20988 Bbbk
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 \begin_inset Formula $\Bbbk$
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 </row>
21006 </lyxtabular>
21007
21008 \end_inset
21009
21010
21011 \begin_inset space \hfill{}
21012 \end_inset
21013
21014
21015 \begin_inset Tabular
21016 <lyxtabular version="3" rows="10" columns="2">
21017 <features rotate="0" tabularvalignment="middle">
21018 <column alignment="center" valignment="top" width="0pt">
21019 <column alignment="center" valignment="top" width="0pt">
21020 <row>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 Befehl
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 Ergebnis
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \backslash
21047 prime
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Formula $\prime$
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 <row>
21066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070
21071 \backslash
21072 backprime
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\backprime$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 <row>
21091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095
21096 \backslash
21097 mho
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 \begin_inset Formula $\mho$
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120
21121 \backslash
21122 triangle
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\triangle$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \backslash
21147 angle
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 \begin_inset Formula $\angle$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 <row>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170
21171 \backslash
21172 measuredangle
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\measuredangle$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 <row>
21191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195
21196 \backslash
21197 sphericalangle
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $\sphericalangle$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 top
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\top$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 bot
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\bot$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 </lyxtabular>
21266
21267 \end_inset
21268
21269
21270 \begin_inset space \hfill{}
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Subsection
21277 Sonstige Symbole
21278 \begin_inset CommandInset label
21279 LatexCommand label
21280 name "sub:Sonstige-Symbole"
21281
21282 \end_inset
21283
21284
21285 \begin_inset Index idx
21286 status collapsed
21287
21288 \begin_layout Plain Layout
21289 Symbole ! sonstige
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Standard
21298 \begin_inset VSpace -7mm
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \begin_layout Standard
21305 \noindent
21306 \align center
21307 \begin_inset Tabular
21308 <lyxtabular version="3" rows="10" columns="2">
21309 <features rotate="0" tabularvalignment="middle">
21310 <column alignment="center" valignment="top" width="0pt">
21311 <column alignment="center" valignment="top" width="0pt">
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 Befehl
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 Ergebnis
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 flat
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\flat$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 natural
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\natural$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 sharp
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\sharp$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 surd
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\surd$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 checkmark
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\checkmark$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 <row>
21458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \backslash
21464 yen
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Formula $\yen$
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \backslash
21489 pounds
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset Formula $\pounds$
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 $
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $\$$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 §
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $§$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 </lyxtabular>
21554
21555 \end_inset
21556
21557
21558 \begin_inset Tabular
21559 <lyxtabular version="3" rows="10" columns="2">
21560 <features rotate="0" tabularvalignment="middle">
21561 <column alignment="center" valignment="top">
21562 <column alignment="center" valignment="top">
21563 <row>
21564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 Befehl
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 Ergebnis
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \backslash
21590 hbar
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\hbar$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 hslash
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\hslash$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 </row>
21633 <row>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \backslash
21640 clubsuit
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 \begin_inset Formula $\clubsuit$
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 spadesuit
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\spadesuit$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 bigstar
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\bigstar$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 blacklozenge
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\blacklozenge$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 blacktriangle
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\blacktriangle$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 blacktiangledown
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\blacktriangledown$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 bullet
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\bullet$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 </lyxtabular>
21809
21810 \end_inset
21811
21812
21813 \begin_inset Tabular
21814 <lyxtabular version="3" rows="10" columns="2">
21815 <features rotate="0" tabularvalignment="middle">
21816 <column alignment="center" valignment="top" width="0pt">
21817 <column alignment="center" valignment="top" width="0pt">
21818 <row>
21819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 Befehl
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 Ergebnis
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 </row>
21838 <row>
21839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843
21844 \backslash
21845 diamondsuit
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 \begin_inset Formula $\diamondsuit$
21855 \end_inset
21856
21857
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 </row>
21863 <row>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868
21869 \backslash
21870 Diamond
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879 \begin_inset Formula $\Diamond$
21880 \end_inset
21881
21882
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893
21894 \backslash
21895 heartsuit
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 \begin_inset Formula $\heartsuit$
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \backslash
21920 P
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 \begin_inset Formula $\P$
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943
21944 \backslash
21945 copyright
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954 \begin_inset Formula $\copyright$
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 </row>
21963 <row>
21964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968
21969 \backslash
21970 circledR
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979 \begin_inset Formula $\circledR$
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 </row>
21988 <row>
21989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \backslash
21995 maltese
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 \begin_inset Formula $\maltese$
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 </row>
22013 <row>
22014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \backslash
22020 diagup
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Formula $\diagup$
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 <row>
22039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043
22044 \backslash
22045 diagdown
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 \begin_inset Formula $\diagdown$
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 </row>
22063 </lyxtabular>
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \begin_layout Standard
22071 \begin_inset VSpace medskip
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22079  
22080 \begin_inset CommandInset ref
22081 LatexCommand ref
22082 reference "sub:Schriftgrößen"
22083
22084 \end_inset
22085
22086 .
22087 \end_layout
22088
22089 \begin_layout Subsection
22090 Das Euro-Symbol €
22091 \begin_inset Index idx
22092 status collapsed
22093
22094 \begin_layout Plain Layout
22095 Symbole ! Euro-Symbol
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \begin_inset Index idx
22102 status collapsed
22103
22104 \begin_layout Plain Layout
22105
22106 \backslash
22107 @
22108 \begin_inset ERT
22109 status collapsed
22110
22111 \begin_layout Plain Layout
22112
22113
22114 \backslash
22115 officialeuro
22116 \end_layout
22117
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Standard
22129 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22130
22131 \series bold
22132 eurosym
22133 \series default
22134
22135 \begin_inset Index idx
22136 status collapsed
22137
22138 \begin_layout Plain Layout
22139 Pakete ! eurosym
22140 \end_layout
22141
22142 \end_inset
22143
22144  installieren und dieses mit der LaTeX-Vorspannzeile
22145 \end_layout
22146
22147 \begin_layout Standard
22148
22149 \series bold
22150
22151 \backslash
22152 usepackage[gennarrow]{eurosym}
22153 \end_layout
22154
22155 \begin_layout Standard
22156 aktivieren.
22157  Das Euro-Symbol kann man nun mit dem Befehl 
22158 \series bold
22159
22160 \backslash
22161 euro
22162 \series default
22163
22164 \begin_inset Index idx
22165 status collapsed
22166
22167 \begin_layout Plain Layout
22168 Befehle ! E ! 
22169 \backslash
22170 euro
22171 \end_layout
22172
22173 \end_inset
22174
22175  aufrufen.
22176 \end_layout
22177
22178 \begin_layout Standard
22179 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22180  eingeben, ohne 
22181 \series bold
22182 eurosym
22183 \series default
22184  installiert zu haben.
22185  Ist 
22186 \series bold
22187 eurosym
22188 \series default
22189  installiert, kann man 
22190 \series bold
22191
22192 \backslash
22193 euro
22194 \series default
22195  auch im TeX-Modus eingeben.
22196  Das offizielle Währungssymbol erhält man dann über den Befehl 
22197 \series bold
22198
22199 \backslash
22200 officialeuro
22201 \series default
22202
22203 \begin_inset Index idx
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207 Befehle ! O ! 
22208 \backslash
22209 officialeuro
22210 \end_layout
22211
22212 \end_inset
22213
22214 , der nur im TeX-Modus verfügbar ist.
22215 \end_layout
22216
22217 \begin_layout Standard
22218 \begin_inset ERT
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222
22223
22224 \backslash
22225 ifeurosym 
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \begin_inset Note Note
22232 status open
22233
22234 \begin_layout Plain Layout
22235 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22236 \series bold
22237 eurosym
22238 \series default
22239  installiert ist:
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \begin_layout Standard
22248 Eine Übersicht der verschiedenen Euro-Symbole:
22249 \end_layout
22250
22251 \begin_layout Standard
22252 \align center
22253 \begin_inset Tabular
22254 <lyxtabular version="3" rows="4" columns="3">
22255 <features rotate="0" tabularvalignment="middle">
22256 <column alignment="center" valignment="top" width="0pt">
22257 <column alignment="center" valignment="top" width="0pt">
22258 <column alignment="center" valignment="top" width="0pt">
22259 <row>
22260 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 Befehl 
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 Ergebnis
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 Formel
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302
22303 \backslash
22304 euro
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 \begin_inset Formula $\euro$
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 mathematischer Text
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\mbox{€}$
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 </row>
22354 <row>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 TeX-Modus
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 officialeuro
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset ERT
22380 status collapsed
22381
22382 \begin_layout Plain Layout
22383
22384
22385 \backslash
22386 officialeuro
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 </lyxtabular>
22398
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \begin_layout Standard
22405 \begin_inset ERT
22406 status collapsed
22407
22408 \begin_layout Plain Layout
22409
22410
22411 \backslash
22412 else 
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \begin_inset Note Note
22419 status open
22420
22421 \begin_layout Plain Layout
22422 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22423 \series bold
22424 eurosym
22425 \series default
22426  nicht installiert ist:
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 Das LaTeX-Paket 
22436 \series bold
22437 eurosym 
22438 \series default
22439 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22440 \end_layout
22441
22442 \begin_layout Standard
22443 \begin_inset ERT
22444 status collapsed
22445
22446 \begin_layout Plain Layout
22447
22448
22449 \backslash
22450 fi 
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Section
22459 Relationen
22460 \begin_inset CommandInset label
22461 LatexCommand label
22462 name "sec:Relationen"
22463
22464 \end_inset
22465
22466
22467 \begin_inset Index idx
22468 status collapsed
22469
22470 \begin_layout Plain Layout
22471 Relationen
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \begin_inset Index idx
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481 Vergleiche|see
22482 \begin_inset ERT
22483 status collapsed
22484
22485 \begin_layout Plain Layout
22486
22487 {
22488 \end_layout
22489
22490 \end_inset
22491
22492 Relationen
22493 \begin_inset ERT
22494 status collapsed
22495
22496 \begin_layout Plain Layout
22497
22498 }
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \begin_layout Standard
22512 Alle folgenden Relationen können auch über den Mathe-Werkzeugleistenknopf
22513  
22514 \begin_inset Info
22515 type  "icon"
22516 arg   "math-insert \\leq"
22517 \end_inset
22518
22519  eingefügt werden.
22520 \end_layout
22521
22522 \begin_layout Standard
22523 \begin_inset space \hfill{}
22524 \end_inset
22525
22526
22527 \begin_inset Tabular
22528 <lyxtabular version="3" rows="17" columns="2">
22529 <features rotate="0" tabularvalignment="middle">
22530 <column alignment="center" valignment="top" width="0pt">
22531 <column alignment="center" valignment="top" width="0pt">
22532 <row>
22533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 Befehl
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 Ergebnis
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 <
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $<$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 le
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\le$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 ll
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\ll$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 prec
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\prec$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 preceq
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\preceq$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 subset
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\subset$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 subseteq
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\subseteq$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 sqsubseteq
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\sqsubseteq$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 in
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\in$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \backslash
22782 vdash
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Formula $\vdash$
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \backslash
22807 smile
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Formula $\smile$
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 lhd
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Formula $\lhd$
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 <row>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855
22856 \backslash
22857 unlhd
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 \begin_inset Formula $\unlhd$
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 <row>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880
22881 \backslash
22882 gtrless
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Formula $\gtrless$
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 <row>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905
22906 \backslash
22907 mid
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 \begin_inset Formula $\mid$
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 </row>
22925 <row>
22926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930
22931 \backslash
22932 nmid
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 \begin_inset Formula $\nmid$
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 </row>
22950 </lyxtabular>
22951
22952 \end_inset
22953
22954
22955 \begin_inset space \hfill{}
22956 \end_inset
22957
22958
22959 \begin_inset Tabular
22960 <lyxtabular version="3" rows="17" columns="2">
22961 <features rotate="0" tabularvalignment="middle">
22962 <column alignment="center" valignment="top" width="0pt">
22963 <column alignment="center" valignment="top" width="0pt">
22964 <row>
22965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 Befehl
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 Ergebnis
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 </row>
22984 <row>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 =
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $=$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \backslash
23014 not=
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $\not=$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 equiv
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\equiv$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 sim
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\sim$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 simeq
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\simeq$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 approx
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\approx$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 cong
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\cong$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 bowtie
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\bowtie$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 notin
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\notin$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \backslash
23214 perp
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 \begin_inset Formula $\perp$
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 propto
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset Formula $\propto$
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 asymp
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\asymp$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287
23288 \backslash
23289 doteq
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Formula $\doteq$
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 </row>
23307 <row>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312
23313 \backslash
23314 circeq
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Formula $\circeq$
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 </row>
23332 <row>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337
23338 \backslash
23339 models
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 \begin_inset Formula $\models$
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362
23363 \backslash
23364 widehat=
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Formula $\widehat{=}$
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 </row>
23382 </lyxtabular>
23383
23384 \end_inset
23385
23386
23387 \begin_inset space \hfill{}
23388 \end_inset
23389
23390
23391 \begin_inset Tabular
23392 <lyxtabular version="3" rows="17" columns="2">
23393 <features rotate="0" tabularvalignment="middle">
23394 <column alignment="center" valignment="top" width="0pt">
23395 <column alignment="center" valignment="top" width="0pt">
23396 <row>
23397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 Befehl
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 Ergebnis
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 </row>
23416 <row>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 >
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $>$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 ge
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\ge$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 gg
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\gg$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 succ
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\succ$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 succeq
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\succeq$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 supset
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\supset$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569
23570 \backslash
23571 supseteq
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\supseteq$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 sqsupseteq
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $\sqsupseteq$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 ni
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\ni$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 <row>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \backslash
23646 dashv
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 \begin_inset Formula $\dashv$
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \backslash
23671 frown
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Formula $\frown$
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \backslash
23696 rhd
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\rhd$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719
23720 \backslash
23721 unrhd
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset Formula $\unrhd$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744
23745 \backslash
23746 lessgtr
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $\lessgtr$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \backslash
23771 parallel
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $\parallel$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 nparallel
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\nparallel$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 </lyxtabular>
23815
23816 \end_inset
23817
23818
23819 \begin_inset space \hfill{}
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset VSpace medskip
23827 \end_inset
23828
23829 Die Zeichen 
23830 \series bold
23831
23832 \backslash
23833 lhd
23834 \series default
23835  bzw.
23836 \begin_inset space \space{}
23837 \end_inset
23838
23839
23840 \series bold
23841
23842 \backslash
23843 rhd
23844 \series default
23845  sind größer als die gleich aussehenden Operatoren
23846 \begin_inset Newline linebreak
23847 \end_inset
23848
23849
23850 \series bold
23851
23852 \backslash
23853 triangleleft
23854 \series default
23855  bzw.
23856 \begin_inset space \space{}
23857 \end_inset
23858
23859
23860 \series bold
23861
23862 \backslash
23863 triangleright
23864 \series default
23865 .
23866 \end_layout
23867
23868 \begin_layout Standard
23869 LyX unterstützt auch viele spezielle Relationen.
23870  Drücken Sie den Mathe-Werkzeugleistenknopf 
23871 \begin_inset Info
23872 type  "icon"
23873 arg   "math-insert \\leqq"
23874 \end_inset
23875
23876  um eine Liste dieser Relationen zu sehen.
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23881 \end_layout
23882
23883 \begin_layout Standard
23884 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23885 \series bold
23886
23887 \backslash
23888 stackrel
23889 \series default
23890
23891 \begin_inset Index idx
23892 status collapsed
23893
23894 \begin_layout Plain Layout
23895 Befehle ! S ! 
23896 \backslash
23897 stackrel
23898 \end_layout
23899
23900 \end_inset
23901
23902  erstellt werden:
23903 \end_layout
23904
23905 \begin_layout Standard
23906 \align center
23907 \begin_inset Tabular
23908 <lyxtabular version="3" rows="2" columns="2">
23909 <features rotate="0" tabularvalignment="middle">
23910 <column alignment="center" valignment="top">
23911 <column alignment="center" valignment="top">
23912 <row>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 Befehl
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 Ergebnis
23927 \begin_inset Note Note
23928 status collapsed
23929
23930 \begin_layout Plain Layout
23931
23932 \series bold
23933
23934 \backslash
23935 raisebox
23936 \series default
23937  dient nur als Abstandhalter.
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 </row>
23948 <row>
23949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 A(r)
23954 \backslash
23955 stackrel
23956 \begin_inset space \textvisiblespace{}
23957 \end_inset
23958
23959 r
23960 \backslash
23961 to
23962 \backslash
23963 infty
23964 \begin_inset space \textvisiblespace{}
23965 \end_inset
23966
23967
23968 \begin_inset Formula $\downarrow$
23969 \end_inset
23970
23971
23972 \backslash
23973 approx
23974 \begin_inset space \textvisiblespace{}
23975 \end_inset
23976
23977
23978 \begin_inset space \textvisiblespace{}
23979 \end_inset
23980
23981 B
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 </row>
23999 </lyxtabular>
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Section
24007 Funktionen
24008 \end_layout
24009
24010 \begin_layout Subsection
24011 Vordefinierte Funktionen
24012 \begin_inset CommandInset label
24013 LatexCommand label
24014 name "sub:Vordefinierte-Funktionen"
24015
24016 \end_inset
24017
24018
24019 \begin_inset Index idx
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023 Funktionen ! vordefinierte
24024 \end_layout
24025
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \begin_layout Standard
24032 Allgemein werden in mathematischen Ausdrücken Variablen 
24033 \shape italic
24034 kursiv
24035 \shape default
24036  gesetzt, Funktionsnamen hingegen nicht, denn 
24037 \begin_inset Formula $sin$
24038 \end_inset
24039
24040  könnte als 
24041 \begin_inset Formula $s\cdot i\cdot n$
24042 \end_inset
24043
24044  missverstanden werden.
24045  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24046 en etwas abgesetzt sind.
24047  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24048 \end_layout
24049
24050 \begin_layout Standard
24051 \align center
24052 \begin_inset Tabular
24053 <lyxtabular version="3" rows="2" columns="4">
24054 <features rotate="0" tabularvalignment="middle">
24055 <column alignment="center" valignment="top" width="0pt">
24056 <column alignment="center" valignment="top" width="0pt">
24057 <column alignment="center" valignment="top" width="0pt">
24058 <column alignment="center" valignment="top" width="0pt">
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 Befehl
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 Ergebnis
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 Befehl
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 Ergebnis
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 Asin(x)+B
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 \begin_inset Formula $Asin(x)+B$
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 A
24124 \backslash
24125 sin(x)+B
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Formula $A\sin(x)+B$
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 </row>
24143 </lyxtabular>
24144
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \begin_layout Standard
24151 Folgende Funktionen sind vordefiniert:
24152 \end_layout
24153
24154 \begin_layout Standard
24155 \begin_inset VSpace -2mm
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \align center
24163 \begin_inset Tabular
24164 <lyxtabular version="3" rows="9" columns="4">
24165 <features rotate="0" tabularvalignment="middle">
24166 <column alignment="center" valignment="top" width="0pt">
24167 <column alignment="center" valignment="top" width="0pt">
24168 <column alignment="center" valignment="top" width="0pt">
24169 <column alignment="center" valignment="top" width="0pt">
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 Befehl
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 Befehl
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 Befehl
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 Befehl
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 </row>
24208 <row>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \backslash
24215 sin
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224
24225 \backslash
24226 sinh
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235
24236 \backslash
24237 arcsin
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246
24247 \backslash
24248 sup
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 </row>
24254 <row>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 cos
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 cosh
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 arccos
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292
24293 \backslash
24294 inf
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 tan
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 tanh
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 arctan
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338
24339 \backslash
24340 lim
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 </row>
24346 <row>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 cot
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 coth
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 arg
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 liminf
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 </row>
24392 <row>
24393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 sec
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 min
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 deg
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 limsup
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 </row>
24438 <row>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 csc
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 max
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 det
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 Pr
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 </row>
24484 <row>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 ln
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 exp
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511
24512 \backslash
24513 dim
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522
24523 \backslash
24524 hom
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 </row>
24530 <row>
24531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 lg
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 log
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \backslash
24559 ker
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \backslash
24570 gcd
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 </row>
24576 </lyxtabular>
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Standard
24584 Sie können auch über den Mathe-Werkzeugleistenknopf 
24585 \begin_inset Info
24586 type  "icon"
24587 arg   "math-insert \\functions"
24588 \end_inset
24589
24590  eingefügt werden.
24591 \end_layout
24592
24593 \begin_layout Subsection
24594 Selbst definierte Funktionen
24595 \begin_inset Index idx
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599 Funktionen ! selbstdefinierte
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Standard
24608 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24609 \begin_inset space \thinspace{}
24610 \end_inset
24611
24612 B.
24613  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24614 \end_layout
24615
24616 \begin_layout Itemize
24617 Man definiert die Funktion selbst.
24618  Dazu gibt man im LaTeX-Vorspann die Zeile
24619 \begin_inset Newline newline
24620 \end_inset
24621
24622
24623 \begin_inset VSpace -3mm
24624 \end_inset
24625
24626
24627 \begin_inset Newline newline
24628 \end_inset
24629
24630
24631 \series bold
24632
24633 \backslash
24634 DeclareMathOperator{
24635 \backslash
24636 sgn}{sgn}
24637 \series default
24638
24639 \begin_inset Index idx
24640 status collapsed
24641
24642 \begin_layout Plain Layout
24643 Befehle ! D ! 
24644 \backslash
24645 dbinom@
24646 \backslash
24647 DeclareMathOperator
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \begin_inset Newline newline
24654 \end_inset
24655
24656
24657 \begin_inset VSpace -2mm
24658 \end_inset
24659
24660
24661 \begin_inset Newline newline
24662 \end_inset
24663
24664 ein
24665 \begin_inset Foot
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669 Näheres zu 
24670 \series bold
24671
24672 \backslash
24673 DeclareMathOperator
24674 \series default
24675  siehe 
24676 \begin_inset CommandInset ref
24677 LatexCommand ref
24678 reference "sub:Selbstdefinierte-Operatoren"
24679
24680 \end_inset
24681
24682 .
24683 \end_layout
24684
24685 \end_inset
24686
24687 .
24688  Nun kann man mit dem Befehl 
24689 \series bold
24690
24691 \backslash
24692 sgn
24693 \series default
24694  die neu definierte Funktion aufrufen.
24695 \end_layout
24696
24697 \begin_layout Itemize
24698 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24699  Beispiel die Buchstaben 
24700 \emph on
24701 sgn
24702 \emph default
24703 , und wandelt ihn in in mathematischen Text um.
24704  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24705 \end_layout
24706
24707 \begin_layout Standard
24708 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24709  Funktion
24710 \begin_inset Foot
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24715 \end_layout
24716
24717 \end_inset
24718
24719 :
24720 \end_layout
24721
24722 \begin_layout Standard
24723 \align center
24724 \begin_inset Tabular
24725 <lyxtabular version="3" rows="3" columns="2">
24726 <features rotate="0" tabularvalignment="middle">
24727 <column alignment="center" valignment="top" width="0pt">
24728 <column alignment="center" valignment="top" width="0pt">
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 Befehl
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 Ergebnis
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 </row>
24749 <row>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 A
24755 \backslash
24756 sgn(x)+B
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 \begin_inset Formula $A\sgn(x)+B$
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 </row>
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 A
24780 \backslash
24781 ,
24782 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24783 \end_inset
24784
24785 (x)+B
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 </lyxtabular>
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24812  mehrfach verwendet werden soll.
24813 \end_layout
24814
24815 \begin_layout Subsection
24816 Grenzwerte
24817 \begin_inset Index idx
24818 status collapsed
24819
24820 \begin_layout Plain Layout
24821 Grenzwerte
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Für Grenzwerte sind außer 
24831 \series bold
24832
24833 \backslash
24834 lim
24835 \series default
24836
24837 \begin_inset Index idx
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841 Befehle ! L ! 
24842 \backslash
24843 lim
24844 \end_layout
24845
24846 \end_inset
24847
24848
24849 \series bold
24850
24851 \backslash
24852 liminf
24853 \series default
24854  und 
24855 \series bold
24856
24857 \backslash
24858 limsup
24859 \series default
24860  noch folgende Funktionen definiert:
24861 \end_layout
24862
24863 \begin_layout Standard
24864 \align center
24865 \begin_inset Tabular
24866 <lyxtabular version="3" rows="5" columns="2">
24867 <features rotate="0" tabularvalignment="middle">
24868 <column alignment="center" valignment="top">
24869 <column alignment="center" valignment="top">
24870 <row>
24871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 Befehl
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 Ergebnis
24885 \begin_inset Note Note
24886 status collapsed
24887
24888 \begin_layout Plain Layout
24889
24890 \series bold
24891
24892 \backslash
24893 raisebox
24894 \series default
24895  dient nur als Abstandhalter.
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 </row>
24906 <row>
24907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911
24912 \backslash
24913 varliminf
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 \begin_inset Formula $\varliminf$
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 </row>
24931 <row>
24932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936
24937 \backslash
24938 varlimsup
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 \begin_inset Formula $\varlimsup$
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 </row>
24956 <row>
24957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961
24962 \backslash
24963 varprojlim
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 \begin_inset Formula $\varprojlim$
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 <row>
24982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \backslash
24988 varinjlim
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 \begin_inset Formula $\varinjlim$
24998 \end_inset
24999
25000
25001 \begin_inset Formula $\raisebox{-2.5mm}{}$
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 </row>
25010 </lyxtabular>
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Standard
25018 \begin_inset VSpace medskip
25019 \end_inset
25020
25021 Der Grenzwert wird durch Tiefstellen erzeugt.
25022  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \align center
25027 \begin_inset Tabular
25028 <lyxtabular version="3" rows="2" columns="2">
25029 <features rotate="0" tabularvalignment="middle">
25030 <column alignment="center" valignment="top" width="0pt">
25031 <column alignment="center" valignment="top" width="0pt">
25032 <row>
25033 <cell alignment="center" valignment="top" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 Befehl
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 \begin_inset space \hspace{}
25047 \length 1cm
25048 \end_inset
25049
25050 Ergebnis
25051 \begin_inset Note Note
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055 Der Leerraum und 
25056 \series bold
25057
25058 \backslash
25059 raisebox
25060 \series default
25061  dienen nur als Abstandhalter.
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 </row>
25072 <row>
25073 <cell alignment="center" valignment="top" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 lim_x
25080 \backslash
25081 to
25082 \begin_inset space \textvisiblespace{}
25083 \end_inset
25084
25085 A
25086 \begin_inset space \textvisiblespace{}
25087 \end_inset
25088
25089 x=B
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 </lyxtabular>
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25116 \begin_inset Formula 
25117 \[
25118 \lim_{x\to A}x=B
25119 \]
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 \begin_inset VSpace medskip
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Standard
25134 Wie man den Schriftsatz von Grenzen einstellt, ist in 
25135 \begin_inset CommandInset ref
25136 LatexCommand ref
25137 reference "sub:Operatorgrenzen"
25138
25139 \end_inset
25140
25141  erklärt.
25142 \end_layout
25143
25144 \begin_layout Subsection
25145 Modulo-Funktionen
25146 \begin_inset Index idx
25147 status collapsed
25148
25149 \begin_layout Plain Layout
25150 Funktionen ! Modulo-
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25160  Varianten.
25161 \end_layout
25162
25163 \begin_layout Standard
25164 Die Varianten in einer abgesetzten Formel:
25165 \begin_inset Formula 
25166 \begin{align*}
25167 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25168 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25169 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25170 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25171 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25172 \end{align*}
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Standard
25180 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25181  weniger Leerraum gesetzt.
25182  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
25183  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
25184 \begin_inset Formula 
25185 \begin{align*}
25186 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25187 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25188 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25189 \end{align*}
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Section
25197 Sonderzeichen
25198 \begin_inset Index idx
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202 Sonderzeichen
25203 \end_layout
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Subsection
25211 Sonderzeichen im mathematischen Text
25212 \end_layout
25213
25214 \begin_layout Standard
25215 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25216  verwendet werden:
25217 \end_layout
25218
25219 \begin_layout Standard
25220 \begin_inset space \hfill{}
25221 \end_inset
25222
25223
25224 \begin_inset Tabular
25225 <lyxtabular version="3" rows="8" columns="2">
25226 <features rotate="0" tabularvalignment="middle">
25227 <column alignment="block" valignment="top">
25228 <column alignment="block" valignment="top">
25229 <row>
25230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234 Befehl
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243 Ergebnis
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 </row>
25249 <row>
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254
25255 \backslash
25256 oe
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265 \begin_inset Formula $\textrm{œ}$
25266 \end_inset
25267
25268
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 OE
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290 \begin_inset Formula $\textrm{Œ}$
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 </row>
25299 <row>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 ae
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315 \begin_inset Formula $\textrm{æ}$
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 </row>
25324 <row>
25325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \backslash
25331 AE
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340 \begin_inset Formula $\textrm{Æ}$
25341 \end_inset
25342
25343
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 </row>
25349 <row>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 aa
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365 \begin_inset Formula $\textrm{\aa}$
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 </row>
25374 <row>
25375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \backslash
25381 AA
25382 \begin_inset Index idx
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386
25387 \backslash
25388 @
25389 \begin_inset ERT
25390 status collapsed
25391
25392 \begin_layout Plain Layout
25393
25394
25395 \backslash
25396 textrm{
25397 \backslash
25398 AA}
25399 \end_layout
25400
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 \begin_inset Formula $\textrm{Å}$
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 </row>
25426 <row>
25427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 i
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 \begin_inset Formula $\textrm{ı}$
25443 \end_inset
25444
25445
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 </row>
25451 </lyxtabular>
25452
25453 \end_inset
25454
25455
25456 \begin_inset space \hfill{}
25457 \end_inset
25458
25459
25460 \begin_inset Tabular
25461 <lyxtabular version="3" rows="8" columns="2">
25462 <features rotate="0" tabularvalignment="middle">
25463 <column alignment="block" valignment="top">
25464 <column alignment="center" valignment="top">
25465 <row>
25466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470 Befehl
25471 \begin_inset Note Note
25472 status collapsed
25473
25474 \begin_layout Plain Layout
25475 Der Leerraum von 0
25476 \begin_inset space \thinspace{}
25477 \end_inset
25478
25479 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25480 \begin_inset space \space{}
25481 \end_inset
25482
25483 ¿ erscheinen würde.
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497 Ergebnis
25498 \end_layout
25499
25500 \end_inset
25501 </cell>
25502 </row>
25503 <row>
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508
25509 \backslash
25510 o
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519 \begin_inset Formula $\textrm{ø}$
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 </row>
25528 <row>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 O
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 \begin_inset Formula $\textrm{Ø}$
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558
25559 \backslash
25560 l
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 \begin_inset Formula $\textrm{ł}$
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \backslash
25585 L
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Formula $\textrm{Ł}$
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 !
25609 \begin_inset space \hspace{}
25610 \length 0mm
25611 \end_inset
25612
25613 `
25614 \begin_inset space \textvisiblespace{}
25615 \end_inset
25616
25617
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 \begin_inset Formula $\textrm{!`}$
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 </row>
25635 <row>
25636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 ?
25641 \begin_inset space \hspace{}
25642 \length 0mm
25643 \end_inset
25644
25645 `
25646 \begin_inset space \textvisiblespace{}
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \end_inset
25653 </cell>
25654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 \begin_inset Formula $\textrm{?`}$
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 </row>
25667 <row>
25668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 j
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683 \begin_inset Formula $\textrm{ȷ}$
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 </row>
25692 </lyxtabular>
25693
25694 \end_inset
25695
25696
25697 \begin_inset space \hfill{}
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \begin_layout Standard
25704 Die Zeichen 
25705 \begin_inset Formula $\textrm{\textrm{Å}}$
25706 \end_inset
25707
25708  und 
25709 \begin_inset Formula $\textrm{\textrm{Ø}}$
25710 \end_inset
25711
25712  können auch über den Mathe-Werkzeugleistenknopf 
25713 \begin_inset Info
25714 type  "icon"
25715 arg   "math-insert \\digamma"
25716 \end_inset
25717
25718  eingefügt werden.
25719 \end_layout
25720
25721 \begin_layout Standard
25722 Eine Ausnahme bilden die Befehle 
25723 \series bold
25724 !
25725 \begin_inset space \hspace{}
25726 \length 0mm
25727 \end_inset
25728
25729 `
25730 \series default
25731  und 
25732 \series bold
25733 ?
25734 \begin_inset space \hspace{}
25735 \length 0mm
25736 \end_inset
25737
25738 `
25739 \series default
25740 , denn man kann sie in LyX direkt in den Text eingeben.
25741 \end_layout
25742
25743 \begin_layout Subsection
25744 Akzente im Text
25745 \begin_inset CommandInset label
25746 LatexCommand label
25747 name "sub:Sonderzeichen-Akzente"
25748
25749 \end_inset
25750
25751
25752 \begin_inset Index idx
25753 status collapsed
25754
25755 \begin_layout Plain Layout
25756 Akzente ! im Text
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Standard
25765 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25766  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25767 \end_layout
25768
25769 \begin_layout Standard
25770 \begin_inset space \hfill{}
25771 \end_inset
25772
25773
25774 \begin_inset Tabular
25775 <lyxtabular version="3" rows="8" columns="2">
25776 <features rotate="0" tabularvalignment="middle">
25777 <column alignment="block" valignment="top">
25778 <column alignment="block" valignment="top">
25779 <row>
25780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784 Befehl
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793 Ergebnis
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806
25807 \begin_inset Quotes grd
25808 \end_inset
25809
25810 e
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset ERT
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823
25824
25825 \backslash
25826 "e
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 </row>
25837 <row>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842
25843 \backslash
25844 `e
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 `e
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878 ^
25879 \begin_inset space \textvisiblespace{}
25880 \end_inset
25881
25882 e
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 ^e
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 </row>
25909 <row>
25910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914
25915 \backslash
25916 =e
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 =e
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 <row>
25944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948
25949 \backslash
25950 u
25951 \begin_inset space \textvisiblespace{}
25952 \end_inset
25953
25954 e
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 u e
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 b
25989 \begin_inset space \textvisiblespace{}
25990 \end_inset
25991
25992 e
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset ERT
26002 status collapsed
26003
26004 \begin_layout Plain Layout
26005
26006
26007 \backslash
26008 b e
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
26019 <row>
26020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024
26025 \backslash
26026 t
26027 \begin_inset space \textvisiblespace{}
26028 \end_inset
26029
26030 ee
26031 \end_layout
26032
26033 \end_inset
26034 </cell>
26035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039 \begin_inset ERT
26040 status collapsed
26041
26042 \begin_layout Plain Layout
26043
26044
26045 \backslash
26046 t ee
26047 \end_layout
26048
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 </row>
26057 </lyxtabular>
26058
26059 \end_inset
26060
26061
26062 \begin_inset space \hfill{}
26063 \end_inset
26064
26065
26066 \begin_inset Tabular
26067 <lyxtabular version="3" rows="8" columns="2">
26068 <features rotate="0" tabularvalignment="middle">
26069 <column alignment="block" valignment="top">
26070 <column alignment="center" valignment="top">
26071 <row>
26072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26073 \begin_inset Text
26074
26075 \begin_layout Plain Layout
26076 Befehl
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085 Ergebnis
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 H
26099 \begin_inset space \textvisiblespace{}
26100 \end_inset
26101
26102 e
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 H e
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 'e
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 'e
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 </row>
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \backslash
26170 ~e
26171 \begin_inset Index idx
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175 Tilde
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 ~e
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 .e
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset ERT
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227
26228
26229 \backslash
26230 .e
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 </row>
26241 <row>
26242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246
26247 \backslash
26248 v
26249 \begin_inset space \textvisiblespace{}
26250 \end_inset
26251
26252 e
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 v e
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 d
26287 \begin_inset space \textvisiblespace{}
26288 \end_inset
26289
26290 e
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 d e
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 </row>
26317 <row>
26318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \backslash
26324 c
26325 \begin_inset space \textvisiblespace{}
26326 \end_inset
26327
26328 e
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337 \begin_inset ERT
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341
26342
26343 \backslash
26344 c e
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 </lyxtabular>
26356
26357 \end_inset
26358
26359
26360 \begin_inset space \hfill{}
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \begin_layout Standard
26367 \begin_inset VSpace medskip
26368 \end_inset
26369
26370 Mit dem Befehl 
26371 \series bold
26372
26373 \backslash
26374 t
26375 \series default
26376  können auch zwei verschiedene Zeichen akzentuiert werden.
26377  Der Befehl 
26378 \series bold
26379
26380 \backslash
26381 t
26382 \begin_inset space \textvisiblespace{}
26383 \end_inset
26384
26385 sz
26386 \series default
26387  ergibt: 
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393
26394 \backslash
26395 t sz
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Standard
26404 Die Akzente 
26405 \series bold
26406 `
26407 \series default
26408  , 
26409 \series bold
26410 '
26411 \series default
26412  und 
26413 \series bold
26414 ^
26415 \series default
26416  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26417  werden ohne den TeX-Modus zu benutzen.
26418  Dasselbe gilt für die Tilde
26419 \begin_inset Foot
26420 status collapsed
26421
26422 \begin_layout Plain Layout
26423 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26424 \end_layout
26425
26426 \end_inset
26427
26428  
26429 \series bold
26430 ~
26431 \series default
26432  in Verbindung mit 
26433 \emph on
26434 a
26435 \emph default
26436  , 
26437 \emph on
26438 n
26439 \emph default
26440  oder 
26441 \emph on
26442 o
26443 \emph default
26444 .
26445 \end_layout
26446
26447 \begin_layout Standard
26448 Die Befehle 
26449 \series bold
26450
26451 \backslash
26452 b
26453 \series default
26454  , 
26455 \series bold
26456
26457 \backslash
26458 c
26459 \series default
26460  , 
26461 \series bold
26462
26463 \backslash
26464 d
26465 \series default
26466  , 
26467 \series bold
26468
26469 \backslash
26470 H
26471 \series default
26472  , 
26473 \series bold
26474
26475 \backslash
26476 t
26477 \series default
26478  , 
26479 \series bold
26480
26481 \backslash
26482 u
26483 \series default
26484  , 
26485 \series bold
26486
26487 \backslash
26488 v
26489 \series default
26490  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26491  Textmodus verfügbar.
26492  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26493  
26494 \begin_inset CommandInset ref
26495 LatexCommand ref
26496 reference "sub:Akzente-für-ein"
26497
26498 \end_inset
26499
26500 .
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset VSpace bigskip
26505 \end_inset
26506
26507 Des Weiteren kann man mit dem Befehl 
26508 \series bold
26509
26510 \backslash
26511 textcircled
26512 \series default
26513
26514 \begin_inset Index idx
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518 Befehle ! T ! 
26519 \backslash
26520 textcircled
26521 \end_layout
26522
26523 \end_inset
26524
26525 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26526  Kreis setzen, quasi mit einem Kreis akzentuieren.
26527 \end_layout
26528
26529 \begin_layout Standard
26530 \align center
26531 \begin_inset Tabular
26532 <lyxtabular version="3" rows="3" columns="2">
26533 <features rotate="0" tabularvalignment="middle">
26534 <column alignment="center" valignment="top">
26535 <column alignment="center" valignment="top">
26536 <row>
26537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 Befehl
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550 Ergebnis
26551 \begin_inset Note Note
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555
26556 \series bold
26557
26558 \backslash
26559 raisebox
26560 \series default
26561  in der Formel dient nur als Abstandhalter.
26562 \end_layout
26563
26564 \end_inset
26565
26566
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 </row>
26572 <row>
26573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577
26578 \backslash
26579 textcircled{w}
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 \begin_inset ERT
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592
26593
26594 \backslash
26595 textcircled{w}
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 </row>
26606 <row>
26607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611
26612 \backslash
26613 Large 
26614 \backslash
26615 textcircled{
26616 \backslash
26617 normalsize
26618 \backslash
26619 protect
26620 \backslash
26621 raisebox{-1.5pt}{W}}
26622 \end_layout
26623
26624 \end_inset
26625 </cell>
26626 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Formula $\raisebox{4.5mm}{}$
26631 \end_inset
26632
26633
26634 \begin_inset ERT
26635 status collapsed
26636
26637 \begin_layout Plain Layout
26638
26639
26640 \backslash
26641 Large 
26642 \backslash
26643 textcircled{
26644 \backslash
26645 normalsize
26646 \backslash
26647 protect
26648 \backslash
26649 raisebox{-1.5pt}W}
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \begin_inset Formula $\raisebox{-2mm}{}$
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 </lyxtabular>
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Standard
26672 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26673  
26674 \series bold
26675
26676 \backslash
26677 Large
26678 \series default
26679
26680 \begin_inset Foot
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684 siehe 
26685 \begin_inset CommandInset ref
26686 LatexCommand ref
26687 reference "sub:Schriftgrößen"
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \end_inset
26695
26696  bestimmt dabei die Größe des Kreises.
26697  Mit Hilfe von 
26698 \series bold
26699
26700 \backslash
26701 raisebox
26702 \series default
26703
26704 \begin_inset Foot
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 siehe 
26709 \begin_inset CommandInset ref
26710 LatexCommand ref
26711 reference "sub:Boxen-ohne-Rahmen"
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719
26720  kann man das Zeichen zentrieren.
26721 \end_layout
26722
26723 \begin_layout Subsection
26724 Minuskelziffern
26725 \begin_inset Index idx
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729 Minuskelziffern
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Standard
26738 Minuskelziffern werden mit dem Befehl 
26739 \series bold
26740
26741 \backslash
26742 oldstylenums
26743 \series default
26744
26745 \begin_inset Index idx
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 Befehle ! O ! 
26750 \backslash
26751 oldstylenums
26752 \end_layout
26753
26754 \end_inset
26755
26756  erzeugt.
26757  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26758  Das Befehlsschema lautet:
26759 \end_layout
26760
26761 \begin_layout Standard
26762
26763 \series bold
26764
26765 \backslash
26766 oldstylenums{Ziffer}
26767 \end_layout
26768
26769 \begin_layout Standard
26770 Der Befehl 
26771 \series bold
26772
26773 \backslash
26774 oldstylenums{0123456789
26775 \series default
26776  ergibt: 
26777 \begin_inset Formula $\oldstylenums{0123456789}$
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Section
26784 Formelstile
26785 \begin_inset CommandInset label
26786 LatexCommand label
26787 name "sec:Formelstile"
26788
26789 \end_inset
26790
26791
26792 \begin_inset Index idx
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 Formel ! Stile
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \begin_layout Itemize
26805 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26806 \end_layout
26807
26808 \begin_deeper
26809 \begin_layout Description
26810 Zentriert ist der voreingestellte Standard
26811 \end_layout
26812
26813 \begin_layout Description
26814 Eingerückt dazu muss im Menü 
26815 \family sans
26816 Dokument\SpecialChar \menuseparator
26817 Einstellungen
26818 \family default
26819  unter 
26820 \family sans
26821 Dokumentklasse
26822 \family default
26823  die Option 
26824 \series bold
26825 fleqn
26826 \series default
26827  eingeben werden
26828 \end_layout
26829
26830 \begin_layout Standard
26831 Wird 
26832 \series bold
26833 Eingerückt
26834 \series default
26835  verwendet, kann mit der Länge 
26836 \series bold
26837
26838 \backslash
26839 mathindent
26840 \series default
26841
26842 \begin_inset Index idx
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 Befehle ! M ! 
26847 \backslash
26848 mathindent
26849 \end_layout
26850
26851 \end_inset
26852
26853  die Einrückung eingestellt werden.
26854  Soll der Abstand 15
26855 \begin_inset space \thinspace{}
26856 \end_inset
26857
26858 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26859 \end_layout
26860
26861 \begin_layout Standard
26862
26863 \series bold
26864
26865 \backslash
26866 setlength{
26867 \backslash
26868 mathindent}{15mm}
26869 \end_layout
26870
26871 \begin_layout Standard
26872 ein.
26873  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26874 \begin_inset space \thinspace{}
26875 \end_inset
26876
26877 pt verwendet.
26878 \end_layout
26879
26880 \end_deeper
26881 \begin_layout Itemize
26882 Und zwei verschiedene Nummerierungsstile:
26883 \end_layout
26884
26885 \begin_deeper
26886 \begin_layout Description
26887 Rechts ist der voreingestellte Standard
26888 \end_layout
26889
26890 \begin_layout Description
26891 Links dazu muss im Menü 
26892 \family sans
26893 Dokument\SpecialChar \menuseparator
26894 Einstellungen
26895 \family default
26896  unter 
26897 \family sans
26898 Dokumentklasse
26899 \family default
26900  die Option 
26901 \series bold
26902 leqno
26903 \series default
26904  eingeben werden
26905 \end_layout
26906
26907 \end_deeper
26908 \begin_layout Standard
26909
26910 \series bold
26911 fleqn
26912 \series default
26913  und 
26914 \series bold
26915 leqno
26916 \series default
26917  können auch gemeinsam verwendet werden.
26918  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26919 n.
26920 \end_layout
26921
26922 \begin_layout Standard
26923 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26924  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26925  ausgerichtete Formeln setzen, verwendet man den Stil 
26926 \series bold
26927 Zentriert
26928 \series default
26929 .
26930  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26931  
26932 \begin_inset CommandInset ref
26933 LatexCommand ref
26934 reference "sub:Flalign-Umgebung"
26935
26936 \end_inset
26937
26938 .
26939 \end_layout
26940
26941 \begin_layout Section
26942 Mehrzeilige Formeln
26943 \begin_inset CommandInset label
26944 LatexCommand label
26945 name "sec:Mehrzeilige-Formeln"
26946
26947 \end_inset
26948
26949
26950 \begin_inset Index idx
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 Formel ! mehrzeilige
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \begin_layout Subsection
26963 Allgemeines
26964 \end_layout
26965
26966 \begin_layout Standard
26967 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26968 \family sans
26969 Strg+Enter
26970 \family default
26971  drückt.
26972  Dies erzeugt entweder eine 
26973 \series bold
26974 eqnarray-Umgebung
26975 \series default
26976 , die in 
26977 \begin_inset CommandInset ref
26978 LatexCommand ref
26979 reference "sub:Eqnarray-Umgebung"
26980
26981 \end_inset
26982
26983  beschrieben ist oder, wenn die Option 
26984 \family sans
26985 AMS-Mathe-Paket verwenden
26986 \family default
26987  in den Dokumenteinstellungen gewählt ist, eine 
26988 \series bold
26989 align-Umgebung
26990 \series default
26991 , die in 
26992 \begin_inset CommandInset ref
26993 LatexCommand ref
26994 reference "sub:Standard-align-Umgebung"
26995
26996 \end_inset
26997
26998  beschrieben ist.
26999  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
27000  jedem Fall typographisch korrekt in der Ausgabe.
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27005 \family sans
27006 Einfügen\SpecialChar \menuseparator
27007 Mathe
27008 \family default
27009  erstellt werden können.
27010  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27011 \end_layout
27012
27013 \begin_layout Standard
27014 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27015  man 
27016 \family sans
27017 Strg+Enter
27018 \family default
27019  drückt.
27020  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27021 fe 
27022 \begin_inset Info
27023 type  "icon"
27024 arg   "inset-modify tabular append-row"
27025 \end_inset
27026
27027  bzw.
27028 \begin_inset space \space{}
27029 \end_inset
27030
27031
27032 \begin_inset Info
27033 type  "icon"
27034 arg   "inset-modify tabular delete-row"
27035 \end_inset
27036
27037  oder das Menü 
27038 \family sans
27039 Bearbeiten\SpecialChar \menuseparator
27040 Zeilen & Spalten
27041 \family default
27042  verwendet werden.
27043 \end_layout
27044
27045 \begin_layout Subsubsection
27046 Zeilenabstand
27047 \begin_inset CommandInset label
27048 LatexCommand label
27049 name "sub:Zeilenabstand"
27050
27051 \end_inset
27052
27053
27054 \begin_inset Index idx
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058 Formel ! mehrzeilige ! Zeilenabstand
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27068 \begin_inset Formula 
27069 \begin{eqnarray*}
27070 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27071 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
27072 \end{eqnarray*}
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Standard
27080 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27081 chbefehls angegeben.
27082  Dies ist in LyX aber nicht möglich
27083 \begin_inset Foot
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087 siehe 
27088 \begin_inset CommandInset href
27089 LatexCommand href
27090 name "LyX-Fehler #1505"
27091 target "http://www.lyx.org/trac/ticket/1505"
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099
27100 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27101  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27102  Zeile den Befehl 
27103 \series bold
27104
27105 \backslash
27106
27107 \backslash
27108 [3mm]
27109 \series default
27110  ein.
27111  Damit erhält man: 
27112 \begin_inset ERT
27113 status collapsed
27114
27115 \begin_layout Plain Layout
27116
27117
27118 \backslash
27119 begin{eqnarray*}
27120 \end_layout
27121
27122 \begin_layout Plain Layout
27123
27124 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27125  = & 
27126 \backslash
27127 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27128 \backslash
27129
27130 \backslash
27131 [3mm]
27132 \end_layout
27133
27134 \begin_layout Plain Layout
27135
27136 4x^{2}
27137 \backslash
27138 left(B^{2}+x_{0}^{2}
27139 \backslash
27140 right)+4x_{0}x
27141 \backslash
27142 left(D-B^{2}
27143 \backslash
27144 right)+B^{2}
27145 \backslash
27146 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27147 \backslash
27148 right) & = & 0
27149 \end_layout
27150
27151 \begin_layout Plain Layout
27152
27153
27154 \backslash
27155 end{eqnarray*}
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset VSpace bigskip
27165 \end_inset
27166
27167 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27168  man die Länge 
27169 \series bold
27170
27171 \backslash
27172 jot
27173 \series default
27174
27175 \begin_inset Index idx
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 Befehle ! J ! 
27180 \backslash
27181 jot
27182 \end_layout
27183
27184 \end_inset
27185
27186 .
27187  Es gilt 
27188 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27189 \end_inset
27190
27191 .
27192  Voreingestellt ist für 
27193 \series bold
27194
27195 \backslash
27196 jot
27197 \series default
27198  der Wert 3
27199 \begin_inset space \thinspace{}
27200 \end_inset
27201
27202 pt.
27203  Um wie im vorigen Beispiel 3
27204 \begin_inset space \thinspace{}
27205 \end_inset
27206
27207 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27208 \end_layout
27209
27210 \begin_layout Standard
27211
27212 \series bold
27213
27214 \backslash
27215 setlength{
27216 \backslash
27217 jot}{3mm+3pt}
27218 \end_layout
27219
27220 \begin_layout Standard
27221 im TeX-Modus vor der Formel ein.
27222  Das setzt voraus, dass das LaTeX-Paket 
27223 \series bold
27224 calc
27225 \series default
27226
27227 \begin_inset Foot
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232 \series bold
27233 calc
27234 \series default
27235  ist Teil jeder LaTeX-Standardinstallation.
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \begin_inset Index idx
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245 Pakete ! calc
27246 \end_layout
27247
27248 \end_inset
27249
27250  im LaTeX-Vorspann mit der Zeile
27251 \end_layout
27252
27253 \begin_layout Standard
27254
27255 \series bold
27256
27257 \backslash
27258 usepackage{calc}
27259 \end_layout
27260
27261 \begin_layout Standard
27262 geladen wurde.
27263 \end_layout
27264
27265 \begin_layout Standard
27266 Man erhält: 
27267 \begin_inset ERT
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 setlength{
27275 \backslash
27276 jot}{3mm+3pt}
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \begin_inset Formula 
27283 \begin{eqnarray*}
27284 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27285 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0
27286 \end{eqnarray*}
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset ERT
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298
27299
27300 \backslash
27301 setlength{
27302 \backslash
27303 jot}{3pt}
27304 \end_layout
27305
27306 \end_inset
27307
27308  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27309 \series bold
27310
27311 \backslash
27312 jot
27313 \series default
27314  auf den Wert 3
27315 \begin_inset space \thinspace{}
27316 \end_inset
27317
27318 pt.
27319 \end_layout
27320
27321 \begin_layout Subsubsection
27322 Spaltenabstand
27323 \begin_inset CommandInset label
27324 LatexCommand label
27325 name "sub:Spaltenabstand"
27326
27327 \end_inset
27328
27329
27330 \begin_inset Index idx
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334 Formel ! mehrzeilige ! Spaltenabstand
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Mehrzeilige Formeln bilden eine Matrix.
27344  Eine Formel in der Eqnarray-Umgebung ist z.
27345 \begin_inset space \thinspace{}
27346 \end_inset
27347
27348 B.
27349  eine dreispaltige Matrix.
27350  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27351  neben den Relationszeichen ändern.
27352 \end_layout
27353
27354 \begin_layout Standard
27355 Der Spaltenabstand wird mit der Länge 
27356 \series bold
27357
27358 \backslash
27359 arraycolsep
27360 \series default
27361
27362 \begin_inset Index idx
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366 Befehle ! A ! 
27367 \backslash
27368 arraycolsep
27369 \end_layout
27370
27371 \end_inset
27372
27373  festgelegt, wobei gilt:
27374 \begin_inset Newline newline
27375 \end_inset
27376
27377 Spaltenabstand = 2
27378 \begin_inset space \thinspace{}
27379 \end_inset
27380
27381
27382 \series bold
27383
27384 \backslash
27385 arraycolsep
27386 \series default
27387 .
27388 \begin_inset Newline newline
27389 \end_inset
27390
27391 Der im TeX-Modus eingegebene Befehl
27392 \end_layout
27393
27394 \begin_layout Standard
27395
27396 \series bold
27397
27398 \backslash
27399 setlength{
27400 \backslash
27401 arraycolsep}{1cm}
27402 \end_layout
27403
27404 \begin_layout Standard
27405 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27406 \begin_inset space \thinspace{}
27407 \end_inset
27408
27409 cm.
27410  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27411 \series bold
27412
27413 \backslash
27414 arraycolsep
27415 \series default
27416  auf 5
27417 \begin_inset space \thinspace{}
27418 \end_inset
27419
27420 pt.
27421 \end_layout
27422
27423 \begin_layout Standard
27424 Eine Formel mit 2
27425 \begin_inset space \thinspace{}
27426 \end_inset
27427
27428 cm Spaltenabstand:
27429 \begin_inset ERT
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433
27434
27435 \backslash
27436 setlength{
27437 \backslash
27438 arraycolsep}{1cm}
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \begin_inset Formula 
27445 \begin{eqnarray*}
27446 A & = & B\\
27447 C & \ne & A
27448 \end{eqnarray*}
27449
27450 \end_inset
27451
27452 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 pt:
27457 \begin_inset ERT
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 setlength{
27465 \backslash
27466 arraycolsep}{5pt}
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \begin_inset Formula 
27473 \begin{eqnarray*}
27474 A & = & B\\
27475 C & \ne & A
27476 \end{eqnarray*}
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \begin_layout Subsubsection
27484 Lange Formeln
27485 \begin_inset Index idx
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 Formel ! lange
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \begin_layout Standard
27498 Lange Formeln kann man wie folgt setzen:
27499 \end_layout
27500
27501 \begin_layout Itemize
27502 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27503  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27504 \begin_inset Formula 
27505 \begin{eqnarray}
27506 H & = & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\nonumber \\
27507  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:kurzlang}
27508 \end{eqnarray}
27509
27510 \end_inset
27511
27512 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27513  als Operator, da es das erste Zeichen der Zeile ist.
27514  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27515  Bruchstrich unterscheiden.
27516  Um das zu verhindern, wurde mit dem Befehl 
27517 \series bold
27518
27519 \backslash
27520 hspace
27521 \series default
27522  3
27523 \begin_inset space \thinspace{}
27524 \end_inset
27525
27526 pt Leerraum hinter das Minuszeichen eingefügt.
27527 \begin_inset Foot
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531 mehr zu 
27532 \series bold
27533
27534 \backslash
27535 hspace
27536 \series default
27537  siehe 
27538 \begin_inset CommandInset ref
27539 LatexCommand ref
27540 reference "sub:Variabler-Leerraum"
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \begin_inset Index idx
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Befehle ! H ! 
27555 \backslash
27556 hspace
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \begin_layout Itemize
27565 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27566 \series bold
27567
27568 \backslash
27569 lefteqn
27570 \series default
27571
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 Befehle ! L ! 
27577 \backslash
27578 lefteqn
27579 \end_layout
27580
27581 \end_inset
27582
27583 .
27584  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27585  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27586 \begin_inset Formula 
27587 \begin{eqnarray}
27588 \lefteqn{4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}}\nonumber \\
27589  &  & -\hspace{3pt}B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\nonumber \\
27590  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}
27591 \end{eqnarray}
27592
27593 \end_inset
27594
27595 Nachdem man 
27596 \series bold
27597
27598 \backslash
27599 lefteqn
27600 \series default
27601  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27602  das gegenüber dem blauen leicht verschoben ist.
27603  In dieses wird die Formel eingegeben.
27604 \begin_inset Newline newline
27605 \end_inset
27606
27607 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27608  eingegeben.
27609  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27610  Einrückung.
27611 \begin_inset VSpace medskip
27612 \end_inset
27613
27614
27615 \begin_inset Newline newline
27616 \end_inset
27617
27618
27619 \begin_inset Note Greyedout
27620 status open
27621
27622 \begin_layout Plain Layout
27623 Bei der Verwendung von 
27624 \series bold
27625
27626 \backslash
27627 lefteqn
27628 \series default
27629  ist Folgendes zu beachten:
27630 \end_layout
27631
27632 \begin_layout Itemize
27633 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27634  Würde man in obigem Beispiel der ersten Zeile den Term 
27635 \begin_inset Formula $-B^{2}$
27636 \end_inset
27637
27638  anfügen, befände sich dieser außerhalb des Seitenrands.
27639  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27640  Leerraum einfügen.
27641 \end_layout
27642
27643 \begin_layout Itemize
27644 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27645  erste Zeile gesetzt werden.
27646 \begin_inset Foot
27647 status collapsed
27648
27649 \begin_layout Plain Layout
27650 \begin_inset CommandInset href
27651 LatexCommand href
27652 name "LyX-Fehler #1429"
27653 target "http://www.lyx.org/trac/ticket/1429"
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \end_inset
27661
27662  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27663  Pfeiltasten bewegen.
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \begin_layout Itemize
27672 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27673 \begin_inset CommandInset ref
27674 LatexCommand ref
27675 reference "sub:Multline-Umgebung"
27676
27677 \end_inset
27678
27679  und 
27680 \begin_inset CommandInset ref
27681 LatexCommand ref
27682 reference "sub:Mehrzeilige-Formelteile"
27683
27684 \end_inset
27685
27686  beschriebenen Umgebungen.
27687 \end_layout
27688
27689 \begin_layout Subsubsection
27690 Mehrzeilige Klammern
27691 \begin_inset CommandInset label
27692 LatexCommand label
27693 name "sub:Mehrzeilige-Klammern"
27694
27695 \end_inset
27696
27697
27698 \begin_inset Index idx
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 Klammern ! mehrzeilige
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \end_layout
27709
27710 \begin_layout Standard
27711 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27712 \begin_inset Formula 
27713 \begin{eqnarray*}
27714 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27715  &  & \left.\cdots+B-D\right]
27716 \end{eqnarray*}
27717
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \begin_layout Standard
27724 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27725  Größe dürfen nicht über mehrere Zeilen gehen.
27726 \end_layout
27727
27728 \begin_layout Standard
27729 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27730  erste Zeile mit 
27731 \series bold
27732
27733 \backslash
27734 right.
27735 \series default
27736
27737 \begin_inset Index idx
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741 Befehle ! R ! 
27742 \backslash
27743 right
27744 \end_layout
27745
27746 \end_inset
27747
27748  und beginnt die zweite Zeile mit 
27749 \series bold
27750
27751 \backslash
27752 left.
27753 \begin_inset Foot
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757 mehr zu 
27758 \series bold
27759
27760 \backslash
27761 left
27762 \series default
27763  und 
27764 \series bold
27765
27766 \backslash
27767 right
27768 \series default
27769  siehe 
27770 \begin_inset CommandInset ref
27771 LatexCommand ref
27772 reference "sub:Automatische-Klammergrößen"
27773
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \series default
27783
27784 \begin_inset Index idx
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 Befehle ! L ! 
27789 \backslash
27790 left
27791 \end_layout
27792
27793 \end_inset
27794
27795 .
27796  Nach 
27797 \series bold
27798
27799 \backslash
27800 left.
27801
27802 \series default
27803  gibt man den Befehl 
27804 \series bold
27805
27806 \backslash
27807 vphantom
27808 \series default
27809
27810 \begin_inset space \textvisiblespace{}
27811 \end_inset
27812
27813
27814 \series bold
27815
27816 \backslash
27817 prod
27818 \series default
27819 ^
27820 \begin_inset space \textvisiblespace{}
27821 \end_inset
27822
27823
27824 \series bold
27825
27826 \backslash
27827 infty
27828 \series default
27829
27830 \begin_inset space \textvisiblespace{}
27831 \end_inset
27832
27833
27834 \series bold
27835
27836 \begin_inset Formula $\downarrow$
27837 \end_inset
27838
27839 _R=1}
27840 \series default
27841
27842 \begin_inset Index idx
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 Befehle ! V ! 
27847 \backslash
27848 vphantom
27849 \end_layout
27850
27851 \end_inset
27852
27853  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27854  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27855 \end_layout
27856
27857 \begin_layout Standard
27858 Das Ergebnis sieht so aus:
27859 \begin_inset Formula 
27860 \begin{eqnarray*}
27861 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27862  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27863 \end{eqnarray*}
27864
27865 \end_inset
27866
27867
27868 \end_layout
27869
27870 \begin_layout Subsection
27871 Align-Umgebungen
27872 \end_layout
27873
27874 \begin_layout Standard
27875 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27876  werden.
27877  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27878 \end_layout
27879
27880 \begin_layout Standard
27881 Align-Umgebungen bestehen aus Spalten.
27882  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27883  ausgerichtet.
27884  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27885 \end_layout
27886
27887 \begin_layout Standard
27888 Align-Umgebung werden über das Menü 
27889 \family sans
27890 Einfügen\SpecialChar \menuseparator
27891 Mathe
27892 \family default
27893  erstellt.
27894  Über das Menü 
27895 \family sans
27896 Bearbeiten\SpecialChar \menuseparator
27897 Mathe\SpecialChar \menuseparator
27898 Formelart
27899 \begin_inset space ~
27900 \end_inset
27901
27902 ändern
27903 \family default
27904  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27905 \end_layout
27906
27907 \begin_layout Standard
27908 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27909
27910 \begin_inset Info
27911 type  "icon"
27912 arg   "inset-modify tabular append-column"
27913 \end_inset
27914
27915  bzw.
27916 \begin_inset space \space{}
27917 \end_inset
27918
27919
27920 \begin_inset Info
27921 type  "icon"
27922 arg   "inset-modify tabular delete-column"
27923 \end_inset
27924
27925  oder das Menü 
27926 \family sans
27927 Bearbeiten\SpecialChar \menuseparator
27928 Zeilen & Spalten
27929 \family default
27930  verwendet werden.
27931 \end_layout
27932
27933 \begin_layout Subsubsection
27934 Standard align-Umgebung
27935 \begin_inset CommandInset label
27936 LatexCommand label
27937 name "sub:Standard-align-Umgebung"
27938
27939 \end_inset
27940
27941
27942 \begin_inset Index idx
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 Formel ! mehrzeilige ! align-Umgebung
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Standard
27955 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27956 \family sans
27957 Strg+Enter
27958 \family default
27959  drückt oder das Menü 
27960 \family sans
27961 Einfügen\SpecialChar \menuseparator
27962 Mathe\SpecialChar \menuseparator
27963 AMS align-Umge\SpecialChar \-
27964 bung
27965 \family default
27966  aufruft.
27967 \end_layout
27968
27969 \begin_layout Standard
27970 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27971 n align-Umgebung erzeugt wurden:
27972 \begin_inset Formula 
27973 \begin{align*}
27974 A & =\sin(B) & C & =D\\
27975 C & \ne A & B & \ne D
27976 \end{align*}
27977
27978 \end_inset
27979
27980 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
27981  würde sich vor der ersten und hinter jeder geraden Spalte ein 
27982 \series bold
27983
27984 \backslash
27985 hfill
27986 \begin_inset Foot
27987 status collapsed
27988
27989 \begin_layout Plain Layout
27990 mehr zu 
27991 \series bold
27992
27993 \backslash
27994 hfill
27995 \series default
27996  siehe 
27997 \begin_inset CommandInset ref
27998 LatexCommand ref
27999 reference "sub:Variabler-Leerraum"
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \series default
28010  befinden.
28011  Ist der Formelstil 
28012 \series bold
28013 Eingerückt
28014 \begin_inset Foot
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Formelstile siehe 
28019 \begin_inset CommandInset ref
28020 LatexCommand ref
28021 reference "sec:Formelstile"
28022
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \series default
28032  gewählt, wird die Formel ohne den 
28033 \series bold
28034
28035 \backslash
28036 hfill
28037 \series default
28038  vor der ersten Spalte gesetzt.
28039 \end_layout
28040
28041 \begin_layout Subsubsection
28042 Alignat-Umgebung
28043 \begin_inset Index idx
28044 status collapsed
28045
28046 \begin_layout Plain Layout
28047 Formel ! mehrzeilige ! alignat-Umgebung
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Standard
28056 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28057  Man kann ihn manuell durch die in 
28058 \begin_inset CommandInset ref
28059 LatexCommand ref
28060 reference "sub:Leerraum"
28061
28062 \end_inset
28063
28064  beschriebenen Leerräume einfügen.
28065 \end_layout
28066
28067 \begin_layout Standard
28068 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28069  Formel 1
28070 \begin_inset space \thinspace{}
28071 \end_inset
28072
28073 cm Leerraum eingefügt wurde:
28074 \begin_inset Formula 
28075 \begin{alignat*}{2}
28076 A & =\sin(B) & \hspace{1cm}C & =D\\
28077 C & \ne A & B & \ne D
28078 \end{alignat*}
28079
28080 \end_inset
28081
28082 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28083  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28084  Formeln.
28085 \end_layout
28086
28087 \begin_layout Subsubsection
28088 Flalign-Umgebung
28089 \begin_inset CommandInset label
28090 LatexCommand label
28091 name "sub:Flalign-Umgebung"
28092
28093 \end_inset
28094
28095
28096 \begin_inset Index idx
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 Formel ! mehrzeilige ! flalign-Umgebung
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28110  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28111  Dazu ein Beispiel:
28112 \begin_inset Formula 
28113 \begin{flalign*}
28114 A & =1 & B & =2 & C & =3\\
28115 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28116 \end{flalign*}
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Standard
28124 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28125  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28126  im Dokument links setzen obwohl der Formelstil 
28127 \series bold
28128 Zentriert
28129 \series default
28130  eingestellt ist.
28131  Als Beispiel die eingerückte ausgerichtete Formel 
28132 \begin_inset CommandInset ref
28133 LatexCommand eqref
28134 reference "eq:VolInt"
28135
28136 \end_inset
28137
28138 :
28139 \begin_inset Formula 
28140 \begin{flalign}
28141 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28142 \end{flalign}
28143
28144 \end_inset
28145
28146 In den ersten beiden Spalten befindet sich die Formel.
28147  Damit sie wie beim Formelstil 
28148 \series bold
28149 Eingerückt
28150 \series default
28151  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28152 \begin_inset space \thinspace{}
28153 \end_inset
28154
28155 pt Leerraum eingefügt.
28156 \end_layout
28157
28158 \begin_layout Subsection
28159 Eqnarray-Umgebung
28160 \begin_inset CommandInset label
28161 LatexCommand label
28162 name "sub:Eqnarray-Umgebung"
28163
28164 \end_inset
28165
28166
28167 \begin_inset Index idx
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Formel ! mehrzeilige ! Eqnarray-Umgebung
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Standard
28180 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28181  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28182  ausgerichtet.
28183  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28184  da dieses Kästchen nur für Relationzeichen gedacht ist.
28185 \begin_inset Formula 
28186 \begin{eqnarray*}
28187 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28188 AB & AB & AB\\
28189 A & = & A
28190 \end{eqnarray*}
28191
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \begin_layout Subsection
28198 Gather-Umgebung
28199 \begin_inset Index idx
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Formel ! mehrzeilige ! Gather-Umgebung
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \begin_layout Standard
28212 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28213  Jede Zeile kann nummeriert werden.
28214 \begin_inset Formula 
28215 \begin{gather}
28216 A=1\\
28217 X=\textrm{-}1
28218 \end{gather}
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Subsection
28226 Multline-Umgebung
28227 \begin_inset CommandInset label
28228 LatexCommand label
28229 name "sub:Multline-Umgebung"
28230
28231 \end_inset
28232
28233
28234 \begin_inset Index idx
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238 Formel ! mehrzeilige ! Multline-Umgebung
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \begin_layout Standard
28247 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28248  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28249  Alle anderen Zeilen sind zentriert.
28250  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28251  Als Beispiel Formel 
28252 \begin_inset CommandInset ref
28253 LatexCommand eqref
28254 reference "eq:lefteqn"
28255
28256 \end_inset
28257
28258  in der multline-Umgebung:
28259 \begin_inset Formula 
28260 \begin{multline}
28261 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}\\
28262 -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}\\
28263 =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}}
28264 \end{multline}
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28273  nummeriert, wenn rechts (links) nummeriert wird.
28274 \begin_inset Foot
28275 status collapsed
28276
28277 \begin_layout Plain Layout
28278 Nummerierungsstile siehe 
28279 \begin_inset CommandInset ref
28280 LatexCommand ref
28281 reference "sec:Formelstile"
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 Mit den Befehlen 
28295 \series bold
28296
28297 \backslash
28298 shoveright
28299 \series default
28300
28301 \begin_inset Index idx
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305 Befehle ! S ! 
28306 \backslash
28307 shoveright
28308 \end_layout
28309
28310 \end_inset
28311
28312  und 
28313 \series bold
28314
28315 \backslash
28316 shoveleft
28317 \series default
28318
28319 \begin_inset Index idx
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 Befehle ! S ! 
28324 \backslash
28325 shoveleft
28326 \end_layout
28327
28328 \end_inset
28329
28330  kann eine zentrierte Zeile rechts bzw.
28331 \begin_inset space \space{}
28332 \end_inset
28333
28334 links ausgerichtet werden.
28335  Die Befehle werden folgendermaßen verwendet:
28336 \end_layout
28337
28338 \begin_layout Standard
28339
28340 \series bold
28341
28342 \backslash
28343 shoveright{Zeileninhalt}
28344 \series default
28345  bzw.
28346 \begin_inset space \space{}
28347 \end_inset
28348
28349
28350 \series bold
28351
28352 \backslash
28353 shoveleft{Zeileninhalt}
28354 \end_layout
28355
28356 \begin_layout Standard
28357 \begin_inset VSpace medskip
28358 \end_inset
28359
28360 Die Länge 
28361 \series bold
28362
28363 \backslash
28364 multlinegap
28365 \series default
28366
28367 \begin_inset Index idx
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Befehle ! M ! 
28372 \backslash
28373 multlinegap
28374 \end_layout
28375
28376 \end_inset
28377
28378  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28379  Voreingestellt ist die Länge 0
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 pt.
28384 \end_layout
28385
28386 \begin_layout Standard
28387 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28388 \end_layout
28389
28390 \begin_layout Standard
28391
28392 \series bold
28393
28394 \backslash
28395 setlength{
28396 \backslash
28397 multlinegap}{2cm}
28398 \end_layout
28399
28400 \begin_layout Standard
28401 eingegeben wurde:
28402 \begin_inset ERT
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406
28407
28408 \backslash
28409 setlength{
28410 \backslash
28411 multlinegap}{2cm}
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \begin_inset Formula 
28418 \begin{multline}
28419 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}\\
28420 \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}}\\
28421 =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}}
28422 \end{multline}
28423
28424 \end_inset
28425
28426
28427 \begin_inset ERT
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431
28432
28433 \backslash
28434 setlength{
28435 \backslash
28436 multlinegap}{0pt}
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \end_layout
28443
28444 \begin_layout Standard
28445 Die zweite Zeile wurde mit 
28446 \series bold
28447
28448 \backslash
28449 shoveleft
28450 \series default
28451  linksbündig ausgerichtet.
28452 \end_layout
28453
28454 \begin_layout Subsection
28455 Mehrzeilige Formelteile
28456 \begin_inset CommandInset label
28457 LatexCommand label
28458 name "sub:Mehrzeilige-Formelteile"
28459
28460 \end_inset
28461
28462
28463 \begin_inset Index idx
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467 Formel ! mehrzeilige ! Formelteile
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Standard
28476 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28477  der folgenden Umgebungen: 
28478 \series bold
28479 aligned
28480 \series default
28481
28482 \series bold
28483 alignedat
28484 \series default
28485
28486 \series bold
28487 gathered
28488 \series default
28489  oder 
28490 \series bold
28491 split
28492 \series default
28493 .
28494  Sie können über das Menü 
28495 \family sans
28496 Einfügen\SpecialChar \menuseparator
28497 Mathe
28498 \family default
28499  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28504 n Formel\SpecialChar \-
28505 umgebungen.
28506  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28507  Dazu ein Beispiel:
28508 \begin_inset Formula 
28509 \[
28510 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28511 \Delta E\Delta t & \ge\frac{\hbar}{2}
28512 \end{aligned}
28513 \right\} \textrm{Unbestimmtheitsrelationen}
28514 \]
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28523  der Befehl 
28524 \series bold
28525
28526 \backslash
28527 aligned
28528 \series default
28529
28530 \begin_inset Index idx
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Befehle ! A ! 
28535 \backslash
28536 aligned
28537 \end_layout
28538
28539 \end_inset
28540
28541  eingegeben wird.
28542  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28543  und Zeilen hinzufügen kann.
28544  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28545  gesetzt werden.
28546 \end_layout
28547
28548 \begin_layout Standard
28549 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28550  ausgerichtet sind.
28551  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28552  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28553  Als Beispiel Formel 
28554 \begin_inset CommandInset ref
28555 LatexCommand eqref
28556 reference "eq:kurzlang"
28557
28558 \end_inset
28559
28560  in der aligned-Umgebung:
28561 \begin_inset Formula 
28562 \begin{equation}
28563 \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}|}\\
28564  & -\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}|}
28565 \end{aligned}
28566 \end{equation}
28567
28568 \end_inset
28569
28570
28571 \end_layout
28572
28573 \begin_layout Standard
28574 Möchte man die Umgebung 
28575 \series bold
28576 alignedat
28577 \series default
28578
28579 \series bold
28580 gathered
28581 \series default
28582  oder 
28583 \series bold
28584 split
28585 \series default
28586  verwenden, gibt man den Befehl 
28587 \series bold
28588
28589 \backslash
28590 alignedat
28591 \series default
28592 ,
28593 \begin_inset Index idx
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Befehle ! A ! 
28598 \backslash
28599 alignedat
28600 \end_layout
28601
28602 \end_inset
28603
28604  
28605 \series bold
28606
28607 \backslash
28608 gathered
28609 \series default
28610
28611 \begin_inset Index idx
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 Befehle ! G ! 
28616 \backslash
28617 gathered
28618 \end_layout
28619
28620 \end_inset
28621
28622  bzw.
28623 \begin_inset space \space{}
28624 \end_inset
28625
28626
28627 \series bold
28628
28629 \backslash
28630 split
28631 \series default
28632
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Befehle ! S ! 
28638 \backslash
28639 split
28640 \end_layout
28641
28642 \end_inset
28643
28644  ein.
28645  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28646  jedoch darf sie nur zwei Spalten enthalten.
28647 \end_layout
28648
28649 \begin_layout Subsection
28650 Text in mehrzeiligen Formeln
28651 \begin_inset CommandInset label
28652 LatexCommand label
28653 name "sub:Text-in-mehrzeiligen"
28654
28655 \end_inset
28656
28657
28658 \begin_inset Index idx
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 Text ! in Formeln
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \begin_inset Index idx
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672 Formel ! mehrzeilige ! Text
28673 \end_layout
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \begin_layout Standard
28681 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28682  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28683  die Ausrichtung der Spalten nicht beeinflusst.
28684  Dazu wird der Befehl 
28685 \series bold
28686
28687 \backslash
28688 intertext
28689 \begin_inset Index idx
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Befehle ! I ! 
28694 \backslash
28695 intertext
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \series default
28702  nach folgendem Schema benutzt:
28703 \end_layout
28704
28705 \begin_layout Standard
28706
28707 \series bold
28708
28709 \backslash
28710 intertext{Text}
28711 \end_layout
28712
28713 \begin_layout Standard
28714 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28715  werden kann.
28716  Weil LyX 
28717 \series bold
28718
28719 \backslash
28720 intertext
28721 \series default
28722  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28723  Text.
28724  
28725 \series bold
28726
28727 \backslash
28728 intertext
28729 \series default
28730  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28731  dieser Zeile.
28732  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28733 \begin_inset Formula 
28734 \begin{align}
28735 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28736 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28737 \end{align}
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Section
28745 Formelnummerierung
28746 \begin_inset Index idx
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750 Formelnummerierung
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \begin_inset Index idx
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760 Formel ! Nummerierung|see
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766 {
28767 \end_layout
28768
28769 \end_inset
28770
28771 Formelnummerierung
28772 \begin_inset ERT
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777 }
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Subsection
28791 Allgemeines
28792 \end_layout
28793
28794 \begin_layout Standard
28795 Nummerierte Formeln können mit dem Menü 
28796 \family sans
28797 Einfügen\SpecialChar \menuseparator
28798 Mathe\SpecialChar \menuseparator
28799 Nummerierte
28800 \begin_inset space ~
28801 \end_inset
28802
28803 Formel
28804 \family default
28805  (Tastenkürzel 
28806 \family sans
28807 Strg+Alt
28808 \begin_inset space ~
28809 \end_inset
28810
28811 N
28812 \family default
28813 ) erstellt, bestehende Formeln über das Menü 
28814 \family sans
28815 Bearbeiten\SpecialChar \menuseparator
28816 Mathe\SpecialChar \menuseparator
28817 Nummerierung
28818 \begin_inset space ~
28819 \end_inset
28820
28821 an/aus
28822 \family default
28823  (Tastenkürzel 
28824 \family sans
28825 Alt+M
28826 \begin_inset space ~
28827 \end_inset
28828
28829 N
28830 \family default
28831 ) nummeriert werden.
28832  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28833  Klammern.
28834  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28835 \end_layout
28836
28837 \begin_layout Standard
28838 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28839  Zeilen nummeriert.
28840  Man kann jedoch über das Menü 
28841 \family sans
28842 Bearbeiten\SpecialChar \menuseparator
28843 Mathe\SpecialChar \menuseparator
28844 Zeilennummerierung an/aus
28845 \family default
28846  (Tastenkürzel 
28847 \family sans
28848 Alt+M
28849 \begin_inset space ~
28850 \end_inset
28851
28852 Shift+N
28853 \family default
28854 ) für jede Zeile die Nummerierung festlegen.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28859  werden, siehe 
28860 \begin_inset CommandInset ref
28861 LatexCommand ref
28862 reference "sec:Formelstile"
28863
28864 \end_inset
28865
28866 .
28867 \end_layout
28868
28869 \begin_layout Subsection
28870 Querverweise
28871 \begin_inset Index idx
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 Querverweise ! auf Formeln
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \begin_layout Standard
28884 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28885  Eine Marke wird mit dem Menü 
28886 \family sans
28887 Einfügen\SpecialChar \menuseparator
28888 Marke
28889 \family default
28890  oder dem Werkzeugleistenknopf 
28891 \begin_inset Info
28892 type  "icon"
28893 arg   "label-insert"
28894 \end_inset
28895
28896  gesetzt.
28897  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28898  Alternativ klickt man mit rechts auf die Formel und wählt 
28899 \family sans
28900 Formelmarke
28901 \family default
28902 .
28903  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28904 \series bold
28905 eq:
28906 \series default
28907 , nachdem der eigentliche Markenname eingegeben wird.
28908  Der voreingestellte Eintrag steht für 
28909 \begin_inset Quotes gld
28910 \end_inset
28911
28912 equation
28913 \begin_inset Quotes grd
28914 \end_inset
28915
28916  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28917  einer Formel und nicht zu einem Kapitel gehört.
28918  Um eine Marke zu ändern, wählt man wieder das Menü 
28919 \family sans
28920 Einfügen\SpecialChar \menuseparator
28921 Marke
28922 \family default
28923  oder man klickt mit rechts auf eine Formel und dann auf 
28924 \family sans
28925 Formelmarke
28926 \family default
28927 .
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28932  Eine Formel mit Marke wird immer nummeriert.
28933 \end_layout
28934
28935 \begin_layout Standard
28936 Querverweise werden mit dem Menü 
28937 \family sans
28938 Einfügen\SpecialChar \menuseparator
28939 Querverweis
28940 \family default
28941  oder dem Werkzeugleistenknopf 
28942 \begin_inset Info
28943 type  "icon"
28944 arg   "dialog-show-new-inset ref"
28945 \end_inset
28946
28947  eingefügt.
28948  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28949  Wenn man im Querverweis Dialogfenster das Format 
28950 \series bold
28951 (<Querverweis>)
28952 \series default
28953  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28954 \begin_inset Newline newline
28955 \end_inset
28956
28957 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28958  man zur Formel auf die verwiesen wird.
28959 \end_layout
28960
28961 \begin_layout Standard
28962 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28963 \begin_inset Note Note
28964 status open
28965
28966 \begin_layout Plain Layout
28967 Man beachte die unterschiedlichen Querverweistypen.
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \begin_layout Standard
28976 Die Gleichungen 
28977 \begin_inset CommandInset ref
28978 LatexCommand eqref
28979 reference "eq:tag"
28980
28981 \end_inset
28982
28983  und 
28984 \begin_inset CommandInset ref
28985 LatexCommand eqref
28986 reference "eq:c"
28987
28988 \end_inset
28989
28990  sind äquivalent.
28991  In (
28992 \begin_inset CommandInset ref
28993 LatexCommand ref
28994 reference "eq:Lat"
28995
28996 \end_inset
28997
28998 ) werden im Gegensatz zu (
28999 \begin_inset CommandInset ref
29000 LatexCommand ref
29001 reference "eq:Roem"
29002
29003 \end_inset
29004
29005 ) große lateinische Buchstaben zur Nummerierung verwendet.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 \begin_inset VSpace medskip
29010 \end_inset
29011
29012 Ist im Argument von 
29013 \series bold
29014
29015 \backslash
29016 tag
29017 \begin_inset Foot
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021
29022 \series bold
29023
29024 \backslash
29025 tag
29026 \series default
29027  ist in 
29028 \begin_inset CommandInset ref
29029 LatexCommand ref
29030 reference "sub:Benutzerdefinierte-Nummerierung"
29031
29032 \end_inset
29033
29034  beschrieben.
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \series default
29041  wie in 
29042 \begin_inset CommandInset ref
29043 LatexCommand ref
29044 reference "sub:Absatzboxen"
29045
29046 \end_inset
29047
29048  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29049 \end_layout
29050
29051 \begin_layout Subsection
29052 Unternummerierung
29053 \begin_inset Index idx
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Formelnummerierung ! Unternummerierung
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29067  
29068 \begin_inset Newline newline
29069 \end_inset
29070
29071
29072 \series bold
29073
29074 \backslash
29075 begin{subequations}
29076 \series default
29077  und 
29078 \series bold
29079
29080 \backslash
29081 end{subequations}
29082 \series default
29083  erreichen.
29084  Beide Befehle werden im TeX-Modus eingegeben.
29085 \end_layout
29086
29087 \begin_layout Standard
29088 Dazu ein Beispiel:
29089 \begin_inset Formula 
29090 \begin{equation}
29091 A=C-B\label{eq:a}
29092 \end{equation}
29093
29094 \end_inset
29095
29096
29097 \begin_inset ERT
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101
29102
29103 \backslash
29104 addtocounter{equation}{-1}
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \begin_inset ERT
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114
29115
29116 \backslash
29117 begin{subequations}
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \begin_inset VSpace -5mm
29124 \end_inset
29125
29126
29127 \begin_inset Formula 
29128 \begin{equation}
29129 B=C-A\label{eq:b}
29130 \end{equation}
29131
29132 \end_inset
29133
29134
29135 \begin_inset Formula 
29136 \begin{equation}
29137 C=A+B\label{eq:c}
29138 \end{equation}
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \begin_layout Standard
29146 \begin_inset ERT
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150
29151
29152 \backslash
29153 end{subequations}
29154 \end_layout
29155
29156 \end_inset
29157
29158
29159 \end_layout
29160
29161 \begin_layout Standard
29162 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29163 \end_layout
29164
29165 \begin_layout Enumerate
29166 erste Formel eingeben
29167 \end_layout
29168
29169 \begin_layout Enumerate
29170
29171 \series bold
29172
29173 \backslash
29174 addtocounter{equation}{-1} 
29175 \backslash
29176 begin{subequations}
29177 \begin_inset Index idx
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Befehle ! A ! 
29182 \backslash
29183 addtocounter
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \begin_inset Newline newline
29190 \end_inset
29191
29192
29193 \series default
29194 nach der ersten Formel einfügen
29195 \end_layout
29196
29197 \begin_layout Enumerate
29198 zweite Formel eingeben
29199 \end_layout
29200
29201 \begin_layout Enumerate
29202 dritte Formel eingeben
29203 \end_layout
29204
29205 \begin_layout Enumerate
29206
29207 \series bold
29208
29209 \backslash
29210 end{subequations}
29211 \series default
29212  nach der dritten Formel einfügen
29213 \end_layout
29214
29215 \begin_layout Standard
29216 Jede Formel, die zwischen den Befehlen 
29217 \series bold
29218
29219 \backslash
29220 begin
29221 \series default
29222  und 
29223 \series bold
29224
29225 \backslash
29226 end
29227 \series default
29228  steht, wird mit a, b, c, \SpecialChar \ldots{}
29229  untergliedert.
29230  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29231  Alle untergliederten Formeln gelten als 
29232 \emph on
29233 eine
29234 \emph default
29235  nummerierte Formel.
29236  Da jede nummerierte Formel den Formelzähler 
29237 \series bold
29238 equation
29239 \series default
29240  um Eins erhöht, ist der Befehl 
29241 \series bold
29242
29243 \backslash
29244 addtocounter
29245 \series default
29246  notwendig um den Zähler wieder zu erniedrigen.
29247  Ansonsten würden die Formeln 
29248 \begin_inset CommandInset ref
29249 LatexCommand eqref
29250 reference "eq:a"
29251
29252 \end_inset
29253
29254
29255 \begin_inset CommandInset ref
29256 LatexCommand eqref
29257 reference "eq:b"
29258
29259 \end_inset
29260
29261
29262 \begin_inset CommandInset ref
29263 LatexCommand eqref
29264 reference "eq:c"
29265
29266 \end_inset
29267
29268  als 
29269 \begin_inset CommandInset ref
29270 LatexCommand eqref
29271 reference "eq:a"
29272
29273 \end_inset
29274
29275
29276 \begin_inset CommandInset ref
29277 LatexCommand eqref
29278 reference "eq:d"
29279
29280 \end_inset
29281
29282
29283 \begin_inset CommandInset ref
29284 LatexCommand eqref
29285 reference "eq:f"
29286
29287 \end_inset
29288
29289  nummeriert werden.
29290 \end_layout
29291
29292 \begin_layout Standard
29293 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29294  Formeln automatisch etwas Leerraum erstellt.
29295  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29296 \series bold
29297
29298 \backslash
29299 begin{subequations}
29300 \series default
29301  -5
29302 \begin_inset space \thinspace{}
29303 \end_inset
29304
29305 mm vertikalen Leerraum ein.
29306  Ist der Formelstil 
29307 \series bold
29308 Eingerückt
29309 \begin_inset Foot
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313 Formelstile siehe 
29314 \begin_inset CommandInset ref
29315 LatexCommand ref
29316 reference "sec:Formelstile"
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \series default
29327  gewählt, fügt man -7
29328 \begin_inset space \thinspace{}
29329 \end_inset
29330
29331 mm Leerraum ein.
29332 \end_layout
29333
29334 \begin_layout Standard
29335 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29336  der zweiten Zeile abgeschaltet wurde:
29337 \begin_inset ERT
29338 status collapsed
29339
29340 \begin_layout Plain Layout
29341
29342
29343 \backslash
29344 begin{subequations}
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \begin_inset Formula 
29351 \begin{eqnarray}
29352 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29353  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29354  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29355 \end{eqnarray}
29356
29357 \end_inset
29358
29359
29360 \begin_inset ERT
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364
29365
29366 \backslash
29367 end{subequations}
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Subsection
29376 Benutzerdefinierte Nummerierung
29377 \begin_inset CommandInset label
29378 LatexCommand label
29379 name "sub:Benutzerdefinierte-Nummerierung"
29380
29381 \end_inset
29382
29383
29384 \begin_inset Index idx
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 Formelnummerierung ! benutzerdefinierte
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Standard
29397 \begin_inset Index idx
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Formelnummerierung ! eigene Klammern
29402 \end_layout
29403
29404 \end_inset
29405
29406 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29407  gesetzt.
29408  Will man diese Klammern z.
29409 \begin_inset space \thinspace{}
29410 \end_inset
29411
29412 B.
29413  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29414  an:
29415 \end_layout
29416
29417 \begin_layout Standard
29418
29419 \series bold
29420
29421 \backslash
29422 def
29423 \backslash
29424 tagform@#1{
29425 \backslash
29426 maketag@@@{|#1|}}
29427 \series default
29428
29429 \begin_inset Note Note
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29434  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29435  werden.
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29445 \series bold
29446 #1
29447 \series default
29448  durch ein oder mehrere gewünschte Zeichen.
29449  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29450 \end_layout
29451
29452 \begin_layout Standard
29453 \begin_inset VSpace bigskip
29454 \end_inset
29455
29456 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29457  hinter der Formel stehen, benutzt man den Befehl 
29458 \series bold
29459
29460 \backslash
29461 tag
29462 \series default
29463
29464 \begin_inset Index idx
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468 Befehle ! T ! 
29469 \backslash
29470 tag
29471 \end_layout
29472
29473 \end_inset
29474
29475 :
29476 \begin_inset Formula 
29477 \begin{equation}
29478 A+B=C\tag{etwas}\label{eq:tag}
29479 \end{equation}
29480
29481 \end_inset
29482
29483  In diesem Beispiel wurde in der Formel der Befehl 
29484 \series bold
29485
29486 \backslash
29487 tag
29488 \series default
29489
29490 \begin_inset space \textvisiblespace{}
29491 \end_inset
29492
29493
29494 \series bold
29495 etwas
29496 \series default
29497  eingegeben.
29498 \end_layout
29499
29500 \begin_layout Standard
29501 Gibt man stattdessen 
29502 \series bold
29503
29504 \backslash
29505 tag*
29506 \series default
29507
29508 \begin_inset space \textvisiblespace{}
29509 \end_inset
29510
29511
29512 \series bold
29513 etwas
29514 \series default
29515  ein, verhindert der Stern die Klammern um den Ausdruck:
29516 \begin_inset Formula 
29517 \[
29518 A+B=C\tag*{etwas}
29519 \]
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Standard
29527 \begin_inset VSpace bigskip
29528 \end_inset
29529
29530 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29531  oder 
29532 \begin_inset ERT
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536
29537
29538 \backslash
29539 mbox{
29540 \end_layout
29541
29542 \end_inset
29543
29544 -abschnitt
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550 }
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \begin_inset Note Note
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 Der Befehl 
29561 \series bold
29562
29563 \backslash
29564 mbox
29565 \series default
29566  verhindert, dass am Bindestrich umgebrochen wird.
29567 \end_layout
29568
29569 \end_inset
29570
29571  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29572 \end_layout
29573
29574 \begin_layout Standard
29575
29576 \series bold
29577
29578 \backslash
29579 @addtoreset{equation}{part}
29580 \series default
29581
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 Befehle ! 
29587 \begin_inset ERT
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591
29592 "
29593 \end_layout
29594
29595 \end_inset
29596
29597 @
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603 "
29604 \end_layout
29605
29606 \end_inset
29607
29608  ! 
29609 \backslash
29610
29611 \begin_inset ERT
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615
29616 "
29617 \end_layout
29618
29619 \end_inset
29620
29621 @
29622 \begin_inset ERT
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626
29627 "
29628 \end_layout
29629
29630 \end_inset
29631
29632 addtoreset
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \begin_inset Newline newline
29639 \end_inset
29640
29641 bzw.
29642 \begin_inset Newline newline
29643 \end_inset
29644
29645
29646 \series bold
29647
29648 \backslash
29649 @addtoreset{equation}{section}
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29654 \begin_inset Quotes gld
29655 \end_inset
29656
29657 @
29658 \begin_inset Quotes grd
29659 \end_inset
29660
29661  Zeichen für LaTeX mit dem Befehl 
29662 \series bold
29663
29664 \backslash
29665 makeatletter
29666 \series default
29667  
29668 \begin_inset Quotes gld
29669 \end_inset
29670
29671 aktiv
29672 \begin_inset Quotes grd
29673 \end_inset
29674
29675  gemacht werden.
29676  Der Befehl 
29677 \series bold
29678
29679 \backslash
29680 makeatother
29681 \series default
29682  macht dies wieder rückgängig.
29683  Daher ist die Befehlssequenz im TeX-Modus:
29684 \end_layout
29685
29686 \begin_layout Standard
29687
29688 \series bold
29689
29690 \backslash
29691 makeatletter
29692 \begin_inset Newline newline
29693 \end_inset
29694
29695
29696 \backslash
29697 @addtoreset{equation}{section}
29698 \begin_inset Newline newline
29699 \end_inset
29700
29701
29702 \backslash
29703 makeatother
29704 \end_layout
29705
29706 \begin_layout Standard
29707 Im LaTeX-Vorspann können 
29708 \series bold
29709
29710 \backslash
29711 makeatletter
29712 \series default
29713  und 
29714 \series bold
29715
29716 \backslash
29717 makeatother
29718 \series default
29719  weggelassen werden, da LyX sie automatisch intern einfügt.
29720 \end_layout
29721
29722 \begin_layout Standard
29723 Um 
29724 \series bold
29725
29726 \backslash
29727 @addtoreset
29728 \series default
29729  rückgängig zu machen, muss die Datei 
29730 \series bold
29731 remreset.sty
29732 \series default
29733
29734 \begin_inset Foot
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738
29739 \series bold
29740 remreset
29741 \series default
29742  ist Teil des LaTeX-Paketes 
29743 \series bold
29744 carlisle
29745 \series default
29746
29747 \begin_inset Index idx
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Pakete ! carlisle
29752 \end_layout
29753
29754 \end_inset
29755
29756 , das Teil jeder LaTeX-Standardinstallation ist.
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 Pakete ! remreset
29767 \end_layout
29768
29769 \end_inset
29770
29771  im LaTeX-Vorspann mit der Zeile
29772 \end_layout
29773
29774 \begin_layout Standard
29775
29776 \series bold
29777
29778 \backslash
29779 usepackage{remreset}
29780 \end_layout
29781
29782 \begin_layout Standard
29783 geladen werden.
29784  Dann kann der Befehl 
29785 \series bold
29786
29787 \backslash
29788 @removefromreset
29789 \series default
29790
29791 \begin_inset Index idx
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795 Befehle ! 
29796 \begin_inset ERT
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800
29801 "
29802 \end_layout
29803
29804 \end_inset
29805
29806 @
29807 \begin_inset ERT
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811
29812 "
29813 \end_layout
29814
29815 \end_inset
29816
29817  ! 
29818 \backslash
29819
29820 \begin_inset ERT
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824
29825 "
29826 \end_layout
29827
29828 \end_inset
29829
29830 @
29831 \begin_inset ERT
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835
29836 "
29837 \end_layout
29838
29839 \end_inset
29840
29841 removefromreset
29842 \end_layout
29843
29844 \end_inset
29845
29846  mit dem selben Schema wie 
29847 \series bold
29848
29849 \backslash
29850 @addtoreset
29851 \series default
29852  benutzt werden.
29853 \end_layout
29854
29855 \begin_layout Standard
29856 \begin_inset VSpace bigskip
29857 \end_inset
29858
29859 Oftmals möchte man Formeln in folgender Art nummerieren:
29860 \end_layout
29861
29862 \begin_layout Standard
29863
29864 \family typewriter
29865 (Kapitelnummer.Formelnummer)
29866 \end_layout
29867
29868 \begin_layout Standard
29869 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Für diesen Fall gibt es den Befehl 
29874 \series bold
29875
29876 \backslash
29877 numberwithin
29878 \series default
29879
29880 \begin_inset Index idx
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Befehle ! N ! 
29885 \backslash
29886 numberwithin
29887 \end_layout
29888
29889 \end_inset
29890
29891 , der nach folgendem Schema benutzt wird:
29892 \end_layout
29893
29894 \begin_layout Standard
29895
29896 \series bold
29897
29898 \backslash
29899 numberwithin{Zähler}{Gliederung}
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Zähler gibt an, welche Nummerierung betroffen ist.
29904  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29905 \end_layout
29906
29907 \begin_layout Standard
29908 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29909  ein:
29910 \end_layout
29911
29912 \begin_layout Standard
29913
29914 \series bold
29915
29916 \backslash
29917 numberwithin{equation}{section}
29918 \end_layout
29919
29920 \begin_layout Standard
29921 Das ist das Ergebnis:
29922 \begin_inset ERT
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926
29927
29928 \backslash
29929 numberwithin{equation}{section}
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \begin_inset Formula 
29936 \begin{equation}
29937 A+B=C
29938 \end{equation}
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 Möchte man z.
29947 \begin_inset space \thinspace{}
29948 \end_inset
29949
29950 B.
29951  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29952  gibt man 
29953 \series bold
29954
29955 \backslash
29956 numberwithin{table}{part}
29957 \series default
29958  ein.
29959 \end_layout
29960
29961 \begin_layout Standard
29962 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29963 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29964  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29965 \end_layout
29966
29967 \begin_layout Standard
29968
29969 \series bold
29970
29971 \backslash
29972 renewcommand{
29973 \backslash
29974 theequation}{
29975 \backslash
29976 arabic{equation}}
29977 \begin_inset Index idx
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981 Befehle ! A ! 
29982 \backslash
29983 arabic
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \series default
29990
29991 \begin_inset ERT
29992 status collapsed
29993
29994 \begin_layout Plain Layout
29995
29996
29997 \backslash
29998 renewcommand{
29999 \backslash
30000 theequation}{
30001 \backslash
30002 arabic{equation}}
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \series bold
30009
30010 \begin_inset Newline newline
30011 \end_inset
30012
30013
30014 \series default
30015 bzw.
30016 \series bold
30017
30018 \begin_inset Newline newline
30019 \end_inset
30020
30021
30022 \backslash
30023 renewcommand{
30024 \backslash
30025 thetable}{
30026 \backslash
30027 arabic{table}}
30028 \end_layout
30029
30030 \begin_layout Standard
30031
30032 \series bold
30033
30034 \backslash
30035 numberwithin
30036 \series default
30037  benutzt intern den oben beschriebenen Befehl 
30038 \series bold
30039
30040 \backslash
30041 @addtoreset
30042 \series default
30043 , der ebenfalls rückgängig gemacht werden muss.
30044 \begin_inset ERT
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048
30049
30050 \backslash
30051 makeatletter
30052 \end_layout
30053
30054 \begin_layout Plain Layout
30055
30056
30057 \backslash
30058 @removefromreset{equation}{section}
30059 \end_layout
30060
30061 \begin_layout Plain Layout
30062
30063
30064 \backslash
30065 makeatother
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Subsection
30074 Nummerierung mit römischen Zahlen und Buchstaben
30075 \begin_inset Index idx
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 Formelnummerierung ! mit Buchstaben
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \begin_inset Index idx
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089 Formelnummerierung ! mit römischen Zahlen
30090 \end_layout
30091
30092 \end_inset
30093
30094
30095 \end_layout
30096
30097 \begin_layout Standard
30098 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30099  werden.
30100  Um z.
30101 \begin_inset space \thinspace{}
30102 \end_inset
30103
30104 B.
30105  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30106  TeX-Modus den Befehl
30107 \end_layout
30108
30109 \begin_layout Standard
30110
30111 \series bold
30112
30113 \backslash
30114 renewcommand{
30115 \backslash
30116 theequation}{
30117 \backslash
30118 roman{equation}}
30119 \end_layout
30120
30121 \begin_layout Standard
30122 ein.
30123  
30124 \series bold
30125
30126 \backslash
30127 renewcommand
30128 \series default
30129
30130 \begin_inset Index idx
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134 Befehle ! R ! 
30135 \backslash
30136 renewcommand
30137 \end_layout
30138
30139 \end_inset
30140
30141  weist dem vordefinierten Befehl 
30142 \series bold
30143
30144 \backslash
30145 theequation
30146 \series default
30147  den Befehl
30148 \begin_inset Newline linebreak
30149 \end_inset
30150
30151
30152 \series bold
30153
30154 \backslash
30155 roman{equation}
30156 \series default
30157  zu.
30158 \begin_inset Foot
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 Der Befehl 
30163 \series bold
30164
30165 \backslash
30166 renewcommand
30167 \series default
30168  besitzt dasselbe Schema wie der in 
30169 \begin_inset CommandInset ref
30170 LatexCommand ref
30171 reference "sub:Der-Befehl-newcommand"
30172
30173 \end_inset
30174
30175  beschriebene Befehl
30176 \begin_inset Newline newline
30177 \end_inset
30178
30179
30180 \series bold
30181
30182 \backslash
30183 newcommand
30184 \series default
30185 .
30186 \end_layout
30187
30188 \end_inset
30189
30190  
30191 \series bold
30192 equation
30193 \series default
30194  ist der Formelzähler.
30195  Stellt man einem Zähler den Befehl 
30196 \series bold
30197
30198 \backslash
30199 the
30200 \series default
30201  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30202  wird.
30203  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30204  
30205 \series bold
30206
30207 \backslash
30208 theequation
30209 \series default
30210  hinter die Formel.
30211  
30212 \series bold
30213
30214 \backslash
30215 roman{equation}
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 Befehle ! R ! 
30221 \backslash
30222 roman
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \series default
30229  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30230 \end_layout
30231
30232 \begin_layout Standard
30233 Alle Formeln nach dem 
30234 \series bold
30235
30236 \backslash
30237 renewcommand
30238 \series default
30239 -Befehl werden nun römisch nummeriert.
30240  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30241  den Befehl erneut ein, ersetzt aber 
30242 \series bold
30243
30244 \backslash
30245 roman
30246 \series default
30247  durch 
30248 \series bold
30249
30250 \backslash
30251 Roman
30252 \series default
30253
30254 \begin_inset Index idx
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 Befehle ! R ! 
30259 \backslash
30260 roman@
30261 \backslash
30262 Roman
30263 \end_layout
30264
30265 \end_inset
30266
30267 .
30268  Für die 
30269 \begin_inset Quotes gld
30270 \end_inset
30271
30272 Nummerierung
30273 \begin_inset Quotes grd
30274 \end_inset
30275
30276  mit lateinischen Buchstaben gibt es den Befehl 
30277 \series bold
30278
30279 \backslash
30280 alph
30281 \series default
30282
30283 \begin_inset Index idx
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 Befehle ! A ! 
30288 \backslash
30289 alph
30290 \end_layout
30291
30292 \end_inset
30293
30294  für kleine und 
30295 \series bold
30296
30297 \backslash
30298 Alph
30299 \series default
30300
30301 \begin_inset Index idx
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Befehle ! A ! 
30306 \backslash
30307 alph@
30308 \backslash
30309 Alph
30310 \end_layout
30311
30312 \end_inset
30313
30314  für große Buchstaben.
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset Note Greyedout
30319 status open
30320
30321 \begin_layout Plain Layout
30322
30323 \series bold
30324 \color none
30325 Achtung:
30326 \series default
30327  Es können nur maximal 26
30328 \begin_inset space ~
30329 \end_inset
30330
30331 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 renewcommand{
30348 \backslash
30349 theequation}{
30350 \backslash
30351 roman{equation}}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 \begin_inset Formula 
30361 \begin{equation}
30362 A=\textrm{römisch}
30363 \end{equation}
30364
30365 \end_inset
30366
30367
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 renewcommand{
30376 \backslash
30377 theequation}{
30378 \backslash
30379 Roman{equation}}
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \begin_inset Formula 
30386 \begin{equation}
30387 B=\textrm{Römisch}\label{eq:Roem}
30388 \end{equation}
30389
30390 \end_inset
30391
30392
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398
30399 \backslash
30400 renewcommand{
30401 \backslash
30402 theequation}{
30403 \backslash
30404 alph{equation}}
30405 \end_layout
30406
30407 \end_inset
30408
30409
30410 \begin_inset Formula 
30411 \begin{equation}
30412 C=\textrm{lateinisch}
30413 \end{equation}
30414
30415 \end_inset
30416
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 renewcommand{
30426 \backslash
30427 theequation}{
30428 \backslash
30429 Alph{equation}}
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \begin_inset Formula 
30436 \begin{equation}
30437 D=\textrm{Lateinisch}\label{eq:Lat}
30438 \end{equation}
30439
30440 \end_inset
30441
30442
30443 \end_layout
30444
30445 \begin_layout Standard
30446 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30447  ein:
30448 \end_layout
30449
30450 \begin_layout Standard
30451
30452 \series bold
30453
30454 \backslash
30455 renewcommand{
30456 \backslash
30457 theequation}{
30458 \backslash
30459 arabic{equation}}
30460 \begin_inset Index idx
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464 Befehle ! A ! 
30465 \backslash
30466 arabic
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480
30481 \backslash
30482 renewcommand{
30483 \backslash
30484 theequation}{
30485 \backslash
30486 arabic{equation}}
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \begin_inset Formula 
30493 \begin{equation}
30494 E=\textrm{arabisch}
30495 \end{equation}
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 \begin_inset VSpace medskip
30504 \end_inset
30505
30506 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30507 riert.
30508  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30509  beginnen, müssen neue Formelzähler angelegt werden.
30510  Eine Beschreibung dazu findet man in der Datei 
30511 \begin_inset CommandInset href
30512 LatexCommand href
30513 name "Formelnummerierung.lyx"
30514 target "run:Formelnummerierung.lyx"
30515
30516 \end_inset
30517
30518 .
30519 \end_layout
30520
30521 \begin_layout Section
30522 Chemische Symbole und Reaktionsgleichungen
30523 \begin_inset CommandInset label
30524 LatexCommand label
30525 name "sub:Chemische-Symbole-und"
30526
30527 \end_inset
30528
30529
30530 \begin_inset Index idx
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 chemische Zeichen ! Symbole
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \begin_inset Index idx
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544 Reaktionsgleichungen
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \begin_inset Index idx
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 Symbole ! chemische
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Ein Beispieltext aus der Chemie:
30564 \end_layout
30565
30566 \begin_layout Quote
30567 Das 
30568 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30569 \end_inset
30570
30571 -Ion verbindet sich mit zwei 
30572 \begin_inset Formula $\mathrm{Na^{+}}$
30573 \end_inset
30574
30575 -Ionen zu Natriumsulfat 
30576 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30577 \end_inset
30578
30579 .
30580  Die Reaktionsgleichung dazu lautet:
30581 \begin_inset Formula 
30582 \begin{equation}
30583 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30584 \end{equation}
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30593  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30594  in der Formel und wandelt diese mit der Tastenkombination 
30595 \family sans
30596 Alt+Z
30597 \begin_inset space ~
30598 \end_inset
30599
30600 R
30601 \family default
30602  in den aufrechten Schriftstil um.
30603 \begin_inset Foot
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607 Schriftstile siehe 
30608 \begin_inset CommandInset ref
30609 LatexCommand ref
30610 reference "sub:Schriftstile"
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \begin_layout Standard
30623 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30624 \series bold
30625  
30626 \backslash
30627 ce
30628 \series default
30629
30630 \begin_inset Index idx
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634 Befehle ! C ! 
30635 \backslash
30636 ce
30637 \end_layout
30638
30639 \end_inset
30640
30641  zu benutzen.
30642  Dieser ist verfügbar, wenn das LaTeX-Paket 
30643 \series bold
30644 mhchem
30645 \series default
30646
30647 \begin_inset Index idx
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651 Pakete ! mhchem
30652 \end_layout
30653
30654 \end_inset
30655
30656  installiert ist.
30657  Nachdem 
30658 \series bold
30659
30660 \backslash
30661 ce
30662 \series default
30663  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30664  Formeln in intuitiver Weise eingegeben werden können.
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \align center
30669 \begin_inset Tabular
30670 <lyxtabular version="3" rows="9" columns="2">
30671 <features rotate="0" tabularvalignment="middle">
30672 <column alignment="center" valignment="top">
30673 <column alignment="center" valignment="top">
30674 <row>
30675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30676 \begin_inset Text
30677
30678 \begin_layout Plain Layout
30679 Befehl
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30685 \begin_inset Text
30686
30687 \begin_layout Plain Layout
30688 Ergebnis
30689 \begin_inset Note Note
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694 \series bold
30695
30696 \backslash
30697 raisebox
30698 \series default
30699  dient nur als Abstandhalter.
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \end_inset
30708 </cell>
30709 </row>
30710 <row>
30711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30712 \begin_inset Text
30713
30714 \begin_layout Plain Layout
30715
30716 \backslash
30717 ce
30718 \begin_inset space \textvisiblespace{}
30719 \end_inset
30720
30721 H2CO3
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \end_inset
30737 </cell>
30738 </row>
30739 <row>
30740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30741 \begin_inset Text
30742
30743 \begin_layout Plain Layout
30744
30745 \backslash
30746 ce
30747 \begin_inset space \textvisiblespace{}
30748 \end_inset
30749
30750 SO4^2-
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \end_inset
30766 </cell>
30767 </row>
30768 <row>
30769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30770 \begin_inset Text
30771
30772 \begin_layout Plain Layout
30773
30774 \backslash
30775 ce
30776 \begin_inset space \textvisiblespace{}
30777 \end_inset
30778
30779 (NH4)2S
30780 \end_layout
30781
30782 \end_inset
30783 </cell>
30784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30785 \begin_inset Text
30786
30787 \begin_layout Plain Layout
30788 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 </row>
30797 <row>
30798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30799 \begin_inset Text
30800
30801 \begin_layout Plain Layout
30802
30803 \backslash
30804 ce
30805 \begin_inset space \textvisiblespace{}
30806 \end_inset
30807
30808 KCr(SO4)2.12H2O
30809 \end_layout
30810
30811 \end_inset
30812 </cell>
30813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30814 \begin_inset Text
30815
30816 \begin_layout Plain Layout
30817 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \end_inset
30824 </cell>
30825 </row>
30826 <row>
30827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30828 \begin_inset Text
30829
30830 \begin_layout Plain Layout
30831
30832 \backslash
30833 ce
30834 \begin_inset space \textvisiblespace{}
30835 \end_inset
30836
30837 A-B
30838 \backslash
30839 dbond
30840 \begin_inset space \textvisiblespace{}
30841 \end_inset
30842
30843 C
30844 \backslash
30845 tbond
30846 \begin_inset space \textvisiblespace{}
30847 \end_inset
30848
30849 D
30850 \end_layout
30851
30852 \end_inset
30853 </cell>
30854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30859 \end_inset
30860
30861
30862 \end_layout
30863
30864 \end_inset
30865 </cell>
30866 </row>
30867 <row>
30868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872
30873 \backslash
30874 ce
30875 \begin_inset space \textvisiblespace{}
30876 \end_inset
30877
30878 ^227
30879 \begin_inset Formula $\downarrow$
30880 \end_inset
30881
30882 _90
30883 \begin_inset Formula $\to$
30884 \end_inset
30885
30886 Th+
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Plain Layout
30895 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \end_inset
30902 </cell>
30903 </row>
30904 <row>
30905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909
30910 \backslash
30911 ce
30912 \begin_inset space \textvisiblespace{}
30913 \end_inset
30914
30915 CO2
30916 \begin_inset space \textvisiblespace{}
30917 \end_inset
30918
30919 +
30920 \begin_inset space \textvisiblespace{}
30921 \end_inset
30922
30923 C
30924 \begin_inset space \textvisiblespace{}
30925 \end_inset
30926
30927 <=>
30928 \begin_inset space \textvisiblespace{}
30929 \end_inset
30930
30931 2CO
30932 \end_layout
30933
30934 \end_inset
30935 </cell>
30936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30937 \begin_inset Text
30938
30939 \begin_layout Plain Layout
30940 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 </row>
30949 <row>
30950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30951 \begin_inset Text
30952
30953 \begin_layout Plain Layout
30954
30955 \backslash
30956 ce
30957 \begin_inset space \textvisiblespace{}
30958 \end_inset
30959
30960 CO2
30961 \begin_inset space \textvisiblespace{}
30962 \end_inset
30963
30964 +
30965 \begin_inset space \textvisiblespace{}
30966 \end_inset
30967
30968 C
30969 \begin_inset space \textvisiblespace{}
30970 \end_inset
30971
30972 ->[
30973 \backslash
30974 alpha][
30975 \backslash
30976 beta]
30977 \begin_inset space \textvisiblespace{}
30978 \end_inset
30979
30980 2CO}
30981 \end_layout
30982
30983 \end_inset
30984 </cell>
30985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 </row>
30998 </lyxtabular>
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 \begin_inset Note Greyedout
31007 status open
31008
31009 \begin_layout Plain Layout
31010
31011 \series bold
31012 \color none
31013 Achtung:
31014 \series default
31015  Wenn eine Formel in eine 
31016 \series bold
31017
31018 \backslash
31019 ce
31020 \series default
31021 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
31022  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
31023 \begin_inset space \thinspace{}
31024 \end_inset
31025
31026 B.
31027  für
31028 \begin_inset Newline newline
31029 \end_inset
31030
31031
31032 \series bold
31033
31034 \backslash
31035 ce{$
31036 \backslash
31037 mu
31038 \backslash
31039 hyphen$Cl}
31040 \series default
31041
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 ce{$
31050 \backslash
31051 mu
31052 \backslash
31053 hyphen$Cl}
31054 \end_layout
31055
31056 \end_inset
31057
31058  
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Standard
31067 \begin_inset Note Greyedout
31068 status open
31069
31070 \begin_layout Plain Layout
31071
31072 \series bold
31073 \color none
31074 Achtung:
31075 \series default
31076  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
31077  oben zu bekommen, wie es im 
31078 \series bold
31079 mhchem
31080 \series default
31081 -Handbuch steht.
31082  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
31083  Befehl 
31084 \series bold
31085
31086 \backslash
31087 uparrow
31088 \series default
31089 :
31090 \begin_inset Newline newline
31091 \end_inset
31092
31093
31094 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 Wird 
31107 \series bold
31108
31109 \backslash
31110 ce
31111 \series default
31112  benutzt, lautet der Befehl für Gleichung
31113 \begin_inset space ~
31114 \end_inset
31115
31116
31117 \begin_inset CommandInset ref
31118 LatexCommand eqref
31119 reference "eq:chemische-Reaktion"
31120
31121 \end_inset
31122
31123 :
31124 \begin_inset Newline newline
31125 \end_inset
31126
31127
31128 \series bold
31129  
31130 \backslash
31131 ce
31132 \series default
31133
31134 \begin_inset space \textvisiblespace{}
31135 \end_inset
31136
31137
31138 \series bold
31139 2Na+
31140 \series default
31141
31142 \begin_inset space \textvisiblespace{}
31143 \end_inset
31144
31145
31146 \series bold
31147 +
31148 \series default
31149
31150 \begin_inset space \textvisiblespace{}
31151 \end_inset
31152
31153
31154 \series bold
31155 SO4^2-
31156 \series default
31157
31158 \begin_inset space \textvisiblespace{}
31159 \end_inset
31160
31161
31162 \begin_inset space \textvisiblespace{}
31163 \end_inset
31164
31165
31166 \series bold
31167 ->
31168 \series default
31169
31170 \begin_inset space \textvisiblespace{}
31171 \end_inset
31172
31173
31174 \series bold
31175 Na2SO4
31176 \end_layout
31177
31178 \begin_layout Standard
31179 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
31180  Formel erstellt, wie in 
31181 \begin_inset CommandInset ref
31182 LatexCommand ref
31183 reference "sec:Mehrzeilige-Formeln"
31184
31185 \end_inset
31186
31187  beschrieben.
31188  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
31189 \series bold
31190
31191 \backslash
31192 ce
31193 \series default
31194  verwendet.
31195  
31196 \begin_inset CommandInset ref
31197 LatexCommand eqref
31198 reference "eq:TEOS-Reaktion-1"
31199
31200 \end_inset
31201
31202  und 
31203 \begin_inset CommandInset ref
31204 LatexCommand eqref
31205 reference "eq:TEOS-Reaktion-2"
31206
31207 \end_inset
31208
31209  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
31210  Gleichung eine eigene Nummer hat.
31211 \begin_inset Formula 
31212 \begin{eqnarray}
31213 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
31214 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
31215 \end{eqnarray}
31216
31217 \end_inset
31218
31219
31220 \end_layout
31221
31222 \begin_layout Standard
31223 Außer 
31224 \series bold
31225
31226 \backslash
31227 ce
31228 \series default
31229  bietet das Paket 
31230 \series bold
31231 mhchem
31232 \series default
31233  noch den Befehl 
31234 \series bold
31235
31236 \backslash
31237 cf
31238 \series default
31239
31240 \begin_inset Index idx
31241 status collapsed
31242
31243 \begin_layout Plain Layout
31244 Befehle ! C ! 
31245 \backslash
31246 cf
31247 \end_layout
31248
31249 \end_inset
31250
31251  für spezielle Fälle.
31252  Mehr über 
31253 \series bold
31254
31255 \backslash
31256 cf
31257 \series default
31258  und weitere Beispiele sind in der Dokumentation von 
31259 \series bold
31260 mhchem
31261 \series default
31262  zu finden, 
31263 \begin_inset CommandInset citation
31264 LatexCommand cite
31265 key "mhchem"
31266
31267 \end_inset
31268
31269 .
31270 \end_layout
31271
31272 \begin_layout Section
31273 Diagramme
31274 \end_layout
31275
31276 \begin_layout Standard
31277 LyX unterstützt zwei Typen kommutativer Diagramme: 
31278 \series bold
31279 amscd
31280 \series default
31281  und 
31282 \series bold
31283 xymatrix
31284 \series default
31285 , die im Folgenden erläutert sind.
31286 \end_layout
31287
31288 \begin_layout Subsection
31289 amscd Diagramme
31290 \begin_inset Index idx
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294 Diagramme ! amscd
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31304  Linien oder Pfeilen dar:
31305 \begin_inset Formula 
31306 \[
31307 \begin{CD}A@>>>B@>>>C\\
31308 @AAA@.@VVV\\
31309 F@<<<E@<<<D
31310 \end{CD}
31311 \]
31312
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \begin_layout Standard
31319 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31320 \series bold
31321
31322 \backslash
31323 CD
31324 \begin_inset Index idx
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328 Befehle ! C ! 
31329 \backslash
31330 CD
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \series default
31337  ein.
31338  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31339  man die weiteren Befehle eingibt.
31340  Mit 
31341 \series bold
31342
31343 \begin_inset ERT
31344 status collapsed
31345
31346 \begin_layout Plain Layout
31347
31348
31349 \backslash
31350 mbox{
31351 \end_layout
31352
31353 \end_inset
31354
31355
31356 \family sans
31357 \series default
31358 Strg+Enter
31359 \family default
31360 \series bold
31361
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367 }
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \series default
31374  wird eine neue Zeile erstellt.
31375  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31376  Zeilen der Formel eingegeben.
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31381 \end_layout
31382
31383 \begin_layout Itemize
31384
31385 \series bold
31386 @<<<
31387 \series default
31388  erstellt einen Linkspfeil, 
31389 \series bold
31390 @>>>
31391 \series default
31392  einen Rechtspfeil und 
31393 \series bold
31394 @=
31395 \series default
31396  ein langes Gleichheitszeichen
31397 \end_layout
31398
31399 \begin_layout Itemize
31400
31401 \series bold
31402 @AAA
31403 \series default
31404  erstellt einen Pfeil nach oben, 
31405 \series bold
31406 @VVV
31407 \series default
31408  einen Pfeil nach unten und 
31409 \series bold
31410 @|
31411 \series default
31412  ein senkrechtes Gleichheitszeichen
31413 \end_layout
31414
31415 \begin_layout Itemize
31416
31417 \series bold
31418 @.
31419
31420 \series default
31421  dient als Platzhalter für nicht vorhandene Beziehungen
31422 \end_layout
31423
31424 \begin_layout Standard
31425 Alle Pfeile sind wie folgt beschriftbar:
31426 \end_layout
31427
31428 \begin_layout Itemize
31429 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31430 \begin_inset space \space{}
31431 \end_inset
31432
31433 > Text eingegeben, erscheint er über dem Pfeil.
31434  Wird der Text zwischen dem zweiten und dritten < bzw.
31435 \begin_inset space \space{}
31436 \end_inset
31437
31438 > eingegeben, erscheint er unter dem Pfeil.
31439 \end_layout
31440
31441 \begin_layout Itemize
31442 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31443 \begin_inset space \space{}
31444 \end_inset
31445
31446 V eingegeben, erscheint er links neben dem Pfeil.
31447  Bei Eingabe zwischen zweitem und drittem A bzw.
31448 \begin_inset space \space{}
31449 \end_inset
31450
31451 V erscheint er rechts daneben.
31452  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31453  gesetzt werden.
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31458 \end_layout
31459
31460 \begin_layout Standard
31461 \begin_inset Formula 
31462 \[
31463 \begin{CD}A@>j>>B@>>k>C@=F\\
31464 @AmAA@.@VV{V}V@|\\
31465 D@<<j<E@>k>>F@=C
31466 \end{CD}
31467 \]
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \begin_layout Standard
31475 Der Befehl dazu lautet:
31476 \begin_inset Newline newline
31477 \end_inset
31478
31479
31480 \series bold
31481
31482 \backslash
31483 CD
31484 \begin_inset space \textvisiblespace{}
31485 \end_inset
31486
31487 A@>j>>B@>>k>C@=F Strg+Enter
31488 \begin_inset Newline newline
31489 \end_inset
31490
31491
31492 \begin_inset Phantom HPhantom
31493 status open
31494
31495 \begin_layout Plain Layout
31496
31497 \series bold
31498
31499 \backslash
31500 CD
31501 \begin_inset space \textvisiblespace{}
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \end_inset
31508
31509 @AmAA@.@VV
31510 \backslash
31511 {V
31512 \series default
31513
31514 \begin_inset Formula $\to$
31515 \end_inset
31516
31517
31518 \series bold
31519 V@| Strg+Enter
31520 \begin_inset Newline newline
31521 \end_inset
31522
31523
31524 \begin_inset Phantom HPhantom
31525 status open
31526
31527 \begin_layout Plain Layout
31528
31529 \series bold
31530
31531 \backslash
31532 CD
31533 \begin_inset space \textvisiblespace{}
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \end_inset
31540
31541 D@<<j<E@>k>>F@=C
31542 \end_layout
31543
31544 \begin_layout Subsection
31545 xymatrix Diagramme
31546 \begin_inset Index idx
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550 Diagramme ! xymatrix
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31560 \series bold
31561 xypic
31562 \series default
31563  installiert sein.
31564  Eine Xymatrix wird erstellt, indem der Befehl 
31565 \series bold
31566
31567 \backslash
31568 xymatrix
31569 \series default
31570  in eine Formel eingegeben wird.
31571  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31572  hinzufügen, siehe 
31573 \begin_inset CommandInset ref
31574 LatexCommand ref
31575 reference "sec:Matrizen"
31576
31577 \end_inset
31578
31579 .
31580 \end_layout
31581
31582 \begin_layout Standard
31583 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31584  gekrümmte Pfeile und vieles mehr.
31585  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31586  sind im Detail im 
31587 \emph on
31588 XY-pic-Handbuch
31589 \emph default
31590  erklärt, dass im Menü 
31591 \family sans
31592 Hilfe\SpecialChar \menuseparator
31593 Spezielle
31594 \begin_inset space ~
31595 \end_inset
31596
31597 Handbücher
31598 \family default
31599  zu finden ist.
31600 \end_layout
31601
31602 \begin_layout Subsection
31603
31604 \noun on
31605 Feynman
31606 \noun default
31607  Diagramme
31608 \begin_inset Index idx
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 Diagramme ! Feynman
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 Um 
31622 \noun on
31623 Feynman-
31624 \noun default
31625 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31626 \series bold
31627 feyn
31628 \series default
31629  installiert sein.
31630  Ein 
31631 \noun on
31632 Feynman-
31633 \noun default
31634 Diagramm wird erstellt, indem der Befehl 
31635 \series bold
31636
31637 \backslash
31638 Diagram
31639 \series default
31640  in eine Formel eingegeben wird.
31641  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31642  hinzufügen, siehe 
31643 \begin_inset CommandInset ref
31644 LatexCommand ref
31645 reference "sec:Matrizen"
31646
31647 \end_inset
31648
31649 .
31650 \end_layout
31651
31652 \begin_layout Standard
31653 Beispiele wie man in LyX 
31654 \noun on
31655 Feynman-
31656 \noun default
31657 Diagramme erstellt sind im 
31658 \emph on
31659 Feynman-Diagramm Handbuch
31660 \emph default
31661  gegeben, dass im Menü 
31662 \family sans
31663 Hilfe\SpecialChar \menuseparator
31664 Spezielle
31665 \begin_inset space ~
31666 \end_inset
31667
31668 Handbücher
31669 \family default
31670  zu finden ist.
31671 \end_layout
31672
31673 \begin_layout Standard
31674 \begin_inset Newpage newpage
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Section
31681 Benutzerdefinierte Befehle
31682 \begin_inset CommandInset label
31683 LatexCommand label
31684 name "sec:Benutzerdefinierte-Befehle"
31685
31686 \end_inset
31687
31688
31689 \begin_inset Index idx
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693 benutzerdefinierte Befehle
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \begin_layout Standard
31702 \begin_inset Note Greyedout
31703 status open
31704
31705 \begin_layout Plain Layout
31706
31707 \series bold
31708 Achtung: 
31709 \series default
31710 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31711 n Buchstaben bestehen.
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Subsection
31720 Der Befehl 
31721 \backslash
31722 newcommand
31723 \begin_inset CommandInset label
31724 LatexCommand label
31725 name "sub:Der-Befehl-newcommand"
31726
31727 \end_inset
31728
31729
31730 \begin_inset Index idx
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734 benutzerdefinierte Befehle ! 
31735 \backslash
31736 newcommand
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \begin_inset Index idx
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746 Befehle ! N ! 
31747 \backslash
31748 newcommand
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Standard
31757 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31758  Man kann sich aber mit dem Befehl 
31759 \series bold
31760
31761 \backslash
31762 newcommand
31763 \series default
31764  neue kürzere Befehle definieren.
31765 \end_layout
31766
31767 \begin_layout Standard
31768 Das Befehlsschema von 
31769 \series bold
31770
31771 \backslash
31772 newcommand
31773 \series default
31774  lautet:
31775 \end_layout
31776
31777 \begin_layout Standard
31778
31779 \series bold
31780
31781 \backslash
31782 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31783 \series default
31784  
31785 \series bold
31786 Wert]
31787 \begin_inset Newline newline
31788 \end_inset
31789
31790
31791 \begin_inset Phantom HPhantom
31792 status open
31793
31794 \begin_layout Plain Layout
31795
31796 \series bold
31797
31798 \backslash
31799 newcommand
31800 \end_layout
31801
31802 \end_inset
31803
31804 {Befehlsdefinition}
31805 \end_layout
31806
31807 \begin_layout Standard
31808 \begin_inset Note Greyedout
31809 status open
31810
31811 \begin_layout Plain Layout
31812
31813 \series bold
31814 Achtung:
31815 \series default
31816  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31817  oder von benutzten LaTeX-Paketen verwendet wird.
31818  Definiert man beispielsweise für 
31819 \series bold
31820
31821 \backslash
31822 Leftarrow
31823 \series default
31824  den Befehl 
31825 \series bold
31826
31827 \backslash
31828 le
31829 \series default
31830 , erhält man eine Fehlermeldung, denn 
31831 \series bold
31832
31833 \backslash
31834 le
31835 \series default
31836  ist schon für 
31837 \begin_inset Quotes gld
31838 \end_inset
31839
31840
31841 \begin_inset Formula $\le$
31842 \end_inset
31843
31844
31845 \begin_inset Quotes grd
31846 \end_inset
31847
31848  definiert.
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \end_layout
31855
31856 \begin_layout Standard
31857 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31858 \begin_inset space \thinspace{}
31859 \end_inset
31860
31861 -
31862 \begin_inset space \thinspace{}
31863 \end_inset
31864
31865 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31866  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31867  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31868 \emph on
31869 erste
31870 \emph default
31871  Argument des neuen Befehls ein optionales ist.
31872 \end_layout
31873
31874 \begin_layout Standard
31875 Es folgen einige Beispiele:
31876 \end_layout
31877
31878 \begin_layout Itemize
31879 Will man für 
31880 \series bold
31881
31882 \backslash
31883 Longrightarrow
31884 \series default
31885  den Befehl 
31886 \series bold
31887
31888 \backslash
31889 gr
31890 \series default
31891  definieren, lautet die LaTeX-Vor\SpecialChar \-
31892 spannzeile:
31893 \begin_inset VSpace medskip
31894 \end_inset
31895
31896
31897 \begin_inset Newline newline
31898 \end_inset
31899
31900
31901 \series bold
31902
31903 \backslash
31904 newcommand{
31905 \backslash
31906 gr}{
31907 \backslash
31908 Longrightarrow}
31909 \end_layout
31910
31911 \begin_layout Itemize
31912 Um für den Befehl 
31913 \series bold
31914
31915 \backslash
31916 underline
31917 \series default
31918  den Befehl 
31919 \series bold
31920
31921 \backslash
31922 us
31923 \series default
31924  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31925  werden.
31926  Dazu sieht die Vorspannzeile wie folgt aus:
31927 \begin_inset VSpace medskip
31928 \end_inset
31929
31930
31931 \begin_inset Newline newline
31932 \end_inset
31933
31934
31935 \series bold
31936
31937 \backslash
31938 newcommand{
31939 \backslash
31940 us}[1]{
31941 \backslash
31942 underline{#1}}
31943 \series default
31944
31945 \begin_inset VSpace medskip
31946 \end_inset
31947
31948
31949 \begin_inset Newline newline
31950 \end_inset
31951
31952 Das Zeichen 
31953 \series bold
31954 #
31955 \series default
31956  fungiert als Argumentplatzhalter, die 
31957 \series bold
31958 1
31959 \series default
31960  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31961 \end_layout
31962
31963 \begin_layout Itemize
31964 Für 
31965 \series bold
31966
31967 \backslash
31968 framebox
31969 \series default
31970  kann man z.
31971 \begin_inset space \thinspace{}
31972 \end_inset
31973
31974 B.
31975  den Befehl 
31976 \series bold
31977
31978 \backslash
31979 fb
31980 \series default
31981  definieren:
31982 \begin_inset VSpace medskip
31983 \end_inset
31984
31985
31986 \begin_inset Newline newline
31987 \end_inset
31988
31989
31990 \series bold
31991
31992 \backslash
31993 newcommand{
31994 \backslash
31995 fb}[3]{
31996 \backslash
31997 framebox#1#2{$#3$}}
31998 \series default
31999
32000 \begin_inset VSpace medskip
32001 \end_inset
32002
32003
32004 \begin_inset Newline newline
32005 \end_inset
32006
32007 Die beiden Dollarzeichen erstellen hierbei die für 
32008 \series bold
32009
32010 \backslash
32011 framebox
32012 \series default
32013  geforderte weitere Formel, siehe 
32014 \begin_inset CommandInset ref
32015 LatexCommand ref
32016 reference "sub:Boxen-mit-Rahmen"
32017
32018 \end_inset
32019
32020 .
32021 \end_layout
32022
32023 \begin_layout Itemize
32024 Um einen neuen Befehl für 
32025 \series bold
32026
32027 \backslash
32028 fcolorbox
32029 \series default
32030  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
32031  definiert man das Argument für die Farbe als optional:
32032 \begin_inset VSpace medskip
32033 \end_inset
32034
32035
32036 \begin_inset Newline newline
32037 \end_inset
32038
32039
32040 \series bold
32041
32042 \backslash
32043 newcommand{
32044 \backslash
32045 cb}[3][white]{
32046 \backslash
32047 fcolorbox{#2}{#1}{$#3$}}
32048 \series default
32049
32050 \begin_inset VSpace medskip
32051 \end_inset
32052
32053
32054 \begin_inset Newline newline
32055 \end_inset
32056
32057 Gibt man bei der Verwendung von 
32058 \series bold
32059
32060 \backslash
32061 cb
32062 \series default
32063  die Farbe nicht an, wird die voreingestellte Farbe 
32064 \series bold
32065 white
32066 \series default
32067  verwendet.
32068 \end_layout
32069
32070 \begin_layout Standard
32071 Ein Test der neu definierten Befehle:
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \align center
32076 \begin_inset Tabular
32077 <lyxtabular version="3" rows="6" columns="2">
32078 <features rotate="0" tabularvalignment="middle">
32079 <column alignment="center" valignment="top">
32080 <column alignment="center" valignment="top">
32081 <row>
32082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32083 \begin_inset Text
32084
32085 \begin_layout Plain Layout
32086 Befehl
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095 Ergebnis
32096 \begin_inset Note Note
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101 \series bold
32102
32103 \backslash
32104 raisebox
32105 \series default
32106  dient nur als Abstandhalter.
32107 \end_layout
32108
32109 \end_inset
32110
32111
32112 \end_layout
32113
32114 \end_inset
32115 </cell>
32116 </row>
32117 <row>
32118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 A
32123 \backslash
32124 gr
32125 \begin_inset space \textvisiblespace{}
32126 \end_inset
32127
32128 B
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 $A\gr B$
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" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151
32152 \backslash
32153 us{ABcd
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32159 \begin_inset Text
32160
32161 \begin_layout Plain Layout
32162 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \end_inset
32169 </cell>
32170 </row>
32171 <row>
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176
32177 \backslash
32178 fb{[2cm]
32179 \begin_inset Formula $\to$
32180 \end_inset
32181
32182
32183 \backslash
32184 {
32185 \begin_inset Formula $\to$
32186 \end_inset
32187
32188
32189 \backslash
32190 {
32191 \backslash
32192 int
32193 \begin_inset space \textvisiblespace{}
32194 \end_inset
32195
32196 A=B
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 </row>
32214 <row>
32215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32216 \begin_inset Text
32217
32218 \begin_layout Plain Layout
32219
32220 \backslash
32221 cb{red
32222 \begin_inset Formula $\to$
32223 \end_inset
32224
32225
32226 \backslash
32227 {
32228 \backslash
32229 int
32230 \begin_inset space \textvisiblespace{}
32231 \end_inset
32232
32233 A=B
32234 \end_layout
32235
32236 \end_inset
32237 </cell>
32238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32239 \begin_inset Text
32240
32241 \begin_layout Plain Layout
32242 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \end_inset
32249 </cell>
32250 </row>
32251 <row>
32252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32253 \begin_inset Text
32254
32255 \begin_layout Plain Layout
32256
32257 \backslash
32258 cb[green]
32259 \backslash
32260 {red
32261 \begin_inset Formula $\to$
32262 \end_inset
32263
32264
32265 \backslash
32266 {
32267 \backslash
32268 int
32269 \begin_inset space \textvisiblespace{}
32270 \end_inset
32271
32272 A=B
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32278 \begin_inset Text
32279
32280 \begin_layout Plain Layout
32281 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 </row>
32290 </lyxtabular>
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Subsection
32298 Mathe-Makros
32299 \begin_inset Index idx
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303 benutzerdefinierte Befehle ! Mathe-Makros
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \begin_inset Index idx
32310 status collapsed
32311
32312 \begin_layout Plain Layout
32313 Makros
32314 \end_layout
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
32323  Hat man es in einem Dokument z.
32324 \begin_inset space \thinspace{}
32325 \end_inset
32326
32327 B.
32328  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
32329  auf.
32330  Die allgemeine Form einer quadratischen Gleichung ist
32331 \begin_inset Formula 
32332 \[
32333 0=\lambda^{2}+p\lambda+q
32334 \]
32335
32336 \end_inset
32337
32338 Die allgemeine Form der Lösung lautet
32339 \begin_inset Formula 
32340 \[
32341 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32342 \]
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Standard
32350 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
32351  drei Parameter 
32352 \begin_inset Formula $\lambda$
32353 \end_inset
32354
32355
32356 \begin_inset Formula $p$
32357 \end_inset
32358
32359  und 
32360 \begin_inset Formula $q$
32361 \end_inset
32362
32363  angegeben werden müssen und der Index von 
32364 \begin_inset Formula $\lambda$
32365 \end_inset
32366
32367  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
32368 \begin_inset Newline newline
32369 \end_inset
32370
32371
32372 \series bold
32373
32374 \backslash
32375 newcommand{
32376 \backslash
32377 qG}[4][1,
32378 \backslash
32379 ,2]{#2_{#1}=-
32380 \backslash
32381 frac{#3}{2}
32382 \backslash
32383 pm
32384 \begin_inset Newline newline
32385 \end_inset
32386
32387
32388 \begin_inset Phantom HPhantom
32389 status open
32390
32391 \begin_layout Plain Layout
32392
32393 \series bold
32394
32395 \backslash
32396 newcommand
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \backslash
32403 sqrt{
32404 \backslash
32405 frac{#3^{2}}{4}-#4}}
32406 \end_layout
32407
32408 \begin_layout Standard
32409 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
32410  
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \series bold
32416
32417 \backslash
32418 qG{
32419 \backslash
32420 lambda
32421 \begin_inset Formula $\to$
32422 \end_inset
32423
32424
32425 \backslash
32426 {p
32427 \begin_inset Formula $\to$
32428 \end_inset
32429
32430
32431 \backslash
32432 {q 
32433 \series default
32434 ein.
32435 \end_layout
32436
32437 \begin_layout Standard
32438 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
32439  aller verwendeten LaTeX-Befehle kennen, z.
32440 \begin_inset space \thinspace{}
32441 \end_inset
32442
32443 B.
32444  dass ein Bruch in LaTeX mit 
32445 \series bold
32446
32447 \backslash
32448 frac{Zähler}
32449 \begin_inset Newline linebreak
32450 \end_inset
32451
32452 {Nenner}
32453 \series default
32454  eingegeben wird.
32455  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
32456  in LyX nicht sehen, was der neue Befehl macht.
32457  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
32458  Mathe-Makros statt den Befehl 
32459 \series bold
32460
32461 \backslash
32462 newcommand
32463 \series default
32464  zu verwenden.
32465 \end_layout
32466
32467 \begin_layout Standard
32468 Ein Mathe-Makro wird erstellt, indem man das Menü 
32469 \family sans
32470 Einfügen\SpecialChar \menuseparator
32471 Mathe\SpecialChar \menuseparator
32472 Makro
32473 \family default
32474  oder den Werkzeugleistenknopf 
32475 \begin_inset Info
32476 type  "icon"
32477 arg   "math-macro newmacroname_newcommand"
32478 \end_inset
32479
32480  verwendet.
32481  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32482  Makro definiert wird:
32483 \begin_inset Newline newline
32484 \end_inset
32485
32486
32487 \begin_inset space \hspace*{\fill}
32488 \end_inset
32489
32490
32491 \begin_inset Graphics
32492         filename ../clipart/macrobox.png
32493
32494 \end_inset
32495
32496
32497 \begin_inset space \hspace*{\fill}
32498 \end_inset
32499
32500
32501 \begin_inset Newline newline
32502 \end_inset
32503
32504
32505 \begin_inset FormulaMacro
32506 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32507 \end_inset
32508
32509
32510 \backslash
32511 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32512  geändert werden sollte.
32513  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32514  Einen Argumentplatzhalter fügt man mit dem Befehl 
32515 \series bold
32516
32517 \backslash
32518 #Argumentnummer
32519 \series default
32520  ein, z.
32521 \begin_inset space \thinspace{}
32522 \end_inset
32523
32524 B.
32525  
32526 \series bold
32527
32528 \backslash
32529 #1
32530 \series default
32531  oder man verwendet den Makro-Werkzeugleistenknopf 
32532 \begin_inset Info
32533 type  "icon"
32534 arg   "math-macro-add-param"
32535 \end_inset
32536
32537 .
32538  Argumentplatzhalter werden rot dargestellt.
32539  Es sind maximal 9
32540 \begin_inset space ~
32541 \end_inset
32542
32543 Argumente möglich.
32544  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32545 \begin_inset Info
32546 type  "icon"
32547 arg   "math-macro-add-optional-param"
32548 \end_inset
32549
32550  erstellt.
32551  Mit dem Werkzeugleistenknopf 
32552 \begin_inset Info
32553 type  "icon"
32554 arg   "math-macro-make-optional"
32555 \end_inset
32556
32557  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32558  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32559  werden soll.
32560  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32561  Kästchen leer lässt.
32562  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32563  einnimmt, kann man in das Kästchen z.
32564 \begin_inset space \thinspace{}
32565 \end_inset
32566
32567 B.
32568 \begin_inset Newline newline
32569 \end_inset
32570
32571
32572 \series bold
32573 qG: 
32574 \backslash
32575 #1
32576 \series default
32577  
32578 \series bold
32579 ,
32580 \series default
32581  
32582 \series bold
32583
32584 \backslash
32585 #2
32586 \series default
32587  
32588 \series bold
32589 ,
32590 \series default
32591  
32592 \series bold
32593
32594 \backslash
32595 #3, 
32596 \backslash
32597 #4
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \series default
32603 eingeben.
32604  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32605  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32606  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32607  wurde.
32608 \begin_inset Newline newline
32609 \end_inset
32610
32611 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32612  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32613 \family sans
32614 Ansicht\SpecialChar \menuseparator
32615 Mathe-Makro
32616 \begin_inset space ~
32617 \end_inset
32618
32619 auf/zuklappen
32620 \family default
32621  verwendet.
32622 \end_layout
32623
32624 \begin_layout Standard
32625 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32626  ein, in unserem Fall 
32627 \series bold
32628
32629 \backslash
32630 qG
32631 \series default
32632 .
32633  Unser Makro sieht in LyX folgendermaßen aus:
32634 \begin_inset Newline newline
32635 \end_inset
32636
32637
32638 \begin_inset space \hspace*{\fill}
32639 \end_inset
32640
32641
32642 \begin_inset Graphics
32643         filename ../clipart/macrouse.png
32644
32645 \end_inset
32646
32647
32648 \begin_inset space \hspace*{\fill}
32649 \end_inset
32650
32651
32652 \begin_inset Newline newline
32653 \end_inset
32654
32655 Hier ist unser Makro-Beispiel mit den Argumenten 
32656 \begin_inset Formula $x$
32657 \end_inset
32658
32659
32660 \begin_inset Formula $\ln(x)$
32661 \end_inset
32662
32663  und 
32664 \begin_inset Formula $B$
32665 \end_inset
32666
32667 :
32668 \end_layout
32669
32670 \begin_layout Standard
32671 \begin_inset Formula 
32672 \[
32673 \qG x{\ln(x)}B
32674 \]
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Standard
32682 LyX bietet im Menü 
32683 \family sans
32684 Werkzeuge\SpecialChar \menuseparator
32685 Einstellungen\SpecialChar \menuseparator
32686 Bearbeiten\SpecialChar \menuseparator
32687 Kontrolle
32688 \family default
32689  verschiedene Bearbeitungsstile für Makros an.
32690  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32691  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32692  zu sehen.
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32697 \series bold
32698
32699 \backslash
32700 new\SpecialChar \-
32701 command
32702 \series default
32703 -Befehl umgewandelt.
32704  Der 
32705 \series bold
32706
32707 \backslash
32708 newcommand
32709 \series default
32710 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32711  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32712  Makrodefinitionsbox befinden.
32713 \end_layout
32714
32715 \begin_layout Standard
32716 Mathe-Makros können auch direkt aus einem 
32717 \series bold
32718
32719 \backslash
32720 newcommand
32721 \series default
32722 -Befehl erstellt werden.
32723  Schreibt man z.
32724 \begin_inset space \thinspace{}
32725 \end_inset
32726
32727 B.
32728  den Befehl
32729 \series bold
32730
32731 \begin_inset Newline newline
32732 \end_inset
32733
32734
32735 \backslash
32736 newcommand{
32737 \backslash
32738 larrow}[2]{
32739 \backslash
32740 xleftarrow[#2]{#1}}
32741 \begin_inset Newline newline
32742 \end_inset
32743
32744
32745 \series default
32746 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32747 zel 
32748 \family sans
32749 Strg+M
32750 \family default
32751 , wird der Befehl in ein Mathe-Makro umgewandelt.
32752  Bei dieser Methode muss man jedoch aufpassen, dass der 
32753 \series bold
32754
32755 \backslash
32756 newcommand
32757 \series default
32758 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32759  erstellt, dass später LaTeX-Fehler hervorruft.
32760 \end_layout
32761
32762 \begin_layout Standard
32763 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32764  Makrodefinition fehlerhaft behandelt werden.
32765  Dadurch kann das Beispiel 
32766 \series bold
32767
32768 \backslash
32769 fb
32770 \series default
32771  aus 
32772 \begin_inset CommandInset ref
32773 LatexCommand ref
32774 reference "sub:Der-Befehl-newcommand"
32775
32776 \end_inset
32777
32778  nicht als Makro erzeugt werden.
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32783  in LyX angezeigt:
32784 \end_layout
32785
32786 \begin_layout Standard
32787 \begin_inset VSpace defskip
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \begin_layout Standard
32794 \begin_inset Graphics
32795         filename ../clipart/MacroToolbar.png
32796
32797 \end_inset
32798
32799
32800 \begin_inset Index idx
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 Makros ! Werkzeugleiste
32805 \end_layout
32806
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Standard
32813 \begin_inset VSpace defskip
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset VSpace defskip
32825 \end_inset
32826
32827
32828 \end_layout
32829
32830 \begin_layout Standard
32831 \begin_inset Tabular
32832 <lyxtabular version="3" rows="9" columns="2">
32833 <features rotate="0" islongtable="true" longtabularalignment="center">
32834 <column alignment="left" valignment="top">
32835 <column alignment="left" valignment="top" width="85col%">
32836 <row interlinespace="2.5mm">
32837 <cell alignment="center" valignment="top" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 \begin_inset Info
32842 type  "icon"
32843 arg   "math-macro-remove-param"
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \end_inset
32850 </cell>
32851 <cell alignment="center" valignment="top" usebox="none">
32852 \begin_inset Text
32853
32854 \begin_layout Plain Layout
32855
32856 \family sans
32857 Bearbeiten\SpecialChar \menuseparator
32858 Mathe\SpecialChar \menuseparator
32859 Makro-Definition\SpecialChar \menuseparator
32860 Letztes Argument entfernen
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 </row>
32866 <row interlinespace="2.5mm">
32867 <cell alignment="center" valignment="top" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 \begin_inset Info
32872 type  "icon"
32873 arg   "math-macro-add-param"
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 <cell alignment="center" valignment="top" usebox="none">
32882 \begin_inset Text
32883
32884 \begin_layout Plain Layout
32885
32886 \family sans
32887 Bearbeiten\SpecialChar \menuseparator
32888 Mathe\SpecialChar \menuseparator
32889 Makro-Definition\SpecialChar \menuseparator
32890 Argument hinzufügen
32891 \end_layout
32892
32893 \end_inset
32894 </cell>
32895 </row>
32896 <row interlinespace="2.5mm">
32897 <cell alignment="center" valignment="top" usebox="none">
32898 \begin_inset Text
32899
32900 \begin_layout Plain Layout
32901 \begin_inset Info
32902 type  "icon"
32903 arg   "math-macro-make-optional"
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 <cell alignment="center" valignment="top" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915
32916 \family sans
32917 Bearbeiten\SpecialChar \menuseparator
32918 Mathe\SpecialChar \menuseparator
32919 Makro-Definition\SpecialChar \menuseparator
32920 Das erste nicht-optionale
32921 \begin_inset Newline newline
32922 \end_inset
32923
32924
32925 \begin_inset Phantom HPhantom
32926 status open
32927
32928 \begin_layout Plain Layout
32929
32930 \family sans
32931 Bearbeiten\SpecialChar \menuseparator
32932 Mathe\SpecialChar \menuseparator
32933 Makro-Definition\SpecialChar \menuseparator
32934
32935 \end_layout
32936
32937 \end_inset
32938
32939 Argument in einen optionales
32940 \begin_inset Newline newline
32941 \end_inset
32942
32943
32944 \begin_inset Phantom HPhantom
32945 status open
32946
32947 \begin_layout Plain Layout
32948
32949 \family sans
32950 Bearbeiten\SpecialChar \menuseparator
32951 Mathe\SpecialChar \menuseparator
32952 Makro-Definition\SpecialChar \menuseparator
32953
32954 \end_layout
32955
32956 \end_inset
32957
32958 ändern
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 </row>
32964 <row interlinespace="2.5mm">
32965 <cell alignment="center" valignment="top" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969 \begin_inset Info
32970 type  "icon"
32971 arg   "math-macro-make-nonoptional"
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 <cell alignment="center" valignment="top" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983
32984 \family sans
32985 Bearbeiten\SpecialChar \menuseparator
32986 Mathe\SpecialChar \menuseparator
32987 Makro-Definition\SpecialChar \menuseparator
32988 Das letzte optionale Argument in
32989 \begin_inset Newline newline
32990 \end_inset
32991
32992
32993 \begin_inset Phantom HPhantom
32994 status open
32995
32996 \begin_layout Plain Layout
32997
32998 \family sans
32999 Bearbeiten\SpecialChar \menuseparator
33000 Mathe\SpecialChar \menuseparator
33001 Makro-Definition\SpecialChar \menuseparator
33002
33003 \end_layout
33004
33005 \end_inset
33006
33007 einen nicht-optionales ändern
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 </row>
33013 <row interlinespace="2.5mm">
33014 <cell alignment="center" valignment="top" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018 \begin_inset Info
33019 type  "icon"
33020 arg   "math-macro-remove-optional-param"
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032
33033 \family sans
33034 Bearbeiten\SpecialChar \menuseparator
33035 Mathe\SpecialChar \menuseparator
33036 Makro-Definition\SpecialChar \menuseparator
33037 Optionales Argument entfernen
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 </row>
33043 <row interlinespace="2.5mm">
33044 <cell alignment="center" valignment="top" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048 \begin_inset Info
33049 type  "icon"
33050 arg   "math-macro-add-optional-param"
33051 \end_inset
33052
33053
33054 \end_layout
33055
33056 \end_inset
33057 </cell>
33058 <cell alignment="center" valignment="top" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062
33063 \family sans
33064 Bearbeiten\SpecialChar \menuseparator
33065 Mathe\SpecialChar \menuseparator
33066 Makro-Definition\SpecialChar \menuseparator
33067 Optionales Argument einfügen
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 </row>
33073 <row interlinespace="2.5mm">
33074 <cell alignment="center" valignment="top" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078 \begin_inset Info
33079 type  "icon"
33080 arg   "math-macro-remove-greedy-param"
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 <cell alignment="center" valignment="top" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092
33093 \family sans
33094 Bearbeiten\SpecialChar \menuseparator
33095 Mathe\SpecialChar \menuseparator
33096 Makro-Definition\SpecialChar \menuseparator
33097 Letztes Argument rechts entfernen
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 </row>
33103 <row interlinespace="2.5mm">
33104 <cell alignment="center" valignment="top" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 \begin_inset Info
33109 type  "icon"
33110 arg   "math-macro-append-greedy-param"
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \end_inset
33117 </cell>
33118 <cell alignment="center" valignment="top" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122
33123 \family sans
33124 Bearbeiten\SpecialChar \menuseparator
33125 Mathe\SpecialChar \menuseparator
33126 Makro-Definition\SpecialChar \menuseparator
33127 Argument von rechts hinzufügen
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 </row>
33133 <row interlinespace="2.5mm">
33134 <cell alignment="center" valignment="top" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 \begin_inset Info
33139 type  "icon"
33140 arg   "math-macro-add-greedy-optional-param"
33141 \end_inset
33142
33143
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 <cell alignment="center" valignment="top" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152
33153 \family sans
33154 Bearbeiten\SpecialChar \menuseparator
33155 Mathe\SpecialChar \menuseparator
33156 Makro-Definition\SpecialChar \menuseparator
33157 Optionales Argument von rechts
33158 \begin_inset Newline newline
33159 \end_inset
33160
33161
33162 \begin_inset Phantom HPhantom
33163 status open
33164
33165 \begin_layout Plain Layout
33166
33167 \family sans
33168 Bearbeiten\SpecialChar \menuseparator
33169 Mathe\SpecialChar \menuseparator
33170 Makro-Definition\SpecialChar \menuseparator
33171
33172 \end_layout
33173
33174 \end_inset
33175
33176 hinzufügen
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 </row>
33182 </lyxtabular>
33183
33184 \end_inset
33185
33186
33187 \end_layout
33188
33189 \begin_layout Section
33190 Computeralgebrasysteme
33191 \end_layout
33192
33193 \begin_layout Standard
33194 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
33195  oder benutzerdefinierten Skripten auszutauschen.
33196  Momentan werden folgende Anwendungen unterstützt: 
33197 \family typewriter
33198 Maple
33199 \family default
33200
33201 \family typewriter
33202 Mathematica
33203 \family default
33204
33205 \family typewriter
33206 Maxima
33207 \family default
33208  und 
33209 \family typewriter
33210 Octave
33211 \family default
33212 .
33213  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
33214  sehr einfache Fälle beschränkt sind.
33215 \end_layout
33216
33217 \begin_layout Subsection
33218 Verwendung
33219 \end_layout
33220
33221 \begin_layout Standard
33222 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
33223 \family sans
33224 Bearbeiten\SpecialChar \menuseparator
33225 Mathe\SpecialChar \menuseparator
33226 Computer-Algebra-System verwenden
33227 \family default
33228  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
33229  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
33230  mit dem 
33231 \begin_inset Quotes gld
33232 \end_inset
33233
33234 =
33235 \begin_inset Quotes grd
33236 \end_inset
33237
33238  Operator erscheinen.
33239 \end_layout
33240
33241 \begin_layout Standard
33242 Hier sind ein paar einfache Beispiele (mit Resultaten von 
33243 \family typewriter
33244 Maxima
33245 \family default
33246 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
33247 \end_layout
33248
33249 \begin_layout Itemize
33250 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Itemize
33257 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33258 \end_inset
33259
33260
33261 \end_layout
33262
33263 \begin_layout Itemize
33264 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33265 \end_inset
33266
33267
33268 \end_layout
33269
33270 \begin_layout Itemize
33271 \begin_inset Formula $\det\left[\begin{array}{ccc}
33272 1 & 6 & 7\\
33273 2 & 5 & 8\\
33274 3 & 4 & 17
33275 \end{array}\right]=-56$
33276 \end_inset
33277
33278
33279 \end_layout
33280
33281 \begin_layout Itemize
33282 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33283 \end_inset
33284
33285
33286 \end_layout
33287
33288 \begin_layout Subsection
33289 Tastenkürzel
33290 \end_layout
33291
33292 \begin_layout Standard
33293 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
33294  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
33295 \family sans
33296 math-extern
33297 \family default
33298  verknüpfen (siehe das 
33299 \emph on
33300 LyX-Funktionen
33301 \emph default
33302  Handbuch).
33303  Man kann z.
33304 \begin_inset space \thinspace{}
33305 \end_inset
33306
33307 B.
33308  die 
33309 \family sans
33310 Enter
33311 \family default
33312 -Taste in Formeln verknüpfen.
33313  Um sie mit 
33314 \family typewriter
33315 Maxima
33316 \family default
33317  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
33318 \end_layout
33319
33320 \begin_layout Standard
33321
33322 \series bold
33323 command-alternatives break-paragraph;math-extern maxima
33324 \end_layout
33325
33326 \begin_layout Section
33327 Verschiedenes
33328 \begin_inset Index idx
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332 Verschiedenes
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \begin_layout Subsection
33341 Negative Zahlen
33342 \begin_inset Index idx
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346 Zahlen ! negative
33347 \end_layout
33348
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Standard
33355 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33356  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33357  dargestellt.
33358  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33359  Minuszeichen korrekt.
33360 \end_layout
33361
33362 \begin_layout Standard
33363 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33364  nicht mehr auf.
33365 \end_layout
33366
33367 \begin_layout Standard
33368 Ein Beispiel zur Veranschaulichung der Problematik:
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \align center
33373 \begin_inset Tabular
33374 <lyxtabular version="3" rows="3" columns="2">
33375 <features rotate="0" tabularvalignment="middle">
33376 <column alignment="right" valignment="top">
33377 <column alignment="left" valignment="top">
33378 <row>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 normaler Text:
33384 \end_layout
33385
33386 \end_inset
33387 </cell>
33388 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Plain Layout
33392 x = -2
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 </row>
33398 <row>
33399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 Formelmodus:
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 \begin_inset Formula $x=-2$
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 </row>
33421 <row>
33422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 Lösung:
33427 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 \begin_inset Formula $x=\textrm{-}2$
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 </row>
33444 </lyxtabular>
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Subsection
33452 Komma als Dezimaltrennzeichen
33453 \begin_inset Index idx
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457 Komma
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Standard
33466 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33467  als Gruppentrennzeichen.
33468  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33469  eingefügt.
33470 \end_layout
33471
33472 \begin_layout Standard
33473 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33474  Text um (Tastenkürzel 
33475 \family sans
33476 Alt+M
33477 \begin_inset space ~
33478 \end_inset
33479
33480 M
33481 \family default
33482 ).
33483 \end_layout
33484
33485 \begin_layout Standard
33486 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33487  lädt man die Datei 
33488 \series bold
33489 icomma.sty
33490 \series default
33491
33492 \begin_inset Foot
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496
33497 \series bold
33498 icomma
33499 \series default
33500  ist Teil des LaTeX-Paketes 
33501 \series bold
33502 was
33503 \series default
33504
33505 \begin_inset Index idx
33506 status collapsed
33507
33508 \begin_layout Plain Layout
33509 Pakete ! was
33510 \begin_inset ERT
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514
33515
33516 \backslash
33517 vspace{4mm}
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \end_inset
33526
33527 .
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \begin_inset Index idx
33534 status collapsed
33535
33536 \begin_layout Plain Layout
33537 Pakete ! icomma
33538 \end_layout
33539
33540 \end_inset
33541
33542  mit der LaTeX-Vorspannzeile
33543 \end_layout
33544
33545 \begin_layout Standard
33546
33547 \series bold
33548
33549 \backslash
33550 usepackage{icomma}
33551 \end_layout
33552
33553 \begin_layout Subsection
33554 Physikalische Vektoren
33555 \begin_inset CommandInset label
33556 LatexCommand label
33557 name "sub:Physikalische-Vektoren"
33558
33559 \end_inset
33560
33561
33562 \begin_inset Index idx
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566 Vektoren ! physikalische
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \begin_layout Standard
33575 Vordefinierte Vektoren bietet das LaTeX-Paket 
33576 \series bold
33577 braket
33578 \series default
33579
33580 \begin_inset Index idx
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584 Pakete ! braket
33585 \end_layout
33586
33587 \end_inset
33588
33589 , das mit der LaTeX-Vorspannzeile
33590 \end_layout
33591
33592 \begin_layout Standard
33593
33594 \series bold
33595
33596 \backslash
33597 usepackage{braket}
33598 \end_layout
33599
33600 \begin_layout Standard
33601 geladen wird.
33602 \begin_inset ERT
33603 status collapsed
33604
33605 \begin_layout Plain Layout
33606
33607
33608 \backslash
33609 ifbraket 
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \begin_inset Note Note
33616 status open
33617
33618 \begin_layout Plain Layout
33619 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33620 \series bold
33621 braket
33622 \series default
33623  installiert ist:
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \begin_layout Standard
33632 Folgende Befehle sind definiert:
33633 \end_layout
33634
33635 \begin_layout Standard
33636 \align center
33637 \begin_inset Tabular
33638 <lyxtabular version="3" rows="4" columns="2">
33639 <features rotate="0" tabularvalignment="middle">
33640 <column alignment="center" valignment="top">
33641 <column alignment="center" valignment="top">
33642 <row>
33643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33644 \begin_inset Text
33645
33646 \begin_layout Plain Layout
33647 Befehl
33648 \end_layout
33649
33650 \end_inset
33651 </cell>
33652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 Ergebnis
33657 \end_layout
33658
33659 \end_inset
33660 </cell>
33661 </row>
33662 <row>
33663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33664 \begin_inset Text
33665
33666 \begin_layout Plain Layout
33667
33668 \backslash
33669 Bra{
33670 \backslash
33671 psi
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 \begin_inset Formula $\Bra{\psi}$
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \end_inset
33687 </cell>
33688 </row>
33689 <row>
33690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694
33695 \backslash
33696 Ket{
33697 \backslash
33698 psi
33699 \end_layout
33700
33701 \end_inset
33702 </cell>
33703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707 \begin_inset Formula $\Ket{\psi}$
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 </row>
33716 <row>
33717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33718 \begin_inset Text
33719
33720 \begin_layout Plain Layout
33721
33722 \backslash
33723 Braket{
33724 \backslash
33725 psi|
33726 \backslash
33727 phi
33728 \end_layout
33729
33730 \end_inset
33731 </cell>
33732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33733 \begin_inset Text
33734
33735 \begin_layout Plain Layout
33736 \begin_inset Formula $\Braket{\psi|\phi}$
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 </row>
33745 </lyxtabular>
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 Der Befehl 
33754 \series bold
33755
33756 \backslash
33757 Braket
33758 \series default
33759  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33760  Klammern gesetzt werden:
33761 \begin_inset Formula 
33762 \[
33763 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33764 \]
33765
33766 \end_inset
33767
33768
33769 \begin_inset ERT
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773
33774
33775 \backslash
33776 else 
33777 \end_layout
33778
33779 \end_inset
33780
33781
33782 \begin_inset Note Note
33783 status open
33784
33785 \begin_layout Plain Layout
33786 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33787 \series bold
33788 braket
33789 \series default
33790  nicht installiert ist:
33791 \end_layout
33792
33793 \end_inset
33794
33795
33796 \end_layout
33797
33798 \begin_layout Standard
33799 Das LaTeX-Paket 
33800 \series bold
33801 braket 
33802 \series default
33803 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33804 \end_layout
33805
33806 \begin_layout Standard
33807 \begin_inset ERT
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811
33812
33813 \backslash
33814 fi 
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \end_layout
33821
33822 \begin_layout Standard
33823 Der Effekt von 
33824 \series bold
33825
33826 \backslash
33827 Braket
33828 \series default
33829  kann auch mit dem Befehl 
33830 \series bold
33831
33832 \backslash
33833 middle
33834 \series default
33835  erzielt werden, der in 
33836 \begin_inset CommandInset ref
33837 LatexCommand ref
33838 reference "sub:Automatische-Klammergrößen"
33839
33840 \end_inset
33841
33842  beschrieben ist.
33843 \end_layout
33844
33845 \begin_layout Subsection
33846 Selbst definierte Brüche
33847 \begin_inset CommandInset label
33848 LatexCommand label
33849 name "sub:Selbstdefinierte-Brüche"
33850
33851 \end_inset
33852
33853
33854 \begin_inset Index idx
33855 status collapsed
33856
33857 \begin_layout Plain Layout
33858 Brüche ! selbstdefinierte
33859 \end_layout
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \begin_layout Standard
33867 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33868 \series bold
33869
33870 \backslash
33871 genfrac
33872 \series default
33873
33874 \begin_inset Index idx
33875 status collapsed
33876
33877 \begin_layout Plain Layout
33878 Befehle ! G ! 
33879 \backslash
33880 genfrac
33881 \end_layout
33882
33883 \end_inset
33884
33885  in folgendem Schema:
33886 \end_layout
33887
33888 \begin_layout Standard
33889
33890 \series bold
33891
33892 \backslash
33893 genfrac{linke
33894 \series default
33895  
33896 \series bold
33897 Klammer}{rechte
33898 \series default
33899  
33900 \series bold
33901 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33902 \begin_inset Newline newline
33903 \end_inset
33904
33905
33906 \begin_inset Phantom HPhantom
33907 status open
33908
33909 \begin_layout Plain Layout
33910
33911 \series bold
33912
33913 \backslash
33914 genfrac
33915 \end_layout
33916
33917 \end_inset
33918
33919 {Zähler}{Nenner}
33920 \end_layout
33921
33922 \begin_layout Standard
33923 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33924 \begin_inset space \thinspace{}
33925 \end_inset
33926
33927 -
33928 \begin_inset space \thinspace{}
33929 \end_inset
33930
33931 3 angegeben.
33932 \end_layout
33933
33934 \begin_layout Standard
33935 \align center
33936 \begin_inset Tabular
33937 <lyxtabular version="3" rows="5" columns="2">
33938 <features rotate="0" tabularvalignment="middle">
33939 <column alignment="center" valignment="top">
33940 <column alignment="center" valignment="top">
33941 <row>
33942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946 Nummer
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Plain Layout
33955 Ansichtsstil
33956 \end_layout
33957
33958 \end_inset
33959 </cell>
33960 </row>
33961 <row>
33962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 0
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975 abgesetzte Formel
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 </row>
33981 <row>
33982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 1
33987 \end_layout
33988
33989 \end_inset
33990 </cell>
33991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33992 \begin_inset Text
33993
33994 \begin_layout Plain Layout
33995 eingebettete Formel
33996 \end_layout
33997
33998 \end_inset
33999 </cell>
34000 </row>
34001 <row>
34002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34003 \begin_inset Text
34004
34005 \begin_layout Plain Layout
34006 2
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 klein
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 </row>
34021 <row>
34022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34023 \begin_inset Text
34024
34025 \begin_layout Plain Layout
34026 3
34027 \end_layout
34028
34029 \end_inset
34030 </cell>
34031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 winzig
34036 \end_layout
34037
34038 \end_inset
34039 </cell>
34040 </row>
34041 </lyxtabular>
34042
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \begin_layout Standard
34049 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34050  
34051 \series bold
34052
34053 \backslash
34054 frac
34055 \series default
34056  der Umgebung an.
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34061  0.4
34062 \begin_inset space \thinspace{}
34063 \end_inset
34064
34065 pt verwendet.
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \begin_inset VSpace medskip
34070 \end_inset
34071
34072 Zum Beispiel sind die Befehle 
34073 \series bold
34074
34075 \backslash
34076 dfrac
34077 \series default
34078  und 
34079 \series bold
34080
34081 \backslash
34082 tbinom
34083 \series default
34084  aus 
34085 \begin_inset CommandInset ref
34086 LatexCommand ref
34087 reference "sub:Brüche"
34088
34089 \end_inset
34090
34091  folgendermaßen definiert:
34092 \end_layout
34093
34094 \begin_layout Standard
34095
34096 \series bold
34097
34098 \backslash
34099 newcommand{
34100 \backslash
34101 dfrac}[2]{
34102 \backslash
34103 genfrac{}{}{}{0}{#1}{#2}}
34104 \end_layout
34105
34106 \begin_layout Standard
34107 und
34108 \end_layout
34109
34110 \begin_layout Standard
34111
34112 \series bold
34113
34114 \backslash
34115 newcommand{
34116 \backslash
34117 tbinom}[2]{
34118 \backslash
34119 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34120 \end_layout
34121
34122 \begin_layout Standard
34123 \begin_inset VSpace medskip
34124 \end_inset
34125
34126 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34127  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34128 \end_layout
34129
34130 \begin_layout Standard
34131
34132 \series bold
34133
34134 \backslash
34135 newcommand{
34136 \backslash
34137 fracS}[3][]{
34138 \backslash
34139 genfrac{}{}{#1}{}{#2}{#3}}
34140 \end_layout
34141
34142 \begin_layout Standard
34143 Dazu ein Test:
34144 \begin_inset Formula 
34145 \begin{align*}
34146 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34147 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34148 \end{align*}
34149
34150 \end_inset
34151
34152 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34153  in etwa der dreifachen Strichdicke.
34154 \end_layout
34155
34156 \begin_layout Subsection
34157 Durchgestrichene Formeln
34158 \begin_inset Index idx
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162 Formel ! durchgestrichene
34163 \end_layout
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
34172 \end_layout
34173
34174 \begin_layout Standard
34175 \begin_inset ERT
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179
34180
34181 \backslash
34182 ifcancel 
34183 \end_layout
34184
34185 \end_inset
34186
34187
34188 \begin_inset Note Note
34189 status open
34190
34191 \begin_layout Plain Layout
34192 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34193 \series bold
34194 cancel
34195 \series default
34196  installiert ist:
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 \align center
34206 \begin_inset Tabular
34207 <lyxtabular version="3" rows="5" columns="2">
34208 <features rotate="0" tabularvalignment="middle">
34209 <column alignment="center" valignment="top">
34210 <column alignment="center" valignment="top">
34211 <row>
34212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34213 \begin_inset Text
34214
34215 \begin_layout Plain Layout
34216 Befehl
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 Ergebnis
34226 \begin_inset Note Note
34227 status collapsed
34228
34229 \begin_layout Plain Layout
34230 Der Leerraum und 
34231 \series bold
34232
34233 \backslash
34234 raisebox
34235 \series default
34236  dienen nur als Abstandhalter.
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 <row>
34248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252
34253 \backslash
34254 cancel
34255 \begin_inset space \textvisiblespace{}
34256 \end_inset
34257
34258
34259 \backslash
34260 int
34261 \begin_inset space \textvisiblespace{}
34262 \end_inset
34263
34264 A=B
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34270 \begin_inset Text
34271
34272 \begin_layout Plain Layout
34273 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 </row>
34282 <row>
34283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287
34288 \backslash
34289 bcancel
34290 \begin_inset space \textvisiblespace{}
34291 \end_inset
34292
34293
34294 \backslash
34295 int
34296 \begin_inset space \textvisiblespace{}
34297 \end_inset
34298
34299 A=B
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34305 \begin_inset Text
34306
34307 \begin_layout Plain Layout
34308 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 </row>
34317 <row>
34318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322
34323 \backslash
34324 xcancel
34325 \begin_inset space \textvisiblespace{}
34326 \end_inset
34327
34328
34329 \backslash
34330 int
34331 \begin_inset space \textvisiblespace{}
34332 \end_inset
34333
34334 A=B
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \end_inset
34350 </cell>
34351 </row>
34352 <row>
34353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357
34358 \backslash
34359 cancelto
34360 \begin_inset space \textvisiblespace{}
34361 \end_inset
34362
34363
34364 \backslash
34365 int
34366 \begin_inset space \textvisiblespace{}
34367 \end_inset
34368
34369 A=B
34370 \begin_inset Formula $\to$
34371 \end_inset
34372
34373 1
34374 \end_layout
34375
34376 \end_inset
34377 </cell>
34378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 </row>
34391 </lyxtabular>
34392
34393 \end_inset
34394
34395
34396 \end_layout
34397
34398 \begin_layout Standard
34399
34400 \series bold
34401
34402 \backslash
34403 cancelto
34404 \series default
34405  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34406  will:
34407 \begin_inset Formula 
34408 \[
34409 \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}}}
34410 \]
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \begin_layout Standard
34418 Um die Größe des 
34419 \begin_inset Quotes gld
34420 \end_inset
34421
34422 hochgestellten
34423 \begin_inset Quotes grd
34424 \end_inset
34425
34426  Werts von 
34427 \series bold
34428
34429 \backslash
34430 cancelto
34431 \series default
34432  zu ändern, kann man die LaTeX-Vorspannzeile
34433 \end_layout
34434
34435 \begin_layout Standard
34436
34437 \series bold
34438
34439 \backslash
34440 PassOptionsToPackage{Option}{cancel}
34441 \end_layout
34442
34443 \begin_layout Standard
34444 hinzufügen.
34445  
34446 \series bold
34447 Option
34448 \series default
34449  ist entweder 
34450 \series bold
34451 samesize
34452 \series default
34453 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
34454  
34455 \series bold
34456 Smaller
34457 \series default
34458 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34459 \end_layout
34460
34461 \begin_layout Standard
34462 Um den Durchstrich zu färben, verwendet man den Befehl
34463 \end_layout
34464
34465 \begin_layout Standard
34466
34467 \series bold
34468
34469 \backslash
34470 renewcommand{
34471 \backslash
34472 CancelColor}{
34473 \backslash
34474 color{red}}
34475 \end_layout
34476
34477 \begin_layout Standard
34478 als TeX-Code.
34479  
34480 \series bold
34481 red
34482 \series default
34483  kann durch eine Farbe der Wahl ersetzt werden.
34484 \end_layout
34485
34486 \begin_layout Standard
34487 \begin_inset ERT
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491
34492
34493 \backslash
34494 renewcommand{
34495 \backslash
34496 CancelColor}{
34497 \backslash
34498 color{red}}
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 \begin_inset Formula 
34508 \[
34509 \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}}}
34510 \]
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Standard
34518 \begin_inset ERT
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522
34523
34524 \backslash
34525 renewcommand{
34526 \backslash
34527 CancelColor}{
34528 \backslash
34529 color{black}}
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \begin_inset Note Note
34536 status open
34537
34538 \begin_layout Plain Layout
34539 Farbe zurücksetzen
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \end_layout
34546
34547 \begin_layout Standard
34548 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34549 \series bold
34550 cancel
34551 \series default
34552
34553 \begin_inset CommandInset citation
34554 LatexCommand cite
34555 key "cancel"
34556
34557 \end_inset
34558
34559 .
34560 \begin_inset Index idx
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 Pakete ! cancel
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \begin_inset ERT
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577
34578
34579 \backslash
34580 else 
34581 \end_layout
34582
34583 \end_inset
34584
34585
34586 \begin_inset Note Note
34587 status open
34588
34589 \begin_layout Plain Layout
34590 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34591 \series bold
34592 cancel
34593 \series default
34594  nicht installiert ist:
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Standard
34603 Das LaTeX-Paket 
34604 \series bold
34605 cancel 
34606 \series default
34607 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34608 \end_layout
34609
34610 \begin_layout Standard
34611 \begin_inset ERT
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615
34616
34617 \backslash
34618 fi 
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Subsection
34627 Formeln in Überschriften
34628 \begin_inset CommandInset label
34629 LatexCommand label
34630 name "sub:Formeln-in-Überschriften"
34631
34632 \end_inset
34633
34634
34635 \begin_inset Index idx
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 Formel ! in Überschriften
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34649 \end_layout
34650
34651 \begin_layout Standard
34652 \begin_inset Note Greyedout
34653 status open
34654
34655 \begin_layout Plain Layout
34656 Verwendet man 
34657 \series bold
34658 hyperref
34659 \series default
34660
34661 \begin_inset Index idx
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665 Pakete ! hyperref
34666 \end_layout
34667
34668 \end_inset
34669
34670  Unterstützung im den Dokumenteinstellungen unter 
34671 \family sans
34672 PDF-Eigenschaften
34673 \family default
34674 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34675  erzeugt.
34676  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34677  dargestellt.
34678  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34688  Kurztitel über das Menü 
34689 \family sans
34690 Einfügen\SpecialChar \menuseparator
34691 Kurztitel
34692 \family default
34693  einfügt.
34694  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34695  um das Inhaltsverzeichnis übersichtlich zu halten.
34696  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34697 chen.
34698 \end_layout
34699
34700 \begin_layout Standard
34701 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34702 \series bold
34703 hyperref
34704 \series default
34705 , verwendet man im TeX-Modus den Befehl
34706 \end_layout
34707
34708 \begin_layout Standard
34709
34710 \series bold
34711
34712 \backslash
34713 texorpdfstring{Teil}{Alternative}
34714 \begin_inset Index idx
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718 Befehle ! T ! 
34719 \backslash
34720 texorpdfstring
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Standard
34729 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34730  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34731  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34732  soll.
34733 \end_layout
34734
34735 \begin_layout Standard
34736 Es folgen zwei Beispielüberschriften:
34737 \begin_inset VSpace -3mm
34738 \end_inset
34739
34740
34741 \begin_inset ERT
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745
34746
34747 \backslash
34748 boldmath 
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Subsubsection
34757 Überschrift ohne Formel im Inhaltsverzeichnis 
34758 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34759 \end_inset
34760
34761
34762 \begin_inset Argument 1
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766 Überschrift ohne Formel im Inhaltsverzeichnis
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Subsubsection
34775 Überschrift mit Formel im Inhaltsverzeichnis
34776 \begin_inset ERT
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780
34781
34782 \backslash
34783 texorpdfstring{
34784 \end_layout
34785
34786 \end_inset
34787
34788  
34789 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34790 \end_inset
34791
34792
34793 \begin_inset ERT
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797
34798 }{}
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 \begin_inset ERT
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811
34812
34813 \backslash
34814 unboldmath 
34815 \end_layout
34816
34817 \end_inset
34818
34819 In der ersten Überschrift wurde ein Kurztitel verwendet.
34820  In der zweiten 
34821 \series bold
34822
34823 \backslash
34824 texorpdfstring
34825 \series default
34826 .
34827 \end_layout
34828
34829 \begin_layout Standard
34830 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34831  die komplette Überschrift in eine 
34832 \series bold
34833 boldmath
34834 \series default
34835 -Umgebung
34836 \begin_inset Foot
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840 siehe 
34841 \begin_inset CommandInset ref
34842 LatexCommand ref
34843 reference "sub:Fett-gedruckte-Formeln"
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \end_inset
34851
34852  gesetzt.
34853 \end_layout
34854
34855 \begin_layout Subsection
34856 Formeln im mehrspaltigen Text
34857 \begin_inset Index idx
34858 status collapsed
34859
34860 \begin_layout Plain Layout
34861 Formel ! im mehrspaltigen Text
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \begin_layout Standard
34870 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34871  müssen daher über die gesamte Seitenbreite gesetzt werden.
34872  Dazu verwendet man das LaTeX-Paket 
34873 \series bold
34874 multicol
34875 \series default
34876
34877 \begin_inset Foot
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881
34882 \series bold
34883 multicol
34884 \series default
34885  ist Teil jeder LaTeX-Standardinstallation.
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \begin_inset Index idx
34892 status collapsed
34893
34894 \begin_layout Plain Layout
34895 Pakete ! multicol
34896 \end_layout
34897
34898 \end_inset
34899
34900 , das mit der LaTeX-Vorspannzeile
34901 \end_layout
34902
34903 \begin_layout Standard
34904
34905 \series bold
34906
34907 \backslash
34908 usepackage{multicol}
34909 \end_layout
34910
34911 \begin_layout Standard
34912 geladen wird.
34913 \end_layout
34914
34915 \begin_layout Standard
34916 \begin_inset Note Greyedout
34917 status open
34918
34919 \begin_layout Plain Layout
34920 Dabei ist zu beachten, dass im Menü 
34921 \family sans
34922 Dokument\SpecialChar \menuseparator
34923 Einstellungen
34924 \family default
34925  unter 
34926 \family sans
34927 Textformat
34928 \family default
34929  
34930 \emph on
34931 nicht
34932 \emph default
34933  
34934 \family sans
34935 Zweispaltiges
34936 \begin_inset space ~
34937 \end_inset
34938
34939 Dokument
34940 \family default
34941  ausgewählt sein darf.
34942 \end_layout
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Standard
34950 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34951 \end_layout
34952
34953 \begin_layout Standard
34954
34955 \series bold
34956
34957 \backslash
34958 begin{multicols}{Spaltenanzahl}
34959 \end_layout
34960
34961 \begin_layout Standard
34962 wobei die Spaltenanzahl eine Zahl im Bereich 2
34963 \begin_inset space \thinspace{}
34964 \end_inset
34965
34966 -
34967 \begin_inset space \thinspace{}
34968 \end_inset
34969
34970 10 ist.
34971  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34972 \end_layout
34973
34974 \begin_layout Standard
34975
34976 \series bold
34977
34978 \backslash
34979 end{multicols}
34980 \end_layout
34981
34982 \begin_layout Standard
34983 der im TeX-Modus eingegeben wird.
34984 \end_layout
34985
34986 \begin_layout Standard
34987 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34988  Um dies rückgängig zu machen, fügt man vor der Formel -6
34989 \begin_inset space \thinspace{}
34990 \end_inset
34991
34992 mm vertikalen Leerraum ein.
34993  Ist der Formelstil 
34994 \series bold
34995 Eingerückt
34996 \begin_inset Foot
34997 status collapsed
34998
34999 \begin_layout Plain Layout
35000 Formelstile siehe 
35001 \begin_inset CommandInset ref
35002 LatexCommand ref
35003 reference "sec:Formelstile"
35004
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \end_inset
35011
35012
35013 \series default
35014  gewählt, fügt man stattdessen -9
35015 \begin_inset space \thinspace{}
35016 \end_inset
35017
35018 mm Leerraum ein.
35019 \end_layout
35020
35021 \begin_layout Standard
35022 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35023 \end_layout
35024
35025 \begin_layout Standard
35026 \begin_inset ERT
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030
35031
35032 \backslash
35033 begin{multicols}{2}
35034 \end_layout
35035
35036 \end_inset
35037
35038 Das Spektrum wird fouriertransformiert.
35039  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35040 , Lösungsmittel) zu trennen.
35041  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35042  nun das Aussehen des Ausgangssignals.
35043  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35044  über alle Phasen integrieren muss.
35045  Sei nun 
35046 \begin_inset Formula $S$
35047 \end_inset
35048
35049  unser normiertes Ausgangssignal und 
35050 \begin_inset Formula $P$
35051 \end_inset
35052
35053  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35054 \begin_inset ERT
35055 status collapsed
35056
35057 \begin_layout Plain Layout
35058
35059
35060 \backslash
35061 end{multicols}
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \begin_inset VSpace -6mm
35068 \end_inset
35069
35070
35071 \begin_inset Formula 
35072 \begin{equation}
35073 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35074 \end{equation}
35075
35076 \end_inset
35077
35078
35079 \begin_inset ERT
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083
35084
35085 \backslash
35086 begin{multicols}{2}
35087 \end_layout
35088
35089 \end_inset
35090
35091 wobei 
35092 \begin_inset Formula $S_{0}$
35093 \end_inset
35094
35095  das Signal ohne Gradient ist und die Normierungsbedingung 
35096 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35097 \end_inset
35098
35099  gilt.
35100  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35101  Direkt nach dem 
35102 \begin_inset Formula $\nicefrac{\pi}{2}$
35103 \end_inset
35104
35105
35106 \begin_inset space \thinspace{}
35107 \end_inset
35108
35109 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35110  das Signal zusätzlich abschwächt.
35111  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35112  
35113 \begin_inset Formula $T_{2}$
35114 \end_inset
35115
35116 -Zeit.
35117 \end_layout
35118
35119 \begin_layout Standard
35120 \begin_inset ERT
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124
35125
35126 \backslash
35127 end{multicols}
35128 \end_layout
35129
35130 \end_inset
35131
35132  
35133 \end_layout
35134
35135 \begin_layout Subsection
35136 Formeln mit Beschreibung der Variablen
35137 \begin_inset Index idx
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141 Formel ! mit Variablenbeschreibung
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \begin_layout Standard
35150 Möchte man wie in Formel 
35151 \begin_inset CommandInset ref
35152 LatexCommand eqref
35153 reference "eq:innerhalb"
35154
35155 \end_inset
35156
35157 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35158 \series bold
35159 ×
35160 \series default
35161
35162 \begin_inset Formula $n$
35163 \end_inset
35164
35165
35166 \begin_inset space ~
35167 \end_inset
35168
35169 Matrix mit links ausgerichteten Spalten für die verwendeten 
35170 \begin_inset Formula $n$
35171 \end_inset
35172
35173  Variablen.
35174 \begin_inset Foot
35175 status collapsed
35176
35177 \begin_layout Plain Layout
35178 Matrizen siehe 
35179 \begin_inset CommandInset ref
35180 LatexCommand ref
35181 reference "sec:Matrizen"
35182
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \end_inset
35189
35190  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35191 \begin_inset space \thinspace{}
35192 \end_inset
35193
35194 B.
35195  den Befehl 
35196 \series bold
35197
35198 \backslash
35199 footnotesize
35200 \series default
35201  ein.
35202 \begin_inset Foot
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206 Schriftgrößen siehe 
35207 \begin_inset CommandInset ref
35208 LatexCommand ref
35209 reference "sub:Schriftgrößen"
35210
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 Wird der Formelstil 
35223 \series bold
35224 Eingerückt
35225 \begin_inset Foot
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 Formelstile siehe 
35230 \begin_inset CommandInset ref
35231 LatexCommand ref
35232 reference "sec:Formelstile"
35233
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \series default
35243  verwendet, fügt man vor und nach der Matrix ein 
35244 \series bold
35245
35246 \backslash
35247 hfill
35248 \series default
35249
35250 \begin_inset Foot
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254
35255 \series bold
35256
35257 \backslash
35258 hfill
35259 \series default
35260  wirkt nur in Formeln mit dem Stil 
35261 \series bold
35262 Eingerückt
35263 \series default
35264 , siehe 
35265 \begin_inset CommandInset ref
35266 LatexCommand ref
35267 reference "sub:Variabler-Leerraum"
35268
35269 \end_inset
35270
35271 .
35272 \end_layout
35273
35274 \end_inset
35275
35276  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35277  gleich ist.
35278 \end_layout
35279
35280 \begin_layout Standard
35281 Ist der Formelstil 
35282 \series bold
35283 Zentriert
35284 \series default
35285  gewählt, nutzt man die in 
35286 \begin_inset CommandInset ref
35287 LatexCommand ref
35288 reference "sub:Flalign-Umgebung"
35289
35290 \end_inset
35291
35292  beschriebene Möglichkeit, Formeln einzurücken.
35293  Formel 
35294 \begin_inset CommandInset ref
35295 LatexCommand eqref
35296 reference "eq:innerhalb"
35297
35298 \end_inset
35299
35300  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35301  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35302 \begin_inset Formula 
35303 \begin{flalign}
35304 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35305 \rho & \textrm{Dichte}\\
35306 V & \textrm{Volumen}\\
35307 g & \textrm{Fallbeschleunigung}
35308 \end{array} &  & {}\label{eq:innerhalb}
35309 \end{flalign}
35310
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \begin_layout Subsection
35317 Aufrechte kleine griechische Buchstaben
35318 \begin_inset CommandInset label
35319 LatexCommand label
35320 name "sub:Aufrechte-kleine-griechische"
35321
35322 \end_inset
35323
35324
35325 \begin_inset Index idx
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329 griechische Buchstaben ! aufrechte
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \begin_layout Standard
35338 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35339  zur Verfügung.
35340  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35341  aufrechte griechische Buchstaben benötigt.
35342  Die Datei 
35343 \series bold
35344 upgreek.sty
35345 \series default
35346
35347 \begin_inset Foot
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351
35352 \series bold
35353 upgreek
35354 \series default
35355  ist Teil des LaTeX-Paketes 
35356 \series bold
35357 was
35358 \series default
35359
35360 \begin_inset Index idx
35361 status collapsed
35362
35363 \begin_layout Plain Layout
35364 Pakete ! was
35365 \begin_inset ERT
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369
35370
35371 \backslash
35372 vspace{4mm}
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \end_inset
35381
35382 .
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \begin_inset Index idx
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 Pakete ! upgreek
35393 \end_layout
35394
35395 \end_inset
35396
35397 , die mit der LaTeX-Vorspannzeile
35398 \end_layout
35399
35400 \begin_layout Standard
35401
35402 \series bold
35403
35404 \backslash
35405 usepackage{upgreek}
35406 \end_layout
35407
35408 \begin_layout Standard
35409 geladen wird, stellt diese Buchstaben zur Verfügung.
35410  
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416
35417 \backslash
35418 ifupgreek 
35419 \end_layout
35420
35421 \end_inset
35422
35423
35424 \begin_inset Note Note
35425 status open
35426
35427 \begin_layout Plain Layout
35428 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35429 \series bold
35430 upgreek
35431 \series default
35432  installiert ist:
35433 \end_layout
35434
35435 \end_inset
35436
35437  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35438  
35439 \series bold
35440 up
35441 \series default
35442  begonnen wird.
35443  So erzeugt z.
35444 \begin_inset space \thinspace{}
35445 \end_inset
35446
35447 B.
35448  der Befehl 
35449 \series bold
35450
35451 \backslash
35452 uptau
35453 \series default
35454  dies: 
35455 \begin_inset Formula $\uptau$
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Standard
35462 Damit kann man Elementarteilchenreaktionen erstellen:
35463 \begin_inset Formula 
35464 \[
35465 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35466 \]
35467
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \begin_layout Standard
35474 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35475  Sie sollten daher nicht für Einheiten wie 
35476 \begin_inset Quotes gld
35477 \end_inset
35478
35479 µm
35480 \begin_inset Quotes grd
35481 \end_inset
35482
35483  verwendet werden.
35484 \end_layout
35485
35486 \begin_layout Standard
35487 \begin_inset ERT
35488 status collapsed
35489
35490 \begin_layout Plain Layout
35491
35492
35493 \backslash
35494 else 
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Note Note
35501 status open
35502
35503 \begin_layout Plain Layout
35504 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35505 \series bold
35506 upgreek
35507 \series default
35508  nicht installiert ist:
35509 \end_layout
35510
35511 \end_inset
35512
35513
35514 \end_layout
35515
35516 \begin_layout Standard
35517 Das LaTeX-Paket 
35518 \series bold
35519 upgreek 
35520 \series default
35521 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \begin_inset ERT
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529
35530
35531 \backslash
35532 fi 
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Subsection
35541 Textzeichen in Formeln
35542 \begin_inset CommandInset label
35543 LatexCommand label
35544 name "sub:Textzeichen-in-Formeln"
35545
35546 \end_inset
35547
35548
35549 \begin_inset Index idx
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 Text ! in Formeln
35554 \end_layout
35555
35556 \end_inset
35557
35558
35559 \end_layout
35560
35561 \begin_layout Standard
35562 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35563  Benötigt man z.
35564 \begin_inset space \thinspace{}
35565 \end_inset
35566
35567 B.
35568  den mittigen Punkt · in Formeln wie 
35569 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35570 \end_inset
35571
35572 , müsste man dafür jedes Mal den Befehl 
35573 \series bold
35574
35575 \backslash
35576 cdot
35577 \series default
35578  eingeben
35579 \begin_inset Foot
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583 siehe 
35584 \begin_inset CommandInset ref
35585 LatexCommand ref
35586 reference "sub:Binäre-Operatoren"
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \end_inset
35594
35595 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35596  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35597 \end_layout
35598
35599 \begin_layout Standard
35600
35601 \series bold
35602
35603 \backslash
35604 DeclareInputText{183}{
35605 \backslash
35606 ifmmode
35607 \backslash
35608 cdot
35609 \backslash
35610 else
35611 \backslash
35612 textperiodcentered
35613 \backslash
35614 f\SpecialChar \textcompwordmark{}
35615 i}
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Die Zeichenkodierung (Menü 
35620 \family sans
35621 Dokument\SpecialChar \menuseparator
35622 Einstellungen\SpecialChar \menuseparator
35623 Sprache
35624 \family default
35625 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35626  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35627 \series bold
35628
35629 \backslash
35630 textperiodcentered
35631 \series default
35632  verwendet.
35633  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35634  LaTeX-Fehlern kommen würde.
35635  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35636  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35637  nicht.
35638 \end_layout
35639
35640 \begin_layout Standard
35641 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35642  Z.
35643 \begin_inset space \thinspace{}
35644 \end_inset
35645
35646 B.
35647  ist die Kodierung 
35648 \series bold
35649 latin9
35650 \series default
35651  in der Datei 
35652 \series bold
35653 latin9.def
35654 \series default
35655  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35656  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35657 eien geändert werden.
35658  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35659  nicht ohne Weiteres bearbeitet werden.
35660 \end_layout
35661
35662 \begin_layout Standard
35663 \begin_inset VSpace medskip
35664 \end_inset
35665
35666 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35667  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35668  Formel eingegeben werden können:
35669 \end_layout
35670
35671 \begin_layout Standard
35672
35673 \series bold
35674
35675 \backslash
35676 DeclareInputText{176}{
35677 \backslash
35678 ifmmode^
35679 \backslash
35680 circ
35681 \backslash
35682 else
35683 \backslash
35684 textdegree
35685 \backslash
35686 f\SpecialChar \textcompwordmark{}
35687 i}
35688 \end_layout
35689
35690 \begin_layout Standard
35691 \begin_inset Newpage newpage
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Section
35698 \start_of_appendix
35699 Typographische Hinweise
35700 \begin_inset Index idx
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 Typographische Hinweise
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \begin_layout Standard
35713 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35714  Regeln, die teilweise auch im Duden 
35715 \begin_inset CommandInset citation
35716 LatexCommand cite
35717 key "Duden"
35718
35719 \end_inset
35720
35721  unter 
35722 \family typewriter
35723 Textverarbeitung
35724 \family default
35725  aufgelistet sind.
35726  Weitere Regeln sind in 
35727 \begin_inset CommandInset citation
35728 LatexCommand cite
35729 key "Checklist"
35730
35731 \end_inset
35732
35733  zu finden.
35734 \end_layout
35735
35736 \begin_layout Itemize
35737 Physikalische Einheiten werden 
35738 \emph on
35739 immer
35740 \emph default
35741  aufrecht gesetzt
35742 \begin_inset Foot
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 wird durch Schriftstile erreicht, siehe 
35747 \begin_inset CommandInset ref
35748 LatexCommand ref
35749 reference "sub:Schriftstile"
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \end_inset
35757
35758 , egal ob sie sich in einem kursiven Text befinden: 30
35759 \begin_inset space \thinspace{}
35760 \end_inset
35761
35762 km/h
35763 \begin_inset Newline newline
35764 \end_inset
35765
35766 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35767 \begin_inset CommandInset ref
35768 LatexCommand ref
35769 reference "sub:Vordefinierter-Leerraum"
35770
35771 \end_inset
35772
35773 .
35774 \begin_inset Newline newline
35775 \end_inset
35776
35777 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35778 \series bold
35779
35780 \backslash
35781 unittwo
35782 \series default
35783  verwendet.
35784  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35785  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35786  erhält wie oben: 
35787 \begin_inset Formula $\unit[30]{km/h}$
35788 \end_inset
35789
35790
35791 \begin_inset space \thinspace{}
35792 \end_inset
35793
35794 .
35795  Zu beachten ist, dass 
35796 \series bold
35797
35798 \backslash
35799 unittwo
35800 \series default
35801  kein echter LaTeX-Befehl, sondern der Befehl 
35802 \series bold
35803
35804 \backslash
35805 unit[Wert]{Einheit}
35806 \series default
35807  ist, daher kann man ihn nicht im TeX-Code benutzen.
35808 \end_layout
35809
35810 \begin_layout Itemize
35811 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35812 \begin_inset Newline newline
35813 \end_inset
35814
35815 1,2
35816 \begin_inset space \thinspace{}
35817 \end_inset
35818
35819 ‰ Alkohol im Blut
35820 \begin_inset Newline newline
35821 \end_inset
35822
35823 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35824  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35825 \end_layout
35826
35827 \begin_layout Itemize
35828 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35829  wird in einer Einheit verwendet: 15
35830 \begin_inset space \thinspace{}
35831 \end_inset
35832
35833 °C
35834 \end_layout
35835
35836 \begin_layout Itemize
35837 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35838  Ziffer der kleinste Leerraum eingefügt: 18
35839 \begin_inset space \thinspace{}
35840 \end_inset
35841
35842 473
35843 \begin_inset space \thinspace{}
35844 \end_inset
35845
35846 588
35847 \end_layout
35848
35849 \begin_layout Itemize
35850 Für Bemaßungen wie z.
35851 \begin_inset space \thinspace{}
35852 \end_inset
35853
35854 B.
35855  120×90×40
35856 \begin_inset space \thinspace{}
35857 \end_inset
35858
35859 cm, verwendet man das gelegte Kreuz 
35860 \begin_inset Quotes gld
35861 \end_inset
35862
35863 ×
35864 \begin_inset Quotes grd
35865 \end_inset
35866
35867 , dass entweder über den Befehl 
35868 \series bold
35869
35870 \backslash
35871 times
35872 \series default
35873  oder über das Menü 
35874 \family sans
35875 Einfügen\SpecialChar \menuseparator
35876 Sonderzeichen\SpecialChar \menuseparator
35877 Symbole
35878 \family default
35879  verfügbar ist.
35880 \end_layout
35881
35882 \begin_layout Itemize
35883 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35884  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35885 \begin_inset space \thinspace{}
35886 \end_inset
35887
35888 6.
35889 \begin_inset space ~
35890 \end_inset
35891
35892 1979
35893 \end_layout
35894
35895 \begin_layout Itemize
35896 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35897  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35898 \begin_inset CommandInset ref
35899 LatexCommand ref
35900 reference "sub:Vordefinierte-Funktionen"
35901
35902 \end_inset
35903
35904 .
35905 \end_layout
35906
35907 \begin_layout Itemize
35908 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35909  
35910 \begin_inset Formula $E_{\mathrm{kin}}$
35911 \end_inset
35912
35913
35914 \begin_inset Newline newline
35915 \end_inset
35916
35917 Komponenten von Matrizen werden kursiv gesetzt: 
35918 \begin_inset Formula $\hat{H}_{kl}$
35919 \end_inset
35920
35921
35922 \end_layout
35923
35924 \begin_layout Itemize
35925 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35926  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35927  Variablen zu verwechseln.
35928 \end_layout
35929
35930 \begin_layout Itemize
35931 Das Symbol für eine 
35932 \noun on
35933 Fourier
35934 \noun default
35935 -Transformation kann entweder mit dem Befehl 
35936 \series bold
35937
35938 \backslash
35939 mathscr
35940 \begin_inset space \textvisiblespace{}
35941 \end_inset
35942
35943 F
35944 \series default
35945  oder über das Menü 
35946 \family sans
35947 Einfügen\SpecialChar \menuseparator
35948 Sonderzeichen\SpecialChar \menuseparator
35949 Symbole\SpecialChar \menuseparator
35950 Buchsta\SpecialChar \-
35951 benähnliche Symbole
35952 \family default
35953  eingefügt werden: 
35954 \begin_inset Formula $\mathscr{F}$
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \begin_layout Standard
35961 \begin_inset Newpage newpage
35962 \end_inset
35963
35964
35965 \end_layout
35966
35967 \begin_layout Section
35968 Synonyme
35969 \begin_inset Index idx
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973 Synonyme
35974 \end_layout
35975
35976 \end_inset
35977
35978
35979 \end_layout
35980
35981 \begin_layout Standard
35982 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35983  Hier ist eine Übersicht der Synonymbefehle:
35984 \end_layout
35985
35986 \begin_layout Standard
35987 \begin_inset VSpace bigskip
35988 \end_inset
35989
35990
35991 \begin_inset space \hfill{}
35992 \end_inset
35993
35994
35995 \begin_inset Tabular
35996 <lyxtabular version="3" rows="12" columns="2">
35997 <features rotate="0" tabularvalignment="middle">
35998 <column alignment="center" valignment="top" width="0pt">
35999 <column alignment="center" valignment="top" width="0pt">
36000 <row>
36001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36002 \begin_inset Text
36003
36004 \begin_layout Plain Layout
36005 Befehl
36006 \end_layout
36007
36008 \end_inset
36009 </cell>
36010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014 äquivalent zu
36015 \begin_inset Note Note
36016 status collapsed
36017
36018 \begin_layout Plain Layout
36019
36020 \series bold
36021
36022 \backslash
36023 raisebox
36024 \series default
36025  dient nur als Abstandhalter.
36026 \end_layout
36027
36028 \end_inset
36029
36030
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 </row>
36036 <row>
36037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041
36042 \backslash
36043 ast
36044 \end_layout
36045
36046 \end_inset
36047 </cell>
36048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052 \begin_inset ERT
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056
36057
36058 \backslash
36059 raisebox{-1.2mm}{
36060 \end_layout
36061
36062 \end_inset
36063
36064 *
36065 \begin_inset ERT
36066 status collapsed
36067
36068 \begin_layout Plain Layout
36069
36070 }
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \end_layout
36077
36078 \end_inset
36079 </cell>
36080 </row>
36081 <row>
36082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086
36087 \backslash
36088 choose
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36094 \begin_inset Text
36095
36096 \begin_layout Plain Layout
36097
36098 \backslash
36099 binom
36100 \end_layout
36101
36102 \end_inset
36103 </cell>
36104 </row>
36105 <row>
36106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36107 \begin_inset Text
36108
36109 \begin_layout Plain Layout
36110
36111 \backslash
36112 geq
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121
36122 \backslash
36123 ge
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 </row>
36129 <row>
36130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36131 \begin_inset Text
36132
36133 \begin_layout Plain Layout
36134
36135 \backslash
36136 lbrace
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145 {
36146 \end_layout
36147
36148 \end_inset
36149 </cell>
36150 </row>
36151 <row>
36152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156
36157 \backslash
36158 lbracket
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36164 \begin_inset Text
36165
36166 \begin_layout Plain Layout
36167 [
36168 \end_layout
36169
36170 \end_inset
36171 </cell>
36172 </row>
36173 <row>
36174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36175 \begin_inset Text
36176
36177 \begin_layout Plain Layout
36178
36179 \backslash
36180 leftarrow
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36186 \begin_inset Text
36187
36188 \begin_layout Plain Layout
36189
36190 \backslash
36191 gets
36192 \end_layout
36193
36194 \end_inset
36195 </cell>
36196 </row>
36197 <row>
36198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36199 \begin_inset Text
36200
36201 \begin_layout Plain Layout
36202
36203 \backslash
36204 leq
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36210 \begin_inset Text
36211
36212 \begin_layout Plain Layout
36213
36214 \backslash
36215 le
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 </row>
36221 <row>
36222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Plain Layout
36226
36227 \backslash
36228 lor
36229 \end_layout
36230
36231 \end_inset
36232 </cell>
36233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Plain Layout
36237
36238 \backslash
36239 vee
36240 \end_layout
36241
36242 \end_inset
36243 </cell>
36244 </row>
36245 <row>
36246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36247 \begin_inset Text
36248
36249 \begin_layout Plain Layout
36250
36251 \backslash
36252 neq
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Plain Layout
36261
36262 \backslash
36263 not=
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 </row>
36269 <row>
36270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274
36275 \backslash
36276 slash
36277 \end_layout
36278
36279 \end_inset
36280 </cell>
36281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285 /
36286 \end_layout
36287
36288 \end_inset
36289 </cell>
36290 </row>
36291 <row>
36292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296
36297 \backslash
36298 vert
36299 \end_layout
36300
36301 \end_inset
36302 </cell>
36303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36304 \begin_inset Text
36305
36306 \begin_layout Plain Layout
36307 |
36308 \end_layout
36309
36310 \end_inset
36311 </cell>
36312 </row>
36313 </lyxtabular>
36314
36315 \end_inset
36316
36317
36318 \begin_inset space \hfill{}
36319 \end_inset
36320
36321
36322 \begin_inset Tabular
36323 <lyxtabular version="3" rows="12" columns="2">
36324 <features rotate="0" tabularvalignment="middle">
36325 <column alignment="center" valignment="top" width="0pt">
36326 <column alignment="center" valignment="top" width="0pt">
36327 <row>
36328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 Befehl
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36338 \begin_inset Text
36339
36340 \begin_layout Plain Layout
36341 äquivalent zu
36342 \end_layout
36343
36344 \end_inset
36345 </cell>
36346 </row>
36347 <row>
36348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36349 \begin_inset Text
36350
36351 \begin_layout Plain Layout
36352
36353 \backslash
36354 backslash
36355 \end_layout
36356
36357 \end_inset
36358 </cell>
36359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36360 \begin_inset Text
36361
36362 \begin_layout Plain Layout
36363
36364 \backslash
36365
36366 \backslash
36367
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 </row>
36373 <row>
36374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36375 \begin_inset Text
36376
36377 \begin_layout Plain Layout
36378
36379 \backslash
36380 dasharrow
36381 \end_layout
36382
36383 \end_inset
36384 </cell>
36385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36386 \begin_inset Text
36387
36388 \begin_layout Plain Layout
36389
36390 \backslash
36391 dashrightarrow
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 </row>
36397 <row>
36398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36399 \begin_inset Text
36400
36401 \begin_layout Plain Layout
36402
36403 \backslash
36404 land
36405 \end_layout
36406
36407 \end_inset
36408 </cell>
36409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36410 \begin_inset Text
36411
36412 \begin_layout Plain Layout
36413
36414 \backslash
36415 wedge
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 </row>
36421 <row>
36422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36423 \begin_inset Text
36424
36425 \begin_layout Plain Layout
36426
36427 \backslash
36428 rbrace
36429 \end_layout
36430
36431 \end_inset
36432 </cell>
36433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36434 \begin_inset Text
36435
36436 \begin_layout Plain Layout
36437 }
36438 \end_layout
36439
36440 \end_inset
36441 </cell>
36442 </row>
36443 <row>
36444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36445 \begin_inset Text
36446
36447 \begin_layout Plain Layout
36448
36449 \backslash
36450 rbracket
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36456 \begin_inset Text
36457
36458 \begin_layout Plain Layout
36459 ]
36460 \end_layout
36461
36462 \end_inset
36463 </cell>
36464 </row>
36465 <row>
36466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36467 \begin_inset Text
36468
36469 \begin_layout Plain Layout
36470
36471 \backslash
36472 rightarrow
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36478 \begin_inset Text
36479
36480 \begin_layout Plain Layout
36481
36482 \backslash
36483 to
36484 \end_layout
36485
36486 \end_inset
36487 </cell>
36488 </row>
36489 <row>
36490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36491 \begin_inset Text
36492
36493 \begin_layout Plain Layout
36494
36495 \backslash
36496 lnot
36497 \end_layout
36498
36499 \end_inset
36500 </cell>
36501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36502 \begin_inset Text
36503
36504 \begin_layout Plain Layout
36505
36506 \backslash
36507 neg
36508 \end_layout
36509
36510 \end_inset
36511 </cell>
36512 </row>
36513 <row>
36514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36515 \begin_inset Text
36516
36517 \begin_layout Plain Layout
36518
36519 \backslash
36520 ne
36521 \end_layout
36522
36523 \end_inset
36524 </cell>
36525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Plain Layout
36529
36530 \backslash
36531 not=
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 </row>
36537 <row>
36538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36539 \begin_inset Text
36540
36541 \begin_layout Plain Layout
36542
36543 \backslash
36544 owns
36545 \end_layout
36546
36547 \end_inset
36548 </cell>
36549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36550 \begin_inset Text
36551
36552 \begin_layout Plain Layout
36553
36554 \backslash
36555 ni
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 </row>
36561 <row>
36562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36563 \begin_inset Text
36564
36565 \begin_layout Plain Layout
36566
36567 \backslash
36568 square
36569 \end_layout
36570
36571 \end_inset
36572 </cell>
36573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36574 \begin_inset Text
36575
36576 \begin_layout Plain Layout
36577
36578 \backslash
36579 Box
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 </row>
36585 <row>
36586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590
36591 \backslash
36592 Vert
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601
36602 \backslash
36603 |
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 </row>
36609 </lyxtabular>
36610
36611 \end_inset
36612
36613
36614 \begin_inset space \hfill{}
36615 \end_inset
36616
36617
36618 \end_layout
36619
36620 \begin_layout Standard
36621 \begin_inset Newpage newpage
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \begin_layout Bibliography
36628 \begin_inset CommandInset bibitem
36629 LatexCommand bibitem
36630 key "TLC2"
36631
36632 \end_inset
36633
36634
36635 \shape smallcaps
36636 Mittelbach, F.
36637  ; Goossens, M.
36638 \shape default
36639
36640 \shape italic
36641 The LaTeX Companion
36642 \shape default
36643 .
36644  Addison Wesley, 2004
36645 \end_layout
36646
36647 \begin_layout Bibliography
36648 \begin_inset CommandInset bibitem
36649 LatexCommand bibitem
36650 key "Mathmode"
36651
36652 \end_inset
36653
36654
36655 \begin_inset CommandInset href
36656 LatexCommand href
36657 name "Beschreibung"
36658 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36659
36660 \end_inset
36661
36662  der mathematischen Fähigkeiten von LaTeX
36663 \end_layout
36664
36665 \begin_layout Bibliography
36666 \begin_inset CommandInset bibitem
36667 LatexCommand bibitem
36668 key "AMS"
36669
36670 \end_inset
36671
36672
36673 \begin_inset CommandInset href
36674 LatexCommand href
36675 name "Beschreibung"
36676 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36677
36678 \end_inset
36679
36680  von 
36681 \begin_inset ERT
36682 status collapsed
36683
36684 \begin_layout Plain Layout
36685
36686
36687 \backslash
36688 AmS
36689 \end_layout
36690
36691 \end_inset
36692
36693 -LaTeX
36694 \end_layout
36695
36696 \begin_layout Bibliography
36697 \begin_inset CommandInset bibitem
36698 LatexCommand bibitem
36699 key "Symbole"
36700
36701 \end_inset
36702
36703
36704 \begin_inset CommandInset href
36705 LatexCommand href
36706 name "Auflistung"
36707 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36708
36709 \end_inset
36710
36711  aller über LaTeX-Pakete verfügbare Symbole
36712 \end_layout
36713
36714 \begin_layout Bibliography
36715 \begin_inset CommandInset bibitem
36716 LatexCommand bibitem
36717 key "cancel"
36718
36719 \end_inset
36720
36721
36722 \begin_inset CommandInset href
36723 LatexCommand href
36724 name "Dokumentation"
36725 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36726
36727 \end_inset
36728
36729  des LaTeX-Pakets 
36730 \series bold
36731 cancel
36732 \series default
36733
36734 \begin_inset Index idx
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738 Pakete ! cancel
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Bibliography
36747 \begin_inset CommandInset bibitem
36748 LatexCommand bibitem
36749 key "hyperref"
36750
36751 \end_inset
36752
36753
36754 \begin_inset CommandInset href
36755 LatexCommand href
36756 name "Dokumentation"
36757 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36758
36759 \end_inset
36760
36761  des LaTeX-Pakets 
36762 \series bold
36763 hyperref
36764 \series default
36765
36766 \begin_inset Index idx
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770 Pakete ! hyperref
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \end_layout
36777
36778 \begin_layout Bibliography
36779 \begin_inset CommandInset bibitem
36780 LatexCommand bibitem
36781 key "mhchem"
36782
36783 \end_inset
36784
36785
36786 \begin_inset CommandInset href
36787 LatexCommand href
36788 name "Dokumentation"
36789 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36790
36791 \end_inset
36792
36793  des LaTeX-Pakets 
36794 \series bold
36795 mhchem
36796 \series default
36797
36798 \begin_inset Index idx
36799 status collapsed
36800
36801 \begin_layout Plain Layout
36802 Pakete ! mhchem
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \begin_layout Bibliography
36811 \begin_inset CommandInset bibitem
36812 LatexCommand bibitem
36813 key "Mathclap"
36814
36815 \end_inset
36816
36817
36818 \begin_inset CommandInset href
36819 LatexCommand href
36820 name "Beschreibung"
36821 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36822
36823 \end_inset
36824
36825  des in 
36826 \begin_inset CommandInset ref
36827 LatexCommand ref
36828 reference "sub:Operatorgrenzen"
36829
36830 \end_inset
36831
36832  vorgestellten Befehls 
36833 \series bold
36834
36835 \backslash
36836 mathclap
36837 \series default
36838
36839 \begin_inset Index idx
36840 status collapsed
36841
36842 \begin_layout Plain Layout
36843 Befehle ! M ! 
36844 \backslash
36845 mathclap
36846 \end_layout
36847
36848 \end_inset
36849
36850
36851 \end_layout
36852
36853 \begin_layout Bibliography
36854 \begin_inset CommandInset bibitem
36855 LatexCommand bibitem
36856 key "Duden"
36857
36858 \end_inset
36859
36860
36861 \emph on
36862 Duden Band 1
36863 \emph default
36864 .
36865  22.
36866  Auflage, Duden Verlag 2001
36867 \end_layout
36868
36869 \begin_layout Bibliography
36870 \begin_inset CommandInset bibitem
36871 LatexCommand bibitem
36872 key "Checklist"
36873
36874 \end_inset
36875
36876
36877 \begin_inset CommandInset href
36878 LatexCommand href
36879 name "Prüfliste"
36880 target "http://physics.nist.gov/Document/checklist.pdf"
36881
36882 \end_inset
36883
36884  für das Rezensieren von Manuskripten
36885 \end_layout
36886
36887 \begin_layout Standard
36888 \begin_inset Note Note
36889 status collapsed
36890
36891 \begin_layout Plain Layout
36892 Damit der Index den Namen 
36893 \begin_inset Quotes gld
36894 \end_inset
36895
36896 Stichwortverzeichnis
36897 \begin_inset Quotes grd
36898 \end_inset
36899
36900  erhält, wurde im LaTeX-Vorspann
36901 \end_layout
36902
36903 \begin_layout Plain Layout
36904
36905 \series bold
36906
36907 \backslash
36908 addto
36909 \backslash
36910 captionsngerman{
36911 \backslash
36912 renewcommand{
36913 \backslash
36914 indexname}{Stichwortverzeichnis}}
36915 \end_layout
36916
36917 \begin_layout Plain Layout
36918 eingefügt.
36919 \end_layout
36920
36921 \begin_layout Plain Layout
36922 Das Paket 
36923 \series bold
36924 babel
36925 \series default
36926  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36927  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36928  Außerdem wird 
36929 \series bold
36930 babel
36931 \series default
36932  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36933  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36934 che verwendet wurde.
36935 \end_layout
36936
36937 \begin_layout Plain Layout
36938 Möchte man andere Beschriftungen ändern, ersetzt man 
36939 \series bold
36940
36941 \backslash
36942 indexname
36943 \series default
36944  durch 
36945 \series bold
36946
36947 \backslash
36948 <Beschriftungs>name
36949 \series default
36950 .
36951  Eine Auflistung der möglichen Namen findet man unter
36952 \end_layout
36953
36954 \begin_layout Plain Layout
36955
36956 \family typewriter
36957 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36958 \end_layout
36959
36960 \begin_layout Plain Layout
36961 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36962 \series bold
36963 ngerman
36964 \series default
36965  durch die Dokumentsprache und
36966 \end_layout
36967
36968 \begin_layout Plain Layout
36969
36970 \series bold
36971
36972 \backslash
36973 captionsgerman
36974 \series default
36975  durch 
36976 \series bold
36977
36978 \backslash
36979 captions<Dokumentsprache>
36980 \series default
36981 .
36982 \end_layout
36983
36984 \end_inset
36985
36986
36987 \begin_inset CommandInset index_print
36988 LatexCommand printindex
36989 type "idx"
36990
36991 \end_inset
36992
36993
36994 \end_layout
36995
36996 \end_body
36997 \end_document