I have developed a glossary and an acronym list using the glossaries package. When using the glossaries package I can sort items by using the following command:
Code: Select all
\newglossaryentry{pi}{name={\ensuremath{\pi}},sort=pi,
description={ratio of circumference of circle to its diameter}}
However, I cannot find a similar command for the acronym list. In particular I need to have a T that is italic. however, when I print the glossary it then finds its way to the top of the list before every other entry. What is the correct command?
e.g.
Code: Select all
\newacronym{AA}{AA}{Acetic acid}
\newacronym{RH}{RH}{Relative Humidity}
\newacronym{T}{\textit{T}}{Temperature}
T is now the first in the list