Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!boulder!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: comp.text.tex Subject: flat item list Message-ID: <26437@boulder.Colorado.EDU> Date: 18 Sep 90 03:19:31 GMT Sender: news@boulder.Colorado.EDU Reply-To: grunwald@foobar.colorado.edu Distribution: comp Organization: University of Colorado at Boulder Lines: 22 does anyone have a macro to make itemize/enumerate/description ``flat'', i.e. to make: \begin{enumerate} \item foo \item bar \item woof \end{enumerate} go from 1. foo 2. bar 3. woof to 1. foo 2. bar 3. woof or somesuch? I tried to whip one up, but was largely unsuccessful. itemize has too much dependence on \par and \everypar for me to get all the bugs out.