I'm using
\begin{multicols}{2}
\begin{enumerate}
\item
\item
\end{enumerate}
\end{multicols}
to list problems in two columns. However, I'd like the numbering to incease going across the row, not down the column. Anyone know how to accomplish this? Thanks.
Text Formatting ⇒ Enumeration
NEW: TikZ book now 40% off at Amazon.com for a short time.

Enumeration
Hi,
you could use the multienum package. A little example (refer to the package documentation for further information):
you could use the multienum package. A little example (refer to the package documentation for further information):
Code: Select all
\documentclass{book}
\usepackage{multienum}
\begin{document}
\begin{multienumerate}
\mitemxx{First}{Second}
\mitemxx{Third}{Fourth}
\mitemx{Fifth}
\end{multienumerate}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Enumeration
Thanks gmedina, this is what I was looking for. Much obliged.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Enumeration
Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10