【问题标题】:With the Science.bst template file, references for journal articles are not properly displayed使用 Science.bst 模板文件,无法正确显示期刊文章的参考文献
【发布时间】:2021-07-23 18:30:55
【问题描述】:

我正在使用来自 https://www.sciencemag.org/sites/default/files/Science.bst 的 Science .bst 文件

并且生成的参考文献不符合Science参考风格,见https://www.sciencemag.org/authors/instructions-preparing-initial-manuscript

具体来说,只显示“pages”字段的第一页,不显示文章标题。

MWE:

\documentclass{article}

\usepackage{filecontents}
\begin{filecontents}{reference.bib}
@article{blumenstock2016fighting,
  title={Fighting Poverty with Data},
  author={Blumenstock, Joshua Evan},
  journal={Science},
  volume={353},
  number={6301},
  pages={753-754},
  year={2016},
  publisher={American Association for the Advancement of Science},
}
\end{filecontents}

\begin{document}
\cite{blumenstock2016fighting}

\bibliography{reference}
\bibliographystyle{Science}

\end{document}

给予

[1] J. E. Blumenstock, 科学 353, 753 (2016)。

【问题讨论】:

    标签: latex bibliography


    【解决方案1】:

    Science.bst 的以下补丁解决了这个问题。

    https://gist.github.com/luna983/d53f9c4ca52b52661bc863498966a8ca/revisions

    • 812行:删除first.page
    • 在第1038行之后:添加一行format.title "title" output.check

    MWE 的输出现在是

    [1] J. E. Blumenstock,用数据对抗贫困,科学 353,753-754 (2016)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-02-21
      • 1970-01-01
      • 2018-06-20
      • 1970-01-01
      • 2012-04-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多