梅威瑟:
\documentclass{elsarticle}
\bibliographystyle{elsarticle-num}
\begin{document}
\cite{auth1}
\section*{References}
\bibliography{mybibfile}
\end{document}
这样可以创建完美的 PDF,但引用中包含 DOI。我尝试添加以下内容:
\usepackage[backend=biber,
natbib=true,
sorting=none,
doi=false,
isbn=false,
url=true,
]{biblatex}
但这会产生一些错误,可能是由于elsarticle
文档类别造成的。
tex
我需要对我的文件进行哪些更改doi
才能使其isbn
不出现在 pdf 中。