I want to sort a description list in an alphabetical order.
\documentclass{article}
\begin{document}
\begin{description}
\item[bb] \hfill \\ something bb
\item[aa] \hfill \\ something aa
\item[dd] \hfill \\ something dd
\item[cc] \hfill \\ something cc
\end{description}
\end{document}
\hfillfor if you put a new line immediately after it? – Skillmon Sep 26 '18 at 11:44