How can I change the spacing between lines of a math.equation in "block" mode?

Ah! that would be:

#show math.equation.where(block: true): set par(leading: 1.5em)
$
x &= 4 + 3 \
  &= 7
$

:slight_smile:

1 Like