Code: Select all
\newglossarystyle{dottedlocations}{%
\glossarystyle{list}%
\renewcommand*{\glossaryentryfield}[5]{%
\item[\glstarget{##1}{##2}]\emph{##3}%
\unskip\leaders\hbox to 2.9mm{\hss.}\hfill##5}%
\renewcommand*{\glsgroupskip}{}%
}
Thank you.