I'm currently using the alttree style of the glossary package for my List of Symbols for my Master Thesis work. This basically works fine and gives me a nice list of the symbols with the associated description.
However, I want to add a column (after the symbols column) to the List of Symbols where I can display the units related to the symbols. So that would basically create 3 columns, the first for the symbol, the 2nd for the unit and the 3rd for the description.
Unfortunately I'm not able to do this for some reason. To add items to my List of Symbols I use the following commands:
\newglossaryentry{deltac1}{type=symbols,name=\ensuremath{\delta_{c1}},text={\ensuremath{\delta_{c1}}},sort=dc1,description={Thickness of the coating deposited during one stroke},parent=romanletter}
I can add in there the symbol={...} command, but that will result in the following display in my report:
Scr ([km])Area of the supersonic nozzle throat
T0 ([km])Stagnation temperature
w ([km])Velocity of the coated surface with respect to the nozzle exit
So the units are added not as a separate column, but as the start of the description column. I want it to show like:
Scr [km] Area of the supersonic nozzle throat
T0 [km] Stagnation temperature
w [km] Velocity of the coated surface with respect to the nozzle exit
Does anyone know how I can do this? (I've seen ways of just using excel or a tabular form, which is indeed probably easier and faster right now, but I would like this to work as it was mend to be

Thanks in advance for you help!
Erik