Sorry, this is more a latex question, but somebody might know:
I am looking for a preamble command at the begin of a nomenclature (glossary)
similar to the preamble of a bibliography
\setbibpreamble{The numbers behind the citations refer to the page(s). With a
suitable pdf-reader a click brings you to the page}
like
\setnomenclaturepreamble{The numbers behind the nomenclatur items refer to the
page(s). With a suitable pdf-reader a click brings you to the page}
gives an error
\printindex{}\setnomenclaturepreamble
{xxx...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
I could not find the command in the Koma-Script book and in the internet.
Wolfgang