I want a description list that looks like the following:
Name | Joel Spolsky
Address | Some address
Some zipcode
Telephone | +31 123 456
E-Mail | email@domain.org
Something more | Bashing latex in-
elaborate | to submission
How would I accomplish this? I've tried using the enumitem package but it doesn't want to align the labels (not the items) to the right as in the above example. When using the multiline style option items either overlap or bump into eachother.
I'm trying to create something like this:
\usepackage{enumitem}
\setdescription{style=multiline,topsep=10pt,leftmargin=5cm,font=\normalfont}
\section{Experience}
\begin{description}
\item[Data] 2011 - heden (20 weken)
\item[Beroep of functie] Software Developer
\item[Voornaamste werkzaamheden en verantwoordelijkheden] Software ontwikkeling
\item[Naam en adres van de werkgever] Multicast Automatisering B.V.
\item[Soort onderneming of sector] Informatie Communicatie Technologie (ICT)
\end{description}


\tabularenvironment with columns\begin{tabular}{r|l}. – Marco Daniel Nov 01 '11 at 17:12enumitempackage, what have you tried? Elaborate on how it hasn't worked... – Seamus Nov 01 '11 at 17:21tabularenvironment for this is that it does not break across pages. Consequently, it's easier to stick to a list environment that allows this without trouble. – Werner Nov 01 '11 at 17:48