Code: Select all
\usepackage[toc,acronym,nonumberlist]{glossaries}
I need to change the name of the acronym list from "Acronyme" to "Abkürzungen".
But
Code: Select all
\renewcommand{\acronymname}{Abkürzungen}
It seems that I can not change any of the names provided by the package like \symbolname, \entryname and so on.
What am I doing wrong?