答案1
这个模板可能会指导你。
\documentclass[12pt,leqno]{amsart}
\usepackage{kantlipsum}%dummy text
\title{Sections and Chapters}
\author{My Name}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\section*{Introduction and notation}
\kant[1]
\section{Rings of power series}
\kant[2-4]
\section{Overconvergent substitution maps}
\kant[3-6]
\section{Eingenvalues}
\kant[4]
\section{Substitutions of finite heights}
\kant[5]
\section{The operator}
\kant[6]
\section{The space}
\kant[7]
\section{Convergence close to the origin}
\kant[8-9]
\section*{References}
\end{document}
更新引用页码、摘要和蓝色超链接
\documentclass[12pt,leqno]{amsart}
\usepackage{kantlipsum}%dummy text
\usepackage{hyperref}
\hypersetup{%
colorlinks,
breaklinks,
linkcolor=blue,
citecolor=blue,
linktocpage=true, % in the table of contents, make page numbers rather than associated text into hyperlinks
} %
\title{Sections and Chapters}
\author{My Name}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\begin{abstract}
We will start with the concepts of \emph{Rings} in page~\pageref{sec:s1} to cover the \emph{substitution maps} (page~\pageref{sec:s2}).
Next we will calcule the \emph{Eingenvalues} (page~\pageref{sec:s3}).
\emph{The Operator} and \emph{the space} will be addressed in pages~\pageref{sec:s5} and \pageref{sec:s6} respectively.
\end{abstract}
\section*{Introduction and notation} \label{sec:s0}
\kant[1-5]
\section{Rings of power series}\label{sec:s1}
\kant[2-4]
\section{Overconvergent substitution maps}\label{sec:s2}
\kant[3-7]
\section{Eingenvalues}\label{sec:s3}
\kant[4-9]
\section{Substitutions of finite heights}\label{sec:s4}
\kant[5-8]
\section{The operator}\label{sec:s5}
\kant[6-9]
\section{The space}\label{sec:s6}
\kant[7-9]
\section{Convergence close to the origin}\label{sec:s7}
\kant[8-9]
\section*{References}\label{sec:sR}
\end{document}