I am trying to write a report for school in LaTeX. Therefore I am using MacTeX and Texshop and normally it works pretty fine.
But at the moment I have some trouble with the glossary package:
\usepackage[style=long,border=plain,header=plain,cols=3,hyper=true]{glossary}
\makeglossary
when I use
\glossary{name={entry name},description={entry description}}
I get no errors and the glossary is printed right. But when I use
\storeglosentry{label}{{entry name},description={entry description}}
\useGlosentry{label}{Text}
I get the error
Undefined control sequence.
Do you have any idea what is going wrong?