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

前端 未结 2 1025
囚心锁ツ
囚心锁ツ 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.

    0 讨论(0)
  • 2021-02-06 06:19

    It seems as if Endnote is not working with Markdown since the identifiers are not allowed to start with a number - but Endnote identifiers are all numbers. Source: R Markdown Not Rendering Citation

    0 讨论(0)
提交回复
热议问题