Skip to content
Snippets Groups Projects
Select Git revision
  • 90bf0b1a545b19cbcb232e76fd7b0c56d0452cfa
  • 2025ss default
  • 2024ss
  • 2023ss
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
13 results

test.txt

Blame
  • 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}