Text FormattingComma in Description Glossaries Package

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
lupe1482
Posts: 2
Joined: Tue Aug 18, 2009 4:14 am

Comma in Description Glossaries Package

Post by lupe1482 »

How can I replace the full stop with comma after the description in the glossary. I'm using the glossaries package, alttree style.
Thanks,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Comma in Description Glossaries Package

Post by nlct »

Code: Select all

\renewcommand{\glspostdescription}{,}
Regards
Nicola Talbot
lupe1482
Posts: 2
Joined: Tue Aug 18, 2009 4:14 am

Re: Comma in Description Glossaries Package

Post by lupe1482 »

It works. Thanks for the information. Regards, Lupércio
Post Reply