I have been trying to find out how to create an acronym list in my thesis and have been reading the articles in this forum but to find that my question is too simple to ask: the acronym file I typed didn't work.
Now I simply put as
Code: Select all
\chapter*{Acronyms}
\begin{acronym}[CCD]
\acrodef{CCD}{charge-coupled device}
\end{acronym}
Code: Select all
\input{Acronyms}
The error I got was
Code: Select all
! LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.7 \end{acronym}