我正在写一篇有多个参考文献的文章。我需要我的作者电子邮件和当前所属机构出现在脚注中。但是,当我导入 multibib 包时,脚注就消失了。有没有办法强制脚注与参考文献一起出现?
附件是我的代码
\documentclass[aps,prb,twocolumn,showpacs,superscriptaddress,amsmath,amssymb]{revtex4-1}
\usepackage{graphicx}
\usepackage{multibib}
\usepackage[pdftex,bookmarks=true,bookmarksopen,bookmarksnumbered,
colorlinks,
linkcolor=blue,
citecolor=blue]{hyperref}
\usepackage{multirow}
%%%%%%%%% some formatting stuff
\begin{document}
\title{The title}
\author{Author1}
\email[[email protected]]{}
\affiliation{Here}
\author{Author2}
\altaffiliation[Now at ]{Somewhere else}
\affiliation{Here}
\author{Boss}
\email[my email]{}
\affiliation{Here}
\maketitle
\end{document}
提前致谢!