Code: Select all
\begin{enumerate}
\theenumi}{3.\arabic{enumi}
\item
\theenumi}{5.\arabic{enumi}
\item
3.1
5.2
I realize that I could of course just do \item[5.2], or start a new enumerate environment but those both seem extremely inelegant...
Code: Select all
\begin{enumerate}
\theenumi}{3.\arabic{enumi}
\item
\theenumi}{5.\arabic{enumi}
\item
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\begin{document}
\begin{enumerate}
\renewcommand*{\theenumi}{3.\arabic{enumi}}
\item One
\renewcommand*{\theenumi}{5.\arabic{enumi}}
\item Two
\end{enumerate}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.