Could you please help me. I want to create a list where each item is divided into two colomns, like in the figure I've added. I tried using a tabular environment, but my text shifts above the item number.
Code: Select all
\begin{enumerate}[label*=4.\arabic*.]
\setlength\labelsep{0.5cm}
\setlength{\itemsep}{0pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\setlength{\topsep}{0pt}
\item \begin{tabular}{p{10cm} p{2cm}}
This is the first explanation of a specific subject, which is longer than just one line & Category 1 \\\end{tabular}
\item \begin{tabular}{p{10cm} p{2cm}} Again an explaination
& Category 2\\\end{tabular}
\end{enumerate}
Does anyone has an idea to solve this?
Thanks in advance