Renumbering Items: A Latex Guide

  • Context: LaTeX 
  • Thread starter Thread starter amcavoy
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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