为什么我输入完此信息后,标题页之前会显示一张空白页?
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T3,T1]{fontenc}
\usepackage[english]{babel}
\usepackage[noenc]{tipa}
\usepackage{tipx}
\usepackage[geometry,weather,misc,clock]{ifsym}
\usepackage{pifont}
\usepackage{eurosym}
\usepackage{amsmath}
\usepackage{amscd}
\usepackage{wasysym}
\usepackage{amssymb,amsfonts,textcomp}
\usepackage{array}
\usepackage{hhline}
\usepackage{calc}
% \newcommand \defeq {\stackrel{\mathrm{def}}{=}}
\newcommand \catname [1] {\mathcal{#1}}
\DeclareMathOperator \defeq {\stackrel{\mathrm{def}}{=}}
\DeclareMathOperator \compose {\circ}
%
%What's wrong with these?
\DeclareMathOperator {\composeh*} {\odot\limit}
\DeclareMathOperator {\composet*} {\cdot\limit}
%
\newcommand \Alpha A
\newcommand \Beta B
\newcommand \Epsilon E
\newcommand \Tau T
\begin{document}
% Why a blank page before title page?
\title{A Proposed Unification of Manifolds and Fibre Bundles}
\author{Shmuel (Seymour J.) Metz}
\thanks{I wish to thank Milton Parnes, the Mathematics department of Wayne State University and the Mathematics department
of the State University of New York at Buffalo for guiding my mathematical education}
\maketitle
body text
\end{document}
施穆埃尔(西摩 J.)梅斯
答案1
附加页面是由于 造成的\thanks
,请尝试在 内使用它author{}
\author{Shmuel (Seymour J.) Metz\thanks{I wish to thank Milton Parnes, the Mathematics department of Wayne State University and the Mathematics department of the State University of New York at Buffalo for guiding my mathematical education}}