You can fix the page breaking by adding this rule before the equation. Then Typst is allowed to pagebreak the equation:
#show math.equation: set block(breakable: true)
You can fix the page breaking by adding this rule before the equation. Then Typst is allowed to pagebreak the equation:
#show math.equation: set block(breakable: true)