Skip to content
Snippets Groups Projects
Commit e41e607f authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Mahtematik-Aufgaben mit LaTeX, 6.7.2021

parent 2bc1da3b
Branches
No related tags found
No related merge requests found
File added
File added
\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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment