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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
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