
여러 참조가 포함된 기사를 작성하고 있습니다. 각주에 표시하려면 저자 이메일과 현재 소속이 필요합니다. 그러나 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}
미리 감사드립니다!