jbezos / enumitem

Customize enumerate, itemize and description
MIT License
45 stars 5 forks source link

Question - not bug in enumitem #10

Closed daleif closed 5 years ago

daleif commented 5 years ago

I found the following code in a class file (journal class), I was just wondering, has this ever worked?

\usepackage{enumitem} \setlist[itemize]{ leftmargin=, label=\arabic, label=\roman*, labelsep=0.25em, itemsep=0pt, topsep=0.5\baselineskip }

This gives me an error about \c@* I'm going to report it to the journal, but was just wondering whether this has ever worked?

In the actual code they first define a new list based on itemize, then then they apply this code to it. The class file apparently only lives on overleaf, which might be why it has not been fixed (AFAIK overleaf uses an older TeXLive).

jbezos commented 5 years ago

To be honest, I have no idea, but I'd say something like that never worked.

daleif commented 5 years ago

That was my thought as well. The journal code seems a bit rushed, but looks ok. This can be closed