I am having trouble removing an extra period from the altlist glossary style in the glossaries package. Basically, the glossaries package places a period at the end of the description. This is problematic if the description contains a reference (which has to go after the period). Here is a MWE:
After running pdflatex, bibtex, makeglossaries,pdflatex,pdflatex, you get the attached, MWE.pdf. Notice the double period at the end of the glossary description. I have skimmed the glossaries documentation where they have an example of redefining the list glossary style (http://mirrors.rit.edu/CTAN/macros/late ... s-user.pdf), but to be honest this might as well be written in Chinese (which I don't understand). It seems that it would be trivial to find that dot and delete it, any help would be greatly appreciated.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Once you know how LaTeX works, solving this isue is a matter of three minutes. Locate the glossaries package code, find the style file that contains the style, take a look at the specific style and notice: There is a macro \glspostdescription. Renewing this to be empty solves your issue. I haven't checked, though, if there might be other things that now work unexpected.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p