Generalglossaries | Left justifed List of Acronyms

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
olga30d
Posts: 8
Joined: Thu Jul 28, 2011 12:39 pm

glossaries | Left justifed List of Acronyms

Post by olga30d »

Dear All,

I wonder how to force a list of acronyms using long style to be left justified and not centered? I am trying to get it consistent with List of Tables, Figures, etc

Thanks!

Code: Select all

\documentclass[11pt, a4paper,oneside]{book}
\usepackage[nonumberlist, acronym]{glossaries}
\usepackage{glossary-long}
\glossarystyle{long}
\renewcommand*{\glspostdescription}{}
\makeglossaries
\loadglsentries[acronym]{listofacr}
\begin{document}
\printglossary[type=\acronymtype,title=List of Acronyms]
\end{document}
Last edited by olga30d on Fri Jul 29, 2011 10:07 pm, edited 1 time in total.

Recommended reading 2024:

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

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

olga30d
Posts: 8
Joined: Thu Jul 28, 2011 12:39 pm

Re: glossaries | Left justifed List of Acronyms

Post by olga30d »

this solved my problem:
\setlength{\glsdescwidth}{0.95\linewidth}
Post Reply