I want to make a glossary of a number of terms I use in my PhD thesis. I am using the glossary package and it all works very well, except one thing: the spacing between the entries in the glossary!
In my source files I use the \glossary command for adding entries, i.e.
Code: Select all
test \glossary{name={Test}, description={Test}}
The glossary generates okay (four entries in total) with double spacing between the first and the second and the third and the fourth entries. The second and the third are separated by single line spacing.
How can I fix this?
Thanks,
George