缩写页面列表未使用完整页面长度

时间:2018-07-09 06:47:37

标签: abbreviation tableofcontents

页面的缩写和底部的间距是

enter image description here

图形列表的间距是

enter image description on here

如何在缩写列表中使用相同的间距? 用来将内容添加到目录中的代码是

% 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} 

0 个答案:

没有答案