I want to use the description environment, but without indenting.
\begin{description}
\item[Test1]\hfill \\
This is test 1
\item[Test2]\hfill \\
This is test 2
\item[Test3]\hfill \\
This is test 3
\end{description}
This code generates this:
It should look like this:
i know, i could use \textbf{} for the headlines, but is there also a way with description?



enumiteminstead ofenumerate? – Aug 31 '17 at 09:36