Changing style of latex description lists.
- by Halpo
This should be an easy question for someone out there. I have a description list
\begin{description}
\item[Name:] Halpo
\item[Email Address:] [email protected]
\item[Address:] 1234 Ivy Ln \\ Springfield, USA
\end{description}
It comes back as
Name: Halpo
Email Address: [email protected]
Address: 1234 Ivy Ln
Springfield, USA
This is for an official document that has style requirements. The First thing is how do I turn off the bold? second how do I have all the text line up with the item labels and still be left justified?