Text Formatting ⇒ Not restarting the numbering?
Not restarting the numbering?
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Not restarting the numbering?
Use the enumitem package. The forum search will guide you to already provided solutions.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Not restarting the numbering?
I got it to work! Thank you for your help!