Hi all,
I'm using the glossaries package to create a list of acronyms:
\printglossary[type=\acronymtype,style=listdotted]
However, since some of my entries (on the right side) are pretty long, they warp onto the next line, e.g.:
iid . . . . . . . . . . . . . . . . . . . . . . . . .independently and identically
distributed
How can I reduce the space between acronym and word so that everything fits onto one line?
Best wishes,
Mitap
General ⇒ Glossaries package - No linebreaks
NEW: TikZ book now 40% off at Amazon.com for a short time.

Glossaries package - No linebreaks
Try changing the value of the length \glslistdottedwidth for example:
Regards
Nicola Talbot
Code: Select all
\setlength{\glslistdottedwidth}{.4\textwidth}
Nicola Talbot
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/