i am currently working on my thesis. i want to include a list of acronyms, thus i am using the acronym package. After the commands \listoffigures and \listoftables i use the following code for the list of acronyms
Code: Select all
\chapter*{Acronyms}
\begin{acronym}[TDMA]
\setlength{\itemsep}{-\parsep}
\acro{PCB}{printed circuit board}
...
\end{acronym}
is there a work around for this situation?
regards, martin