How to cite references in R Markdown from Endnote library (.enl)?

前端 未结 2 1024
囚心锁ツ
囚心锁ツ 2021-02-06 05:39

Any ideas how to cite references in R Markdown from Endnote library (.enl)? This webpage says it\'s possible but I can\'t get it to work.

If I export the .enl (availabl

2条回答
  •  别那么骄傲
    2021-02-06 06:11

    One method that I found, which may or may not be convenient is to simply copy and paste the reference from Endnote onto the R markup where the paranthetical citation would happen, such as {Stevenson, 2014 #566}. When it is compiled as a word document, you can simply click on update citations and bibliography in Word. This works for one-off reports, but I'd find it inconvenient if you are trying to make a number of reports.

提交回复
热议问题