I want to automatically sort the entries in a description environment alphabetically. I see examples of lists being sorted alphabetically, but I am unable to adapt those examples to work for descriptions. An example of a description list I want to sort is:
\begin{description}
\item[AI:] Artificial Intelligence
\item[ML:] Machine Learning
\item[DL:] Deep Learning
\end{description}
glossaries,nomencletc. to create such lists. Some of them use MakeIndex or Xindy to do the sorting optionally or mandatory. Some provide options to do the MakeIndex run automatically. – cabohah Oct 30 '22 at 15:24