I'm trying to get the numbering in the multienumerate environment to go vertically instead of horizontally. So,
\documentclass{article}
\usepackage{multienum}
\begin{document}
\begin{multienumerate}
\mitemxx{item 1}{item 4}
\mitemxx{item 2}{item 5}
\mitemxx{item 3}{item 6}
\end{multienumerate}
\end{document}
Is there an obvious way to do this? I've tried a number of different ways of getting an enumerated list into a tabular environment with the item numbers aligned, to no avail so far. Thanks for any help.
