为 birkjour 类添加标题页

为 birkjour 类添加标题页

由于某种原因,我向一家期刊提交了一篇论文,但这家期刊退回了我的稿件,因为我需要添加“标题页”。我的理解是,我应该使用他们的 birkjour 类以 .tex 格式提交上述“稿件”,因此不用说,我不知道如何在不破坏后续格式的情况下添加标题页。

我遇到的问题是,如果我使用 \newpage,那么由于某种原因,后续页面都会向下移动约 3 英寸。代码如下:

\documentclass{birkjour}
\usepackage{amssymb,latexsym,mathtools}
%\usepackage[margin=1.25in]{geometry}
\usepackage{mathrsfs}
\usepackage{mathtools}
\usepackage{graphicx}
\usepackage{esint}
\usepackage{braket}
\usepackage{url, hyperref}
\newtheorem{theorem}{Theorem}
%\usepackage{diagrams}
\newtheorem{lemma}{Lemma}
\newtheorem{definition}{Definition}
\newtheorem{notation}{Notation}
\newtheorem{prop}{Proposition}
\newtheorem*{claim}{Claim}
\newtheorem{prob}{Problem}
\newtheorem{remark}{Remark}
\newtheorem{corollary}{Corollary}


\begin{document}

\newpage 
\noindent Title Page Here

\newpage

\title[Annoyed]{This is really annoying}
\author[Doe]{John Doe}
\address{Annoying Road\\ University of Annoyed People}
\email{[email protected]}
\date{\today}

\keywords{Title pages}

\begin{abstract} 
In this paper, we try to figure out how to add a title page to our manuscript without entirely messing up the subsequent pages.     
\end{abstract}

\maketitle

\section{Introduction}

Continue reading to see the vertical space issue.  Continue reading to see the vertical space issue.  Continue reading to see the vertical space issue.  Continue reading to see the vertical space issue.  Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue.

Continue reading to see the vertical space issue. Continue reading to see the vertical space issue.

Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue.

Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue.

Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue.

Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. Continue reading to see the vertical space issue. 


\end{document}

请注意,在第 3 页上,有一大片完全不必要的垂直空间,如果没有 \newpage,这些空间就不会存在。

如果 \newpage 不能与 birkjour 一起使用,还有其他选择吗?

答案1

如果您birkjour.zip从 下载https://www.springer.com/birkhauser/mathematics/download?SGWID=0-40465-0-0-0

下载内容中包含一个描述如何使用它的 PDF。

在您的例子中,您做了大多数正确的事情,但是顺序却错误。

相关内容