0

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?

lockstep
  • 250,273
navige
  • 452

0 Answers0