[comp.text.tex] flat item list

grunwald@foobar.colorado.edu (Dirk Grunwald) (09/18/90)

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.