I use the package setspace to set my text single spaced. My list of tables, list of abbreviations and so on I set with the command \onehalfspacing.
Furthermore I need an annotation in all lists. This annotation should be set single spaced too. It works fine for all my lists. But not for the lists of the package glossaries.
I defined the following:
\renewcommand{\glossarypostamble}{\protect\singlespacing\par\vspace{5ex}\noindent\textbf{Anmerkung:}
Alle im Text verwendeten Abkürzungen sind im Abkürzungsverzeichnis aufgeführt. Bei der ersten Verwendung wurden
diese ausgeschrieben und danach die Erklärung in Klammern angefügt. Bei einer erneuten Verwendung des Begriffs
wurde nur die Abkürzung benutzt. Geläufige Abkürzungen und Firmennamen sind nicht aufgeführt.}
Do you have any idea?
PS: To set all my lists single spaced I defined this:
\AfterTOCHead{\singlespacing}
\renewcommand*{\glossarypreamble}{\singlespacing}
\makeatletter
\preto\blx@env@bibliography{\singlespacing}
\makeatother
