mixing text and citations in R markdown

拜拜、爱过 提交于 2020-05-15 10:41:28

问题


Is it possible to mix regular text and citations in R markdown documents so that they looked as follows: (Author 2018; Methods)

Currently, I've tried ([@Author2018]; *Methods*) which gives ((Author 2018); Methods), and [@Author2018; Methods] results in a knitting error.

Any thoughts would be greatly appreciated!

来源:https://stackoverflow.com/questions/51881899/mixing-text-and-citations-in-r-markdown

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