From: Mark Wooding Date: Fri, 25 Jan 2008 13:49:52 +0000 (+0000) Subject: strayman: Fix \topsep in lists with noindentpar. X-Git-Tag: 1.1.3~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/strayman/commitdiff_plain/4ef1fb33eebc6a1caadbc2b38a3989ac5a5ff47c?ds=sidebyside strayman: Fix \topsep in lists with noindentpar. The previous changes had managed to insert too much space above and below lists. --- 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