缩写列表标题未显示

缩写列表标题未显示

我对缩写列表有疑问。我可以在目录中看到它,但它没有显示标题。当我转到页面时,我没有看到标题。

我使用了以下代码:

\pagenumbering{roman}
%\chapter{Abstract}
\begin{abstract}
\end{abstract}

\chapter*{Acknowledgments}
\textit{To my family}!


\tableofcontents
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}

\listoftables
\addcontentsline{toc}{chapter}{List of Tables}

\listofabbrevations
\addcontentsline{toc}{chapter}{List of Abbreviations}

相关内容