如何在缩写列表中使用相同的间距? 用来将内容添加到目录中的代码是
% T A B L E O F C O N T E N T S
\renewcommand\contentsname{Table of Contents}
\thispagestyle{plain}
\tableofcontents
% L I S T O F T A B L E S
\thispagestyle{plain}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\cleardoublepage
% L I S T O F listings
% \thispagestyle{plain}
% \lstlistoflistings
% \addcontentsline{toc}{chapter}{List of Listings}
% \cleardoublepage
% List of Figures
\thispagestyle{plain}
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\cleardoublepage
% List of Algorithms
\listofalgorithms
\thispagestyle{plain}
\addcontentsline{toc}{chapter}{List of Algorithms}
\cleardoublepage
% List of Symbols
\chapter*{List of Symbols}
\thispagestyle{plain}
\addcontentsline{toc}{chapter}{List of Symbols}
\bigskip\noindent
\makenoidxglossaries
\renewcommand{\glsnamefont}[1]{\textbf{#1}}
\setabbreviationstyle[acronym]{short-long}
\setabbreviationstyle{long-short}
\setlength{\glsdescwidth}{0.95\linewidth}
\setlength{\glspagelistwidth}{0.05\linewidth}
\newabbreviation{RPC} {RPC} {Remote Procedure Call}
\newabbreviation{DBA} {DBA} {Data Bridging Agent}
\newabbreviation{ADB} {ADB} {Android Debug Bridge}
\newabbreviation{AES} {AES} {Advanced Encryption Standard}