I am using a symbol glossaries looking like this:
\newglossaryentry{Symb:V}{
name=\ensuremath{V},
description={Volume},
symbol=\si{\milli\metre\cubed},
sort=lat:V,
type=Symb
}
Usually I use \gls{Symb:V) to show V. Now I want to show the unit mm^3 instead. How can I do this?
I checked google, but I could not find the correct question to type in.