From 4ef1fb33eebc6a1caadbc2b38a3989ac5a5ff47c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 25 Jan 2008 13:49:52 +0000 Subject: [PATCH] strayman: Fix \topsep in lists with noindentpar. The previous changes had managed to insert too much space above and below lists. --- strayman.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strayman.dtx b/strayman.dtx index 0fe7db0..aac12a1 100644 --- a/strayman.dtx +++ b/strayman.dtx @@ -1652,7 +1652,7 @@ \def\@listI{% \leftmargin\leftmargini% \parsep\@parskip% - \topsep\@parskip% + \topsep\@parshortfall% \itemsep\z@% } \let\@listi\@listI -- 2.11.0