\documentclass[12pt, hyperref]{ctexart}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%常用宏包%%
%%%%%%%%%%%%
%保留中英文之间的空格
\usepackage{CJKspace}
\usepackage{amsmath,amsthm,amssymb}
\usepackage[a4paper, margin=1in, includeheadfoot]{geometry}
%%交换图
%\usepackage[all,cmtip]{xy}
%%列表
\usepackage{enumerate}
\usepackage{enumitem}
\setlist[enumerate,1]{label={\normalfont(\alph*)}}
\usepackage{graphicx}
\usepackage{caption}
%去掉图1:后冒号
\DeclareCaptionLabelSeparator{twospace}{\ ~}
\captionsetup{labelsep=twospace}
%%列出引用标签, final表示在最终版本中不显示
\usepackage[notref,notcite, final]{showkeys}
%%参考文献排序
\usepackage{cite}
%%参考文献合并到正文
\usepackage{filecontents}
%%超链接, ocgcolorlinks选项表示打印自动是黑白的
\usepackage[ocgcolorlinks]{hyperref}
%%设置书签
\hypersetup{%
pdfstartview=FitH,
bookmarksopen=false,
colorlinks=true,
linkcolor=blue,
pdfinfo={
Title={},%Input your title here
Subject={},%Input your subject
Author={},%Your name
Keywords={},%Your keywords%
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%常用设置%%
%%%%%%%%%%%%
\newtheorem{defn}{定义}[section]
\newtheorem{thm}[defn]{定理}
\newtheorem{lem}[defn]{引理}
\newtheorem{cor}[defn]{推论}
\newtheorem{prop}[defn]{命题}
\newtheorem*{rem}{注记}
%%以节编号
\numberwithin{equation}{section}
%%重定义公式写法
\newenvironment{eq}{\equation}{\endequation}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%自定义命令%%
%%%%%%%%%%%%%%
%变小复合函数的圈
\newcommand{\comp}{\raisebox{1pt}{\scalebox{.7}{$\circ$}}}
%%集合
\newcommand{\set}[1]{\left\{#1\right\}}
%%偏导
\newcommand{\pt}{\partial}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%参考文献数据%%
%%%%%%%%%%%%%%%%
%%这里放入google导入的参考文献数据库, 编译需多用一次biblatex
\begin{filecontents}{\jobname.bib}
@book{lebesgue2003leccons,
title={Le{\c{c}}ons sur l'int{\'e}gration et la recherche des fonctions primitives},
author={Lebesgue, Henri},
volume={267},
year={2003},
publisher={AMS Bookstore}
}
@article{shoen1976harmonic,
title={Harmonic maps and the topology of stable hypersurfaces and manifolds with non-negative Ricci curvature},
author={Shoen, Richard and Yau, Shing Tung},
journal={Commentarii Mathematici Helvetici},
volume={51},
number={1},
pages={333--341},
year={1976},
publisher={Springer}
}
\end{filecontents}
\title{文章题目}
\author{你的名字\&合作者}
\date{\today}
%%合作者地址写法
\newcommand{\Addresses}{{% additional braces for segregating \footnotesize
\bigskip
\footnotesize
R.~Campbell, \textsc{Department of Mathematics, Pennsylvania State University,
Pittsburgh, Pennsylvania 13593}\par\nopagebreak
\textit{E-mail address}, R.~Campbell: \texttt{campr@galois.psu.edu}\\
\medskip
M.~Dane (Corresponding author), \textsc{Atmospheric Research Station,
Pala Lundi, Fiji}\par\nopagebreak
\textit{E-mail address}, M.~Dane: \texttt{DaneMark@@ffr.choice}
}}
发表回复