Skip to content

setspace with nodisplayskipstretch causes side effects #1

@maresb

Description

@maresb

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions