I use the acronym package for the list of abbreviations. I used [printonlyused] parameter but it didn't list many of the acronyms that were used. Where may the problem come from?
Thanks
------------
Code: Select all
\newcommand*\myacro[2]{\acro{#1}{#2}}
\begin{acronym}[theLongestAcro]
\myacro{theLongestAcro} {This is a very vey long acronym}
\myacro{faq} {Frequently Asked questions}
....