I want just the opposite to this post.
Actually the idea is that in ToC, sections, chapters, etc titles the acronym is not expanded. But then the first time it is used in the text it should be expanded as the first.
Thanks.
\documentclass{amsbook}
\usepackage[acronym,nonumberlist]{glossaries}
\newacronym{MOSFET}{MOSFET}{metal-oxide semiconductor field-effect transistor}
\makeglossaries
\begin{document}
\tableofcontents
\chapter{\Gls{MOSFET}}
\printglossaries
\end{document}
acronympackage and have the same problem. Is there a similar command for me to first unset all acronyms before resetting them again with\acresetall? – stefanbschneider Feb 16 '21 at 15:20