strayman: Fix \topsep in lists with noindentpar.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 25 Jan 2008 13:49:52 +0000 (13:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Jan 2008 13:49:52 +0000 (13:49 +0000)
The previous changes had managed to insert too much space above and
below lists.

strayman.dtx

index 0fe7db0..aac12a1 100644 (file)
 \def\@listI{%
   \leftmargin\leftmargini%
   \parsep\@parskip%
-  \topsep\@parskip%
+  \topsep\@parshortfall%
   \itemsep\z@%
 }
 \let\@listi\@listI