Answer by Peter Grill for Question about enumitem, suspend/resume...
Perhaps I am misunderstanding the requirements, but can't you just move the text outside of the enumerate environment:Notes:I added \setlist[enumerate]{align=left} to make it clearer that the text is...
View ArticleAnswer by Zarko for Question about enumitem, suspend/resume enumeration, last...
your question is difficult to understand. if you like to the sentence in your example out of enumeration, than just put this sentence after enumeration. in case, that this sentence is somewhere middle...
View ArticleAnswer by Gonzalo Medina for Question about enumitem, suspend/resume...
I am not sure if this is what you want:\documentclass{article}\usepackage{enumitem}\begin{document}\begin{enumerate} \item first level \begin{enumerate} \item second level \begin{enumerate} \item third...
View ArticleQuestion about enumitem, suspend/resume enumeration, last item of list,...
How do I suspend / resume an item of a list, multiple levels, if it is the last item of the list?\documentclass{article}\usepackage{enumitem}\begin{document}\begin{enumerate} \item first level...
View Article