这是我希望摘要呈现的样子的一个例子。
请注意,摘要和简介之间的垂直间距很小。在我的文档中,摘要和简介之间的垂直间距相当大。我尝试通过在摘要和简介之间使用单倍行距或自定义间距来手动编辑垂直长度,但我没有注意到任何差异。
简介和摘要的源代码:
\begin{abstract}
\begin{doublespace}
\noindent Abstract\end{doublespace}
\end{abstract}
\maketitle
\section{\noindent INTRODUCTION}
整个文档的源代码:
\documentclass[oneside,english]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{setspace}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\numberwithin{equation}{section}
\numberwithin{figure}{section}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\title[Short version]{Long version}
\usepackage{mathtools}
\makeatother
\usepackage{babel}
\begin{document}
\begin{abstract}
\begin{doublespace}
\noindent Abstract\end{doublespace}
\end{abstract}
\maketitle
\section{\noindent INTRODUCTION}
\end{document}
如何编辑摘要和简介之间的垂直空间?