I suspect that the problem described in this stackexchange post is a setspace bug. Namely, the following code at the bottom of setspace.sty causes significant side effects, even with \displayskipstretch=1 (e.g. with the nodisplayskipstretch option):
\everydisplay\expandafter{%
\the\everydisplay
\abovedisplayskip \displayskipstretch\abovedisplayskip
\belowdisplayskip \displayskipstretch\belowdisplayskip
\abovedisplayshortskip \displayskipstretch\abovedisplayshortskip
\belowdisplayshortskip \displayskipstretch\belowdisplayshortskip
}
For a particular document I was working on, these side effects increased my page length from 97 to 100 pages.
I suspect that the problem described in this stackexchange post is a
setspacebug. Namely, the following code at the bottom ofsetspace.stycauses significant side effects, even with\displayskipstretch=1(e.g. with thenodisplayskipstretchoption):For a particular document I was working on, these side effects increased my page length from 97 to 100 pages.