Hello, I have three enumerations: 1,2,3. The problem is when I try and type the word "OR" between the enumerations, they begin renumbering at 1, instead of 2 and 3. Basically, I have three #1's. How can I keep enumerate in descending order, while having a standard word in between?
Thanks Charles