我从 arXiv 上的 overleaf 上传了我的 .tex、.bib 和 .bbl 文件。处理文件后,日志显示以下警告:
[verbose]: ~~~~~~~~~~~ Processing file 'main.tex'
[verbose]: arXiv Warning: user included plain hyperref directive.
[verbose]: ~~~~~~~~~~~ Running hpdflatex for the first time ~~~~~~~~
该警告是在 hpdflatex 第一次运行之前出现的,因此我的印象是实际文件内容不是原因。
这个警告是什么意思?我该如何消除它?
下面是引发警告的最小工作示例。无论是否\usepackage{hyperref}
激活,我都会收到警告。
\documentclass[reprint,amsmath,amssymb,aps,prapplied]{revtex4-2}
\usepackage{graphicx}
\usepackage{dcolumn}
\usepackage{bm}
%\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usepackage{upgreek}
\usepackage{soul}
\usepackage{graphicx,color}
\usepackage{xcolor}
\begin{document}
\preprint{APS/123-QED}
\title{Article Title}
\author{Author1}
\email{[email protected]}
\affiliation{University}
\date{\today}
\begin{abstract}
Abstract
\end{abstract}
\maketitle
\section{Introduction}
This is a Test. And this is a citation~\cite{boyd2008nonlinear}.
\bibliography{main}
\end{document}
答案1
一样,删除\usepackage{hyperref}
而不是注释掉!!