Generallist of abbreviations with acronym package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

list of abbreviations with acronym package

Post by carol »

Hi
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
------------ \usepackage[printonlyused]{acronym}
\newcommand*\myacro[2]{\acro{#1}{#2}}
\begin{acronym}[theLongestAcro]
\myacro{theLongestAcro} {This is a very vey long acronym}
\myacro{faq} {Frequently Asked questions}
....

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

list of abbreviations with acronym package

Post by localghost »

There are some points that seem to be still difficult for you.
  • Building a minimal working example (MWE).
  • Using the code environment of the forum.
  • Giving final feedback to provided solutions.

Best regards
Thorsten¹
Post Reply