I am getting description key required in \newglossaryentry while compiling the example of this Question: How to combine Acronym and Glossary
I am useing MiKTeX and i compile it with this Script:
latex MyFile
makeindex -s -s "%bm.ist" -t "%bm.glg" -o "%bm.gls" "%bm.glo"
makeglossaries MyFile
latex MyFile
latex MyFile
SOLVED: i had to delete my old index files:
#Delete Litter
rm *.log
rm *.aux
rm *.out
rm *.toc
rm MyFile.ps
rm *.dvi
rm *.acn
rm *.bbl
rm *.blg
rm *.glo
rm *.ist
rm *.lof
rm *.lot