I use the package usnomencl to create nomenclatures e.g.
\setlength{\UnitLabelWdth}{0.4\textwidth}
\begin{Nomencl}[2em]
\item[$\zeta$] damping ratio
\item[$\theta$] \UnitLine{angular displacement}{rad}
\end{Nomencl}
Looking at the line:
\item[$\theta$] \UnitLine{angular displacement}{rad}
one can see that 3 columns are formed, the first one being the unit name, the second one mentioning what the unit stands for and the last column giving the unit symbol.
I would like to add an extra column at the end with the heading "Pages where defined or first used". And then I will manually add the corresponding page numbers.
Is there a way to accomplish this?
