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.
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
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.
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