Can anyone help me in writing the same?
I have used following syntax, but for this we have to type the entire list manually. I want the list to be generated automatically once I describe the abbreviation in text.
Code: Select all
\usepackage{enumitem}
\newlist{abbrv}{itemize}{1}
\setlist[abbrv,1]{label=,labelwidth=1in,align=parleft,itemsep=0.1\baselineskip,leftmargin=!}
\chapter*{List of Abbreviations}
\chaptermark{List of Abbreviations}
\begin{abbrv}
\item[AHSS] Advanced High Strength Steel
\end{abbrv}