I would like to add an asterisk after certain labels in the enumerate environment. So for example
\documentclass{article}
\begin{document}
\begin{enumerate}
\item Kuttel
\item* Daddeldu
\end{enumerate}
\end{document}
but without the space between 2. und *.


resumeoption not working with this type of list? Could this be fixed? – mavzolej Sep 01 '23 at 06:36resumeif you don't loadenumitem. Please, open a new question showing the issue you have. – egreg Sep 01 '23 at 08:00enumitemincluded in the preamble, and it does work for the usualenumerateenvironment but not for this new one. – mavzolej Sep 01 '23 at 08:28