Renumbering Items: A Latex Guide

  • Context: LaTeX 
  • Thread starter Thread starter amcavoy
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
amcavoy
Messages
663
Reaction score
0
When I enumerate something:

1.

2.

...

How can I change the numbers? For instance, if I were doing textbook problems and I was assigned #1 and #3, how would I make #3 come right after #1?

Thank you.
 
Physics news on Phys.org
you'd label them by hand since you aren't acutally enumerating these things in order.

the simplest option if you want nice indentation is to use the envorinment description, and each item is prefaced by \item[foo] which puts foo in bold type at the start of the item. that's much easier than resetting counters