Zotero citation in R Markdown
I'm using Zotero for citation in R-Markdown. Does anybody know how to insert the page
number in citation? Exp. "According to Smith (2008, p.600)..."
Thank you
number in citation? Exp. "According to Smith (2008, p.600)..."
Thank you
Also note that if you’re not already, you should use CSL JSON or CSL YAML format when working with RMarkdown, not BibTeX format. When your document is rendered, TeX format is converted back to CSL, but this isn’t a perfect conversion. So citations in Markdown using TeX will often being wrong, especially for non-book non-journal items.