【发布时间】:2019-03-24 04:31:59
【问题描述】:
在rmarkdown/bibliography 中,如何将一堆 YAML 编码的引用转换为书目接受的文件格式之一?
我目前正在使用:
references:
- id: fenner2012a
title: One-click science marketing
author:
- family: Fenner
given: Martin
container-title: Nature Materials
volume: 11
URL: 'http://dx.doi.org/10.1038/nmat3283'
DOI: 10.1038/nmat3283
issue: 4
publisher: Nature Publishing Group
page: 261-263
type: article-journal
issued:
year: 2012
month: 3
并想使用:
bibliography: bibliography.???
【问题讨论】:
标签: r-markdown