The idea would be a result something like this:
Code: Select all
This is how you do these problems:1. stuff and stuff2. more stuff and stuffThis is how you do these other problems:3. even more stuff and stuff4. foo and bar and stuff
Code: Select all
This is how you do these problems:1. stuff and stuff2. more stuff and stuffThis is how you do these other problems:3. even more stuff and stuff4. foo and bar and stuff
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
This is how you do these problems:\begin{enumerate}\item stuff and stuff\item more stuff and stuff\end{enumerate}This is how you do these other problems:\begin{enumerate}[resume]\item even more stuff and stuff\item foo and bar and stuff\end{enumerate}
Code: Select all
\documentclass{report}\begin{document}This is how you do these problems:\begin{enumerate}\item stuff and stuff\item more stuff and stuff\end{enumerate}This is how you do these other problems:\begin{enumerate}\setcounter{enumi}{2}\item even more stuff and stuff\item foo and bar and stuff\end{enumerate}\end{document}
enumitem is not included in the Basic MiKTeX 2.7 installation, for example.dmt wrote:...Is the enumitem package standard enough that I can assume most people have it (for example, those that only have some default latex installation)?
NEW: TikZ book now 40% off at Amazon.com for a short time.