General ⇒ Glossaries package - No linebreaks
Glossaries package - No linebreaks
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Glossaries package - No linebreaks
Code: Select all
\setlength{\glslistdottedwidth}{.4\textwidth}
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/