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뿐만 아니라 참조를 완전히 제거합니다. 어떤 해결책이 있습니까?