Full citation in RMarkdown?

随声附和 提交于 2019-12-21 12:09:27

问题


Is there any way to insert a fully formatted citation in RMarkdown in-text. For example, something like this: You enter the citation key

@watson1953

and it renders (as a latex PDF) as

Watson, J. D., & Crick, F. H. C. (1953). Molecular structure of nucleic acids: A structure for deoxyribose nucleic acid. Nature, 171(737-738), 3-12.

But it does it in exact location of the citation key. The bibliography at the end of the document should also be suppressed.

Is there any way to do this? I couldn't find anything either here or through searching google.

来源:https://stackoverflow.com/questions/42602055/full-citation-in-rmarkdown

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!