Text Formatting ⇒ Enumeration
Enumeration
\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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Enumeration
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}
Re: Enumeration
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Enumeration
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10