Customizing \begin{description}

What is publications.li?ForumsDiscussing about publications.liCustomizing \begin{description}

Tagged: ,

This topic has 1 voice, contains 0 replies, and was last updated by  Martin Monperrus 220 days ago.

Viewing 1 post
Author Posts
Author Posts
October 13, 2011 at 9:00 pm #149

Martin Monperrus

Hi all,

The enumitem package is very handy to customize list environments (itemize, enumerate or description). For instance, I recently managed to remove the margin as follows:

\usepackage{enumitem}

\begin{description}[leftmargin=0cm]
\item[Label] foo bar
\end{description}

–Martin

Viewing 1 post

You must be logged in to reply to this topic.