Description
Hello! I recently used manubot to draft a collaborative document, it was a wonderful experience -- thank you for generating such a great tool! I now find need to export the manuscript to Rmarkdown. Using the output manuscript.md
, I find with very few changes that everything knits appropriately and generates a rendered pdf of the document. However, I could not get citations to render properly. When I knit using bibliography: references.json
, I get output like:
pandoc-citeproc: reference doi:10.1038/s41587-020-0439-x not found
pandoc-citeproc: reference doi:10.1371/journal.pcbi.1005755 not found
It seems like there is enough information output by manubot between markdown.md
, references.json
, and citations.tsv
that citations/references in Rmarkdown might work relatively easily, but I couldn't figure out how to make this work. My current plan is to replace all of the ~125 citations by hand with bibtex references and generate a new bibliography, but I would love to avoid this if at all possible!