1

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.

J126
  • 993
  • No, multicols creates columns. You should try enumitem or tabto:http://tex.stackexchange.com/questions/122067/from-paralist-to-enumitem-using-tabto-too/122070#122070, http://tex.stackexchange.com/questions/89603/horizontal-enumeration-in-multiple-columns – Ulrike Fischer Sep 13 '13 at 13:53
  • 1
    If you are preparing an exercise sheet, take a look at »exsheets«. It can arrange answers in the way you are looking for. – Thorsten Donig Sep 13 '13 at 14:28

0 Answers0