I want to create a list where each item has two attributes: a title and an associated description.
Something that looks like this:
Code:
\documentclass{article} \begin{document} \begin{enumerate} \item diagonal matrix. \emph{Description.} off-diagonal entries are zero. \item idempotent matrix. \emph{Description.} equal to its square. \item skew-symmetric matrix. \emph{Description.} equal to the negative of its transpose. \end{enumerate} \end{document} but the Description.s are all aligned together with appropriate space from the titles.
I had a look at this, but I also want the 1., 2., etc. so that solution does not work.
How do I do this?




