I've seen quite a few questions here on how to use enumitem with descriptions and bullets. I couldn't however find a solution where they created a newlist and that's where I have my problem:
I defined in the preamble
\usepackage{enumitem}
\newlist{codescription}{description}{1}
\setlist[codescription]{label=\textbullet}
And then in the document
\begin{codescription}
\item[title] test2
\end{codescription}
But even this small example (I was actually trying to set the font of the description element to a monospaced font) doesn't work. Did I get something completely wrong?
description, butitemizein the preamble part. But why? The documentation doesn't say anything aboutdescriptionbeing different thanitemize, I think. – navige Feb 21 '13 at 15:03labelisn't meaningful indescription. I'm going to add a different solution to my answer to the duplicate question. Do you agree that this one can be closed? – egreg Feb 21 '13 at 15:32