Select Git revision
rechnen-2.tex 972 B
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{eqnarray}
1384 : 1000 &=& \textbf{1}
\\[\medskipamount]
(1384 - 1 \cdot 1000 &=& 384) \nonumber\\
384 : 100 &=& \textbf{3}
\\[\medskipamount]
(1384 - 1 \cdot 1000 - 3 \cdot 100 &=& 84)\nonumber\\
84 : 10 &=& \textbf{8}
\\[\medskipamount]
1384 - 1 \cdot 1000 - 3 \cdot 100 - 8 \cdot 10 &=& \textbf{4}
\end{eqnarray}
\begin{align}
1384 : 1000 &= \textbf{1}
\\[\medskipamount]
(1384 - 1 \cdot 1000 &= 384) \nonumber\\
384 : 100 &= \textbf{3}
\\[\medskipamount]
(1384 - 1 \cdot 1000 - 3 \cdot 100 &= 84)\nonumber\\
84 : 10 &= \textbf{8}
\\[\medskipamount]
1384 - 1 \cdot 1000 - 3 \cdot 100 - 8 \cdot 10 &= \textbf{4}
\end{align}
Eine Formel im Text -- wie z.\,B.\ $84 : 10 = 8$ --
ist etwas anderes als eine hervorgehobene Gleichung:
\begin{equation}
\int_0^\pi \sin x\,dx = 2
\end{equation}
\end{document}