How do I reduce the vertical spacing of \intertext?
|
|
|
The mathtools package provides the command |
||||
|
|
|
Below the upper part of the formula comes a vertical space with the height These are usual spaces before and after displayed math environments and surrounding text. So, it's the same for inserted texts. You could change those lengths. If you need it just at a certain place, you could modify the lengths there and limit this effect by grouping with braces or
Instead of 0 pt you could insert any other value. If you need it several times, you could consider to create a macro or to modify the behavior of |
||||
|
|
|
one option, if you only want to change the spacing between lines in a certain part of your document (like one block of equations) is to use the setspace package, and use the spacing environment like this:
the second argument for the spacing environment is the spacing factor. for smaller than normal, use values < 1. |
|||
|
|
|
It is possible to exploit \flalign to get better control of the vertical spacing.
|
|||||||||||
|