将 achemso 与另一种 bibliographystyle 结合使用

将 achemso 与另一种 bibliographystyle 结合使用

我想naturemag在 overleaf 下使用 achemso documentclass 和另一种书目样式 (),但我觉得它不起作用。你能帮我怎么做吗?我的 MWE 如下:

参考书目文件(test.bib):

@article{97PoZoTeLo,
author = { O. L. Polyansky and N. F. Zobov and J. Tennyson and J. A. Lotoski and P. F. Bernath},
title = {Hot bands of water in the $\nu_2$ manifold up to $5\nu_2-4\nu_2$},
journal = JMS,
year = {1997},
volume = {184},
pages = {35-50}}

主文件(test.tex):

\documentclass[journal=jpclcd,manuscript=letter,articletitle=true,maxauthors=20]{achemso}

    \renewcommand\bibliographystyle{naturemag}

    \title{test}

    \begin{document}

    This is a good article \cite{97PoZoTeLo}.

    \bibliography{test}

    \end{document} 

相关内容