Changing style of latex description lists.
Posted
by Halpo
on Stack Overflow
See other posts from Stack Overflow
or by Halpo
Published on 2010-04-29T20:06:56Z
Indexed on
2010/04/29
23:37 UTC
Read the original article
Hit count: 233
latex
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?
© Stack Overflow or respective owner