参考
latex 定义作者,通讯作者,联系地址宏包,package,authblk
实践
首先参考文章的效果确实能出来,其次,参考文章的通讯作者效果没有出来。
下面是我参照参考作者的写的片段,翻译的某篇论文。
\documentclass[11pt,a4paper,twoside]{article}
\usepackage{CJK}
\usepackage[utf8]{inputenc}
%定义作者的包
\usepackage{authblk}
\title{Telecentric stereo micro-vision system: Calibration method and experiments\\
远心立体显微视觉系统:标定方法与实验
}
\begin{document}
\begin{CJK}{UTF8}{gbsn}
\author[a,b]{San Zhang \thanks{Corresponding author at: School of Mechanical and Automotive Engineering, South China University of Technology, Guangzhou 510640, China.\\
Tel.: þ 86 15918687239.\\
E-mail address: mezhchen@scut.edu.cn (Z. Chen).}
}
\author[a,b]{Si Li}
\author[a,b]{Wu Wang}
\affil[a]{School of Computer Science and Technology, Peking University, China}
\affil[b]{School of Computer Science and Technology, Tsinghua University, China}
\maketitle
\abstract
\end{CJK}
\end{document}
效果