Possible Duplicate:
Add bullet points to description lists
I want to create a new environment, called usecase that will function like description environment:
\begin{usecase}
\item[Request item] Item is requested
\item[Response] System returns requested item
\end{usecase}
And I want it to look like a regular billeted list with italicized terms, the same as the result of this code:
\begin{enumerate}
\item \emph{Request item} Item is requested
\item \emph{Response] System returns requested item
\end{enumerate}
However, I am not sure how to get to the argument of the item, e.g. "Request item".
Thanks
\SpecialItemto turn on the formatting. He then changes thedescriptionenvironment so that it turns the switch off by default for the next occurrence. – cmhughes Jun 18 '12 at 14:59descriptionenvironment, but define a new one calledusecaseto use alongside it. – Andriy Drozdyuk Jun 18 '12 at 15:02