How can I tack something to an equation?

Hello, you can try to use the numbering parameter of equation!

Wegen $x^2 + 4x + 5 = (x+2)^2 + 1 > 0$ gilt nach dem Satz über die Partialbruchzerlegung, dass
#math.equation(numbering: "(*)", block: true, $
    (2x^3 + 8x^2 + 16x + 16) / (x^4 + 6x^3 + 14x^2 + 14x + 5) = A / (x+1) + B / ((x+1)^2) + (C x + D) / (x^2 + 4x + 5)
$)

2 Likes