Text FormattingNot restarting the numbering?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
kitsune
Posts: 6
Joined: Thu Feb 11, 2010 7:19 pm

Not restarting the numbering?

Post by kitsune »

I want to use \begin{enumerate} at different places in my file. I want it to be so that the numbering does not restart at 1 each time, but instead picks off where the previous enumerate left off. How can I do this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Not restarting the numbering?

Post by localghost »

Use the enumitem package. The forum search will guide you to already provided solutions.


Best regards and welcome to the board
Thorsten
kitsune
Posts: 6
Joined: Thu Feb 11, 2010 7:19 pm

Re: Not restarting the numbering?

Post by kitsune »

I got it to work! Thank you for your help!
Post Reply