如何消除 LoF 第一次和第二次进入之间的间隙

如何消除 LoF 第一次和第二次进入之间的间隙

我对 Latex 还很陌生,出于某种原因,在我的 LoF 中,第一个和第二个条目之间的间隙比所有其他条目之间的间隙都大。有人知道我该如何改变这种情况吗? 我添加了一些示例代码,希望它们是正确的。谢谢!

\documentclass[]{thesisclass}

\begin{document}
\frontmatter
\pagenumbering{roman}
\include{titlepage}
\cleardoublepage
\clearpage


%% ==============
\chapter*{Abstract} 
\textit{some text}
\thispagestyle{empty}
\setcounter{page}{0}
\clearpage
\newpage\null\thispagestyle{empty}\newpage
%% -------------------
%% |   Directories   |
%% -------------------
\pagenumbering{gobble}
\tableofcontents
\thispagestyle{empty}
\setcounter{page}{0}
\clearpage
\newpage\null\thispagestyle{empty}\newpage
\pagenumbering{roman}



\iflanguage{english}{
\ifthenelse{\equal{\mytype}{Seminar Thesis}}
{}
{
\listoffigures \addcontentsline{toc}{chapter}{List of Figures} 
\listoftables  \addcontentsline{toc}{chapter}{List of Tables} 
\printnomenclature   \addcontentsline{toc}{chapter}{List of Abbreviations} 
}
}


\mainmatter
\pagenumbering{arabic}

%% ===========================
\chapter{Introduction}
\label{ch:Introduction}

相关内容