On 2011-06-17, Richard Heck wrote: > Anyone care to comment on this?
> #7611: Cases do not nest properly (patch included) > --------------------+------------------------------------------------------- > Reporter: prubin | Owner: rgheck > Type: defect | Status: new > Priority: normal | Milestone: 2.0.x > Component: layout | Version: 2.0.0 > Severity: normal | Keywords: > --------------------+------------------------------------------------------- > Comment(by rgheck): > The new patch does a few things. (i) It deals with the translation issue. > (ii) It moves the case structure into its own file, as its complicated > enough that we do not want to have to change it in several places. (iii) > It uses enumitem instead of enumerate, which allows finer control of the > counters, so that we can have arabic at level 1 but roman at level 2, etc. > I've tested and it seems to work. > The only question I have about this version is whether loading > enumerate.sty will have side effects we don't want. I suppose you meant enumitem.sty. I don't know of nasty side-effects. It is loaded by the enumitem module. Unfortunately, it's a package outside the LaTeX core, so it might not be present at every system. (E.g. Debian has it in texlive-latex-extra.) Günter