Comments on: single-space lists in latex http://desk.stinkpot.org:8080/tricks/index.php/2008/04/single-space-lists-in-latex/ tricks! Thu, 09 Jan 2025 13:46:59 +0000 hourly 1 http://wordpress.org/?v=3.6 By: serengeti http://desk.stinkpot.org:8080/tricks/index.php/2008/04/single-space-lists-in-latex/comment-page-1/#comment-10958 serengeti Sun, 22 Feb 2009 20:11:49 +0000 http://desk.stinkpot.org:8080/tricks/index.php/2008/04/single-space-lists-in-latex/#comment-10958 try also the package
“enumitem”

and then set the spacing of the list
e.g.
\setlist{itemsep=4pt,parsep=5pt,topsep=5pt}

you can change the spacing globally without adding the * everywhere

]]>