从 Nature 样式参考资料中删除 URL

从 Nature 样式参考资料中删除 URL

我已使用 Mendeley 参考管理器将参考文献插入到我的文件中,并希望使用 Nature 样式的引用。但是,我似乎无法删除参考文献中出现的 URL。当我使用以下代码时,我的参考文献会出现(带有 URL)。

\usepackage[sectionbib]{chapterbib}
\bibliographystyle{naturemag}
%\usepackage{bibentry}
%\usepackage{biblatex}
%\usepackage{navigator}
\usepackage[hidelinks]{hyperref}
\hypersetup{
    colorlinks=false, %set true if you want colored links
    linktoc=all,     %set to all if you want both sections and subsections linked
    linkcolor=black,  %choose some color if you want links to stand out
}

添加\usepackage[style=,doi=false,isbn=false,url=false]{biblatex}以下\bibliographystyle{naturemag}然后完全删除引用,而不仅仅是 URL。有什么解决方案吗?

相关内容