latex 中怎么样给第二作者加上星号,第三作者加上加号?

发布于 2021-03-15 18:41:05

代码如下:

\documentclass[aps,pra,amssymb,preprint]{revtex4-1}
\usepackage{CJK}

\usepackage{xcolor}
\usepackage[mathscr]{euscript}
\usepackage{bm}% bold math
\usepackage{graphicx}% Include figure files
\usepackage{subfigure}
\usepackage[colorlinks=true,linkcolor=red]{hyperref}

\begin{document}
\begin{CJK*}{GBK}{song}

\title{题目}

\author{xx (一作),
xxx(二作) \footnote{ Corresponding author:  邮箱} and
xxx(三作) \footnote{ Corresponding author: 邮箱}}
\end{CJK*}
\end{document}

查看更多

关注者
1
被浏览
13.7k
2 个回答
LaTeXStudio
LaTeXStudio 2021-03-15
这家伙很懒,什么也没写!

实际你是想要两个通讯作者吧,默认只是支持一个通讯作者的,需要改装:

\documentclass[aps,pra,amssymb,preprint]{revtex4-1}
\usepackage{CJK}

\usepackage{xcolor}
\usepackage[mathscr]{euscript}
\usepackage{bm}% bold math
\usepackage{graphicx}% Include figure files
\usepackage{subfigure}
\usepackage[colorlinks=true,linkcolor=red]{hyperref}

\begin{document}
\begin{CJK*}{UTF8}{gbsn}

\title{题目}

\makeatletter
\def\frontmatter@thefootnote{%
 \altaffilletter@sw{\@fnsymbol}{\@fnsymbol}{\csname c@\@mpfn\endcsname}%
}%
\makeatother

\author{A. B. Name}
\email{a@email.com} 

\author{C. D. Test}
\email{b@email.com} 
\maketitle

\maketitle

 
\end{CJK*}
\end{document}

效果如下:

image.png

image.png

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览