Testseite LaTeX neu compiliert

Aus Colliseum
Zur Navigation springen Zur Suche springen

Hinweis: Diese Testseite ist eine Kopie aus wiki.zum.de/Hilfe:LaTeX um die vollständige Funktionalität von LaTex auf Colliseum nach der Neukompilierung von texvs zu prüfen. todo check xypic

Parameter

Parameter werden in TeX grundsätzlich in geschweifte Klammern gesetzt, z. B.

Code Ergebnis
x^{a+b} [math]\displaystyle{ x^{a+b} }[/math]
\overline{AB} [math]\displaystyle{ \overline{AB} }[/math]
\frac{x+y}{xy} [math]\displaystyle{ \frac{x+y}{xy} }[/math]

Eine Ausnahme bildet hier z. B. der von eckigen Klammern eingeschlossene optionale Parameter von \xrightarrow:

A \xrightarrow[\text{unten}]{\text{oben}} B um [math]\displaystyle{ A \xrightarrow[\text{unten}]{\text{oben}} B }[/math] zu erzeugen.

Eine weitere Ausnahme bilden Umgebungen, die mit \begin eingeleitet und mit \end beendet werden, z. B.:

\begin{pmatrix} x & y \\ z & v \end{pmatrix} für [math]\displaystyle{ \begin{pmatrix} x & y \\ z & v \end{pmatrix} }[/math].

Wenn jedoch ein Parameter aus nur einem Zeichen besteht, so können die geschweiften Klammern weggelassen werden:

Code Ergebnis
x^a [math]\displaystyle{ x^a }[/math]
\overline A [math]\displaystyle{ \overline A }[/math]
\frac{x+y}2 [math]\displaystyle{ \frac{x+y}2 }[/math]
\frac 12 oder auch
\frac 1 2
[math]\displaystyle{ \frac 12 }[/math]

Ebenfalls können die geschweiften Klammern weggelassen werden, wenn der Parameter wiederum aus einem Befehl besteht:

Code Ergebnis
x_\mathrm{max} [math]\displaystyle{ x_\mathrm{max} }[/math]

Komma als Dezimaltrennzeichen

Zahl mit Komma (richtig) 3{,}14 [math]\displaystyle{ 3{,}14\, }[/math]
Zahl mit Komma (falsch) 3,14 [math]\displaystyle{ 3,14\, }[/math]

Abgesetzte Formeln

Wie allgemein beim Schreiben mathematischer Texte üblich, sollten größere Formeln stets abgesetzt werden. Dies wird dadurch erreicht, dass man die Formel in eine eigene Zeile setzt, die mit einem Doppelpunkt beginnt, also

: <math>x=f(y^2+2).</math>

Da diese Formeln dann häufig auch als Bild gerendert werden, sollten die Satzzeichen in diesem Fall innerhalb der <math>-Tags stehen, im Fließtext hingegen außerhalb.

Text und Schriften

TeX erlaubt nur den ASCII-Satz an Buchstaben. Zu Umlauten siehe Mathematische Akzente

Darzustellen Syntax So sieht’s gerendert aus
Standard abcABC123\Omega\omega [math]\displaystyle{ abcABC123\Omega\omega }[/math]
erzwungenes Rendern; nur in Ausnahmefällen zu verwenden abcABC123\Omega\omega\,
a+b=c\,
[math]\displaystyle{ abcABC123\Omega\omega\, }[/math]
[math]\displaystyle{ a+b=c\, }[/math]
fett (boldface) und aufrecht
(nur lateinische Buchstaben, Ziffern, griechische Großbuchstaben)
\mathbf{abcABC123\Omega\omega} [math]\displaystyle{ \mathbf{abcABC123\Omega\omega} }[/math]
fett
(alle Zeichen)
\boldsymbol{abcABC123\Omega\omega} [math]\displaystyle{ \boldsymbol{abcABC123\Omega\omega} }[/math]
kursiv (italic) \mathit{abcABC123\Omega\omega}
\mathit{abcABC123\Omega\omega\,}
veraltet: {\it abcABC123\Omega\omega}
[math]\displaystyle{ \mathit{abcABC123\Omega\omega} }[/math]
[math]\displaystyle{ \mathit{abcABC123\Omega\omega\,} }[/math]
[math]\displaystyle{ {\it abcABC123\Omega\omega} }[/math]
aufrecht (roman) \mathrm{abcABC123\Omega\omega}
\mathrm{abcABC123\Omega\omega\,}
veraltet: {\rm abcABC123\Omega\omega}
[math]\displaystyle{ \mathrm{abcABC123\Omega\omega} }[/math]
[math]\displaystyle{ \mathrm{abcABC123\Omega\omega\,} }[/math]
[math]\displaystyle{ {\rm abcABC123\Omega\omega} }[/math]
serifenlos (sans serif) \mathsf{abcABC123\Omega\omega} [math]\displaystyle{ \mathsf{abcABC123\Omega\omega} }[/math]
Fraktur (Schrift) \mathfrak{abcABC123} [math]\displaystyle{ \mathfrak{abcABC123} }[/math]
Übersicht: [math]\displaystyle{ \mathfrak{a\,b\,c\,d\,e\,f\,g\,h\,i\,j\,k\,l\,m \,n\,o\,p\,q\,r\,s\,t\,u\,v\,w\,x\,y\,z} }[/math]

[math]\displaystyle{ \mathfrak{A\,B\,C\,D\,E\,F\,G\,H\,I\,J\,K\,L\,M\,N\,O\,P\,Q\,R} }[/math]
[math]\displaystyle{ \mathfrak{S\,T\,U\,V\,W\,X\,Y\,Z\,0\,1\,2\,3\,4\,5\,6\,7\,8\,9} }[/math]

Kalligraphische Symbole \mathcal ?
? = Großbuchstabe
[math]\displaystyle{ \mathcal{A\,B\,C\,D\,E\,F\,G\,H\,I\,J\,K\,L\,M} }[/math]

[math]\displaystyle{ \mathcal{N\,O\,P\,Q\,R\,S\,T\,U\,V\,W\,X\,Y\,Z} }[/math]

Zahlenbereiche
und diverse Sonderzeichen
\mathbb ?
? = Großbuchstabe

Ergänzend dazu gibt's auch die drei Abkürzungen \N \R \Z

[math]\displaystyle{ \mathbb{A}\,\mathbb{B}\,\mathbb{C}\,\mathbb{D}\,\mathbb{E}\,\mathbb{F}\,\mathbb{G}\,\mathbb{H}\,\mathbb{I}\,\mathbb{J}\,\mathbb{K}\,\mathbb{L}\,\mathbb{M} }[/math]

[math]\displaystyle{ \mathbb{N}\,\mathbb{O}\,\mathbb{P}\,\mathbb{Q}\,\mathbb{R}\,\mathbb{S}\,\mathbb{T}\,\mathbb{U}\,\mathbb{V}\,\mathbb{W}\,\mathbb{X}\,\mathbb{Y}\,\mathbb{Z} }[/math]

Griechisches Alphabet
\alpha \beta \gamma \delta \epsilon \varepsilon \zeta
[math]\displaystyle{ \alpha }[/math] [math]\displaystyle{ \beta }[/math] [math]\displaystyle{ \gamma }[/math] [math]\displaystyle{ \delta }[/math] [math]\displaystyle{ \epsilon }[/math] [math]\displaystyle{ \varepsilon }[/math] [math]\displaystyle{ \zeta }[/math]
\eta \theta \vartheta \iota \kappa \lambda \mu
[math]\displaystyle{ \eta }[/math] [math]\displaystyle{ \theta }[/math] [math]\displaystyle{ \vartheta }[/math] [math]\displaystyle{ \iota }[/math] [math]\displaystyle{ \kappa }[/math] [math]\displaystyle{ \lambda }[/math] [math]\displaystyle{ \mu }[/math]
\nu \xi \pi \varpi \rho \varrho \varsigma
[math]\displaystyle{ \nu }[/math] [math]\displaystyle{ \xi }[/math] [math]\displaystyle{ \pi }[/math] [math]\displaystyle{ \varpi }[/math] [math]\displaystyle{ \rho }[/math] [math]\displaystyle{ \varrho }[/math] [math]\displaystyle{ \varsigma }[/math]
\sigma \tau \upsilon \phi \varphi \chi \psi \omega
[math]\displaystyle{ \sigma }[/math] [math]\displaystyle{ \tau }[/math] [math]\displaystyle{ \upsilon }[/math] [math]\displaystyle{ \phi }[/math] [math]\displaystyle{ \varphi }[/math] [math]\displaystyle{ \chi }[/math] [math]\displaystyle{ \psi }[/math] [math]\displaystyle{ \omega }[/math]
Griechisches Alphabet
\Alpha \Beta \Gamma \Delta \Epsilon \Zeta \Eta \Theta
[math]\displaystyle{ \Alpha }[/math] [math]\displaystyle{ \Beta }[/math] [math]\displaystyle{ \Gamma }[/math] [math]\displaystyle{ \Delta }[/math] [math]\displaystyle{ \Epsilon }[/math] [math]\displaystyle{ \Zeta }[/math] [math]\displaystyle{ \Eta }[/math] [math]\displaystyle{ \Theta }[/math]
\Iota \Kappa \Lambda \Mu \Nu \Xi \Pi \Rho
[math]\displaystyle{ \Iota }[/math] [math]\displaystyle{ \Kappa \; }[/math] [math]\displaystyle{ \Lambda }[/math] [math]\displaystyle{ \Mu \; }[/math] [math]\displaystyle{ \Nu }[/math] [math]\displaystyle{ \Xi }[/math] [math]\displaystyle{ \Pi }[/math] [math]\displaystyle{ \Rho }[/math]
\Sigma \Tau \Upsilon \Phi \Chi \Psi \Omega  
[math]\displaystyle{ \Sigma }[/math] [math]\displaystyle{ \Tau }[/math] [math]\displaystyle{ \Upsilon }[/math] [math]\displaystyle{ \Phi }[/math] [math]\displaystyle{ \Chi }[/math] [math]\displaystyle{ \Psi }[/math] [math]\displaystyle{ \Omega }[/math]  
Imaginärteil, Realteil \Im \Re
besser: \operatorname{Im} \operatorname{Re}
[math]\displaystyle{ \Im \Re }[/math]
[math]\displaystyle{ \operatorname{Im} \operatorname{Re} }[/math]
Hebräisches Alphabet \daleth \gimel \beth \aleph [math]\displaystyle{ \daleth \gimel \beth \aleph }[/math]
Funktionsnamen \sin x
falls nicht vorhanden: \operatorname{arsinh} x
[math]\displaystyle{ \sin x }[/math]
[math]\displaystyle{ \operatorname{arsinh} x }[/math]
Text, Worte und Wortteile Schrift, die nicht für Variablen u. Ä. steht, immer mit \text{...} (veraltet: {\rm ...}) setzen, dann stimmt auch die Größe: U_\text{Gesamt}
[math]\displaystyle{ U_\text{Gesamt},\ \cos x=1,\text{wenn }x=0 }[/math]

Sonderzeichen in TeX

Zu Umlauten siehe Mathematische Akzente.

Darzustellen Syntax So sieht’s gerendert aus
Ableitungen \nabla \partial \mathrm{d} x [math]\displaystyle{ \nabla \partial \mathrm{d} x }[/math]
Winkelgrad 360^\circ [math]\displaystyle{ 360^\circ }[/math]
Winkelgrad im Nenner (unschön) \frac{\pi}{180^\circ} = 1 [math]\displaystyle{ \frac{\pi}{180^\circ} = 1 }[/math]
Winkelgrad im Nenner (schön) \frac{\pi}{\displaystyle 180^\circ} = 1 [math]\displaystyle{ \frac{\pi}{\displaystyle 180^\circ} = 1 }[/math]
Grad Celsius 100\,^{\circ}\mathrm{C} [math]\displaystyle{ 100\,^{\circ}\mathrm{C} }[/math]
Durchmesserzeichen (oder leere Menge (unschön)) \varnothing [math]\displaystyle{ \varnothing }[/math]
Leere Menge (schön) \emptyset [math]\displaystyle{ \emptyset }[/math]
Sonstige Zeichen (Auswahl) \angle \backslash \bot \Box \clubsuit \Diamond \diamondsuit \ell \empty \emptyset \infty \flat

\hbar \heartsuit \imath \jmath \mho \natural \neg \prime \# \sharp \spadesuit \top \triangle \wp \surd

Neu: \backprime \Bbbk \bigstar \blacksquare \blacklozenge \blacktriangle \blacktriangledown \circledS \diagdown \diagup \lozenge \measuredangle \sphericalangle

[math]\displaystyle{ \angle \backslash \bot \Box \clubsuit \Diamond \diamondsuit \ell \empty \emptyset \infty \flat }[/math]

[math]\displaystyle{ \hbar \heartsuit \imath \jmath \mho \natural \neg \prime \# \sharp \spadesuit \top \triangle \wp \surd }[/math]

[math]\displaystyle{ \backprime \Bbbk \bigstar \blacksquare \blacklozenge \blacktriangle \blacktriangledown \circledS \diagdown \diagup \lozenge \measuredangle \sphericalangle }[/math]

Mathematische Symbole

Mehr zur Bedeutung der Symbole steht im Artikel Mathematische Symbole.

Binäre Operatoren, Relationen und Vergleiche

Hinweis: Bitte die unten angegebenen Möglichkeiten \mathcal{Kleinbuchstabe oder Ziffer} nicht benutzen.

Binäre Operatoren
Syntax Gerendert
\amalg [math]\displaystyle{ \amalg }[/math]
\setminus [math]\displaystyle{ \setminus }[/math]
\pm \mp [math]\displaystyle{ \pm \; \mp }[/math]
\ast \star [math]\displaystyle{ \ast \; \star }[/math]
\centerdot \cdot \bullet [math]\displaystyle{ \centerdot \; \cdot \; \bullet }[/math]
\circ \bigcirc [math]\displaystyle{ \circ \; \bigcirc }[/math]
\odot \circleddash \circledast \circledcirc [math]\displaystyle{ \odot \; \circleddash \; \circledast \; \circledcirc }[/math]
\oplus \otimes \ominus \oslash [math]\displaystyle{ \oplus \; \otimes \; \ominus \; \oslash }[/math]
\boxplus \boxtimes \boxminus \boxdot [math]\displaystyle{ \boxplus \; \boxtimes \; \boxminus \; \boxdot }[/math]
\sqcap und \sqcup [math]\displaystyle{ \sqcap \; \sqcup }[/math]
\cap [math]\displaystyle{ \cap }[/math]
\cup \uplus [math]\displaystyle{ \cup \; \uplus }[/math]
\Cap \Cup [math]\displaystyle{ \Cap \; \Cup }[/math]
\doublecap \doublecup [math]\displaystyle{ \doublecap \; \doublecup }[/math]
\dagger \ddagger [math]\displaystyle{ \dagger \; \ddagger }[/math]
\times \div \divideontimes [math]\displaystyle{ \times \div \divideontimes }[/math]
\ltimes \rtimes [math]\displaystyle{ \ltimes \; \rtimes }[/math]
\leftthreetimes \rightthreetimes [math]\displaystyle{ \leftthreetimes \; \rightthreetimes }[/math]
\vartriangle \triangledown [math]\displaystyle{ \vartriangle \; \triangledown }[/math]
\triangle \mathcal 5 [math]\displaystyle{ \triangle \; \mathcal 5 }[/math]
\bigtriangleup \bigtriangledown [math]\displaystyle{ \bigtriangleup \; \bigtriangledown }[/math]
\triangleright \triangleleft [math]\displaystyle{ \triangleright \; \triangleleft }[/math]
\diamond [math]\displaystyle{ \diamond }[/math]
\bowtie [math]\displaystyle{ \bowtie }[/math]
\vee, \lor \wedge, \land [math]\displaystyle{ \vee \; \lor \; \wedge \; \land }[/math]
\veebar \barwedge [math]\displaystyle{ \veebar \; \barwedge }[/math]
\doublebarwedge [math]\displaystyle{ \doublebarwedge }[/math]
\curlywedge \curlyvee [math]\displaystyle{ \curlywedge \; \curlyvee }[/math]
\wr [math]\displaystyle{ \wr }[/math]
\intercal [math]\displaystyle{ \intercal }[/math]
\dotplus [math]\displaystyle{ \dotplus }[/math]
Binäre Relationen
Syntax Gerendert
\propto \varpropto [math]\displaystyle{ \propto \; \varpropto }[/math]
\shortmid \mid [math]\displaystyle{ \shortmid \; \mid }[/math]
\between [math]\displaystyle{ \between }[/math]
\pitchfork [math]\displaystyle{ \pitchfork }[/math]
\therefore \because [math]\displaystyle{ \therefore \; \because }[/math]
\frown \smile [math]\displaystyle{ \frown \smile }[/math]
\| \parallel \shortparallel [math]\displaystyle{ \| \; \parallel \; \shortparallel }[/math]
\in \ni \notin
(nicht: \not\in)
[math]\displaystyle{ \in \ni \notin }[/math]
\perp [math]\displaystyle{ \perp }[/math]
\backepsilon [math]\displaystyle{ \backepsilon }[/math]
Binäre Relationen
Syntax Gerendert
\models [math]\displaystyle{ \models }[/math]
\cong [math]\displaystyle{ \cong }[/math]
\equiv [math]\displaystyle{ \equiv }[/math]
\sim \thicksim \backsim [math]\displaystyle{ \sim \; \thicksim \; \backsim }[/math]
\simeq \backsimeq [math]\displaystyle{ \simeq \; \backsimeq }[/math]
\eqsim [math]\displaystyle{ \eqsim }[/math]
\approx \thickapprox [math]\displaystyle{ \approx \; \thickapprox }[/math]
\approxeq [math]\displaystyle{ \approxeq }[/math]
\bumpeq [math]\displaystyle{ \bumpeq }[/math]
\Bumpeq [math]\displaystyle{ \Bumpeq }[/math]
\doteq [math]\displaystyle{ \doteq }[/math]
\doteqdot \Doteq [math]\displaystyle{ \doteqdot \; \Doteq }[/math]
\risingdotseq \fallingdotseq [math]\displaystyle{ \risingdotseq \; \fallingdotseq }[/math]
\eqcirc [math]\displaystyle{ \eqcirc }[/math]
\circeq [math]\displaystyle{ \circeq }[/math]
\triangleq [math]\displaystyle{ \triangleq }[/math]
< > [math]\displaystyle{ \lt \; \gt }[/math]
\ll \gg [math]\displaystyle{ \ll \; \gg }[/math]
\lll \ggg \gggtr [math]\displaystyle{ \lll \; \ggg \; \gggtr }[/math]
\le oder \leq, \ge oder \geq [math]\displaystyle{ \le \ge }[/math]
\leqq \geqq [math]\displaystyle{ \leqq \geqq }[/math]
\leqslant \geqslant [math]\displaystyle{ \leqslant \geqslant }[/math]
\eqslantless \eqslantgtr [math]\displaystyle{ \eqslantless \eqslantgtr }[/math]
\lesssim \gtrsim [math]\displaystyle{ \lesssim \gtrsim }[/math]
\lessapprox \gtrapprox [math]\displaystyle{ \lessapprox \gtrapprox }[/math]
\lessdot \gtrdot [math]\displaystyle{ \lessdot \gtrdot }[/math]
\lessgtr \gtrless [math]\displaystyle{ \lessgtr \gtrless }[/math]
\lesseqgtr \gtreqless [math]\displaystyle{ \lesseqgtr \gtreqless }[/math]
\lesseqqgtr \gtreqqless [math]\displaystyle{ \lesseqqgtr \gtreqqless }[/math]
\sqsubseteq und \sqsupseteq [math]\displaystyle{ \sqsubseteq \; \sqsupseteq }[/math]
\subset \supset [math]\displaystyle{ \subset \; \supset }[/math]
\subseteq \supseteq [math]\displaystyle{ \subseteq \; \supseteq }[/math]
\subseteqq \supseteqq [math]\displaystyle{ \subseteqq \; \supseteqq }[/math]
\Subset \Supset [math]\displaystyle{ \Subset \; \Supset }[/math]
\prec \succ [math]\displaystyle{ \prec \; \succ }[/math]
\preccurlyeq \succcurlyeq [math]\displaystyle{ \preccurlyeq \; \succcurlyeq }[/math]
\curlyeqprec \curlyeqsucc [math]\displaystyle{ \curlyeqprec \; \curlyeqsucc }[/math]
\preceq \succeq [math]\displaystyle{ \preceq \; \succeq }[/math]
\precsim \succsim [math]\displaystyle{ \precsim \; \succsim }[/math]
\precapprox \succapprox [math]\displaystyle{ \precapprox \; \succapprox }[/math]
\asymp [math]\displaystyle{ \asymp }[/math]
\vdash \dashv [math]\displaystyle{ \vdash \; \dashv }[/math]
\Vvdash [math]\displaystyle{ \Vvdash }[/math]
\vartriangleleft \vartriangleright [math]\displaystyle{ \vartriangleleft \; \vartriangleright }[/math]
\blacktriangleleft \blacktriangleright [math]\displaystyle{ \blacktriangleleft \; \blacktriangleright }[/math]
\exists \forall [math]\displaystyle{ \exists \; \forall }[/math]
Binäre Relationen (Negationen)
Syntax Gerendert
\not< \not> \ngtr [math]\displaystyle{ \not\lt \; \not\gt \; \ngtr }[/math]
\not=, \neq, \ne [math]\displaystyle{ \not= }[/math]
\nsim [math]\displaystyle{ \nsim }[/math]
\not\approx [math]\displaystyle{ \not\approx }[/math]
\ncong [math]\displaystyle{ \ncong }[/math]
\not\equiv [math]\displaystyle{ \not\equiv }[/math]
\not\le \not\ge [math]\displaystyle{ \not\le \; \not\ge }[/math]
\nleqq \ngeqq [math]\displaystyle{ \nleqq \; \ngeqq }[/math]
\lneq \gneq [math]\displaystyle{ \lneq \; \gneq }[/math]
\lneqq \gneqq [math]\displaystyle{ \lneqq \; \gneqq }[/math]
\lvertneqq \gvertneqq [math]\displaystyle{ \lvertneqq \; \gvertneqq }[/math]
\nleqslant \ngeqslant [math]\displaystyle{ \nleqslant \; \ngeqslant }[/math]
\lnsim \gnsim [math]\displaystyle{ \lnsim \; \gnsim }[/math]
\lnapprox \gnapprox [math]\displaystyle{ \lnapprox \; \gnapprox }[/math]
\not\in, \notin [math]\displaystyle{ \not\in }[/math]
\not\simeq [math]\displaystyle{ \not\simeq }[/math]
\not\sqsubseteq \not\sqsupseteq [math]\displaystyle{ \not\sqsubseteq \; \not\sqsupseteq }[/math]
\not\subset \not\supset [math]\displaystyle{ \not\subset \; \not\supset }[/math]
\nsubseteq \nsupseteq [math]\displaystyle{ \nsubseteq \; \nsupseteq }[/math]
\nsubseteqq \nsubseteqq [math]\displaystyle{ \nsubseteqq \; \nsubseteqq }[/math]
\varsubsetneq \varsupsetneq [math]\displaystyle{ \varsubsetneq \; \varsupsetneq }[/math]
\subsetneqq \supsetneqq [math]\displaystyle{ \subsetneqq \; \supsetneqq }[/math]
\varsubsetneqq \varsupsetneqq [math]\displaystyle{ \varsubsetneqq \; \varsupsetneqq }[/math]
\nprec \nsucc [math]\displaystyle{ \nprec \; \nsucc }[/math]
\npreceq \nsucceq [math]\displaystyle{ \npreceq \; \nsucceq }[/math]
\precneqq \succneqq [math]\displaystyle{ \precneqq \; \succneqq }[/math]
\precnsim \succnsim [math]\displaystyle{ \precnsim \; \succnsim }[/math]
\precnapprox \succnapprox [math]\displaystyle{ \precnapprox \; \succnapprox }[/math]
\not\asymp [math]\displaystyle{ \not\asymp }[/math]
\nshortmid [math]\displaystyle{ \nshortmid }[/math]
\nshortparallel \nparallel [math]\displaystyle{ \nshortparallel \; \nparallel }[/math]
\nvdash \nvDash [math]\displaystyle{ \nvdash \; \nvDash }[/math]
\nVdash \nVDash [math]\displaystyle{ \nVdash \; \nVDash }[/math]
\ntriangleleft \ntriangleright [math]\displaystyle{ \ntriangleleft \; \ntriangleright }[/math]
\ntrianglelefteq \ntrianglerighteq [math]\displaystyle{ \ntrianglelefteq \; \ntrianglerighteq }[/math]
\neg [math]\displaystyle{ \neg }[/math]
\nexists [math]\displaystyle{ \nexists }[/math]

Hoch- und Tiefstellungen

Darzustellen Syntax So sieht’s gerendert aus
hochgestellt a^2 [math]\displaystyle{ a^2 }[/math]
tiefgestellt (Index) a_2 [math]\displaystyle{ a_2 }[/math]
Gruppierung a^{2+2} [math]\displaystyle{ a^{2+2} }[/math]
a_{i, j} [math]\displaystyle{ a_{i, j} }[/math]
Kombination hoch & tief sowohl x_2^3 als auch x^3_2 ergibt [math]\displaystyle{ x_2^3 }[/math]
Folge von hoch & tief {x_2}^3
{x^3}_2
[math]\displaystyle{ {x_2}^3 }[/math]
[math]\displaystyle{ {x^3}_2 }[/math]
vorangestellte Hoch- und Tiefstellung {}^4_2\mathrm{He} [math]\displaystyle{ {}^4_2\mathrm{He} }[/math]
Ableitung x' oder x^\prime
falsch: x\prime
[math]\displaystyle{ x' }[/math]
falsch: [math]\displaystyle{ x\prime }[/math]
Summenzeichen \sum_{k=1}^N k^2 [math]\displaystyle{ \sum_{k=1}^N k^2 }[/math]
mehrzeilige Summationsgrenzen \sum_{k\in M,\atop k>5} k [math]\displaystyle{ \sum_{k\in M,\atop k\gt 5} k }[/math]
Produkt \prod_{i=1}^N x_i [math]\displaystyle{ \prod_{i=1}^N x_i }[/math]
Wurzeln \sqrt{2} \approx 1{,}4 [math]\displaystyle{ \sqrt{2} \approx 1{,}4 }[/math]
\sqrt[n]{x} [math]\displaystyle{ \sqrt[n]{x} }[/math]
Vereinigung \bigcup_{\lambda\in\Lambda} A_\lambda [math]\displaystyle{ \bigcup_{\lambda\in\Lambda} A_\lambda }[/math]
Durchschnitt \bigcap_{\lambda\in\Lambda} A_\lambda [math]\displaystyle{ \bigcap_{\lambda\in\Lambda} A_\lambda }[/math]
Limes \lim_{n \to \infty}x_n [math]\displaystyle{ \lim_{n \to \infty}x_n }[/math]
Exponentialfunktion
(siehe auch Anmerkung)
\mathrm e^{-\alpha x^2} ("e" aufrecht) [math]\displaystyle{ \mathrm e^{-\alpha x^2} }[/math]
e^{-\alpha x^2} ("e" kursiv) [math]\displaystyle{ e^{-\alpha x^2} }[/math]
bei komplizierten Exponenten: \exp\left(-\frac 12\left(\frac{x-\mu}\sigma\right)^2\right) [math]\displaystyle{ \exp\left(-\frac 12\left(\frac{x-\mu}\sigma\right)^2\right) }[/math]
Integral (platzsparend)
(siehe auch Anmerkung)
\int_{-N}^N \mathrm e^x\,\mathrm dx [math]\displaystyle{ \int_{-N}^N \mathrm e^x\,\mathrm dx }[/math]
\int_{-N}^N e^x\,dx [math]\displaystyle{ \int_{-N}^N e^x\,dx }[/math]
Integral (Grenzen über und unter dem Symbol) \int\limits_{-N}^N [math]\displaystyle{ \int\limits_{-N}^N }[/math]
Mehrfachintegral \iint_a^b \iiint_a^b [math]\displaystyle{ \iint_a^b \iiint_a^b }[/math]
Ringintegral \oint_c [math]\displaystyle{ \oint_c }[/math]
A adjungiert A^\dagger [math]\displaystyle{ A^\dagger }[/math]
Anordnung nebeneinander \sideset{_*^*}{_n^'}\prod_a^b [math]\displaystyle{ \sideset{_*^*}{_n^'}\prod_a^b }[/math]
Anordnung untereinander \underset{x}{y} [math]\displaystyle{ \underset{x}{y} }[/math]
Anordnung übereinander \overset{x}{y} [math]\displaystyle{ \overset{x}{y} }[/math]
\stackrel{\mathrm{def}}= (für Relationen) [math]\displaystyle{ \stackrel{\mathrm{def}}= }[/math]
Beschriftete Pfeile \xrightarrow\alpha oder etwas komplexer
A \xleftarrow[P+1]{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C
[math]\displaystyle{ \xrightarrow\alpha }[/math] oder [math]\displaystyle{ A \xleftarrow[P+1]{n+\mu-1} B \xrightarrow[T]{n\pm i-1} C }[/math]
Anmerkung

Ob das Exponential-e oder das Differential-d kursiv oder aufrecht gesetzt werden, liegt im Ermessen des Schreibers. Jedoch sollte bei Änderungen an bestehenden Artikeln die dort bisher verwendete Formatierung übernommen/adaptiert werden, um die Vereinheitlichung innerhalb eines Artikels zu gewährleisten.

Linien, Pfeile, etc. – über oder unter einem Term

Darzustellendes Symbol Syntax So sieht’s gerendert aus
Überstreichen \overline {...} [math]\displaystyle{ \overline {ABC} }[/math]
Unterstreichen \underline {...} [math]\displaystyle{ \underline {ABC} }[/math]
Pfeil darüber (nach rechts) \overrightarrow {...} [math]\displaystyle{ \overrightarrow {ABC} }[/math]
Pfeil darüber (nach links) \overleftarrow {...} [math]\displaystyle{ \overleftarrow {ABC} }[/math]
Dach darüber \widehat {...} [math]\displaystyle{ \widehat {ABC} }[/math]
Klammer darüber \overbrace {ABC} oder beschriftet \overbrace {ABC}^{123} [math]\displaystyle{ \overbrace {ABC} }[/math] oder beschriftet [math]\displaystyle{ \overbrace {ABC}^{123\,} }[/math]
Klammer darunter \underbrace {ABC} oder beschriftet \underbrace {ABC}_{123} [math]\displaystyle{ \underbrace {ABC} }[/math] oder beschriftet [math]\displaystyle{ \underbrace {ABC}_{123\,} }[/math]

Logische Quantoren

Hinweis: Die Verwendung von Quantoren schränkt die Verständlichkeit für Laien und die Lesbarkeit stark ein. Quantoren werden außerhalb der Grundlagen der Mathematik im Regelfall nur als Kurzschreibweise - beispielsweise an der Tafel - verwendet. In Lehrbüchern wird eher versucht, sie zu vermeiden.

Darzustellen Syntax So sieht’s gerendert aus
für alle [math]\displaystyle{ x }[/math] \forall x \, A(x) [math]\displaystyle{ \forall x \, A(x) }[/math]
es gibt ein [math]\displaystyle{ x }[/math] \exists x \, A(x) [math]\displaystyle{ \exists x \, A(x) }[/math]
Alternativ, aber weitaus seltener im Gebrauch:
für alle [math]\displaystyle{ x }[/math] \bigwedge_x A(x) [math]\displaystyle{ \bigwedge_x A(x) }[/math]
es gibt ein [math]\displaystyle{ x }[/math] \bigvee_x A(x) [math]\displaystyle{ \bigvee_x A(x) }[/math]

Mathematische Akzente

Darzustellen Syntax So sieht’s gerendert aus
Vektorpfeil \vec a [math]\displaystyle{ \vec a }[/math]
Zeitableitung \dot a [math]\displaystyle{ \dot a }[/math]
zweite Ableitung nach der Zeit oder
(zweckentfremdet) Umlaut
\ddot a [math]\displaystyle{ \ddot a }[/math]
Vektor-Zeitableitung \dot{\vec a} [math]\displaystyle{ \dot{\vec a} }[/math]
a quer \bar a [math]\displaystyle{ \bar a }[/math]
a Tilde \tilde a [math]\displaystyle{ \tilde a }[/math]
a Dach \hat a [math]\displaystyle{ \hat a }[/math]
Akzent Grave \grave a [math]\displaystyle{ \grave a }[/math]
Akzent Acute \acute a [math]\displaystyle{ \acute a }[/math]
Hatschek \check a [math]\displaystyle{ \check a }[/math]
Breve \breve a [math]\displaystyle{ \breve a }[/math]
a slash a\!\!\!/ [math]\displaystyle{ a\!\!\!/ }[/math]

Funktionsnamen

Trigonom.
\sin [math]\displaystyle{ \sin }[/math]
\cos [math]\displaystyle{ \cos }[/math]
\tan [math]\displaystyle{ \tan }[/math]
\cot [math]\displaystyle{ \cot }[/math]
\sec [math]\displaystyle{ \sec }[/math]
\csc [math]\displaystyle{ \csc }[/math]
\arcsin [math]\displaystyle{ \arcsin }[/math]
\arccos [math]\displaystyle{ \arccos }[/math]
\arctan [math]\displaystyle{ \arctan }[/math]
\arccot [math]\displaystyle{ \arccot }[/math]
\arcsec [math]\displaystyle{ \arcsec }[/math]
\arccsc [math]\displaystyle{ \arccsc }[/math]
Hyperb.
\sinh [math]\displaystyle{ \sinh }[/math]
\cosh [math]\displaystyle{ \cosh }[/math]
\tanh [math]\displaystyle{ \tanh }[/math]
\coth [math]\displaystyle{ \coth }[/math]
Sonstige
\arg [math]\displaystyle{ \arg }[/math]
\deg [math]\displaystyle{ \deg }[/math]
\det [math]\displaystyle{ \det }[/math]
\dim [math]\displaystyle{ \dim }[/math]
\exp [math]\displaystyle{ \exp }[/math]
\lg [math]\displaystyle{ \lg }[/math]
\ln [math]\displaystyle{ \ln }[/math]
\log [math]\displaystyle{ \log }[/math]
\max [math]\displaystyle{ \max }[/math]
\min [math]\displaystyle{ \min }[/math]
\mod [math]\displaystyle{ a \mod b }[/math]
\bmod [math]\displaystyle{ a \bmod b }[/math]
\pmod [math]\displaystyle{ a \pmod b }[/math]
\gcd [math]\displaystyle{ \gcd }[/math]
\hom [math]\displaystyle{ \hom }[/math]
\inf [math]\displaystyle{ \inf }[/math]
\ker [math]\displaystyle{ \ker }[/math]
\lim [math]\displaystyle{ \lim }[/math]
\liminf [math]\displaystyle{ \liminf }[/math]
\limsup [math]\displaystyle{ \limsup }[/math]
\Pr [math]\displaystyle{ \Pr }[/math]
\sup [math]\displaystyle{ \sup }[/math]

Hinweis zu den Funktionsnamen

Standardfunktionen (richtig) \sin x + \ln y + \operatorname{sgn} \, z [math]\displaystyle{ \sin x + \ln y + \operatorname{sgn} \, z }[/math]
Standardfunktionen (falsch) sin x + ln y + sgn z [math]\displaystyle{ sin x + ln y + sgn z }[/math]

Brüche, Matrizen, mehrzeilige Gleichungen

Syntax So sieht’s gerendert aus
Brüche \frac{2}{4} oder veraltet {2 \over 4} [math]\displaystyle{ \frac{2}{4} }[/math]
Einfache Brüche (z. B. im Fließtext):

\textstyle \frac{2}{3} oder kurz
\tfrac{2}{3}

[math]\displaystyle{ \tfrac 23 }[/math]
\dfrac{2}{3} [math]\displaystyle{ \dfrac{2}{3} }[/math]
Binomialkoeffizienten {n \choose k} [math]\displaystyle{ {n \choose k} }[/math]
\binom n k [math]\displaystyle{ \binom n k }[/math]
\dbinom n k [math]\displaystyle{ \dbinom n k }[/math]
\tbinom n k [math]\displaystyle{ \tbinom n k }[/math]
Matrizen \bigl( \begin{smallmatrix} a&b \\ c&d \end{smallmatrix} \bigr) [math]\displaystyle{ \bigl( \begin{smallmatrix} a&b \\ c&d \end{smallmatrix} \bigr) }[/math]
\begin{pmatrix} x & y \\ z & v \end{pmatrix} [math]\displaystyle{ \begin{pmatrix} x & y \\ z & v \end{pmatrix} }[/math]
\begin{bmatrix}

 0      & \cdots & 1\\
 \vdots & \ddots & \vdots\\
 2      & \cdots & 3
\end{bmatrix}

[math]\displaystyle{ \begin{bmatrix} 0 & \cdots & 1\\ \vdots & \ddots & \vdots\\ 2 & \cdots & 3 \end{bmatrix} }[/math]
\begin{Bmatrix} x & y \\ z & v \end{Bmatrix} [math]\displaystyle{ \begin{Bmatrix} x & y \\ z & v \end{Bmatrix} }[/math]
\begin{vmatrix} x & y \\ z & v \end{vmatrix} [math]\displaystyle{ \begin{vmatrix} x & y \\ z & v \end{vmatrix} }[/math]
\begin{Vmatrix} x & y \\ z & v \end{Vmatrix} [math]\displaystyle{ \begin{Vmatrix} x & y \\ z & v \end{Vmatrix} }[/math]
\begin{matrix} x & y \\ z & v \end{matrix} [math]\displaystyle{ \begin{matrix} x & y \\ z & v \end{matrix} }[/math]
Fallunterscheidungen f(n)=\begin{cases}

  n/2,  & \text{wenn }n\text{ gerade}\\
  3n+1, & \text{wenn }n\text{ ungerade}
\end{cases}

[math]\displaystyle{ f(n)=\begin{cases} n/2, & \text{wenn }n\text{ gerade}\\ 3n+1, & \text{wenn }n\text{ ungerade} \end{cases} }[/math]
mehrzeilige Gleichungen \begin{align}

L & = \lim_{|x| \to \infty}\ \frac{\cos \frac 1x \cdot \frac{-1}{x^2}}{\frac{-1}{x^2}}\\
  & = \lim_{|x| \to \infty} {\cos\frac 1x} \cdot \frac{-1}{x^2} \cdot \frac{x^2}{-1}\\
  & = \cos\frac 1{\infty} = \cos 0 = 1
\end{align}

[math]\displaystyle{ \begin{align} L & = \lim_{|x| \to \infty}\ \frac{\cos \frac 1x \cdot \frac{-1}{x^2}}{\frac{-1}{x^2}}\\ & = \lim_{|x| \to \infty} {\cos\frac 1x} \cdot \frac{-1}{x^2} \cdot \frac{x^2}{-1}\\ & = \cos\frac 1{\infty} = \cos 0 = 1 \end{align} }[/math]
\begin{alignat}{2}

L & = \lim_{|x| \to \infty}\ \frac{\cos \frac 1x \cdot \frac{-1}{x^2}}{\frac{-1}{x^2}} &\quad& \text{by me}\\
  & = \lim_{|x| \to \infty} {\cos\frac 1x} \cdot \frac{-1}{x^2} \cdot \frac{x^2}{-1} && \text{by him}\\
  & = \cos\frac 1{\infty} = \cos 0 = 1 && \text{Axiom 3}
\end{alignat}

[math]\displaystyle{ \begin{alignat}{2} L & = \lim_{|x| \to \infty}\ \frac{\cos \frac 1x \cdot \frac{-1}{x^2}}{\frac{-1}{x^2}} &\quad& \text{by me}\\ & = \lim_{|x| \to \infty} {\cos\frac 1x} \cdot \frac{-1}{x^2} \cdot \frac{x^2}{-1} && \text{by him}\\ & = \cos\frac 1{\infty} = \cos 0 = 1 && \text{Axiom 3} \end{alignat} }[/math]

Klammern und Begrenzungssymbole

Runde oder eckige Klammern können im Regelfall einfach wie gewohnt eingegeben werden (f(x),a[y]: [math]\displaystyle{ f(x),a[y]\, }[/math]). Geschweifte Klammern erhält man mit \{ und \}, spitze Klammern mit \langle und \rangle (nicht < und >):

Spitze Klammern (richtig) \langle x,y \rangle [math]\displaystyle{ \langle x,y \rangle\, }[/math]
Spitze Klammern (falsch) <x,y> [math]\displaystyle{ \lt x,y\gt \, }[/math]

Sollen die Klammern größere Objekte wie z. B. Brüche umschließen, sollte man das durch \left Ausdruck \right oder ähnliche im Folgenden genannte Konstrukte ankündigen:

\left( \frac{x+2}{x^3+7} \right\rangle
[math]\displaystyle{ \left( \frac{x+2}{x^3+7} \right\rangle }[/math]

\left und \right müssen paarweise mit den jeweiligen Klammern angegeben werden: z. B. \left( Ausdruck \right), oder \left\{ Ausdruck \right\}. Wenn auf einer Seite keine Klammer oder Begrenzungssymbol stehen soll, muss auch dort ein (nicht sichtbarer) Begrenzer eingegeben werden, indem dem \left bzw \right ein Punkt folgt: \left. bzw. \right.

\left. \frac{\partial V}{\partial x} \right\rbrace
[math]\displaystyle{ \left. \frac{\partial V}{\partial x} \right\rbrace }[/math]

(Für den Spezialfall einer Fallunterscheidung gibt es die Umgebung cases, s. o.)

In manchen Fällen führt der Gebrauch von \left bzw. \right zu Klammer, die entweder zu groß oder zu klein sind. Für diesen Fall, wenn die Automatik versagt, gibt es darüber hinaus noch die Möglichkeit via \big, \Big, \bigg oder \Bigg explizite Abstufungen der Klammergrößen vorzunehmen. Die Benutzung erfolgt analog zu \left bzw. \right.

Liste der Begrenzungssymbole

Darzustellen Syntax So sieht’s gerendert aus
Runde Klammern (A) [math]\displaystyle{ (A) }[/math]
Eckige Klammern [A]
\lbrack \rbrack
[math]\displaystyle{ [A] }[/math]
[math]\displaystyle{ \lbrack \rbrack }[/math]
Geschweifte Klammern \{ A\}
\lbrace \rbrace
[math]\displaystyle{ \{ A\} }[/math]
[math]\displaystyle{ \lbrace \rbrace }[/math]
Abrundungsklammer \lfloor A \rfloor [math]\displaystyle{ \lfloor A \rfloor }[/math]
Aufrundungsklammer \lceil A \rceil [math]\displaystyle{ \lceil A \rceil }[/math]
Gewinkelte Klammern \langle A \rangle [math]\displaystyle{ \langle A \rangle }[/math]
Betragsstriche \left| A \right|
\vert
[math]\displaystyle{ \left| A \right| }[/math]
[math]\displaystyle{ \vert }[/math]
Normstriche \| A \|
\Vert
[math]\displaystyle{ \| A \| }[/math]
[math]\displaystyle{ \Vert }[/math]
Verwendung von \left. und \right.,
wenn man keinen Abgrenzer anzeigen will:
\left. \frac AB \right\} \to X [math]\displaystyle{ \left. \frac AB \right\} \to X }[/math]
Ecken \ulcorner, \urcorner
\llcorner, \lrcorner
[math]\displaystyle{ \ulcorner \urcorner }[/math]
[math]\displaystyle{ \llcorner \lrcorner }[/math]

Intervalle

Für Intervalle sind verschiedene Schreibweisen gebräuchlich.

Darzustellen Syntax gerendert
geschlossenes Intervall [a,b] [math]\displaystyle{ [a,b] }[/math]
offenes Intervall (a,b)

{]a,b[}

[math]\displaystyle{ (a,b) }[/math]

[math]\displaystyle{ {]a,b[} }[/math]

halboffenes Intervall [a,b)

{[a,b[}

[math]\displaystyle{ [a,b) }[/math]

[math]\displaystyle{ {[a,b[} }[/math]

Bei Verwendung von eckigen klammern für die "offenen Seiten", müssen zusätzlich geschweifte Klammern verwendet werden, damit die Abstände nicht falsch gesetzt werden.

Große Ausdrücke in Klammern

unschön: ( \frac{1}{2} ) besser: \left( \frac{1}{2} \right) oder \bigg(\frac 12\bigg)
unschön: [math]\displaystyle{ ( \frac{1}{2} ) }[/math] besser: [math]\displaystyle{ \left( \frac{1}{2} \right) }[/math] oder [math]\displaystyle{ \bigg(\frac 12\bigg) }[/math]

Abstufungsübersicht

\bigl( ... \bigr) [math]\displaystyle{ \bigl( ... \bigr) }[/math]
\Bigl( ... \Bigr) [math]\displaystyle{ \Bigl( ... \Bigr) }[/math]
\biggl( ... \biggr) [math]\displaystyle{ \biggl (...\biggr) }[/math]
\Biggl( ... \Biggr) [math]\displaystyle{ \Biggl(...\Biggr) }[/math]

\big usw. funktioniert auch, sollte aber vermieden werden.

Pfeile

Syntax Gerendert
\circlearrowleft \circlearrowright [math]\displaystyle{ \circlearrowleft \circlearrowright }[/math]
\curvearrowleft \curvearrowright [math]\displaystyle{ \curvearrowleft \curvearrowright }[/math]
\downarrow \uparrow [math]\displaystyle{ \downarrow \uparrow }[/math]
\downdownarrows \upuparrows [math]\displaystyle{ \downdownarrows \upuparrows }[/math]
\Downarrow \Uparrow [math]\displaystyle{ \Downarrow \Uparrow }[/math]
\hookleftarrow \hookrightarrow [math]\displaystyle{ \hookleftarrow \; \hookrightarrow }[/math]
\leftarrow \rightarrow [math]\displaystyle{ \leftarrow \; \rightarrow }[/math]
\Leftarrow \Rightarrow [math]\displaystyle{ \Leftarrow \; \Rightarrow }[/math]
\leftarrowtail \rightarrowtail [math]\displaystyle{ \leftarrowtail \rightarrowtail }[/math]
\leftharpoondown \rightharpoondown [math]\displaystyle{ \leftharpoondown \; \rightharpoondown }[/math]
\leftharpoonup \rightharpoonup [math]\displaystyle{ \leftharpoonup \; \rightharpoonup }[/math]
\leftleftarrows \rightrightarrows [math]\displaystyle{ \leftleftarrows \rightrightarrows }[/math]
\leftrightarrow \Leftrightarrow [math]\displaystyle{ \leftrightarrow \Leftrightarrow }[/math]
\leftrightarrows \rightleftarrows [math]\displaystyle{ \leftrightarrows \rightleftarrows }[/math]
\leftrightharpoons \rightleftharpoons [math]\displaystyle{ \leftrightharpoons \rightleftharpoons }[/math]
Syntax Gerendert
\leftrightsquigarrow \rightsquigarrow [math]\displaystyle{ \leftrightsquigarrow \rightsquigarrow }[/math]
\Lleftarrow \Rrightarrow [math]\displaystyle{ \Lleftarrow \Rrightarrow }[/math]
\longleftarrow \longrightarrow [math]\displaystyle{ \longleftarrow \longrightarrow }[/math]
\Longleftarrow \Longrightarrow [math]\displaystyle{ \Longleftarrow \Longrightarrow }[/math]
\longleftrightarrow [math]\displaystyle{ \longleftrightarrow }[/math]
\Longleftrightarrow [math]\displaystyle{ \Longleftrightarrow }[/math]
\longmapsto \mapsto [math]\displaystyle{ \longmapsto \mapsto }[/math]
\looparrowleft \looparrowright [math]\displaystyle{ \looparrowleft \; \looparrowright }[/math]
\Lsh \Rsh [math]\displaystyle{ \Lsh \; \Rsh }[/math]
\multimap [math]\displaystyle{ \multimap }[/math]
\nearrow \nwarrow \searrow \swarrow [math]\displaystyle{ \nearrow \nwarrow \searrow \swarrow }[/math]
\nLeftarrow \nRightarrow [math]\displaystyle{ \nLeftarrow \; \nRightarrow }[/math]
\nleftrightarrow \nLeftrightarrow [math]\displaystyle{ \nleftrightarrow \nLeftrightarrow }[/math]
\restriction [math]\displaystyle{ \restriction }[/math]
\twoheadleftarrow \twoheadrightarrow [math]\displaystyle{ \twoheadleftarrow \; \twoheadrightarrow }[/math]
\updownarrow \Updownarrow [math]\displaystyle{ \updownarrow \; \Updownarrow }[/math]


Vektorpfeile können mit \vec x erzeugt werden: [math]\displaystyle{ \vec x }[/math].
Für beschriftete Pfeile oder Terme mit Pfeilen darunter/darüber: siehe Hilfe:TeX#Hoch-_und_Tiefstellungen.

Auslassungspunkte

Auslassungspunkte (Ellipsen) deuten eine Auslassung zwischen zwei Ausdrücken an.

Darzustellende Ellipsen Syntax So sieht’s gerendert aus
diagonal
(gedrehte \iddots sind noch nicht darstellbar)
\ddots [math]\displaystyle{ \ddots }[/math]
vertikal \vdots [math]\displaystyle{ \vdots }[/math]
(semantisch orientiert)
bei binären Operationen/Beziehungen
a+\dotsb+b [math]\displaystyle{ a+\dotsb+b }[/math]
horizontal, mittig \int_{A_1}\cdots\int_{A_n} [math]\displaystyle{ \int_{A_1}\cdots\int_{A_n} }[/math]
horizontal, unten a,\ldots,b [math]\displaystyle{ a,\ldots,b }[/math]

Platz zwischen Zeichen (Leerzeichen)

Für die manuelle Einstellung der Abstände zwischen Zeichen stellt TeX folgende Befehle zur Verfügung:

Darzustellender Zwischenraum Syntax Länge So sieht’s gerendert aus
2 quad a \qquad b 2 quad [math]\displaystyle{ a \qquad b }[/math]
1 quad a \quad b 1 quad [math]\displaystyle{ a \quad b }[/math]
normaler Textabstand a\ b ? [math]\displaystyle{ a\ b }[/math]
großer Zwischenraum a\;b 5/18 quad [math]\displaystyle{ a\;b }[/math]
kleiner Zwischenraum a\,b 3/18 quad [math]\displaystyle{ a\,b }[/math]
kein Zwischenraum ab 0 quad [math]\displaystyle{ ab\, }[/math]
kleiner negativer Zwischenraum a\!b −3/18 quad [math]\displaystyle{ a\!b }[/math]

Die Länge 1 quad (auch em genannt) wird im Deutschen mit Geviert bezeichnet.

Vertikale Ausrichtung

Durch den CSS-Default

img.tex { vertical-align: middle; }

wird eine Formel wie [math]\displaystyle{ \sum_{i=-N}^N \sin(i) }[/math] vertikal zentriert ausgerichtet.

Farben

Gleichungen können auch Farben enthalten:

{ \color{Blue}x^2 } + { \color{Brown} 2x } - { \color{OliveGreen} 1 } [math]\displaystyle{ { \color{Blue}x^2 } + { \color{Brown} 2x } - { \color{OliveGreen} 1 } }[/math]
x_{1,2} = \frac{ -b \pm \sqrt{ \color{Red} b^2-4ac } }{2a} [math]\displaystyle{ x_{1,2} = \frac{ -b \pm \sqrt{ \color{Red} b^2-4ac } }{2a} }[/math]

Beachte, dass Farben nicht der einzige Weg sind, um auf etwas hinzuweisen. Menschen mit einer Farbfehlsichtigkeit können Probleme haben, verschiedene Farben voneinander zu unterscheiden.

CSS-Styles

Das <math>-Tag kann mittels CSS im Aussehen angepasst werden.

<math style="border: 1px blue; border-style: dashed; padding: 1em;">a^2+b^2=c^2</math> ergibt

[math]\displaystyle{ a^2+b^2=c^2 }[/math]

Was nicht geht

  • Binäre Operatoren: \lhd, \rhd, \unlhd, \unrhd
  • Binäre Vergleiche: \Join
  • Negation: \not\preqeq, \not\sym, \not\succec.
  • Griechisch: Kleinbuchstaben können nicht kursiv dargestellt werden, sehen also mit \mathrm und \mathit gleich aus.
  • Hebräisch: Es gehen nur die ersten Buchstaben \chet, \zayin, \waw, ... geht nicht
  • Pfeile: \leadsto
  • Semantisch orientierte Auslassungspunkte:
Funktion Kann ersetzt werden durch Darstellung Nachteil
\dotsc \ldots [math]\displaystyle{ \ldots }[/math] Fehlende Semantik
\dotsm \cdots [math]\displaystyle{ \cdots }[/math]
\dotsi \cdots [math]\displaystyle{ \cdots }[/math]
\dotso \cdots [math]\displaystyle{ \cdots }[/math]
  • sonstige Auslassungspunkte: \iddots
  • Klammern und Begrenzungssymbole
Funktion Kann ersetzt werden durch Darstellung Nachteil
\lvert A\rvert \vert A \vert [math]\displaystyle{ \vert A \vert }[/math] Falsche Abstände, z.B. bei [math]\displaystyle{ \vert-a\vert }[/math]
\lVert A\rVert \Vert A \Vert [math]\displaystyle{ \Vert A \Vert }[/math]
\interleave A\interleave |||A||| [math]\displaystyle{ |||A||| }[/math] falsche Abstände
weitere: \lgroup, \rgroup, \lmoustache, \rmoustache, \hline (in Arrays).
  • Sonstige:
Funktion Kann ersetzt werden durch Darstellung Nachteil
\unit{nF} {\rm nF}, \text{Text} [math]\displaystyle{ {\rm nF}, \text{Text} }[/math] Fehlende Semantik
{f\"ur} {f{\ddot u}r} [math]\displaystyle{ {f{\ddot u}r} }[/math]
\sum_{\substack{0<i<m\\0<j<n}}P(i,j) oder
\sum_{\begin{subarray}{l}0<i<m\\ 0<j<n\end{subarray}}P(i,j)
\sum_{0\le i\le m\atop 0<j<n}P(i,j) [math]\displaystyle{ \sum_{0\le i\le m\atop 0\lt j\lt n}P(i,j) }[/math]

nicht so flexibel

\permil {}^{0\!}\!/\!_{00} [math]\displaystyle{ {}^{0\!}\!/\!_{00} }[/math] nicht hübsch, deswegen möglichst das Symbol ‰ verwenden
\textdegree (und \textcelsius) ^\circ [math]\displaystyle{ ^\circ }[/math] nicht so hübsch/fehlende Semantik
\hline ? ? ?

Beispiele

Quadratische Gleichung

[math]\displaystyle{ x_{1,2} = \frac{-b \pm \sqrt{b^2-4ac} }{2a} }[/math]

<math>x_{1,2} = \frac{-b \pm \sqrt{b^2-4ac} }{2a}</math>

Große Klammern und Brüche

[math]\displaystyle{ 2 = \left( \frac{\left( 3-x \right) \cdot 2}{3-x} \right) }[/math]

<math>2 = \left( \frac{\left( 3-x \right) \cdot 2}{3-x} \right)</math>
[math]\displaystyle{ S_\mathrm{new} = S_\mathrm{old} + \frac{\left( 5-T \right) ^2} 2 }[/math]

<math>S_\mathrm{new} = S_\mathrm{old} + \frac{\left( 5-T \right) ^2} 2</math>

Integrale

[math]\displaystyle{ \int_a^x \int_a^s f(y) \,\mathrm{d}y \,\mathrm{d}s = \int_a^x f(y)(x-y) \,\mathrm{d}y }[/math]

<math>\int_a^x \int_a^s f(y) \,\mathrm{d}y \,\mathrm{d}s =
\int_a^x f(y)(x-y) \,\mathrm{d}y</math>

alternativ in kursiver Schreibweise:

[math]\displaystyle{ \int_a^x \int_a^s f(y)\,dy\,ds = \int_a^x f(y)(x-y)\,dy }[/math]

<math>\int_a^x \int_a^s f(y)\,dy\,ds =
\int_a^x f(y)(x-y)\,dy</math>

Summen

[math]\displaystyle{ \sum_{m=1}^\infty \sum_{n=1}^\infty \frac{m^2 n}{3^m \left( m3^n + n3^m \right) } }[/math]

<math>\sum_{m=1}^\infty \sum_{n=1}^\infty
\frac{m^2n}{3^m \left( m3^n + n3^m \right) }</math>

Ableitungen

[math]\displaystyle{ u'' + p(x)u' + q(x)u = f(x), \quad x \gt  a }[/math]

<math>u'' + p(x)u' + q(x)u = f(x), \quad x > a</math>

Komplexe Zahlen

[math]\displaystyle{ |\bar z| = |z|, \quad |\bar z^n| = |z|^n, \quad \arg(z^n) = n \arg(z)\, }[/math]

<math>|\bar z| = |z|, \quad |\bar z^n| = |z|^n, \quad \arg(z^n) = n \arg(z)\,</math>

Integralgleichung

[math]\displaystyle{ \phi_n(\kappa) = \frac{1}{4\pi^2\kappa^2} \int_0^\infty \frac{\sin(\kappa R)}{\kappa R} \frac{\partial}{\partial R} \left[ R^2 \frac{\partial D_n(R)}{\partial R} \right]\mathrm dR }[/math]

<math>\phi_n(\kappa) = \frac{1}{4\pi^2\kappa^2} \int_0^\infty
\frac{\sin(\kappa R)}{\kappa R} \frac{\partial}{\partial R}
\left[ R^2 \frac{\partial D_n(R)}{\partial R} \right]\mathrm dR</math>

Vorangestellte Tiefstellung

[math]\displaystyle{ {}_pF_q(a_1, \ldots, a_p; c_1, \ldots, c_q; z) = \sum_{n=0}^\infty \frac{(a_1)_n \cdots (a_p)_n}{(c_1)_n \cdots (c_q)_n} \frac{z^n}{n!} \, }[/math]

<math>{}_pF_q(a_1, \ldots, a_p; c_1, \ldots, c_q; z) =
\sum_{n=0}^\infty \frac{(a_1)_n \cdots (a_p)_n}{(c_1)_n \cdots (c_q)_n} \frac{z^n}{n!} \,</math>

Weitere

[math]\displaystyle{ \phi_n(\kappa) = 0{,}033 C_n^2 \kappa^{-11/3}, \quad \frac{1}{L_0} \ll \kappa \ll \frac{1}{l_0}\, }[/math]

<math>\phi_n(\kappa) = 0{,}033 C_n^2 \kappa^{-11/3}, \quad
\frac{1}{L_0} \ll \kappa \ll \frac{1}{l_0}\,</math>

Weblinks