-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels