On Mon, Jan 24, 2011 at 11:24 AM, Charles <creicher...@gmail.com> wrote: > 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?
Two ways, depending on what you want: 1. Look at the User's Guide, §3.4.5, especially the example in §3.4.5.4. In short, you can nest a standard paragraph in between the enumerations. 2. Use the "Customizable Lists (enumitem)" module, and then select the "Enumerate-Resume" environment instead of "Enumerate". In this case, no nesting of intervening paragraphs is needed. Information on this module (and enumitem) can be found here: http://wiki.lyx.org/Tips/Enumitem BH