我应该怎么做才能去掉标题页之前的第一个空白页?文件的代码如下。
\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}