I use the glossaries package to make my Symbollist. It works pretty well, but I would like to put symbols with the same description together in the symbollist.
For example I define two entries u,v like this:
Code: Select all
\newglossaryentry{u}{symbol=$m/s$,name={\ensuremath{u}},sort=symbolu,type=symbolslist,description={Velocity},parent=romanletter}
\newglossaryentry{v}{symbol=$m/s$,name={\ensuremath{v}},sort=symbolv,type=symbolslist,description={Velocity},parent=romanletter}
u....m/s....Velocity
v....m/s....Velocity
but I would like them written together:
u,v....m/s....Velocity
Is there any possibility, how to achieve it?
Thanks,
Jan.