我已使用 Mendeley 參考管理員將參考文獻插入我的文件中,並希望使用自然風格參考。但是,我似乎無法刪除參考文獻中出現的網址。當我使用下面的程式碼時,我的參考文獻會出現(帶有 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}以下\參考書目風格{naturemag}然後完全刪除引用而不僅僅是 URL。有什麼解決辦法嗎?