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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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