If I compile the following:
\begin{multicols}{2}
\begin{enumerate}
\item Math
\item Is
\item Quite
\item Fun
\end{enumerate}
\end{multicols}
Then it will compile as:
(a) Math (c) Quite
(b) Is (d) Fun
I would like (b) to be to the right of (a). Is there any way to get Mulitcols to do this automatically? I know I can just rename things or type them in a different order.