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}