I put
<assign|par-first|<macro|0fn>>
<assign|par-par-sep|<macro|0.5fn>>
in a .ts
style file derived from tmarticle
to set zero indentation of paragraphs and a 0.5fn space between paragraphs. However, it also changes the space between a text paragraph and a displayed formula. (This is also the behavoir of the generic
style.)
Since text and math are already visually distinct enough, I’m wondering how to set the space between them to be smaller (similar to that of tmarticle
). Alternatively, how can I only set the space between texts?
Thank you.