I'm having some trouble with acronyms such as I2C, where there is a number inside. My code is like the following:
\usepackage[acronym]{glossary}
\makeglossary
\newacronym{I2C}{Inter-Integrated Circuit}{}
\begin{document}
\I2C
\end{document}
|
I'm having some trouble with acronyms such as I2C, where there is a number inside. My code is like the following:
|
||||
|
The solution is to use the optional argument:
However since
|
|||
|
|
glossarypackage is obsolete and has been replaced byglossaries. – Nicola Talbot Jan 31 at 16:13