I'm trying to hack the AMS layouts to display a list environment with items numbered "Case 1:", "Case 2:", ... The LaTeX is done but I'm stuck on the GUI side. If I use LabelType Enumerate, numbering in the GUI is correct (the first item is #1 each time the environment is used, and subsequent items in the same list have sequential numbers), but I can't find a way to get the "Case " prefix or the colon (:) suffix. If I use LabelType Counter and supply a counter, I can get the label formatted correctly, but numbering does not restart between lists (so the first item of the second list is labeled "Case <n+1>:" where n was the number of items in the first list).

So does anyone know how to either (a) use a LabelString together with LabelType Enumerate or (b) get a counter to restart? I know counters restart if you give them a Within, but a case list could be nested under darn near anything, so there's no counter to be within.

Hope that makes sense,
Paul

Reply via email to