我想增加此首字母缩略词列表的描述宽度

我想增加此首字母缩略词列表的描述宽度
\usepackage[acronym,toc,shortcuts]{glossaries}
\makeglossaries
\input{Glosario}
\renewcommand*{\glspostdescription}{} % remove trailing dot
\renewcommand{\glsnamefont}[1]{\textbf{#1}}

\begin{document}
\maketitle

\begin{center}
\pagestyle{plain}
\glsaddall
\printglossary[type=\acronymtype,style=longheaderborder,title=,nonumberlist]
\renewcommand{\glsgroupskip}{}
\end{center}
\end{document}

在此处输入图片描述

相关内容