目录后标题前出现无法解释的空格

目录后标题前出现无法解释的空格

我的文档中有一个主标题页,后面是目录,然后是实际标题(没有作者或日期以及它们各自的预定义间距),但页面顶部的空间仍然比我想要的略多。有人知道为什么吗?以下是一个例子:

\documentclass[11pt]{article}
\usepackage[intoc, english]{nomencl}
\usepackage{titling}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\predate{}
\postdate{}

\title{Title 2}
\date{}

\begin{document}
\begin{titlepage}
   \begin{center}
       \vspace*{1cm}

       \LARGE{\textbf{Main title}}

       \vspace{0.5cm}
        \Large
        Research thing
            
       \vspace{1.5cm}

       \textbf{Author}

       \vfill
            
       \LARGE{Research exploring research}
            
   \end{center}
\end{titlepage}
\break 
\tableofcontents
\maketitle
\addcontentsline{toc}{section}{Title 2 significance}

\section{First section}
\end{document}

答案1

在文档标题为 p.4 的文件中。在序言中使用 \setlength{\droptitle}{},也许对您来说没问题。我尝试使用 \setlength{\droptitle}{-5em}

相关内容