I'm using the acronym package.
I have in two chapters the acronym MAC one time for "Media Access Control" and in the second chapter as "Message Authentication Code".
How can I use both MACs?
Is a other package better?
I'm using the acronym package.
I have in two chapters the acronym MAC one time for "Media Access Control" and in the second chapter as "Message Authentication Code".
How can I use both MACs?
Is a other package better?
You definitely should use different acronyms/abbreviations for the two. Otherwise, it wouldn't be possible to distinguish between the two.
You could typeset one in small caps (\textsc{}) and one in a monospaced typeface (\texttt{}) but it's not ideal.
Another solution is using \textsc{mac} for media access control and \textsc{ma}u\textsc{c} for message authentication code.
BTW, your problem isn't that uncommon. For example, consider the abbreviation CSP. I've found the following different usages:
\textsc{mac}, not \textsc{MAC}. The latter looks just like MAC.
– Michael Palmer
Jan 26 '12 at 16:35