Using the amsbook class and the glossaries package, I receive an error
"! Undefined control sequence. <argument> \glossarytoctitle"
if I change the fontsize from default (in my case, to 12pt) or the linespread (in my case, to 1.5 or 2). The error occurs on the line of \printglossaries. Please let me know what more information I should provide.
amsbookdoesn't contain anything useful concerning glossaries, so you must be using some additional package. which one? (a minimal working example would be helpful.) – barbara beeton Apr 24 '12 at 19:13glossaries) has anything to do with glossaries. looking at the documentation for that package, it seems that a safer way to print your glossaries is with\printglossary, which accepts options, including[toctitle=<title to use in toc>]. it would be good for you to read the documentation more carefully; you can ask fortexdoc glossariesif you are using tex live. – barbara beeton Apr 25 '12 at 12:50\printglossaryinstead of the pluralization and encountered the same error. I have, however, worked around the error by (1) using thesetspacepackage instead of\linespread(this works even when I enclose\printglossaryin\begin{singlespace}...\end{singlespace}) and (2) setting the font size using\renewcommand{\normalsize}{\fontsize{12}{14.4}\selectfont}. – cogu Apr 26 '12 at 19:13