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

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

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