标题页前的空白页

标题页前的空白页

我应该怎么做才能去掉标题页之前的第一个空白页?文件的代码如下。

\documentclass{article}%

\usepackage{amsmath}%
\usepackage{amsfonts}%
\usepackage{amssymb}%
\usepackage{graphicx}

\begin{document}

\title{This is the Title of a Standard \LaTeX\ Article}
\author{J. A. Smith\thanks{This is for making an acknowledgement.}
\\The University of Miskolc, Hungary}
\date{February 24, 2002}
\maketitle

\begin{abstract}
This is a sample document which shows the most important features of the Standard
\LaTeX\ Journal Article class.
\end{abstract}

\section{Introduction}

\noindent The front matter has various entries such as\\


\appendix

\section{The First Appendix}

The appendix fragment is used only once. Subsequent appendices can be created
using the Section Section/Body Tag.
\end{document}

答案1

对我来说没有空白页。

我复制并粘贴了您的确切代码——参见屏幕截图动画。

在此处输入图片描述

相关内容