Hopefully this is simple: I have a relatively long list where each list item contains very little text. For example:
* a * b * c * d * e * f
I wish to form
I don't know if it would work, but maybe you could break the page into columns using the multicol package.
\usepackage{multicol} \begin{document} \begin{multicols}{2}[Your list here] \end{multicols}