3
votes
1answer
117 views

Undesired \parindent in front of first label when using asparaenum environment

When using the asparaenum environment from paralist, sometimes the \parindent in front of the first item is undesirable. For example, if one uses the asparaenum environment directly after starting the ...
12
votes
3answers
9k views

How to make enumerate items align at left margin?

I would like to have my lists to have no indent for the top level, i.e. having the same left margin as the surrounding paragraph, with just enough space for the widest label to fit: Paragraph text ...
5
votes
1answer
408 views

enumitem itemize environment shifts text into margin, or overlaps other text

I am in the process of transitioning from using the older {paralist} package to the {enumitem} package and this question on Suggestions for transitioning from paralist to enumitem package suggested to ...
6
votes
1answer
761 views

Suggestions for transitioning from paralist to enumitem package

Based on the suggestions on What are the differences between using paralist vs. enumitem, I am transitioning from using paralist to enumitem and have encountered a few issues. There are a few places ...
18
votes
2answers
2k views

What are the differences between using paralist vs. enumitem

I am looking for advice on which of these packages to use? Under what circumstances would paralist be preferred over enumitem?